My app crashes after calling table view method [tableView reloadData]. The crash doesn't happen if there are few cells visible, it only happens if there are some not visible in the table. The problem only occurs with the new version of iOS 16.4.1, everything worked fine before. The main table contains a table for each cell that is displayed. If I delete the nested table in the cell the bug goes away. Unfortunately using debug I couldn't find out much more information, the error is in the @main with this message: Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1a83a46d0). In the console, enabling Zombie objects in the memory management, the following message is printed: *** -[CALayer bounds]: message sent to deallocated instance 0x2861e2260
Instead in the organizer I get this stack trace from the published app:
The storyboard:
tvAgenda is the first tableView and inside the cell there is another tableView (Table View Documents).
Can anyone help me to solve this problem? Thanks