Skip to content

Conversation

@AndrewMcDrew
Copy link

Some NSPersistentStore subclasses rely on the "options" dictionary, so the default implementation doesn't work.

As you can see, NSPersistentStoreCoordinator's metadataForPersistentStoreOfType: method usage was removed and it's reimplementation was added. The reason for this is the fact that this method ignores options dictionary, passed in, and substitutes it with it's own dictionary. I don't know why. But this dictionary is vital for opening the store.

Additionally there is a handy NSPersistentStoreCoordinator category.

@lrozenblyum
Copy link

@AndrewMcDrew, Probably the conflicts should be solved in this branch so it would be possible to merge, now GitHub says there are conflicts

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

Successfully merging this pull request may close these issues.

2 participants