deeje / CloudCore

Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases, field-level deltas, encrypted values, cacheable assets, and more.
MIT License
157 stars 17 forks source link

Managed Object doesn't have stored record information #17

Open jfhamel opened 4 years ago

jfhamel commented 4 years ago

Hi, execution stops at this line:

        // That is possible if method is called before all managed object were filled with recordData
        // That may cause possible reference corruption (Core Data -> iCloud), but it is not critical
        assertionFailure("Managed Object doesn't have stored record information, should be reported as a framework bug")

in file CoreDataRelationship.swift.

It started occurring when I started using a NSManagedObject that inherits from another parent NSManagedObject. Never occurred before.

Thanks.