[TIMOB-3416] iOS: Cannot compile with 1.6SDK after updating to xcode 4.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-07-16T12:13:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | compile, defect., ios4, reported-1.7.0, xcode4 |
Reporter | Natalie Huynh |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:44:48.000+0000 |
Updated | 2012-07-16T12:13:40.000+0000 |
Description
- Create a new project in Titanium Developer
- Set the SDK version to 1.6.0
- Save project
- Build to run on device
Actual Result:
Install Error
[BEROR]CodeSign error: The entitlements file '/Users/nhuynh/TiProjects/Computer/build/iphone/ Resources/Entitlements.plist' is missing [ERROR] [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 1150, in main
execute_xcode("iphoneos%s" % iphone_version,args,False)
File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py", line 924, in execute_xcode
output = run.run(args,False,False,o)
File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/iphone/run.py", line 39, in run
sys.exit(rc)
SystemExit: 65
Expected Result:
To compile without errors and allow user to install to device
Invalidating due to age (TiDeveloper, 1.6)