I\'m having an issue with Ionic projects after updating to Xcode 6 and iOS 8.
When trying to run projects I get the following error in Xcode:
Failed to l
I encountered this issue when I tried to run my Ionic 4 app on an iOS device.
What solved it for me, was running the dev server on all network interfaces using the --address option, for example:
--address
ionic cordova run ios --address=0.0.0.0 --debug --consolelogs -l