Coredata - “NSObjectInaccessibleException - CoreData could not fulfill a fault”

前端 未结 4 714
无人及你
无人及你 2021-01-30 21:39

I am new to Core data and still figuring out the nuts and bolts and this error has been bugging me for hours and I cant seem to find a solution. Any help is greatly appreciated.

4条回答
  •  独厮守ぢ
    2021-01-30 22:24

    I just resolved this error in my code. Seems my cache was corrupted in some way. I used Christopher Pickslay & Keil Gillard's suggestion of deleting or renaming my cache, and voila, crash resolved. NSFetchedResultsController index beyond bounds

提交回复
热议问题