• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core Data issue .. where is my bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Core Data issue .. where is my bug? (From: Robert Lorentz <email@hidden>)

  • Prev by Date: Core Data issue .. where is my bug?
  • Next by Date: Re: Image Value Transformer setting image alpha less than 1.0
  • Previous by thread: Core Data issue .. where is my bug?
  • Next by thread: Notification when network volume disappears
  • Index(es):
    • Date
    • Thread