[TIMOB-16481] CLI: "Xcode 5.1 is too new" message will appear with CLI GA (3.2.1) plus latest 3.2.2 SDK plus Xcode 5.1 beta 5
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-03-05T18:23:01.000+0000 |
Affected Version/s | Release 3.2.2 |
Fix Version/s | 2014 Sprint 05, 2014 Sprint 05 Tooling, Release 3.2.2, Release 3.3.0 |
Components | CLI |
Labels | module_cli, qe-3.2.2, qe-nfc, qe-testadded |
Reporter | Wilson Luu |
Assignee | Chris Barber |
Created | 2014-02-20T01:43:05.000+0000 |
Updated | 2014-07-31T17:44:03.000+0000 |
Description
*Details:* If you have CLI GA (3.2.1) with latest 3.2.2 SDK build, *ti info \-t ios* will return "Xcode 5.1 is too new" message if you have xcode-select pointing to Xcode 5.1 beta 5.
*Steps to reproduce:*
1. Make sure your xcode-select is pointing to Xcode 5.1 beta 5: *sudo xcode-select -s /Xcode51-Beta5.app*
2. Get latest 3.2.2 SDK build
3. In terminal, run the info command: *ti info \-t ios*
4. Scroll to the bottom to iOS Issues
*Actual:* This message will appear:
{quote}
iOS Issues
! Xcode 5.1 is too new and may or may not work with Titanium SDK 3.2.2. The maximum supported
Xcode version by Titanium SDK 3.2.2 is Xcode 5.0..
{quote}
*Expected:* The CLI should not report this config as an issue.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5415 3.2.x pull request: https://github.com/appcelerator/titanium_mobile/pull/5416 3_2_X_hybrid pull request: https://github.com/appcelerator/titanium_mobile/pull/5417
PR's merged
Closing ticket as fixed. Verified the following: 1. Used CLI 3.2.1 + with latest 3.2.2 SDK and verified warning does not appear with Xcode 5.1 beta 5 selected 2. With the same config as 1, but with SDK 3.2.1.GA selected, verified same warning still appeared 3. With the same config as 1, but with Xcode 5.0.2 selected, verified no warnings appeared 4. With the same config as 1, was able to install default app to iphone 5s (7.1 beta 5) and to iphone simulator 7.1 beta 5 Tested on: Appcelerator Studio, build: 3.2.1.201402061120 SDK build: 3.2.1.GA, 3.2.2.v20140305102459 CLI: 3.2.1 Alloy: 1.3.1 Xcode: 5.0.2, 5.1 beta 5 Devices: iphone 5s (7.1 beta 5), iphone simulator 7.1 beta 5
Also, verified test cases 1, 3, and 4 with SDK build 3.3.0.v20140305102510. Tested on: Appcelerator Studio, build: 3.2.1.201402061120 SDK build: 3.3.0.v20140305102510 CLI: 3.2.1 Alloy: 1.3.1 Xcode: 5.0.2, 5.1 beta 5 Devices: iphone 5s (7.1 beta 5), iphone simulator 7.1 beta 5