3

I am getting, just for once every app runtime, an exception in the method saveContextToPersistentStore in RKManagedObjectRequestOperation.m: on line

success = [contextToSave save:&localError];

success is YES, localError is nil. I can continue the program execution in debugger.

I tried to wrap it with @try block but with no success (as something else took care of this) to get more information why it happens.

Can you help me to investigate the cause of this? Is this something I should pay attention to? This answer may targets this issues. But I am not sure, if the problem is local or caused in higher layers (Restkit mapping).

Stack: enter image description here

Community
  • 1
  • 1
Vladimír Slavík
  • 1,727
  • 1
  • 21
  • 31
  • Answer is here: [NSManagedObjectContext: exception breakpoint stops at save: method, but no log/crash/error](http://stackoverflow.com/questions/8337635/nsmanagedobjectcontext-exception-breakpoint-stops-at-save-method-but-no-log-c) – Vladimír Slavík Jun 23 '14 at 20:41

0 Answers0