Re: How do I add additional Attributes to a Core Data Entity?
Re: How do I add additional Attributes to a Core Data Entity?
- Subject: Re: How do I add additional Attributes to a Core Data Entity?
- From: Jim Correia <email@hidden>
- Date: Thu, 21 Jul 2005 18:51:41 -0400
On Jul 21, 2005, at 6:38 PM, Charles Haron wrote:
I'm having the same problem after adding a new attribute, except
I'm getting the following error:
[NSArrayController presentError:]: selector not recognized [self =
0x36b880]
2005-07-21 16:20:32.075 CoreDataTest[474] *** NSRunLoop ignoring
exception '*** -[NSArrayController presentError:]: selector not
recognized [self = 0x36b880]' that raised during posting of delayed
perform with target 392290 and selector 'invokeWithTarget:'
While that may have been triggered by using an incompatible model, it
is (IMO) clearly a bug that you should file with steps to reproduce.
NSArrayController isn't an NSResponder, and it shouldn't be sent a
presentError message.
Jim
_______________________________________________
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