Re: CoreData bug? NSUnknownKeyException thrown when using NSPersistentStoreCoordinator
Re: CoreData bug? NSUnknownKeyException thrown when using NSPersistentStoreCoordinator
- Subject: Re: CoreData bug? NSUnknownKeyException thrown when using NSPersistentStoreCoordinator
- From: "Joe Goh" <email@hidden>
- Date: Mon, 11 Sep 2006 16:43:23 +0800
On 9/5/06, Joe Goh <email@hidden> wrote:
While testing my Palm conduit that uses CoreData, I *think* I have run
into a bug in CoreData, specifically, NSPersistentStoreCoordinator.
All Cocoa/CoreData functionality is located in a bundle which is
loaded at runtime.
A workaround has been found to this problem! The problem lies in that
the Palm HotSync application is compiled to work only on Jaguar, so it
can't find the KVC methods.
You can work around this by implementing a category for NSArray
valueForKey: and for my case, it solved the problem completely.
Hope this piece of information helps someone out there,
Joe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden