mosabab commented on a change in pull request #1103: URL: https://github.com/apache/cordova-docs/pull/1103#discussion_r465685222
########## File path: www/docs/en/dev/guide/platforms/ios/index.md ########## @@ -69,10 +69,20 @@ $ xcode-select --install The [ios-deploy](https://www.npmjs.org/package/ios-deploy) tools allow you to launch iOS apps on an iOS Device from the command-line. -To install it, run the following from command-line terminal: +Install ios-deploy via [Homebrew](https://brew.sh/) by running: ```bash -$ npm install -g ios-deploy +$ brew install ios-deploy Review comment: On macOS there is an error if you try to install it from npm. According to the main page of ios-deploy, please refer to new installation guide: https://github.com/ios-control/ios-deploy#Installation ---------------------------------------------------------------- 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]
