[TIMOB-13757] CLI: iOS: "Invalid Titanium SDK" error when attempting dist-appstore build
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2013-05-03T21:51:55.000+0000 |
| Affected Version/s | Release 2.1.4, Release 3.0.0, Release 3.0.2, Release 3.1.0 |
| Fix Version/s | n/a |
| Components | CLI |
| Labels | n/a |
| Reporter | Rick |
| Assignee | Chris Barber |
| Created | 2013-05-03T21:27:03.000+0000 |
| Updated | 2014-06-19T12:44:03.000+0000 |
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:
D'OH! thank you!