iOS真机测试碰到错误linker command failed with exit code 1 (use -v to see invocation)

Posted

tags:

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

在模拟器上运行正常,但是在模拟器上就会报错,这是因为xocde7之后增加了一个bitcode,bitcode是被编译程序的一种中间形式的代码。包含bitcode配置的程序将会在App store上被编译和链接。bitcode允许苹果在后期重新优化程序的二进制文件,而不需要重新提交一个新的版本到App store上。

碰到以上问题,我们有两种解决方式,要么关闭bitcode要么让第三方支持bitcode,我们这里讲第一种,配置bitcode,我们可以在”Build Settings”->”Enable Bitcode”选项中看到这个设置,把YES改成NO就行了,因为bitcode默认是开启的。

本文参考:详情请见 http://www.jianshu.com/p/3e1b4e2d06c6

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

Xcode真机报错clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

iOS 编译错误 linker command failed with exit code 1 use v to see invocation

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

iOS开发-Xcode编译常见错误解决:linker command failed with exit code 1 (use -v to see invocation)

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