ios - UITableView internal bug: unable to generate a new section map with old section count: and new section count: with userInfo (null) -


i haven't seen error before, , did search why may happening couldn't find info on it:

coredata: error: serious application error. exception caught delegate of nsfetchedresultscontroller during call -controllerdidchangecontent:. uitableview internal bug: unable generate new section map old section count: 1 , new section count: 0 userinfo (null)

does know might happening here? not sure "internal bug" part - error indicate problem code or bug in uitableview?

did use nsfetchedresultscontroller in multiple uitableview. if so, that's cause. use 1 nsfetchedresultscontroller 1 uitableview. not switch queries when switching views.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -