On Jan 30, 2013, at 22:41 , Velocityboy <velocity...@rodentia.net> wrote:

> I see two bizarre behaviors: when I change the Category value with the popup 
> button cell in one row, Category values in other rows change. When I change 
> the subcategory, I get an exception:
> 
> 2013-01-30 22:32:23.192 Testapp[10506:f03] -[_NSFaultingMutableSet 
> objectAtIndex:]: unrecognized selector sent to instance 0x101d5dfd0

A NSArray selector is being sent to a NSSet object. That suggests you've 
forgotten to set the NSArrayController into "entity" mode, which is necessary 
for a Core Data property, which is modeled as a set rather than an array.

In "class" mode, the array controller expects its content to be an array; in 
"entity" mode, it expects the content to be a set.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to