运行本地节点的时候,遇到一个问题:

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

分析:这是本地环境问题,不是某程序的问题。

解决:$ xcode-select --install  # 在终端输入,会安装xcrun

 

相关文章:

  • 2021-11-28
  • 2021-05-13
  • 2021-10-17
  • 2021-12-14
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-27
  • 2021-11-21
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-04-23
  • 2021-05-27
相关资源
相似解决方案