[AC-370] CLI builds only for one device
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2015-11-10T08:37:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Sebastian Klaus |
Assignee | Mostafizur Rahman |
Created | 2015-09-21T07:55:24.000+0000 |
Updated | 2015-11-10T08:37:44.000+0000 |
Description
Operating System
Name = Mac OS X
Version = 10.10.5
Architecture = 64bit
# CPUs = 8
Memory = 17179869184
Node.js
Node.js Version = 0.10.38
npm Version = 1.4.28
Titanium CLI
CLI Version = 5.0.3
Titanium SDK
SDK Version = 5.0.0.GA
SDK Path = /Volumes/Data/Users/sebastian/Library/Application Support/Titanium/mobilesdk/osx/5.0.0.GA
Target Platform = iphone
The CLI command
appc ti build -p ios -T simulator -S 8.4 -Y ipad
ignores the Y parameter. On my system, the iPhone simulator is started every cli build
Hello, Tested this issue.To build for an [iOS simulator](http://docs.appcelerator.com/platform/latest/#!/guide/Appcelerator_CLI_Tasks-section-43306725_AppceleratorCLITasks-iOSSimulator) run *appc run -p ios*. Because no other options were specified, the CLI launches the application on the default iOS simulator. To use a specific simulator, add the -C
To build for an [iOS device](http://docs.appcelerator.com/platform/latest/#!/guide/Appcelerator_CLI_Tasks-section-43306725_AppceleratorCLITasks-iOSDevice) , run:
Thanks