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
This error may also occur if you open the project using Xcode after used the live debugging with the emulator
ionic cordova emulate ios --livereload -lc
To solve the issue, close Xcode and build the project again using
ionic cordova build ios
Then build and run using Xcode.