goal c – Desk view crash after reloadData in iOS 16.4.1

0
88


My app crashes after calling desk view methodology [tableView reloadData]. The crash does not occur if there are few cells seen, it solely occurs if there are some not seen within the desk.
The issue solely happens with the brand new model of iOS 16.4.1, every little thing labored fantastic earlier than.
The principle desk incorporates a desk for every cell that’s displayed. If I delete the nested desk within the cell the bug goes away.
Sadly utilizing debug I could not discover out way more info, the error is within the @foremost with this message: Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1a83a46d0).
Within the console, enabling Zombie objects within the reminiscence administration, the next message is printed:
*** -[CALayer bounds]: message despatched to deallocated occasion 0x2861e2260

As an alternative within the organizer I get this stack hint from the revealed app:
enter image description here

The storyboard:
enter image description here

tvAgenda is the primary tableView and contained in the cell there’s one other tableView (Desk View Paperwork).

Can anybody assist me to resolve this downside?
Thanks