I\'m currently using Phonegap 2.0 to develop an iOS App in XCode. The app builds and runs fine in the emulator and also on the testing devices.
The problem appears w
You may need to update your CordovaLib sub-project reference.
Launch Terminal
Go to the location where you installed Cordova in the bin sub-folder. For example, /Users/Shared/Cordova/phonegap-2.2.0/lib/ios/bin
Run the command below where the first parameter is the path to your project's .xcodeproj file:
./update_cordova_subproject /path/to/your/project