Ionic emulate ios -cls BLANK PAGE

Hello guys.

I’ve been struggling for a few days with emulating ios. I’ve been searching how to fix it as well but I could not find anything.

I do not know why, but when I run ionic emulate ios -cls the emulator appears, open the app but the app shows just a blank page.

When I run ionic emulate ios, without -cls it works perfectly.

Same happens to --live-reload.

I could see some information here, but none worked properly.

Something I realised was: if I create a new project and run ionic emulate ios -cls it works well, but with other already existing project it does not.

Do you know what’s going on?

Hey guys.

I could fix this issue adding the following lines into config.xml file:

  <allow-navigation href="*"/>
  <allow-intent href="http://*/*"/>
  <allow-intent href="https://*/*"/>