gpt4 book ai didi

ios - cocoapods 的 Xcode 7 链接器错误

转载 作者:行者123 更新时间:2023-11-29 12:08:35 25 4
gpt4 key购买 nike

我使用 xcode 7 和 cocoapods 来处理解析,我的应用程序在模拟器上运行正常,但是当我想在我的 iPhone5s 上测试它时,出现这个错误:ld: -undefined 和 -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) 不能一起使用clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)

最佳答案

要么删除“-undefined”链接器标志,要么禁用 Bitcode。

如果你没有充分的理由使用“-undefined”,你应该去掉这个:

Project Settings -> Target -> Build Settings -> Other Linker Flags -> delete the "-undefined" entry.

否则禁用 Bitcode 是可行的方法:

Project Settings -> Target -> Build Settings -> Enable Bitcode -> set to "No".

关于ios - cocoapods 的 Xcode 7 链接器错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34208332/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com