[TIMOB-16064] 3.2.0RC Studio with 3.1.3GA SDK throws iOS titanium-cli build error
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-12-20T22:13:30.000+0000 |
Affected Version/s | Release 3.1.3 |
Fix Version/s | n/a |
Components | CLI |
Labels | ios, studio, titanium-cli |
Reporter | Jamil Spain |
Assignee | Ingo Muschenetz |
Created | 2013-12-20T11:28:12.000+0000 |
Updated | 2017-03-20T22:13:57.000+0000 |
Description
Using the RC stream for AppC Studio 3.2.x, I was testing existing projects by building the project with 3.1.3GA SDK. When you try to run iOS, you get this console error from the titanium CLI:
http://screencast.com/t/igOTQZTg8Yl
This happens on new mobile projects as well as existing projects you import. The goal is to have customers be able to run projects with 3.1.3GA SDK.
This is because 3.1.3 CLI/SDK doesn't support the 3-digit version number introduced in Xcode 5.0.1. [~ingo] is there a 3.1.x backport ticket we could make the ticket duplicate of?
Duplicate of TIMOB-15681. Basically, you have two choices: * Use 3.1.3.GA + XCode 5.0.0 * Use 3.1.X (3.1.4 and later) and Xcode 5.0.0+ (5.0.1 and later)
Closing ticket as duplicate.