-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Dropping memoryStack doesn't recreate persistentStore #398
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
in the current version of Sync 3.2.3 dropping a memoryStack via "drop()" results in a DataStack without persistentStore:
Illegal attempt to save to a file that was never opened. "This NSPersistentStoreCoordinator has no persistent stores (unknown). It cannot perform a save operation.". No last error recorded.
Even if I use the completion block an perform mein new inserts after it fires, same result.
Sometimes we need the drop to make sure we have only the case specific data in our memoryStack.
Greetz,
Zarak
The text was updated successfully, but these errors were encountered: