Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7864] iOS: Xcode 4.3 - Simulator builds fail with error

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2012-03-18T10:52:42.000+0000
Affected Version/sRelease 1.8.2
Fix Version/sRelease 2.0.0, Sprint 2012-06
ComponentsiOS
Labelsqe-testadded, qe-xcode43
ReporterEric Merriman
AssigneeBlain Hamon
Created2012-03-02T11:40:24.000+0000
Updated2012-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

Comments

  1. Neeraj Gupta 2012-03-18

    Resolved by PR #1638
  2. Eric Merriman 2012-03-19

    Verified fixed with SDK 2.0.0.v20120319003254 and Titanium Studio, build: 2.0.0.201203182248. iPad and iPhone simulator function as expected.

JSON Source