and Persistent Store’s row-cache are out of date. ▸ Just refreshing won’t help because the objects would be turned into faults but the data in row-cache will still be older. ▸ Solution: ▸ Use mergeChanges(fromRemoteContextSave:into:) on the MOC with the [NSUpdatedObjectsKey: objectIDs]. ▸ Under the hood, this method updates the row-cache as well. :)