I\'m attempting to upgrade an iOS app built on Cordova 2.0 to version 2.7.
It\'s basically a welcome screen that points to a remote search engine (p
As Shazron mentioned the problem is the issue with the file"cordova_plugins.json".
To solve the problem not changing the code you can create the "cordova_plugins.json" file in the root folder and insert a content between quotation marks inside this file. Mine for example has the following content:
"Just a dummy file required since Cordova 2.6.0"