You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/27 13:55:49 UTC

[GitHub] brodybits commented on issue #420: Why is ios-deploy required for plain builds (without deployment)?

brodybits commented on issue #420: Why is ios-deploy required for plain builds (without deployment)?
URL: https://github.com/apache/cordova-ios/issues/420#issuecomment-425102077
 
 
   I get the following results from running `cordova build ios` with no `ios-deploy` installed:
   
   ```sh
   CordovaError: Promise rejected with non-error: 'ios-deploy was not found. Please download, build and install version 1.9.2 or greater from https://github.com/phonegap/ios-deploy into your path, or do \'npm install -g ios-deploy\''
       at cli.catch.err (/Users/brodybits/.nvs/node/8.12.0/x64/lib/node_modules/cordova/bin/cordova:29:15)
       at <anonymous>
       at process._tickCallback (internal/process/next_tick.js:189:7)
   ```
   
   I am marking this as a bug since I think `ios-deploy` which has viral GPL v3 license should not be required to *build* an app from the command line.
   
   I think we should make some better distinction between *required* build tools and *recommended* build tools.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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