Skip to content

Instantly share code, notes, and snippets.

@yanguango
Created October 18, 2010 03:21
Show Gist options
  • Save yanguango/631654 to your computer and use it in GitHub Desktop.
Save yanguango/631654 to your computer and use it in GitHub Desktop.
10/18/10 11:19:29 AM Razoo[66981] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'keypath razooId not found in entity <NSSQLEntity Story id=1>'
*** Call stack at first throw:
(
0 CoreFoundation 0x027d3b99 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x0292340e objc_exception_throw + 47
2 CoreData 0x023aae86 -[NSSQLGenerator generateSQLStatementForFetchRequest:ignoreInheritance:countOnly:] + 1254
3 CoreData 0x023aa6f0 -[NSSQLAdapter _newSelectStatementWithFetchRequest:ignoreInheritance:] + 480
4 CoreData 0x023aa501 -[NSSQLAdapter newSelectStatementWithFetchRequest:] + 49
5 CoreData 0x023aa3ae -[NSSQLCore newRowsForFetchPlan:] + 430
6 CoreData 0x023a9b09 -[NSSQLCore objectsForFetchRequest:inContext:] + 297
7 CoreData 0x023a96fe -[NSSQLCore executeRequest:withContext:error:] + 206
8 CoreData 0x0245791c -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 1084
9 CoreData 0x023a6897 -[NSManagedObjectContext executeFetchRequest:error:] + 359
10 Razoo 0x00014cef +[Story createOrUpdate:managedObjectContext:] + 523
11 Razoo 0x000024e1 -[RazooAppDelegate request:didLoad:] + 326
12 Razoo 0x0000e621 -[RazooRequest handleResponseData:] + 452
13 Razoo 0x0000ebbc -[RazooRequest connectionDidFinishLoading:] + 60
14 Foundation 0x0007eb96 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 108
15 Foundation 0x0007eaef _NSURLConnectionDidFinishLoading + 133
16 CFNetwork 0x02d8772f _ZN19URLConnectionClient23_clientDidFinishLoadingEPNS_26ClientConnectionEventQueueE + 285
17 CFNetwork 0x02e52fcf _ZN19URLConnectionClient26ClientConnectionEventQueue33processAllEventsAndConsumePayloadEP20XConnectionEventInfoI12XClientEvent18XClientEventParamsEl + 389
18 CFNetwork 0x02d7c968 _ZN19URLConnectionClient13processEventsEv + 100
19 CFNetwork 0x02d7c7e5 _ZN17MultiplexerSource7performEv + 251
20 CoreFoundation 0x027b4faf __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
21 CoreFoundation 0x0271339b __CFRunLoopDoSources0 + 571
22 CoreFoundation 0x02712896 __CFRunLoopRun + 470
23 CoreFoundation 0x02712350 CFRunLoopRunSpecific + 208
24 CoreFoundation 0x02712271 CFRunLoopRunInMode + 97
25 GraphicsServices 0x030b200c GSEventRunModal + 217
26 GraphicsServices 0x030b20d1 GSEventRun + 115
27 UIKit 0x002ebaf2 UIApplicationMain + 1160
28 Razoo 0x00002134 main + 102
29 Razoo 0x000020c5 start + 53
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment