Re: Sorting on a table view of a managed object - debugger throws exception

2009-07-02 Thread Quincey Morris
On Jul 2, 2009, at 19:51, Steve Cronin wrote: SortDescriptor is, of course, an NSArray - which is also named 'code'. Huh? Does the matching name mean something about the MyEntity "code" property? Furthermore this all works peachy in a Release build on either Tiger or Leopard. Clicking o

Re: Sorting on a table view of a managed object - debugger throws exception

2009-07-02 Thread Steve Cronin
Quincey; Do you in fact have a "code" property? On the app delegate? What's does it's @property (or accessor prototype) look like? The 'code' property is declared on an entity: MyEntity. The accessors were created by XCode itself using the 'Copy Method Declaration/Implementation to Clipboard'

Re: Sorting on a table view of a managed object - debugger throws exception

2009-07-02 Thread Quincey Morris
On Jul 2, 2009, at 09:41, Steve Cronin wrote: BUT it is not what is happening in this case. Do you in fact have a "code" property? On the app delegate? What's does it's @property (or accessor prototype) look like? ___ Cocoa-dev mailing list (Co

Re: Sorting on a table view of a managed object - debugger throws exception

2009-07-02 Thread Steve Cronin
Quincy; Hey thanks for some useful data! BUT it is not what is happening in this case. I have a base class MyManagedObject that all entities are derived from. MyManagedObject has the - setNilValueForKey: method defined. I set a breakpoint there and a log message as well. Neither are ever call

Re: Sorting on a table view of a managed object - debugger throws exception

2009-07-02 Thread Quincey Morris
On Jul 2, 2009, at 01:10, Steve Cronin wrote: 10.5.7 - 10.5 SDK - target 10.4 I have a managed core data entity working pretty nicely. I can display values in a tableView blah-blah Clicking on table column headers does as expected IN RELEASE versions for both Tiger and Leopard. Howev

Sorting on a table view of a managed object - debugger throws exception

2009-07-02 Thread Steve Cronin
Folks; 10.5.7 - 10.5 SDK - target 10.4 I have a managed core data entity working pretty nicely. I can display values in a tableView blah-blah Clicking on table column headers does as expected IN RELEASE versions for both Tiger and Leopard. However, in the debugger a click on table col