Core-Data-Editor icon indicating copy to clipboard operation
Core-Data-Editor copied to clipboard

XML core data is broken since October 26 2016

Open Korzhukov opened this issue 7 years ago • 1 comments

File NSManagedObjectModel-CDEAdditions.m, line #128

now it looks like this: ..metadataForPersistentStoreOfType:NSSQLiteStoreType.. and it cannot open XML based core data, only the NSSQLiteStoreType. It was metadataForPersistentStoreOfType:nil before the commit. nil causes warning but also due to documentation:

If this value is nil, Core Data determines which store class should be used to get or set the store file's metadata by inspecting the file contents.

Korzhukov avatar May 05 '17 13:05 Korzhukov

This line is not the only issue, because fixing just this line does not fix the problem.

Korzhukov avatar May 05 '17 13:05 Korzhukov