Hey everyone,

I've had a couple of reports of people using the cordova-cli tools and
having issues installing. Apparently the post-install script ("bootstrap")
complains that Xcode is not installed on the system. Both users were
running Xcode 4.6.

I've since upgraded my Xcode and done both a fresh install as well as an
upgrade from old cli tools to new, and cannot reproduce (the bootstrap
works; I get "SUCCESS: min reqs for iOS met").

Could other contributors on the ML here, who have Xcode at least 4.5.2
installed, give it a shot and see if the installation goes through?

To install, have node installed and run: npm install -g cordova
(you may need to put sudo in front of that if your node is installed
globally)

Near the end of the installation process you should see something like:

> [email protected] install /usr/local/lib/node_modules/cordova
> node bootstrap.js && ./bin/notice

SUCCESS: Minimum requirements for blackberry met.
BOOTSTRAPPING blackberry...
SUCCESS: Minimum requirements for ios met.
BOOTSTRAPPING ios...
SUCCESS: ios ready to rock!
SUCCESS: blackberry ready to rock!
SUCCESS: Minimum requirements for android met.
BOOTSTRAPPING android...
SUCCESS: android ready to rock!


If you do notice issues, please file any details on the following JIRA
issue I have set up to track details:
https://issues.apache.org/jira/browse/CB-2404

Thanks in advance!
Fil

Reply via email to