[TIMOB-7864] iOS: Xcode 4.3 - Simulator builds fail with error
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-18T10:52:42.000+0000 |
Affected Version/s | Release 1.8.2 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | iOS |
Labels | qe-testadded, qe-xcode43 |
Reporter | Eric Merriman |
Assignee | Blain Hamon |
Created | 2012-03-02T11:40:24.000+0000 |
Updated | 2012-07-09T09:54:40.000+0000 |
Description
Description:
On a clean Mac install with a fresh install of Xcode 4.3 developer preview (4E109), I was able to package and build for device, but was unable to launch for simulator.
The following error is produced:
[INFO] Performing clean build
[INFO] Launching application in Simulator
dyld: Library not loaded: @rpath/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
Referenced from: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient
Reason: image not found
[INFO] Launched application in Simulator (29.15 seconds)
[INFO] Found 5.0 patch installed
[INFO] Application has exited from Simulator
Steps to reproduce:
1) Obtain a clean Mac system and update to 10.7.3
2) Install Xcode 4.3 from the Mac app store
3) Install Studio 1.0.9
4) Use terminal command "sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer"
5) Change studio workspace to new workspace if required (if you can't set up your iOS SDK properly)
6) Create new studio project
7) Run in simulator
Result:
Build fails with error shown above
Expected:
Build completes and no errors thrown, simulator launches
Resolved by PR #1638
Verified fixed with SDK 2.0.0.v20120319003254 and Titanium Studio, build: 2.0.0.201203182248. iPad and iPhone simulator function as expected.