我用0.10替换了RestKit 0.9。完成所有安装步骤。现在我发现选择器没有找到错误。
这些选择器似乎与导入的核心数据头相关,而不是基于其余工具包的核心数据
No visible @interface for 'RKManagedObjectStore' declares the selector 'save'
No known class method for selector 'managedObjectContext'
No visible @interface for 'RKClient' declares the selector 'get:queryParams:delegate:'
在过去的两个小时里,这让我疯狂。请帮忙!
RestKitInstallation instructions
答案 0 :(得分:0)
是不是因为您在ios5上配置了与ARC一起使用的restkit?
答案 1 :(得分:0)
这是与Xcode项目设置相关的错误。我不得不删除所有其他工具包导入,关闭项目,重新导入restkit。在黑暗中大量刺伤,但它终于消失了