sc0ttdav3y commented on issue #912:
URL: https://github.com/apache/cordova-ios/issues/912#issuecomment-649206928


   As a workaround, I have found that I can manually deploy the app to a device 
by using `ios-deploy` directly.
   
   ```
   cd platforms/ios/build/device
   
   # extract the .app from the .ipa (creates Payload directory)
   unzip "<Project Name>.ipa"
   cd Payload
   
   # deploy to device
   ios-deploy --debug --bundle "<Project Name>.app"
   ```
   
   See https://github.com/ios-control/ios-deploy for details.


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to