Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 XCode4 安装在我的 Developer 文件夹中,并将 XCode3 安装在另一个名为 XCode3 的文件夹中。我想完全删除 XCode3。我怎样才能做到这一点?
如果您不再需要 Xcode 3,请将 XCode 3 移至“/Developer-old”,然后在终端中运行:
sudo /Developer-old/Library/uninstall-devtools --mode=all
这将删除所有 Xcode3 文件,释放大约 5Gb 的空间。