Georg Howen created CB-5695:
-------------------------------
Summary: cordova platform update ios fails on 3.3.1
Key: CB-5695
URL: https://issues.apache.org/jira/browse/CB-5695
Project: Apache Cordova
Issue Type: Bug
Components: CLI
Affects Versions: 3.3.0
Reporter: Georg Howen
I just updated Cordova to 3.3.1 over npm and then wanted to update the platform
of my IOS project. CLI quit with the following error message:
mbpro:WpBIRU georg$ cordova platform update ios
/Users/georg/.nvm/v0.10.22/lib/node_modules/cordova/node_modules/q/q.js:126
throw e;
^
Error: Update script failed: Error: Command failed: /bin/sh:
/Users/georg/.cordova/lib/ios/cordova/3.3.0/bin/update: No such file or
directory
/bin/sh: /Users/georg/.cordova/lib/ios/cordova/3.3.0/bin/update: No such file
or directory
at
/Users/georg/.nvm/v0.10.22/lib/node_modules/cordova/src/platform.js:123:38
at ChildProcess.exithandler (child_process.js:641:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Socket.<anonymous> (child_process.js:948:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:466:12)
It looks like there is still a path to 3.3.0 hardcoded somewhere?
Going back to 3.2.0 worked fine.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)