Showing posts with label Xcode. Show all posts
Showing posts with label Xcode. Show all posts

Monday, January 10, 2011

How to Uninstall Xcode??

It is quite easy.
Open a terminal window and type the following

sudo /Library/uninstall-devtools --mode=all

is the directory where the tools are installed. Typically the installation full path is the following

/Developer/Library/uninstall-devtools

Easy enough ??