开发者

How to remove XCode3?

开发者 https://www.devze.com 2023-03-14 21:29 出处:网络
I have开发者_StackOverflow社区 XCode4 installed in my Developer folder, and XCode3 installed in another folder called XCode3. I would like to completely remove XCode3. How can I do this?If you don’t

I have开发者_StackOverflow社区 XCode4 installed in my Developer folder, and XCode3 installed in another folder called XCode3. I would like to completely remove XCode3. How can I do this?


If you don’t need Xcode 3 anymore, move XCode 3 to ‘/Developer-old’ then just run in your terminal:

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

This removes all Xcode3 files, freeing up about 5Gb of space.

0

精彩评论

暂无评论...
验证码 换一张
取 消