[ 
https://issues.apache.org/jira/browse/CB-14099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16524491#comment-16524491
 ] 

Bryan Ellis commented on CB-14099:
----------------------------------

[~tripod]

I was able to reproduce the issue without the PR.

The first build always shows *Device is Ready* but the second, third, and so on 
will always show *Connecting to Device*

*My steps to reproduce (from PR)*
 - $ cordova create myapp org.apache.myapp myapp
 - $ cd myapp
 - $ cordova platform add osx
 - $ cordova plugin add cordova-plugin-file
 - $ cordova run osx
 ** This build will be show *Device is Ready*
 - $ cordova run osx
 ** This and any other builds there after will show *Connecting to Device.*

 

*My Environment*
{code}
$ system_profiler SPSoftwareDataType
Software:

System Software Overview:

System Version: macOS 10.13.6 (17G47b)
Kernel Version: Darwin 17.7.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled 

$ cordova -v
8.0.0

$ cordova platform list
Installed platforms:
osx 4.0.1

$ node -v
v10.5.0

$ npm -v
6.1.0

$ xcodebuild -showsdks
macOS SDKs:
macOS 10.13 -sdk macosx10.13{code}

> Cordova OSX - Apps not working with Plugins
> -------------------------------------------
>
>                 Key: CB-14099
>                 URL: https://issues.apache.org/jira/browse/CB-14099
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-osx
>         Environment: Cordova 8.0
> osx "El capitan"
>  
>            Reporter: Jose Antonio Silva Korhonen
>            Assignee: Tobias Bocanegra
>            Priority: Major
>
> It's not possible to get any app with any compatible plugins working on osx.
> 1 - Create a barebone Cordova App
>  * cordova create myapp org.apache.myapp myapp
> 2 - Add osx platform
>  * cordova platform add osx
> 3 - Add any plugin compatible with osx, for example cordova-plugin-file
>  * cordova plugin add cordova-plugin-file
> 4 - Run the App
>  * cordova run osx
> 5 - The App doesn't trigger "device ready"
>   The app stays on the state "CONNECTING TO DEVICE" for ever.
>   It's expect that is shown "DEVICE IS READY". If you remove all plugins from 
> the app then "DEVICE IS READY" is shown
>  
> On older versions of cordova osx this procedure worked.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to