Re: quick and dirty NSData implosion
Re: quick and dirty NSData implosion
- Subject: Re: quick and dirty NSData implosion
- From: Dave DeLong <email@hidden>
- Date: Fri, 08 May 2009 08:40:03 -0600
This is a clear indication that your BookMark class does not conform
to NSCoding. Check the docs on what NSCoding is and how to use it.
If you implement the two required methods (initWithCoder: and
encodeWithCoder:), your code should work just fine.
Dave
On May 8, 2009, at 8:35 AM, jon wrote:
NSData blew up because: *** -[BookMark encodeWithCoder:]:
unrecognized selector sent to instance 0x1f900a40
_______________________________________________
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