How do you uninstall old custom installs of Xcode?
Posted
by Jonathan
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan
Published on 2010-04-09T00:01:00Z
Indexed on
2010/04/09
0:03 UTC
Read the original article
Hit count: 310
Hi,
When I install a beta, I do a custom install into a separate folder to the latest release version. I have several old beta installs.
How do I uninstall the old custom versions of xcode?
Can I just trash the folder?
Our do I need to use Terminal?
The release notes suggest to use this:
$ sudo /Library/uninstall-devtools --mode=all
But will this just uninstall my original official release version 3.2?
Thanks.
© Stack Overflow or respective owner