I created a Phonegap project according to instructions, checked it into SVN, checked it out and then discovered I could no longer run the build command--necessary to have ch
I experienced this problem when working in an Xcode project that somehow didn't build properly with the needed Cordova files. While the existing Cordova plugins are working, installing new ones does not.
My example is for the InAppBrowser plugin.
What I did:
cordova create .cordova plugin add https://github.com/apache/cordova-plugin-inappbrowser.gitHope this helps!