詳解Xcode 卸載方法
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 卸載方法的內容介紹完了,希望本文對你有所幫助。