Re: Core Data issue .. where is my bug?
Re: Core Data issue .. where is my bug?
- Subject: Re: Core Data issue .. where is my bug?
- From: vincent habchi <email@hidden>
- Date: Mon, 14 Jun 2010 07:48:52 +0200
Le 14 juin 2010 à 07:32, Robert Lorentz a écrit :
> Now - this is where my issue starts - if I instead bind my NSTextField to "array controller - selection.description", my program crashes with EXC BAD ACCESS! I have edited the store file, and confirmed that yes I do have attribute entries for "name" and "description" both.
Description is a kind of reserved name: it is normally bound in every object (since it is defined in the NSObject root class) to a method giving the result of "print operation" like NSLog(@"%@", object). Try to use another name instead, like "descr", for example.
Vincent_______________________________________________
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