Can't run ios project in Xcode

Hello,

The easiest workaround for this problem is to add

<preference name="WKPort" value="12345" />
<allow-navigation href="http://localhost:12345/*"/>

to your config.xml inside the <platform name="ios"> tag.
Make sure to replace “12345” with a random port number of your desire, like “8181”.

The issue and the current workarounds are being discussed here: