iPhone Coredata saving error
Posted
by satyam
on Stack Overflow
See other posts from Stack Overflow
or by satyam
Published on 2010-03-12T08:07:33Z
Indexed on
2010/03/12
21:17 UTC
Read the original article
Hit count: 215
I'm trying to create core data application. Some times when trying to save data, i'm seeing following error:
Error: NSInvalidArgumentException, Reason: * -_referenceData64 only defined for abstract class. Define -[NSTemporaryObjectID_default _referenceData64]!, Description: * -_referenceData64 only defined for abstract class. Define -[NSTemporaryObjectID_default _referenceData64]!
I didn't understand why this error is coming and how to avoid it. Can some one help me please.
© Stack Overflow or respective owner