RestKit 构建错误:../NSManagedObject+ActiveRecord.h:19:错误:找不到“NSManagedObject”的接口声明;

发布于 2024-12-01 07:04:39 字数 556 浏览 0 评论 0原文

我已经在 xcode 4 项目中链接了 RestKit,如 GitHub 安装页面上所述,并且在尝试构建时收到此错误。有谁知道发生了什么事吗?我也在 RestKit IRC 频道上询问过,正在等待答案。

错误详细信息是:

/Users/shyam/Library/Developer/Xcode/DerivedData/APXClient-bkpszicuinqyocawpsueiuiysrsk/Build/Products/Debug-iphoneos/include/RestKit/CoreData/NSManagedObject+ActiveRecord.h:19: error: cannot find interface declaration for 'NSManagedObject'

我遵循的安装步骤如下: https://github.com/RestKit/RestKit/blob/master/README.md

I've linked RestKit in an xcode 4 project, as described on the GitHub install page and am getting this error while trying to build. Does anyone know what is going on? I've asked on the RestKit IRC channel as well, and am waiting for an answer.

The error details are:

/Users/shyam/Library/Developer/Xcode/DerivedData/APXClient-bkpszicuinqyocawpsueiuiysrsk/Build/Products/Debug-iphoneos/include/RestKit/CoreData/NSManagedObject+ActiveRecord.h:19: error: cannot find interface declaration for 'NSManagedObject'

The install steps I followed are here:
https://github.com/RestKit/RestKit/blob/master/README.md

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅黛梨妆こ 2024-12-08 07:04:39

所以,是的,解决方案是使标头包含非递归。请参阅上面的详细信息

So, yes the solution is to make the header includes non-recursive. See details above

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文