Can't install Command Line Tool, “xcode-select --install” doesn't work

后端 未结 4 851
梦毁少年i
梦毁少年i 2021-02-02 09:42

I don\'t know how to install the Command Line Tools on OSX Mavericks. Or better: I know how to do it (I just did it on another MacBook), but something goes wrong this time.

4条回答
  •  臣服心动
    2021-02-02 10:47

    If you are not able to install the XCode CLI using terminal command

    sudo xcode-select --install
    

    Just download the command line tool from Apple developer website (below link)

    https://developer.apple.com/download/more/

    And install it manually.

提交回复
热议问题