Xcode 6.1 - How to uninstall command line tools?

后端 未结 3 1443
鱼传尺愫
鱼传尺愫 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条回答
  •  北海茫月
    2020-12-01 04:56

    You can simply delete this folder

    /Library/Developer/CommandLineTools

    Please note: This is the root /Library, not user's ~/Library).

提交回复
热议问题