magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Why would faults fail? #1303

Open troypayne opened 7 years ago

troypayne commented 7 years ago

I'm getting reports from some of my users that they are missing some key data when trying to process a request. Analyzing the data that's missing shows that it requires a successful core-data fault. So my conclusion is that the fault is failing for some users for some reason I don't understand.

Can someone help me figure out why? What conditions would cause someones faults to fail but not others?

Also a solution that works is to delete the app, re-install, and try again and all works as expected.

Thanks