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

前端 未结 6 1563
南方客
南方客 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:59

    This worked for me:

    1. Download "Xcode 10.0 Beta" from https://developer.apple.com/download/
    2. Unzip it and move it to /Applications
    3. Download "Command Line Tools (macOS 10.14) for Xcode 10 Beta" from https://developer.apple.com/download/more/
    4. Run the installer for "Command Line Tools"
    5. Launch the Xcode-beta application and wait for it to install necessary packages when it prompts it at launch
    6. Run this from the command line sudo xcode-select -switch /Applications/Xcode-beta.app/

    Now brew update should work again.

提交回复
热议问题