Xcode 卸载方法是本文要介绍的内容,从不同的平台进行卸载。我们先来看内容。
其实自己到安装目录看看就知道啦,Library目录下有两个命令行程序的,uninstall-devtools和uninstall- developer-folder,(其中第二条命令就是卸载developer目录的),分别对应下面两条命令,安装在其他目录的xcode只需把路径换了即可:
- sudo /Developer/Library/uninstall-devtools --mode=all
- sudo /Developer/Library/uninstall-developer-folders
mac卸载xcode
购机的时候系统是snow leopard,非常非常不幸的是开源的图形界面svn client都还没跟上步伐,听说xcode的scm可以用,就翻出安装盘把xcode给装了,结果用起来很是不顺手,***还是决定咬牙用命令行,等scplugin新版本出来,怎么卸载xcode呢?那是详单的简单,资料里边有:
- sudo /Developer/Library/uninstall-devtools --mode=all
卸载过程中有一个要删除的目录没找到:
- Removing Xcode Caches...
- find: /var/folders/db/dbVT3LBeEUmE4hciNw840++++TI/-Caches-/com.apple.DeveloperTools: No such file or directory
- Removing Xcode Documentation...
- Removing empty devtools directories...
- Finish time: 2009年12月 7日 星期一 15时30分01秒 CST
- IMPORTANT: If you are going to install a previous version of the Developer Tools, be sure to restart the machine after installing.
小结:详解xcode 卸载方法的内容介绍完了,希望本文对你有所帮助。