You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tony Hursh (JIRA)" <ji...@apache.org> on 2013/10/05 16:39:41 UTC

[jira] [Created] (CB-5000) Missing update_cordova_subproject after fresh install of 3.1.0

Tony Hursh created CB-5000:
------------------------------

             Summary: Missing update_cordova_subproject after fresh install of 3.1.0
                 Key: CB-5000
                 URL: https://issues.apache.org/jira/browse/CB-5000
             Project: Apache Cordova
          Issue Type: Bug
    Affects Versions: 3.1.0
         Environment: Cordova 3.1.0, node 0.10.15, npm 1.3.5,  OS X 10.8.5, XCode 5.0
            Reporter: Tony Hursh


A fresh install of Cordova 3.1.0 on the machine described produces several warning messages. After the install completes, cordova create succeeds, but cordova add platform fails. This issue first occurred for me after updating, so I tried uninstalling completely and installing from scratch. Same issue. Log below:

(first removing stuff that might conflict)
enoch:Documents tonyhursh$ sudo npm uninstall -g phonegap
Password:
unbuild phonegap@3.1.0-0.15.0
enoch:Documents tonyhursh$ sudo npm uninstall -g cordova
unbuild cordova@3.1.0-0.1.0
enoch:Documents tonyhursh$ sudo npm install -g cordova

(normal logs removed)

npm WARN engine ncallbacks@1.0.0: wanted: {"node":"~0.6.7"} (current: {"node":"v0.10.15","npm":"1.3.5"})

(normal logs removed)

npm WARN package.json github-url-from-git@1.1.1 No repository field.
/usr/local/bin/cordova -> /usr/local/lib/node_modules/cordova/bin/cordova

(normal logs removed)

enoch:Documents tonyhursh$ cordova create hello com.example.hello HelloWorld
enoch:Documents tonyhursh$ cd hello
enoch:hello tonyhursh$ cordova platform add ios
[Error: An error occured during creation of ios sub-project. /Users/tonyhursh/.cordova/lib/ios/cordova/3.1.0/bin/create: line 151: /Users/tonyhursh/.cordova/lib/ios/cordova/3.1.0/bin/update_cordova_subproject: No such file or directory
]
enoch:hello tonyhursh$






--
This message was sent by Atlassian JIRA
(v6.1#6144)