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

Work around Core Data external attributes bug #11

Open
mikeabdullah opened this issue Mar 11, 2013 · 0 comments
Open

Work around Core Data external attributes bug #11

mikeabdullah opened this issue Mar 11, 2013 · 0 comments

Comments

@mikeabdullah
Copy link
Collaborator

When the store's URL changes, Core Data doesn't propagate that change to externally stored attributes.

The best workaround we appear to have is to rebuild the whole Core Data stack, likely by generating a fresh managed object context etc. If all in the document hangs off of .managedObjectContext that could neatly use KVO to reset the UI.

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