Lisa Seacat DeLuca created CB-6244:
--------------------------------------
Summary: Plugin development guide command incorrect
Key: CB-6244
URL: https://issues.apache.org/jira/browse/CB-6244
Project: Apache Cordova
Issue Type: Bug
Components: Docs
Affects Versions: 3.4.0, 3.5.0
Reporter: Lisa Seacat DeLuca
Assignee: Lisa Seacat DeLuca
Priority: Minor
The plugin development guide says:
Then run a command such as the following to test whether iOS dependencies load
properly:
$ plugman -platform ios /path/to/my/project/www /path/to/my/plugin
when testing on a device that command doesn't work. It opens the help for
plugman. I believe what it was supposed to say is:
$ plugman install -platform ios /path/to/my/project/www /path/to/my/plugin
--
This message was sent by Atlassian JIRA
(v6.2#6252)