Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML core data is broken since October 26 2016 #53

Open
Korzhukov opened this issue May 5, 2017 · 1 comment
Open

XML core data is broken since October 26 2016 #53

Korzhukov opened this issue May 5, 2017 · 1 comment

Comments

@Korzhukov
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant