macOS 10.14(beta) How to install Command_Line_Tools_macOS_10.14_for_Xcode_10_Beta

前端 未结 6 1565
南方客
南方客 2021-02-01 18:15

As the Title of my question, I don\'t know how to install the Command_Line_Tools_macOS_10.14_for_Xcode_10_Beta for my mac, please help.

What I did:

  1. run com
6条回答
  •  梦如初夏
    2021-02-01 18:56

    It looks like you have two versions of the xcode installed on your machine. First select the latest version of the xcode by running this command:

    sudo xcode-select -switch Xcode.app
    

    Once this is done, install the required command line tools but running this command:

    xcode-select --install
    

提交回复
热议问题