Cannot install brew on Mojave with Xcode 10

后端 未结 7 1650
野的像风
野的像风 2021-01-31 04:20

I can not install any brew packages on my mac with the following error info.

Installed on my Mac:

  • macOS 10.14 Beta (18A293u)
相关标签:
7条回答
  • 2021-01-31 05:08

    confirm that Command Line Tools for 10.14 won't create /usr/include/ folder that makes brew install script insist to re-download and install CL.

    download the script, and manual removing checking works fine. (be aware it should be false instead of true.

    def should_install_command_line_tools?
      return **false**
    end
    
    0 讨论(0)
提交回复
热议问题