You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/11 12:46:56 UTC

[GitHub] [cordova-ios] codecat edited a comment on pull request #936: (ios) issue-912: fix deployment to device

codecat edited a comment on pull request #936:
URL: https://github.com/apache/cordova-ios/pull/936#issuecomment-671923467


   Thanks for the pull request, I was facing this issue as well today.
   
   As a temporary workaround until this gets released to stable, you can either downgrade to 5.1.1 (latest version prior to 6.0.0) or use the latest nightly version. ([Which you can find here under "versions"](https://www.npmjs.com/package/cordova-ios).)
   
   Here's how to change the version of your iOS platform:
   ```
   $ cordova platform remove ios
   $ cordova platform add ios@5.1.1
   ```
   
   To install the nightly version, simply replace `5.1.1` with `nightly`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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