Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
3.1.0
-
iOS
Description
Once I've removed a plugin, I'm unable to add any plugins back again. So from the command line,
cordova plugin rm org.apache.cordova.device
cordova plugin add org.apache.cordova.device
Everything installs properly but once I go into Xcode and run the project, my console puts out
2013-11-20 14:59:28.301 ProductDemo[65497:a0b] CDVPlugin class CDVStatusBar (pluginName: StatusBar) does not exist.
2013-11-20 14:59:28.302 ProductDemo[65497:a0b] ERROR: Plugin 'StatusBar' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-11-20 14:59:28.303 ProductDemo[65497:a0b] -[CDVCommandQueue executePending] [Line 117] FAILED pluginJSON = [
"INVALID",
"StatusBar",
"overlaysWebView",
[
true
]
]
I've run thought the debugging option and no errors come up so I'm not sure what the issue is, but my config.xml is correct and everything is copied over as far as files go. Anyone have this issue too?