Xcode 6.1 - How to uninstall command line tools?

后端 未结 3 1441
鱼传尺愫
鱼传尺愫 2020-12-01 04:00

I installed Xcode command line tool by issuing xcode-select --install; now I want to uninstall it (without uninstalling Xcode).

I\'ve tried

<         


        
3条回答
  •  -上瘾入骨i
    2020-12-01 04:42

    If you installed the command line tools separately, delete them using:

    sudo rm -rf /Library/Developer/CommandLineTools
    

提交回复
热议问题