OStack程序员社区-中国程序员成长平台

标题: ios - 启用 Bitcode 的静态库如何不出错? [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 20:39
标题: ios - 启用 Bitcode 的静态库如何不出错?

我的 lib.o 有错误 enter image description here

我找到了很多关于这个问题的答案。我在其他链接器标志中添加了 -fembed-bitcode

enter image description here

并在其他 c 标志中添加了 -fembed-bitcode

enter image description here

在项目中我也添加了-fembed-bitcode

enter image description here

但我仍然收到这个 clang 错误。



Best Answer-推荐答案


这实际上看起来像您使用的 lib 是在未启用位码的情况下构建的。要在您的项目的 buildSetting 中修复此禁用位码。

http://i.stack.imgur.com/yHSWb.png enter image description here

或者获取启用位码的版本。

关于ios - 启用 Bitcode 的静态库如何不出错?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37846280/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4