Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@eroth
Created May 26, 2013 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eroth/94decbd9bd6d701187e2 to your computer and use it in GitHub Desktop.
Save eroth/94decbd9bd6d701187e2 to your computer and use it in GitHub Desktop.
2013-05-25 19:38:17.040 FoodTrucks[37340:c07] I restkit:RKLog.m:34 RestKit logging initialized...
2013-05-25 19:38:17.100 FoodTrucks[37340:c07] Setting up store at /Volumes/evian the destroyer/Users/Evian/Library/Application Support/iPhone Simulator/6.1/Applications/B54E0BCB-BF3F-4EB5-88AF-5E555C24C8E8/Documents/FoodTruckxxx.sqlite
2013-05-25 19:38:17.799 FoodTrucks[37340:c07] Access granted with AAAAAAAAAAAAAAAAAAAAAAlYQgAAAAAAZeFa%2B80kN6eeSaJd3YF40XVN7FY%3DGfYm1UHsWlPnRS9QHUzfvHdVxR7X958YTKQRaIXkWw
2013-05-25 19:38:17.867 FoodTrucks[37340:c07] -- jsonError: (null)
2013-05-25 19:38:17.867 FoodTrucks[37340:c07] CoreData: error: Failed to call designated initializer on NSManagedObject class 'FoodTruck'
2013-05-25 19:38:17.874 FoodTrucks[37340:c07] D restkit.object_mapping:RKMappingOperation.m:906 Starting mapping operation...
2013-05-25 19:38:17.876 FoodTrucks[37340:c07] T restkit.object_mapping:RKMappingOperation.m:907 Performing mapping operation: <RKMappingOperation 0x82473a0> for 'FoodTruck' object. Mapping values from object (
**JSON data deleted**
) to object <FoodTruck: 0x8243970> (entity: (null); id: (null) ; data: {
}) with object mapping (null)
2013-05-25 19:38:17.882 FoodTrucks[37340:c07] T restkit.object_mapping:RKMappingOperation.m:509 Mapping attribute value keyPath 'id' to 'tweetID'
2013-05-25 19:38:17.882 FoodTrucks[37340:c07] T restkit.object_mapping:RKMappingOperation.m:390 Found transformable value at keyPath 'id'. Transforming from type '__NSArrayI' to 'NSNumber'
2013-05-25 19:38:17.884 FoodTrucks[37340:4903] D restkit.object_mapping:RKPropertyInspector.m:126 Cached property inspection for Class 'FoodTruck': {
foodTruckName = {
isPrimitive = 0;
keyValueCodingClass = NSString;
name = foodTruckName;
};
timeStamp = {
isPrimitive = 0;
keyValueCodingClass = NSDate;
name = timeStamp;
};
tweet = {
isPrimitive = 0;
keyValueCodingClass = NSString;
name = tweet;
};
tweetID = {
isPrimitive = 0;
keyValueCodingClass = NSNumber;
name = tweetID;
};
}
2013-05-25 19:38:17.887 FoodTrucks[37340:4903] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: key cannot be nil'
*** First throw call stack:
(0x1d20012 0x1b45e7e 0x1da30de 0x568f4 0x24d553f 0x24e7014 0x24d7418 0x24d72a6 0x24d8280 0x24d8450 0x9a6b3e72 0x9a69bd2a)
libc++abi.dylib: terminate called throwing an exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment