“Collection was mutated while being enumerated” on executeFetchRequest
OK, I think I’ve solved my problem and I must thank this blog post from Fred McCann’s : Using Core Data on Multiple Threads The problem seems to come from the fact that I instantiate my background moc on the main thread instead of the background thread. When Apple tells that each thread needs to … Read more