Reputation: 746
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.
Upvotes: 9
Views: 12598
Reputation: 5159
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!)
Upvotes: 19
Reputation: 456
Hi I found a solution to gain the option again:
IDEHaveOfferedXcodesToRemove
and set the Boolean value to false
Upvotes: 39