Re: not key value coding-compliant
Re: not key value coding-compliant
- Subject: Re: not key value coding-compliant
- From: mmalc crawford <email@hidden>
- Date: Tue, 11 Jul 2006 17:01:39 -0700
On Jul 11, 2006, at 4:20 PM, David Alter wrote:
When i run it and try to save the persistent store I get "This class
is not key value coding-compliant for the key artworkData" Do I need
to have a "setArtworkData:(NSData*)" and "(NSData*)artworkData"
method in my subclass of NSManagedObject? Or is there another peace
of this I'm missing.
You need to specify artworkData as a (non-transient, Binary Data)
attribute of your entity.
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden