I have created a class MyEntity which is a subclass of
NSManagedObject. The Entity contains
one attribute ("name") and one to-many relationship ("myRelation").
In MyEntity I override the following two methods and I have one
initWithName: method:
While adding the object to the NSArrayController I get the following
exception:
[<MyEntity 0x183310> setValue:forUndefinedKey:]: the entity (null) is
not key value coding-compliant for the key name.
What is the reason for the exception? Do I have to add custom accessor
methods to MyEntity? If yes, how might these methods
look like for a to-many relationship?
Thank you very much in advance,
Michael
_______________________________________________
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