I am working on quite complex app with huge sync procedure beetwen iphone and web server. I have no troubles with adding records, until I run sync procedure in separete thre
According to:
http://developer.apple.com/library/ios/#documentation/cocoa/Reference/CoreDataFramework/Miscellaneous/CoreData_Constants/Reference/reference.html
that error is NSManagedObjectMergeError:
Error code to denote that a merge policy failed—Core Data is unable to complete merging.
The NSError object may be able to help in decoding this error. Can you post the code you are using to insert the new data?