Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Initially launching XCode 4.3, I was given an option to uninstall Xcode 4.2. I didn't uninstall the first time and I'm having trouble locating that option within Xcode 4.3. How do I find this option again?

Instead of doing the uninstall manually, I would like to use what Apple recommends so please no answers on doing it any other way. Thanks.

share|improve this question
Tried reinstalling 4.3 but it's not giving me the option again. Also, Instruments is not showing me targets anymore. – wonster Feb 20 '12 at 2:53
1  
Couldn't wait any longer. Just did it manually. Removed Xcode 4.3 by deleting the app folder in Applications then ran this command. 'sudo /Developer/Library/uninstall-devtools --mode=all' Afterwards just reinstalled 4.3 again for a clean fresh install. – wonster Feb 20 '12 at 5:25
did that work, did it let you uninstall the prior installation of xcode like the first time? – Nicolas S Feb 27 '12 at 22:58

2 Answers

up vote 39 down vote accepted

Hi I found a solution to gain the option again:

  1. Close Xcode
  2. Go to ~/Library/Preferences
  3. Open com.apple.dt.Xcode.plist
  4. Search IDEHaveOfferedXcodesToRemove and set the Boolean value to false
  5. Save & close
  6. Now open the Xcode 4.3 again and the option will become active again
share|improve this answer
Great info; thanks! One additional note: when I opened ~/Library/Preferences/com.apple.dt.Xcode.plist, it opened in Xcode 4.2. I was a little concerned about making the change with any version of Xcode open, but it worked anyway. I made the changes using Xcode 4.2, saved, quit Xcode 4.2, started Xcode 4.3 and everything was as desired. – Robert Altman Apr 17 '12 at 17:26
Now com.apple.dt.Xcode.plist is a binary file :( – freedev Aug 26 '12 at 23:58

Per the Xcode 4.3 release notes:

If you choose not to delete these items on the first launch of Xcode 4.3, you can remove the /Developer folder and the Install Xcode application by dragging them to the Trash at any time.

(Whew!)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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