詳解Xcode 卸載方法
Xcode 卸載方法是本文要介紹的內(nèi)容,從不同的平臺進(jìn)行卸載。我們先來看內(nèi)容。
其實(shí)自己到安裝目錄看看就知道啦,Library目錄下有兩個(gè)命令行程序的,uninstall-devtools和uninstall- developer-folder,(其中第二條命令就是卸載developer目錄的),分別對應(yīng)下面兩條命令,安裝在其他目錄的xcode只需把路徑換了即可:
- sudo /Developer/Library/uninstall-devtools --mode=all
- sudo /Developer/Library/uninstall-developer-folders
mac卸載xcode
購機(jī)的時(shí)候系統(tǒng)是snow leopard,非常非常不幸的是開源的圖形界面svn client都還沒跟上步伐,聽說xcode的scm可以用,就翻出安裝盤把xcode給裝了,結(jié)果用起來很是不順手,***還是決定咬牙用命令行,等scplugin新版本出來,怎么卸載xcode呢?那是詳單的簡單,資料里邊有:
- sudo /Developer/Library/uninstall-devtools --mode=all
卸載過程中有一個(gè)要?jiǎng)h除的目錄沒找到:
- 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時(shí)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.
小結(jié):詳解xcode 卸載方法的內(nèi)容介紹完了,希望本文對你有所幫助。