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

Graeme Mawson updated CB-11731:
-------------------------------
    Attachment: log_success.txt
                log_failure.txt

Two logs are attached.  The success log is from when the ios platform was added 
before the android platform.  The failure is log is from when the android 
platform was added before ios platform.  The differences are pretty obvious in 
the 'cordova emulate ios' output.

> Error missing cordova_plugins.js for ios after clean if android platform 
> added first
> ------------------------------------------------------------------------------------
>
>                 Key: CB-11731
>                 URL: https://issues.apache.org/jira/browse/CB-11731
>             Project: Apache Cordova
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: CordovaLib
>    Affects Versions: 6.3.0
>            Reporter: Graeme Mawson
>              Labels: cannot-reproduce, triaged, wfc
>         Attachments: log_failure.txt, log_success.txt
>
>
> Cordova CLI v6.3.0, Cordova Android v5.2.1, Cordova iOS v4.2.0 on Mac OS X 
> 10.11.6.
> Performing run/emulate/build for the iOS platform fails if you have added the 
> Android platform first.
> For example, this works (note iOS platform added first):
> $ cordova create myapp
> $ cd my app
> $ platform add ios
> $ platform add android
> $ cordova clean ios
> $ cordova emulate ios
> But, this does not work (note Android platform added first):
> $ cordova create myapp
> $ cd my app
> $ platform add android
> $ platform add ios
> $ cordova clean ios
> $ cordova emulate ios
> Executing: cordova emulate ios
> Fatal error: Error: ENOENT: no such file or directory, open 
> '/Users/graememawson/Cordova/myapp/platforms/ios/www/cordova_plugins.js’



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

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

Reply via email to