Hi guys
I'm new to iphone development and have this problem with Core Data.
At the moment my app works as follows:
I'm executing a fetch from Core Data and display my list of objects in TableView
Detaching new thread, create new MOC for it, as advised,
Getting xml, parse it, then clear Core Data and fill it with new data from xml
Saving my MOC.
It works fine if user isn't scrolling TableView within saving of MOC, but if he is, I'm getting this error and the application crashes.
Can anyone explain in plain English why it's happening and how can I solve the problem.
Thanks a lot.