我收到以下警告:
Instance method method name not found (return type defaults to id )
援引该法典时:
@protocol SomeProtocol <NSObject> {
@property (nonatomic, retain) SpecificClassName* someDelegate;
}
...
+ (void) aMethod : (id <SomeProtocol>) object {
[object.someDelegate doSomeThing]; // warning statement show up here
}
我感到,此时此刻,汇编者的短程是这样,但仅仅可能是叫ttle黑的pot子......没有人对此有任何反馈?