I'm using some core-data entities in a method that is concurrent, (it's in a NSInocationOperation
object)... and I'm getting this error:
CoreData: error: NULL _cd_rawData but the object is not being turned into a fault
How to avoid this? The method just does some calculation with the core data values, no new entities are added , no entities are deleted and none are modified ...