解决 LLVM 错误 cannot specify -o when generating multiple output files
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 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 就可以了,如下图所示:
以上是关于解决 LLVM 错误 cannot specify -o when generating multiple output files的主要内容,如果未能解决你的问题,请参考以下文章
011. 解决VS2015中CS1528: Expected ; or = (cannot specify constructor arguments in declaration)
ORA-12705: Cannot access NLS data files or invalid environment specified
ORA-12705: Cannot access NLS data files or invalid environment specified
vsftpd以本地ftp用户登录报错:500 OOPS: vsftpd: cannot locate user specified in ‘ftp_username‘:ftp(未解决)
vsftpd以本地ftp用户登录报错:500 OOPS: vsftpd: cannot locate user specified in ‘ftp_username‘:ftp(未解决)
IDEA错误:Cannot start compilation: the output path is not specified for module "XXX".