Uninstall/Resetting Xcode
Categories: Apple, Mac OS X on Sep.05, 2010
For reset Xcode to factory settings in the logged-in user, run these commands in Terminal:
> defaults delete com.apple.Xcode
> rm -rf ~/Library/Application\ Support/Xcode
At one point in the process it 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
Similar posts:
November 12th, 2012 on 10:25 pm
[...] which recommended doing a Hard Reset of Xcode. I had no idea what that meant, but this link (http://www.developers-life.com/uninstallresetting-xcode.html) helped me out. Basically all I had to do was open Terminal and run the following three [...]