Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/local failed with exit code

方案1:
Derived Data本身Default状态, 设置成Relative(关联)就正常
Xcode报错 Command /Applications/Xcode.app…usr/bin/local failed
方案2:
在Build Settings 中,
将Apple LLVM compiler 4.1 - Language 中的
c++Standard Library 修改为
libstdc++(GNU C++ standard library)

方案3:
在Build Phases–>Complie Sources中找到有两个xxx.m文件,一个正常,一个标红了xxx.m,只要把标红的丢失文件删除掉就行了。

相关文章:

  • 2021-05-15
  • 2022-12-23
  • 2021-09-15
  • 2021-12-11
  • 2021-05-31
  • 2021-09-16
  • 2021-10-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
相关资源
相似解决方案