-
Notifications
You must be signed in to change notification settings - Fork 131
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
iOS 6 crash when merging save notification #145
Comments
It seems based on this documentation that passing real NSManagedObjects is the official way, so a revert of acf4657 may be best. Still trying to figure out why the merge doesn't actually work. |
Hmm, that is odd. I made this change because it is how iCloud + Core Data does it. It includes the object ids, not be objects. In general it is more convenient to have the object ids, because you can't really use the objects directly anyway. Will try to reproduce the issue. |
Let me know if you have issues reproducing it. For what it's worth, I can On Sat, May 31, 2014 at 1:11 AM, Drew McCormack notifications@github.com
|
I reverted this to provide NSManagedObjects instead. Just pull the master. |
Commit acf4657 broke the following code from Idiomatic sample app for iOS 6:
Confirmed that reverting acf4657 fixes it.
FYI: I also noticed that on iOS 6, this operation (merging the changes back into the UI context) doesn't work with acf4657 reverted. I have to force-close my app and restart it to see the model changes. This belongs in a separate issue, but I wanted to mention it here since it's relevant. Merging works fine on iOS 7.
The text was updated successfully, but these errors were encountered: