Sep 29, 2011

Uninstall Xcode completely using Terminal

In case you would like to remove Xcode completely from your mac, run this in terminal.
It will take some time, so, sit back and relax while it's doing the job.

Xcode < 4.1

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



Xcode > 4.1

sudo /Developer/Library/uninstall-devtools


.

No comments:

Post a Comment