Xcode更新到Xcode5,一运行报如下错误:

 

Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'armv7'或'armv7s'

解决方案:

Change your compiler for C/C++/ObjectiveC Go to Build Settings->Build OPtions->compiler for C/C++/ObjectiveC; select Default(Apple LLVM5.0)

相关文章:

  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-02-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
相关资源
相似解决方案