I recently upgraded to Cordova 2.9.0 from 2.3.0. After following all the upgrade instructions, I was able to get the app to launch in the simulator. However, in Xcode I see
If you get this error using Ionic then trying running cordova run ios --device instead of ionic run ios --device It fixed the issue for me. I think the Ionic cli v2 was messing things up since the project was an Ionic 1 project. I had no issues before updating the Ionic cli.