I am upgrading an app from PhoneGap 1.9 to PhoneGap 3.0. The console.log() function is not working anymore. Previously, the ouput was written in the XCode console. What\'s t
If you have installed the Cordova console-plug-in, then when you run your app:
phonegap run iOS
you will find the logs at:
[your project dir]/platforms/ios/cordova/console.log
for IOS. All console logs show up as expected.