Xcode 9 使用 LLVM 混淆器会提示错误:

clang: error: cannot specify -o when generating multiple output files

通过对比编译参数发现是 Xcode 9 多了一个编译参数 -index-store-path ,解决的方法是在 Build Settings 里搜索 index store,设置成 No 就可以了,如下图所示:
解决 LLVM 错误 cannot specify -o when generating multiple output files

原文地址:https://www.exchen.net/解决-llvm-错误-cannot-specify-o-when-generating-multiple-output-files.html

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2021-05-29
  • 2022-01-13
  • 2022-02-02
猜你喜欢
  • 2021-06-23
  • 2021-04-29
  • 2022-12-23
  • 2021-05-25
  • 2021-09-11
  • 2022-02-07
相关资源
相似解决方案