简体   繁体   English

卸载Xcode 4并使用Xcode 3

[英]Uninstall Xcode 4 and use Xcode 3

I am having problems with SVN and also provisioning with Xcode 4 and I want to uninstall it. 我遇到SVN问题,还有Xcode 4配置,我想卸载它。

How do I uninstall Xcode 4 and will I be fine using Xcode 3 from now on or what does everyone recommend. 如何卸载Xcode 4,从现在开始我会使用Xcode 3,或者每个人都推荐什么。

Uninstalling Xcode is pretty straightforward , and involves the use of the Terminal: 卸载Xcode 非常简单 ,涉及使用终端:

sudo <Xcode>/Library/uninstall-devtools --mode=all

where <Xcode> should be replaced by the path to which the tools were installed (eg, /Developer ). 其中<Xcode>应该由安装工具的路径替换(例如, /Developer )。

如果你确实想要卸载而不是只有两个或多个版本共存,那么使用:

/Developer/Library/uninstall-devtools

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM