You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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.
The text was updated successfully, but these errors were encountered:
Hi, execution stops at this line:
in file CoreDataRelationship.swift.
It started occurring when I started using a NSManagedObject that inherits from another parent NSManagedObject. Never occurred before.
Thanks.
The text was updated successfully, but these errors were encountered: