Hi, I'm getting a glitch
when I try to insert 1000 records in db in the background, I get the following exception: CoreData: error: Serious application error . An exception was found while processing changes to Core Data.
This is usually an observer error.
NSManagedObjectContextObjectsDidChangeNotification. -[__NSCFSet addObject:]: attempt to insert nil with userInfo (null)2013-11-19 09:41:19.587 3pTalk[7487:907] Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFSet addObject:]: attempt to insert nil'
I used code to insert objexts
dispatch_queue_t myBackgroundQ = dispatch_queue_create("com.sample.addressbook", NULL);
source share