RestKit 构建错误:../NSManagedObject+ActiveRecord.h:19:错误:找不到“NSManagedObject”的接口声明;
我已经在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以,是的,解决方案是使标头包含非递归。请参阅上面的详细信息
So, yes the solution is to make the header includes non-recursive. See details above