Re: ABAddressBook anomaly.
Re: ABAddressBook anomaly.
- Subject: Re: ABAddressBook anomaly.
- From: Ondra Cada <email@hidden>
- Date: Thu, 14 Nov 2002 00:37:37 +0100
On Thursday, November 14, 2002, at 12:28 , Jean-Olivier Lancttt-D. wrote:
2002-11-13 18:15:44.000 ABAddressBook Example[1743] *** Uncaught
exception: <NSInvalidArgumentException> *** -[ABPerson properties]:
selector not recognized
ABAddressBook Example has exited due to signal 5 (SIGTRAP).
Yes, the twentieth object in the array is valid.
This is kind of odd because if you look in the framework headers, you'll
read this code
In ABAddressBook/ABPerson.h
@interface ABPerson (ABPerson_Properties)
...
+ (NSArray *)properties;
...
@end
Can anyone help me?
Sure. Read ObjC.pdf from the standard on-disk documentation to learn the
difference between class and instance methods (you are sending a class
method to an instance).
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.