iOS is not getting the styles in a brand new project

Hey there. I just created a new project with this info:

Ionic:

Ionic CLI : 7.2.0 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 7.8.1
@angular-devkit/build-angular : 17.3.1
@angular-devkit/schematics : 17.3.1
@angular/cli : 17.3.1
@ionic/angular-toolkit : 9.0.0

Capacitor:

Capacitor CLI : 5.7.4
@capacitor/android : not installed
@capacitor/core : 5.7.4
@capacitor/ios : 5.7.4

I just followed this instructions: Getting Started | Capacitor Documentation , and everything went perfect as always. The thing is that when I use it on my phone or on a simulator none of the styles gets copied. Look at these images:


The first is how it’s supposed to look and the last one is how it actually looks. Any ideas about what could be happening?