linker command failed with exit code 1 (use -v to see invocation)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linker command failed with exit code 1 (use -v to see invocation)相关的知识,希望对你有一定的参考价值。

引入SDK时报错,或者真机调试时出现的问题,其他解决方案都是瞎扯。如下是解决方案

原因:Xcode7 及以上版本会默认开启 bitcode 。
bitcode具体是什么就不解释了。
解决方法:
1.更新library使包含Bitcode,否则会出现以上的警告。
2.关闭Bitcode,简单粗暴。

Build Settings”->”Enable Bitco技术分享de”改成"NO"。

以上是关于linker command failed with exit code 1 (use -v to see invocation)的主要内容,如果未能解决你的问题,请参考以下文章

出现( linker command failed with exit code 1)错误总结

linker command failed with exit code 1

出现( linker command failed with exit code 1)错误总结

linker command failed with exit code 1

iOS之出现( linker command failed with exit code 1)错误总结

运行代码时报linker command failed with exit code 1 错误