Phonegap plugins not working in iOS

Posted on 26/12/2011 by Charalampos Chrysikopoulos

Have you ever tried to include in your phone gap project a plugin like Child Browser and got the following error?

ChildBrowserCommand (pluginName: ChildBrowserCommand) does not exist.

Then, perhaps you have added the Child Browser plugin files as reference only in your xCode project and not a copy. Try to make the same but check also the copy checkbox. That will fix the problem.

This entry was posted in mobile and tagged phonegap, plugin, xcode by Charalampos Chrysikopoulos