CloudCore icon indicating copy to clipboard operation
CloudCore copied to clipboard

Managed Object doesn't have stored record information

Open jfhamel opened this issue 5 years ago • 0 comments

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.

jfhamel avatar May 28 '20 16:05 jfhamel