You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Steve Gill (JIRA)" <ji...@apache.org> on 2015/08/05 09:32:04 UTC

[jira] [Created] (CB-9453) Updating to iOS@3.9.0 not building

Steve Gill created CB-9453:
------------------------------

             Summary: Updating to iOS@3.9.0 not building
                 Key: CB-9453
                 URL: https://issues.apache.org/jira/browse/CB-9453
             Project: Apache Cordova
          Issue Type: Bug
            Reporter: Steve Gill


Projects older than 3.8.0 still look for cordova/lib/copy-www-build-step.sh when in fact the file got renamed to cordova/lib/copy-www-build-step.js. If you update to 3.9.0 and try to build, it will fail due to this. (adding a fresh new platform works fine) 

Need to do a fix and a patch release asap. 

potential fixes:
Option 1) re-add copy-www-build-steps.sh which shells out to copy-www-build-steps.js
Option 2) Update script edits projects build script so it uses .js instead of .sh. 

Leaning towards option 2 so we won't have to keep a .sh file around for legacy. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org