Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13757] CLI: iOS: "Invalid Titanium SDK" error when attempting dist-appstore build

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2013-05-03T21:51:55.000+0000
Affected Version/sRelease 2.1.4, Release 3.0.0, Release 3.0.2, Release 3.1.0
Fix Version/sn/a
ComponentsCLI
Labelsn/a
ReporterRick
AssigneeChris Barber
Created2013-05-03T21:27:03.000+0000
Updated2014-06-19T12:44:03.000+0000

Description

Comments

  1. Chris Barber 2013-05-03

    You are correctly getting that error because you have specified the -s option without a value. You are also specifying the -i and -o flags which don't do anything. Obviously you are trying to build for iOS in which case you should the -p or --platform option as follows:
       ti build -p ios -T dist-appstore
       
  2. Rick 2013-05-03

    D'OH! thank you!

JSON Source