Attempted to access the table view's visibleCells while they were in the process of being updated,which is not allowed. Make a symbolic breakpoint at UITableViewAlertForVisibleCellsAccessDuringUpdate to catch this in the debugger and see what caused this to occur. Perhaps you are trying to ask the table view for the visible cells from inside a table view callback about a specific row? 。
Attempted to access the table view's visibleCells while they were in the process of being updated,which is not allowed. Make a symbolic breakpoint at UITableViewAlertForVisibleCellsAccessDuringUpdate to catch this in the debugger and see what caused this to occur. Perhaps you are trying to ask the table view for the visible cells from inside a table view callback about a specific row? 。
以下是一篇Apple的文章 https://forums.developer.apple.com/thread/117537
您看 是否能够在新版本中解决呢?