Cryptic error from Core Data: NSInvalidArgumentException, reason: referenceData64 only defined for abstract class
I have the same issue. It works for smaller data sets, but for larger sets I get “_referenceData64 only defined for abstract class” errors. There’s no abstract entities in my model. EDIT: I think I got this resolved. The issue in my case was a confusion on my part re threads. Here’s the guidelines I … Read more