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 ??

7 comments:

  1. Looks like for 4.2 it's /Library/Developer/4.2/uninstall-devtools

    ReplyDelete
  2. ok... after doing what you both said would work.. and it did not. I thought i would show what did work for me.

    Go to your library and find the file that says "uninstall-developer-folder"
    click on it. When you do it will show you the path of where it lives.

    Next: go to your termial and type the following "This is what i did and it worked"

    sudo /Developer/Library/uninstall-developer-folder --mode=all;

    So..... I used both of the answer above and came up with this that did work.
    Hope this helps you.

    Cheers~

    ReplyDelete
  3. I am using OS X 10.8.1 version and Xcode Version 4.4.1 (4F1003). I could not find any file uninstall-devtools in my system. Can you help me on how to uninstall my xcode.

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete