Cordoba 3.3.0 NSInternalInconsistencyException Error Cause: ERROR: Config.xml Does Not Exist

I use Cordova 3.3.0 on mac with xcode 5, and as soon as I run the application, right after my own splash screen, it crashes with the above error. I noticed that this happened after I was playing, trying to change the image of the screen plugin. This happened after renaming default-portrait.png and default-568h@2x.png

The exception also logs that I need to run cordova-ios / bin / cordova_plist_to_config_xml. A termination with an uncaught exception of type NSException. I do not know what to do here.

I don’t see that this concerns the config.xml file or why it has responded now, since I have been using this plugin for a week now, no problem.

Can anyone help me with this?

+4
source share

All Articles