When I click on a project on Xcode it loads the old xcode, but I just installed the new XCode 4.3. How can I configure my Mac to load the new Xcode instead of the old Xcode?

I know that I had installed correctly the new Xcode 4.3 because I can still load it just by clicking on the icon of Xcode 4.3, but my old Xcode still somewhere of the hard drive causing it to boot when you click directly on any file of a project on Xcode.

It is very useful to load the Xcode directly from the projects itself vs. loading first the Xcode, then looking for the right project to open.

Thank you in advance.

link|improve this question
3  
There's no such thing as Xcode 4.3. – BoltClock Mar 15 '11 at 10:30
This should belong on either apple.se.com or su.com – Eimantas Mar 15 '11 at 10:36
@BoltClock: No longer true. :-) Updating for newness. – Joshua Nozzi Feb 16 at 18:25
feedback

2 Answers

Xcode 4.3 [is now fully self-contained][1] in the app bundle that is installed in the /Applications folder. The 4.2 installation in the /Developer folder is left intact. The first time you run Xcode 4.3, you'll be prompted to remove old tools.

link|improve this answer
feedback

You have to delete Xcode from /Developer/Applications, and drag the Xcode 4.3 app to /Applications. It should work fine after that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.