Re: quick and dirty NSData implosion
Re: quick and dirty NSData implosion
- Subject: Re: quick and dirty NSData implosion
- From: Alexander Spohr <email@hidden>
- Date: Fri, 8 May 2009 16:40:20 +0200
Am 08.05.2009 um 16:35 schrieb jon:
NSData blew up because: *** -[BookMark encodeWithCoder:]:
unrecognized selector sent to instance 0x1f900a40
So what are you asking for? It’s right there in your face:
Your BookMark does not implement encodeWithCoder: an is therefore not
NSCoding compliant.
Just what Dave said.
Implement it and it should work.
atze
_______________________________________________
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