Re: no method found returning 'id'
Re: no method found returning 'id'
- Subject: Re: no method found returning 'id'
- From: Brian Christensen <email@hidden>
- Date: Thu, 7 Feb 2008 20:47:21 -0500
On Feb 7, 2008, at 20:35, Torsten Curdt wrote:
AppController.m: In function '-[AppController awakeFromNib]':
AppController.m:28: warning: no
'+searchElementForProperty:label:key:value:comparison:' method found
AppController.m:28: warning: (Messages without a matching method
signature
AppController.m:28: warning: will be assumed to return 'id' and
accept
AppController.m:28: warning: '...' as arguments.)
My guess would be that you probably forgot to add this line to your
AppController.m file:
#import <AddressBook/AddressBook.h>
/brian
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden