Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
Description
When running `phonegap local plugin remove x.y.z` on a custom plugin, traces of the removed plugin remain in `project.pbxproj`. A consequence is that subsequent `phonegap local plugin add` calls do not add source files to the build path.
Manually removing all references to plugin files from `project.pbxproj` after a `phonegap local plugin remove` allows `phonegap local plugin add` to work as expected.
I'm unsure if this is a bug in Plugman or a bug in node-xcode.
Let me know if you need more information or a test case.