[TIMOB-10819] iOS: Xcode 4.5 preview: Building a project fails trying to target iOS 6 due to dropped armv6 support
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-12T18:08:50.000+0000 |
Affected Version/s | Release 2.1.2 |
Fix Version/s | Release 2.1.3, Release 3.0.0, Sprint 2012-19 Core, 2012 Sprint 19 |
Components | iOS |
Labels | core, qe-ios6, qe-testadded, qe-xcode45 |
Reporter | Eric Merriman |
Assignee | Max Stepanov |
Created | 2012-09-07T17:12:14.000+0000 |
Updated | 2012-09-14T13:46:46.000+0000 |
Description
While testing Xcode 4.5 preview I encountered an error building while targeting iOS 6.0. This seems to be due to Apple dropping armv6 support in iOS 6.
This is not an SDK regression.
Error reported in the console:
[ERROR] Build Failed (Missing app at /Users/emerriman/212Workspace/Kitchen Sink/build/iphone/build/Debug-iphoneos/KitchenSink.app/KitchenSink). Please see output for more details
[ERROR] Error: Traceback (most recent call last):
File "/Users/emerriman/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.v20120904163110/iphone/builder.py", line 1460, in main
execute_xcode("iphoneos%s" % iphone_version,args,False)
File "/Users/emerriman/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.v20120904163110/iphone/builder.py", line 1253, in execute_xcode
sys.exit(1)
SystemExit: 1
Steps to reproduce:
1) Install Developer preview of Xcode 4.5
2) Rename Xcode preview to "Xcode"
3) Import KitchenSink into Studio
4) Set to build for device, set target iOS SDK for build to 6.0
5) Attempt to build
Result:
Error and build fail as shown above
Expected:
Build and sync with iTunes
PR pending https://github.com/appcelerator/titanium_mobile/pull/2919
NEEDS PR TO BE BACK-PORTED TO 2_1_X
Backport PR https://github.com/appcelerator/titanium_mobile/pull/2931
Closing as fixed. Verified and tested on: OS: Mac OS X Lion 10.7.4 Titanium Studio, build: 2.1.2.201208301612 Titanium SDK, build: 2.1.3.v20120913140112 xCode 4.5 iPod version 6.0 Was able to build and sync with iTunes successfully.