gpt4 book ai didi

iphone - Restkit 的链接器错误,找不到 Restkit.framework

转载 作者:行者123 更新时间:2023-11-29 13:30:10 27 4
gpt4 key购买 nike

问题

在 iOS 上完成 Restkit 的安装说明后,我收到 Apple Mach-o 链接器错误:

enter image description here

我的流程

我尝试按照此处的 Restkit 安装说明进行操作:https://github.com/RestKit/RestKit/wiki/Installing-RestKit-in-Xcode-4.x

我首先通过 Git 添加了 Restkit 作为子模块。

我将 Restkit 添加到我的项目中,并在项目的 Target build设置中添加了必要的配置 enter image description here enter image description here

然后我将 Restkit 添加为目标依赖项

enter image description here

解决方案的线索

无论出于何种原因,Restkit 中的一些文件显示为红色。

enter image description here

这在链接 Restkit Framework 时会导致类似的行为

enter image description here

我尝试过的

  1. 我尝试删除和读取 Restkit 但无济于事。
  2. 我试过将它移动到 Xcode 项目中,但这只会让事情变得更奇怪(目标不再识别它对 Restkit 的依赖性)。
  3. 我确认我在build设置中输入的内容是正确的。
  4. 我检查了 SO 的解决方案,甚至检查了链接器错误的常见解决方案 Apple Mach-O Linker Error when compiling for device我没有看到任何明显的解决方案(我可能是错的)。

就是这样。我希望这足以解决问题。

编辑:确认标题搜索路径的额外图像:

enter image description here

最佳答案

好吧,这个解决方案很愚蠢,但我意识到 Restkit 实际上并不需要在 iOS 上构建 Restkit.framework。它需要将 libRestkit.a 文件添加到“链接二进制文件与库”部分。

这允许您添加 <Restkit/Restkit.h>没有编译错误或警告的代码。

关于iphone - Restkit 的链接器错误,找不到 Restkit.framework,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12115759/

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