[TIMOB-19595] CLI: When building to multiple device with the -C all switch, mismatched devices should be a warn not a fail
GitHub Issue | n/a |
Type | Improvement |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Tooling |
Labels | cb-tooling |
Reporter | Stephen Feather |
Assignee | Unknown |
Created | 2014-11-09T15:46:03.000+0000 |
Updated | 2018-02-28T19:55:35.000+0000 |
Description
Problem
If multiple devices are attached the CLI throws an error and halts the build if one of the devices does not match the require specifications or build settings.
Example
This is an extreme example, using a 4.x device, but the same occurs if you target 8.x with a 7.x device attached.
[ERROR] This app does not support the device "Stephen Feather’s iPod"
The device is running iOS 4.2.1, however the app's the minimum iOS version is set to 6.0
In order to install this app on this device, lower the to 4.2 in the tiapp.xml:
http://ti.appcelerator.org">
4.2
Expected
Expect that if there are multiple devices attached, user receives a warning for the devices that will not be built for, and build succeeds for the other devices.
Comments
JSON Source
No comments