Getting crash on user side. not able to reproduce it on our side. Please check the crash log.
Xcode version: 13.2.1 (13C100)
plateform: iOS
Crash Item : Foundation
Issue details : Foundation
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x99288 __exceptionPreprocess
1 libobjc.A.dylib 0x16744 objc_exception_throw
2 Foundation 0x132360 _userInfoForFileAndLine
3 UIKitCore 0x32b3d8 -[UICollectionView _createPreparedCellForItemAtIndexPath:withLayoutAttributes:applyAttributes:isFocused:notify:]
4 UIKitCore 0x225308 -[UICollectionView _updateVisibleCellsNow:]
5 UIKitCore 0x179a84 -[UICollectionView layoutSubviews]
6 UIKitCore 0x18bfb4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:]
7 QuartzCore 0x40cd0 CA::Layer::layout_if_needed(CA::Transaction*)
8 UIKitCore 0x1efd90 -[UIView(Hierarchy) layoutBelowIfNeeded]
9 UIKitCore 0x1727e0 +[UIView(Animation) performWithoutAnimation:]
10 UIKitCore 0x286914 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:]
11 UIKitCore 0x483af0 -[UITableView _updateVisibleCellsForRanges:createIfNecessary:]
12 UIKitCore 0x2ab8bc -[UITableView _updateVisibleCellsNow:]
13 UIKitCore 0x17bd10 -[UITableView layoutSubviews]
14 UIKitCore 0x18bfb4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:]
15 QuartzCore 0x40cd0 CA::Layer::layout_if_needed(CA::Transaction*)
16 QuartzCore 0x33134 CA::Layer::layout_and_display_if_needed(CA::Transaction*)
17 QuartzCore 0x47a7c CA::Context::commit_transaction(CA::Transaction*, double, double*)
18 QuartzCore 0x50970 CA::Transaction::commit()
19 UIKitCore 0x18e2d4 ___UIUpdateCycleNotifyIdle_block_invoke
20 libdispatch.dylib 0x1e6c _dispatch_call_block_and_release
21 libdispatch.dylib 0x3a30 _dispatch_client_callout
22 libdispatch.dylib 0x11f48 _dispatch_main_queue_drain
23 libdispatch.dylib 0x11b98 _dispatch_main_queue_callback_4CF
24 CoreFoundation 0x51800 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
25 CoreFoundation 0xb704 __CFRunLoopRun
26 CoreFoundation 0x1ebc8 CFRunLoopRunSpecific
27 GraphicsServices 0x1374 GSEventRunModal
28 UIKitCore 0x514648 -[UIApplication _run]
29 UIKitCore 0x295d90 UIApplicationMain
30 TCPApp 0xa37b54 main + 39 (AppDelegate.swift:39)
31 ??? 0x104625ce4 (Missing)
3
0
1.1k