Hi all,
I've had a pretty stable app built with SwiftUI since iOS 13, but recently there's been a marked uptick in crashes since iOS 14.5 came out. I don't have much to go on other than crash reports which look like what's pasted below. I haven't been able to reproduce the issue myself, but I'm seeing it reported in the crash reports in the Organizer in Xcode. Can anyone point me in a direction to look? I'm kind of lost on this one.
Thanks,
Russ
0 CoreFoundation 0x18259e754 __exceptionPreprocess + 220 (NSException.m:199)
1 libobjc.A.dylib 0x1970657a8 objc_exception_throw + 60 (objc-exception.mm:565)
2 CoreFoundation 0x1824a03f8 +[NSException raise:format:arguments:] + 100 (NSException.m:146)
3 Foundation 0x183874714 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 132 (NSException.m:231)
4 UIKitCore 0x1851842fc -[UITableView _Bug_Detected_In_Client_Of_UITableView_Invalid_Number_Of_Rows_In_Section:] + 132 (UITableView.m:2471)
5 UIKitCore 0x185183c0c -[UITableView _endCellAnimationsWithContext:] + 11060 (UITableView.m:2412)
6 UIKitCore 0x18519bba8 -[UITableView endUpdatesWithContext:] + 128 (UITableView.m:7759)
7 UIKitCore 0x18519bd98 -[UITableView _performBatchUpdates:withContext:completion:] + 292 (UITableView.m:7785)
8 UIKitCore 0x18519bed8 -[UITableView performBatchUpdates:completion:] + 120 (UITableView.m:7796)