美文网首页
解决 LLVM 错误 cannot specify -o whe

解决 LLVM 错误 cannot specify -o whe

作者: exchen | 来源:发表于2019-01-07 00:28 被阅读0次

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

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

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

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

    相关文章

      网友评论

          本文标题:解决 LLVM 错误 cannot specify -o whe

          本文链接:https://www.haomeiwen.com/subject/uljjvftx.html