Nightly build #479 for cordova has succeeded!

2017-09-08 Thread Apache Jenkins Server
Nightly build #479 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/479/consoleFull - Jenkins for Apache Cordova -

Re: [VOTE] 4.5.0 iOS Release

2017-09-08 Thread Shazron
The vote has now closed. The results are: Positive Binding Votes: 5 Audrey So +1 Simon MacDonald +1 Julio Cesar Sanchez +1 Suraj Pindoria +1 Shazron Abdullah +1 The vote has passed. On Fri, Sep 8, 2017 at 7:07 PM, julio cesar sanchez wrote: > +1 > > ran cordova build ios --device --release

Re: [VOTE] 4.5.0 iOS Release

2017-09-08 Thread julio cesar sanchez
+1 ran cordova build ios --device --release and validated that the resulting .ipa can be submitted to iTunes Connect 2017-09-08 3:36 GMT+02:00 Audrey So : > I vote +1. > > - Ran npm test (Pass) > - Created & deployed app on emulator > - Ran coho audit-license-headers over the relevant repos >

Re: [DISCUSS] cordova-ios 4.1.1 Release

2017-09-08 Thread Shazron
Further discussion here: https://issues.apache.org/jira/browse/CB-13254 On Fri, Sep 8, 2017 at 6:12 PM, Shazron wrote: > Tested with node 4 and: > 1. npm@2.15.12 (latest npm@2) --> bug shows > 2. npm@3.0.0 -> bug fixed > > The fix for node 4 is to upgrade your npm to at least npm@3.0.0 or > gre

Re: [DISCUSS] cordova-ios 4.1.1 Release

2017-09-08 Thread Shazron
Tested with node 4 and: 1. npm@2.15.12 (latest npm@2) --> bug shows 2. npm@3.0.0 -> bug fixed The fix for node 4 is to upgrade your npm to at least npm@3.0.0 or greater. On Fri, Sep 8, 2017 at 6:03 PM, Shazron wrote: > It turns out it's an npm issue. > > ``` > $ npm --version > 2.15.9 > $ node

Re: [DISCUSS] cordova-ios 4.1.1 Release

2017-09-08 Thread Shazron
It turns out it's an npm issue. ``` $ npm --version 2.15.9 $ node --version v4.6.0 $ npm install -g npm@latest $ npm --version 5.4.1 ``` Using the latest npm with node 4 fixes the issue. On Fri, Sep 8, 2017 at 5:52 PM, Shazron wrote: > Others seem to concur, that by "upgrading" to at least no

Re: [DISCUSS] cordova-ios 4.1.1 Release

2017-09-08 Thread Shazron
Others seem to concur, that by "upgrading" to at least node 6, it fixes this issue, so it's definitely a node 4 CLI issue: https://stackoverflow.com/questions/44042641/cordova-error-your-ios-platform-does-not-have-api-js On Fri, Sep 8, 2017 at 5:36 PM, Shazron wrote: > This is a CLI issue under

Re: [DISCUSS] cordova-ios 4.1.1 Release

2017-09-08 Thread Shazron
This is a CLI issue under node 4, not sure if it's fixed. It's a cordova-fetch issue. If you use --nofetch it's fine. The cordova platform itself is tested under nodes 4 and 6, and those pass. On Fri, Sep 8, 2017 at 3:22 PM, julio cesar sanchez wrote: > I'm trying to do cordova platform add > ht

Re: [DISCUSS] cordova-ios 4.1.1 Release

2017-09-08 Thread julio cesar sanchez
I'm trying to do cordova platform add https://github.com/apache/cordova-ios#4.5.0 and getting this error Using CLI 7.0.1: cordova platform add https://github.com/apache/cordova-ios#4.5.0 Using cordova-fetch for https://github.com/apache/cordova-ios#4.5.0 Adding ios project... Using this version