How do you uninstall old custom installs of Xcode?
- by Jonathan
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.