[AC-1570] CLI: "--sim-version" only accepts latest (built-in) version
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-17T06:52:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio |
Labels | ios |
Reporter | lokesh |
Assignee | Shak Hossain |
Created | 2014-09-23T17:41:20.000+0000 |
Updated | 2016-03-08T07:38:02.000+0000 |
Description
With the 3.5.1. GA SDK additional installed older iOS Simulators through Xcode > Preferences > Downloads cannot be selected via
--sim-version
, while ti build -h
does list the installed versions.
Reproduce
1. Runti build -h
to see the correct values
2. Run ti info -t ios
to see the correct values
3. Run ti build -p ios --sim-version ?
to see the accepted values
4. Run ti build -p ios --sim-version X
with X
being a different then default value to get the error:
[ERROR] : Invalid "--sim-version" value "8.0"
7.1
For help, run: titanium help build
*NOTE:* This does work with the 4.0.0.RC SDK.
Hello, This issue is fixed in the latest SDK release 4.1.0.GA. Thanks.