Re: CoreData Statement Still Active (CoreData Multithreading)

2008-05-22 Thread Hal Mueller
Those libraries don't work with 10.5.2 at the current patch level. Installer throws "93C1 Required: The Debug and Profile Libraries for Mac OS X 10.5 requires the specified build. Please check your build number in About This Mac." rdar://5904950 Hal __

re: CoreData Statement Still Active (CoreData Multithreading)

2008-05-22 Thread Ben Trumbull
Dex, This error message is pretty much always a multi-threading bug. -tryLock before a fetch request is not one of the recommended patterns. Consider reviewing the Core Data Programming Guide's multithreading section. You should try the Debug Libraries from ADC. These allow you to enable

CoreData Statement Still Active (CoreData Multithreading)

2008-05-22 Thread Dex Morgan
Il giorno 22/mag/08, alle ore 14:25, Hamish Allan ha scritto: Surely the overhead is less when you do many rather than one at a time? Ok I'll try. Did you know something about this error: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'statement i