I have just created a Phonegap based project, but I get the following error:
1.)
2012-04-28 12:21:25.862 cordovaApp[1215:fb03] Multi-tasking -> Device: YES, App: YES
2012-04-28 12:21:35.028 cordovaApp[1215:fb03] ERROR whitelist rejection: url='http://docs.phonegap.com/en/edge/guide_getting-started_ios_index.md.html#Getting%20Started%20with%20iOS'
2.)
Error: executing module function 'setInfo' in module 'cordova/plugin/ios/device'. Have you included the iOS version of the cordova-1.7.0rc1.js file?
Why is this happening, and how do I get rid of it?
You must whitelist the url you app is going to access. To do it, open your .plist file and add an entry under the ExternalHosts key.
Find the solution also at: weinre with iPhone simulator