解決 LLVM 錯誤 cannot specify -o when generating multiple output files

Xcode 9 使用 LLVM 混淆器會提示錯誤: clang: error: cannot specify -o when generating multiple output files 通過對比編譯參數發現是 Xcode 9 多了一個編譯參數 -index-store-path ,解決的方法是在 Build Settings 裏搜索 index store,設置成 No 就可以了,如下圖所示
相關文章
相關標籤/搜索