报错

 

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

 

查询通用的做法是在terminal 执行:

xcode-select --install

 

由于macOS  升级,打开ieda 还是报错,上面的解决办法还是不行

报错:

下午3:57 Сannot Run Git
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

就去git官网下载git https://git-scm.com/download/mac

在手动安装git

再在idea中配置git的地址:

/usr/local/git/bin/git

 

相关文章:

  • 2022-12-23
  • 2021-11-26
  • 2021-05-17
  • 2022-12-23
  • 2021-06-01
  • 2021-06-02
  • 2021-11-12
猜你喜欢
  • 2021-10-17
  • 2021-11-15
  • 2022-02-02
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案