[jira] [Updated] (CB-12881) Cannot specify multiple platforms at once when cordova-ios was targeted

2017-08-22 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-12881:
--
Labels: backlog  (was: backlog ios-next)

> Cannot specify multiple platforms at once when cordova-ios was targeted
> ---
>
> Key: CB-12881
> URL: https://issues.apache.org/jira/browse/CB-12881
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: backlog
> Fix For: cordova-ios@4.5.1
>
>
> *Reproduction steps:*
> cordova create hello
> cd hello
> (prepare build.json for ios build)
> cordova platform add ios android
> cordova run ios android
> *Expected result:*
> Both Android and iOS applications started successfully.
> *Actual result:*
> Android application was launched without an error.
> iOS application failed to start with the following error:
> {code}Error: runOptions.argv.argv.slice is not a function{code}
> *Tested with the following versions:*
> Cordova@7.0.1
> cordova-ios@4.4.0
> cordova-android@6.2.3
> Node.js v6.10.3
> macOS Sierra 10.12.4
> This issue can be avoided by running each platforms separately.
> e.g. cordova run android; cordova run ios



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12881) Cannot specify multiple platforms at once when cordova-ios was targeted

2017-08-22 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-12881:
--
Fix Version/s: (was: cordova-ios@4.5.0)
   cordova-ios@4.5.1

> Cannot specify multiple platforms at once when cordova-ios was targeted
> ---
>
> Key: CB-12881
> URL: https://issues.apache.org/jira/browse/CB-12881
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: backlog
> Fix For: cordova-ios@4.5.1
>
>
> *Reproduction steps:*
> cordova create hello
> cd hello
> (prepare build.json for ios build)
> cordova platform add ios android
> cordova run ios android
> *Expected result:*
> Both Android and iOS applications started successfully.
> *Actual result:*
> Android application was launched without an error.
> iOS application failed to start with the following error:
> {code}Error: runOptions.argv.argv.slice is not a function{code}
> *Tested with the following versions:*
> Cordova@7.0.1
> cordova-ios@4.4.0
> cordova-android@6.2.3
> Node.js v6.10.3
> macOS Sierra 10.12.4
> This issue can be avoided by running each platforms separately.
> e.g. cordova run android; cordova run ios



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12881) Cannot specify multiple platforms at once when cordova-ios was targeted

2017-06-07 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-12881:
--
Fix Version/s: cordova-ios@4.4.1

> Cannot specify multiple platforms at once when cordova-ios was targeted
> ---
>
> Key: CB-12881
> URL: https://issues.apache.org/jira/browse/CB-12881
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>Priority: Minor
> Fix For: cordova-ios@4.4.1
>
>
> *Reproduction steps:*
> cordova create hello
> cd hello
> (prepare build.json for ios build)
> cordova platform add ios android
> cordova run ios android
> *Expected result:*
> Both Android and iOS applications started successfully.
> *Actual result:*
> Android application was launched without an error.
> iOS application failed to start with the following error:
> {code}Error: runOptions.argv.argv.slice is not a function{code}
> *Tested with the following versions:*
> Cordova@7.0.1
> cordova-ios@4.4.0
> cordova-android@6.2.3
> Node.js v6.10.3
> macOS Sierra 10.12.4
> This issue can be avoided by running each platforms separately.
> e.g. cordova run android; cordova run ios



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12881) Cannot specify multiple platforms at once when cordova-ios was targeted

2017-06-06 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-12881:
--
Component/s: (was: cordova-lib)
 cordova-ios

> Cannot specify multiple platforms at once when cordova-ios was targeted
> ---
>
> Key: CB-12881
> URL: https://issues.apache.org/jira/browse/CB-12881
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>Priority: Minor
>
> *Reproduction steps:*
> cordova create hello
> cd hello
> (prepare build.json for ios build)
> cordova platform add ios android
> cordova run ios android
> *Expected result:*
> Both Android and iOS applications started successfully.
> *Actual result:*
> Android application was launched without an error.
> iOS application failed to start with the following error:
> {code}Error: runOptions.argv.argv.slice is not a function{code}
> *Tested with the following versions:*
> Cordova@7.0.1
> cordova-ios@4.4.0
> cordova-android@6.2.3
> Node.js v6.10.3
> macOS Sierra 10.12.4
> This issue can be avoided by running each platforms separately.
> e.g. cordova run android; cordova run ios



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12881) Cannot specify multiple platforms at once when cordova-ios was targeted

2017-06-06 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-12881:
--
Component/s: (was: cordova-ios)
 cordova-lib

> Cannot specify multiple platforms at once when cordova-ios was targeted
> ---
>
> Key: CB-12881
> URL: https://issues.apache.org/jira/browse/CB-12881
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: 4.4.0
>Reporter: Yuuki Tada
>Priority: Minor
>
> *Reproduction steps:*
> cordova create hello
> cd hello
> (prepare build.json for ios build)
> cordova platform add ios android
> cordova run ios android
> *Expected result:*
> Both Android and iOS applications started successfully.
> *Actual result:*
> Android application was launched without an error.
> iOS application failed to start with the following error:
> {code}Error: runOptions.argv.argv.slice is not a function{code}
> *Tested with the following versions:*
> Cordova@7.0.1
> cordova-ios@4.4.0
> cordova-android@6.2.3
> Node.js v6.10.3
> macOS Sierra 10.12.4
> This issue can be avoided by running each platforms separately.
> e.g. cordova run android; cordova run ios



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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