Xcode 4.3 and Titanium Studio 2

Just installed XCode 4.3 (which is now placed in the /Applications folder instead of a subfolder in /Developer) and Titanium Studio 2. Now Titanium Studio needs to “see” Xcode 4.3 in order to compile the apps…

Here is the trick:

  1. Open a Terminal window and execute the command “sudo xcode-select -switch <xcode_folder_path>”. The <xcode_folder_path> is typically /Developer or /Developer-x.x for Xcode 4.2 and lower, and /Applications/Xcode.app/Contents/Developer for Xcode 4.3
  2. In Titanium Studio, open the Titanium preferences and navigate to Titanium Studio->Titanium
  3. In the iOS section, click the Refresh button
  4. The newly specified Xcode folder path should be displayed.

Worked fine for me!

In case you run into the same issue, I hope this works for you as well…

Leave a Reply

Your email address will not be published. Required fields are marked *