当工具卸载devtool不存在时,如何卸载xcode

当工具卸载devtool不存在时,如何卸载xcode,xcode,Xcode,如何卸载xcode(7.4) 网上的大多数文章都提到命令 sudo /Developer/Library/uninstall-devtools --mode=all 但是我没有那个程序。这是我的 macimage:~ user1$ sudo ls -la /Library/Developer/ total 0 drwxr-xr-x 3 root admin 102 Aug 1 2014 . drwxr-xr-x+ 67 root admin 2278 Sep 9 14:59

如何卸载xcode(7.4)

网上的大多数文章都提到命令

sudo /Developer/Library/uninstall-devtools --mode=all
但是我没有那个程序。这是我的

macimage:~ user1$ sudo ls -la /Library/Developer/
total 0
drwxr-xr-x   3 root  admin   102 Aug  1  2014 .
drwxr-xr-x+ 67 root  admin  2278 Sep  9 14:59 ..
drwxr-xr-x   4 root  admin   136 Jul 24  2014 CommandLineTools
macimage:~ user1$


macimage:~ user1$ sudo ls -la /Developer/
ls: /Developer/: No such file or directory
macimage:~ user1$

Xcode现在位于/Applications中。@rmaddy是的,但是从Applications文件夹中删除Xcode 7.0应用程序确实有效吗?那么Xcode在其他目录中创建的所有小文件(如plist文件)呢?@rmaddy您能否帮助我回答这个Xcode 7.0问题: