Oct 03 2008
How to Uninstall Xcode
A friend in San Francisco, Rodney Aiglstorfer, was recently jumping through hoops to get Xcode to cooperate with his iPhone. There’s nothing more aggravating than having your application running within the simulator and getting stuck downloading to a device.
At one point in the process he opted to remove the Xcode developer tools and start the configuration from the beginning. Which leads to the tip: should you ever find the need to remove Xcode, run the following from within a terminal window to make it happen:
sudo /Developer/Library/uninstall-devtools --mode=all
Easy enough, just make sure this is what you really intend to do as once it’s gone, it’s gone. Thanks for the tip Rodney.
Tips by RSS
Tips by Email

Thanks, this worked for me.
Thanks, my macbook got 2gb back :)
Thanks, too bad Mac can’t have help as simple as this listed on their support page or in the uninstall instructions that come with the software!
worked for me too, cheers..
Worked GREAT!
Worked, thank you.