Posts by Hodes • 111 points
2 posts
-
1
votes1
answer51
viewsA: Deleted object being returned in a Core Data fetch
The problem was the competition. The thread created to save the contexts was not finishing before the next fetch. I solved the problem by adding the following method to Persistenceservice. #…
-
0
votes1
answer51
viewsQ: Deleted object being returned in a Core Data fetch
I have a "small" problem when using Core Data. This is my architecture: Synchronizer -> Syncservice -> Persistenceservice -> Nsmanagedobject All classes in the Persistenceservice layer…