my problem is very strange and I am asking for help. I want to explain to you how my system works. I have two problem with this.
I am making application which have t
My understanding is that you are using child contexts. Child contexts are affected by many (many!) bugs you have to deal with.
Pretty good article about that topic here:
http://wbyoung.tumblr.com/post/27851725562/core-data-growing-pains
My advice on that matter is to use a context directly connected to the store coordinator, not a child context. Everything will work fine using such a setup. You can use a private queue context of course.