I have Xcode 4.3 installed on Mac OS Lion, but I can\'t find a way to uninstall it. Any ideas?
I have no
/Xcode4/Library/uninstall-devtools
(can\'t find a
There's still some large docset files in ~/Library/Developer/Shared/Documentation/DocSets/
. You could search for other support files with mdfind -name xcode -0 | xargs -0 du -sm | sort -rn
.
For some reason, /Library/Developer/
wasn't removed when I installed Xcode 4.3. It contained about 2GB of old docset files.