Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 4.3 - Uninstall XCode 4.2

Tags:

xcode4.2

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.

like image 251
wonster Avatar asked Feb 18 '12 01:02

wonster


2 Answers

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
like image 138
0x90 Avatar answered Sep 30 '22 21:09

0x90


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!)

like image 23
Joe D'Andrea Avatar answered Oct 04 '22 21:10

Joe D'Andrea