The app crashes in ios 14. At hit test in MGSwipecell.
here are the relevant crash logs
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x000000124ebc3498
VM Region Info: 0x124ebc3498 is in 0x1000000000-0x7000000000; bytes after start: 9910891672 bytes before end: 402405968743
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
commpage (reserved) fc0000000-1000000000 [ 1.0G] ---/--- SM=NUL ...(unallocated)
---> GPU Carveout (reserved) 1000000000-7000000000 [384.0G] ---/--- SM=NUL ...(unallocated)
UNUSED SPACE AT END
The app crashes in ios 14. At hit test in MGSwipecell. here are the relevant crash logs
Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Subtype: KERN_PROTECTION_FAILURE at 0x000000124ebc3498 VM Region Info: 0x124ebc3498 is in 0x1000000000-0x7000000000; bytes after start: 9910891672 bytes before end: 402405968743 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL commpage (reserved) fc0000000-1000000000 [ 1.0G] ---/--- SM=NUL ...(unallocated) ---> GPU Carveout (reserved) 1000000000-7000000000 [384.0G] ---/--- SM=NUL ...(unallocated) UNUSED SPACE AT END
36 UIKitCore 0x0000000199fc0278 -[UIView(Geometry) hitTest:withEvent:] + 476 (UIView.m:9951) 37 UIKitCore 0x0000000199c602d8 -[UITableViewCell hitTest:withEvent:] + 112 (UITableViewCell.m:6168) 38 0x0000000102ba5cbc -[MGSwipeTableCell hitTest:withEvent:] (MGSwipeTableCell.m:0) 39 UIKitCore 0x0000000199fc07c0 -[UIView(Geometry) _hitTest:withEvent:windowServerHitTestWindow:] + 96 (UIView.m: @MortimerGoro