I am having problems with SVN and also provisioning with Xcode 4 and I want to uninstall it.

How do I uninstall Xcode 4 and will I be fine using Xcode 3 from now on or what does everyone recommend.

link|improve this question

3  
You shouldn't need to uninstall Xcode 4. You should be able to use Xcode 3 alongside it: Can I have multiple XCode versions installed? . Have you filed bug reports on the SVN and provisioning issues you've been having? The only way they'll get fixed is if you do so. – Brad Larson Mar 28 '11 at 18:40
feedback

2 Answers

up vote 9 down vote accepted

Uninstalling Xcode is pretty straightforward, and involves the use of the Terminal:

sudo <Xcode>/Library/uninstall-devtools --mode=all

where <Xcode> should be replaced by the path to which the tools were installed (e.g., /Developer).

link|improve this answer
1  
The default mode is all so you only really need --mode=... for partial uninstalls. – Paul R Mar 28 '11 at 19:53
Does this only uninstall Xcode4? What about other non-xcode developer tools? Like git or homebrew? – Answerbot May 22 '11 at 19:14
feedback

If you really do want to uninstall rather than just have two or more versions co-existing then use:

/Developer/Library/uninstall-devtools
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.