We sometimes get NSMergeConflict errors logged from [PKSyncManager updateCoreDataWithDatastoreChanges]. This is possible when changes are saved to the persistent store by another managed object context while updateCoreDataWithDatastoreChanges is running.
A simple solution to this is to set the merge policy on the managed object context:
vijayj@c05e287
We sometimes get NSMergeConflict errors logged from
[PKSyncManager updateCoreDataWithDatastoreChanges]. This is possible when changes are saved to the persistent store by another managed object context whileupdateCoreDataWithDatastoreChangesis running.A simple solution to this is to set the merge policy on the managed object context:
vijayj@c05e287