When I try to print an integer value to the console that is retrieved from an NSManagedObject, it displays a 6 or 8 digit value (the object ID?). However, if I use the debug
Try this:
NSLog(@"sequence = %li",(unsigned long)myProcess.sequence);