Phonegap plugins not working in iOS
Posted on
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.