Re: -[_NSControllerObjectProxy entity]: unrecognized selector sent to instance
Re: -[_NSControllerObjectProxy entity]: unrecognized selector sent to instance
- Subject: Re: -[_NSControllerObjectProxy entity]: unrecognized selector sent to instance
- From: Kyle Sluder <email@hidden>
- Date: Wed, 25 Feb 2009 18:02:50 -0500
On Wed, Feb 25, 2009 at 3:05 PM, Kyle Sluder <email@hidden> wrote:
> Typically this happens when you've bound a view to the selectedObjects
> of a controller and not provided a keypath. Often times views copy
> their object values, but NSManagedObjectContext does not support
> NSCopying. Make sure that all your bindings are to keypaths, not just
> to the objects themselves.
And of course I meant NSManagedObject, not NSManagedObjectContext.
--Kyle Sluder
_______________________________________________
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