解决 LLVM 错误 cannot specify -o when generating multiple output files
生活随笔
收集整理的這篇文章主要介紹了
解决 LLVM 错误 cannot specify -o when generating multiple output files
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
Xcode 9 使用 LLVM 混淆器會提示錯誤:
clang: error: cannot specify -o when generating multiple output files
通過對比編譯參數(shù)發(fā)現(xiàn)是 Xcode 9 多了一個編譯參數(shù) -index-store-path ,解決的方法是在 Build Settings 里搜索 index store,設(shè)置成 No 就可以了,如下圖所示:
原文地址:https://www.exchen.net/解決-llvm-錯誤-cannot-specify-o-when-generating-multiple-output-files.html
總結(jié)
以上是生活随笔為你收集整理的解决 LLVM 错误 cannot specify -o when generating multiple output files的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Xcode 9 新建的工程如何支持 iO
- 下一篇: 解决 LLVM 错误 fatal err