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
Problem
The following or a similar error message occurs when adding the console plugin to the ios platform (or after reinstalling) via Command-line Interface:
"CDVPlugin class CDVLogger (pluginName: Console) does not exist."
Solution
Open your Xcode project and go to the tab "Build Phases". Now open the drop-down named "Compile Sources". Click on the "+" sign at the end of the list and add "CDVLogger.m" or any other missing source.