Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13371] CLI: --sdk option does not work

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionInvalid
Resolution Date2013-06-05T18:15:20.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsCLI
Labelsn/a
ReporterAndrey Verbin
AssigneeChris Barber
Created2012-11-23T04:25:52.000+0000
Updated2017-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;

Comments

  1. Chris Barber 2013-06-05

    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 value in the tiapp.xml. No matter what --sdk you specify, the build will always use whatever version is in the tiapp.xml.
  2. Lee Morris 2017-03-28

    Closing ticket as invalid.

JSON Source