CoreData code working on Tiger - not on Leopard

2008-03-18 Thread Steve Cronin
Folks; I am now testing a Tiger application on Leopard and learning the new Leopard way at the same time. I admit I have a lot of Leoparding to do! I use Core Data (SQLite) pretty extensively on Tiger - life is good. I take the project and run it without any changes to the model or the

Re: CoreData code working on Tiger - not on Leopard

2008-03-18 Thread Quincey Morris
On Mar 18, 2008, at 00:33, Steve Cronin wrote: On Leopard in the 'processPendingChanges' invocation I get the following: 0 0x900ef0f4 in ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ #1 0x93d680fb in objc_exception_throw #2 0x9649a2a5 in -

Re: CoreData code working on Tiger - not on Leopard

2008-03-18 Thread Steve Cronin
Folks; I have a little more data on this issue: After I have done any insert, if I subsequently call - processPendingChanges I get an error in CoreData. There are no pending messages in the log and no custom catch blocks (other than what is show below). The debugger halts on the @try

re: CoreData code working on Tiger - not on Leopard

2008-03-18 Thread Ben Trumbull
Steve, You can get some more information. Add an @try/@catch block to your AppDelegate.m:700 line, and log both the exception and its userInfo dictionary. Also, if you search the archives for my recent post [ANN] 10.5.2 Core Data debug library available you can run against a version of