ios - "Core Data could not fulfill a fault for..." -
my app in app store now. 2 users got lot of crashes. track them crashlytics. screenshots issue following:
core data not fulfill fault for... wlwishlist
what mean? sth wrong wlwishlist
or objects relationships wlwishlist
?
can me debug this?
below line 82 file when crash appeared:
that nsobjectinaccessibleexception
should give clue, should coredata not fulfill fault ... /wlwishlist/...
. somewhere create instance of wlwishlist
nsmanagedobject
subclass. might creating instance directly or perhaps related entity other managed object. particular instance fault; it's properties have not yet been loaded persistent store should retrievable on demand. expected persistent store able fulfill fault , provide values of object's properties. in case not possible , persistent store throws exception.
one way might happen if attempt fulfill fault object has been deleted persistent store. without knowing more application doing it's impossible how got situation.
Comments
Post a Comment