re: Core Data: strange keypath problem
re: Core Data: strange keypath problem
- Subject: re: Core Data: strange keypath problem
- From: Ben Trumbull <email@hidden>
- Date: Thu, 17 Sep 2009 19:32:15 -0700
Here is the console output:
2009-09-17 12:44:17.659 myAppSales[11094:a0f] Application DMXRef:
janTotal starting...
2009-09-17 12:44:17.660 myAppSales[11094:a0f] Application DMXRef:
janTotal predicates set.
2009-09-17 12:44:17.662 myAppSales[11094:a0f] anotherArray count = 117
2009-09-17 12:44:17.663 myAppSales[11094:a0f] anotherArray firstObject
month = 5
2009-09-17 12:44:17.663 myAppSales[11094:a0f] keypath month not found
in entity <NSSQLEntity AppSales id=2>
Any ideas would be greatly appreciated.
Is 'month' marked transient on the AppSales entity in your model ?
You cannot ask a *persistent* store to query or sort on *transient*
data.
- Ben
_______________________________________________
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