I’m relatively new to this topic some maybe it’s a newbie question…
I have Class A and Class B both working with the same context(passed it through from the delegate). Now I add something in Class A on a ManagedObject. If I check the real DB I see that the insert was successful.
Now, Class B gets informed because of a delegate method. I’m getting the data with a executeFetchRequest, but the newly added object is not in this list…
Why are these two contexts out of sync?
Update:
I have a object ListName which has a list of ListItems. If I do a fetch on ListName and getting the list from there it is out of sync. If I do the fetch on ListItem I get all items..this is strange!
A simple reset has helped