[TIMOB-13371] CLI: --sdk option does not work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-06-05T18:15:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI |
Labels | n/a |
Reporter | Andrey Verbin |
Assignee | Chris Barber |
Created | 2012-11-23T04:25:52.000+0000 |
Updated | 2017-03-28T21:10:02.000+0000 |
Description
I have several SDK's installed and trying to build app with different SDK's to find regressions. I run following command:
titanium build --sdk
And it fail with error:
Command "build" not support by SDK version
When I run same command like this
titanium config app.sdk 3.1.0.v20121121154400; titanium build --platform mobileweb;
The --sdk option is used to specify the SDK used to bootstrap the build. You should generally have the active SDK set to the most recent GA release, then you should set the SDK you want to build with via the
Closing ticket as invalid.