我在实现 iOS 应用程序时遇到了 RestKit 错误。Telling 找不到RKObjectLoaderDelegate
or的协议声明RKRequestDelegate
。
如果我添加#import <RKObjectLoader.h>
它会告诉文件未找到。
我怎么能解决这个问题?有什么遗漏吗?
我正在使用 Restkit 0.20.0,并使用以下指南https://github.com/RestKit/RestKit/wiki/Installing-RestKit-in-Xcode-4.x导入了 Restkit
我正在使用未声明的标识符RKURL
。我正在导入#import <Restkit\Restkit.h>
每个视图的头文件。
我的班级实现了以下@interface TrackingMapViewCOntroller : UIViewController <MapViewDelegate, UITextFieldDelegate, RKObjectLoaderDelegate>