Error saving iPhone Coredata

I am trying to create a main data application. Several times when I try to save the data, I see the following error:

Error: NSInvalidArgumentException, Reason: * -_referenceData64, defined only for the abstract class. Define - [NSTemporaryObjectID_default _referenceData64] !, Description: * -_referenceData64 is for an abstract class only. Define - [NSTemporaryObjectID_default _referenceData64]!

I did not understand why this error comes and how to avoid it. Can someone help me.

+3
source share
1 answer

: , . , , , , . , , _referenceData64 .

: http://www.cocoadev.com/index.pl?TemporaryObjectIdsDoNotRespondToReferenceData

:

_referenceData64. "". "abstract". , .

. , . .a >

+3

Source: https://habr.com/ru/post/1736613/


All Articles