my app have the same issue on xcode16 rc
Post
Replies
Boosts
Views
Activity
still exists crash on iOS16.4,but the crash stack is slightly different from the IOS 16.3 and previous systems
current deallocating: 0, next deallocationg: 1, current: <_UISizeTrackingView: 0x17eda2760; frame = (0 0; 390 292); clipsToBounds = YES; autoresize = W+H; layer = <CALayer: 0x284594a80>>, next: <_UIRemoteInputViewController: 0x11b2e0a00>, self: <UITouch: 0x2a40c4f10> phase: Began tap count: 1 force: 0.000 window: <UIRemoteKeyboardWindow: 0x156356400; frame = (0 0; 390 844); opaque = NO; autoresize = W+H; layer = <UIWindowLayer: 0x28517ee80>> responder: <_UISizeTrackingView: 0x17eda2760; frame = (0 0; 390 292); clipsToBounds = YES; autoresize = W+H; layer = <CALayer: 0x284594a80>> location in window: {65.666656494140625, 67.333328247070312} previous location in window: {65.666656494140625, 67.333328247070312} location in view: {65.666656494140625, 67.333328247070312} previous location in view: {65.666656494140625, 67.333328247070312}, event: <UITouchesEvent: 0x283a0a970> timestamp: 40148.7 touches: {(
<UITouch: 0x2a40c4f10> phase: Began tap count: 1 force: 0.000 window: <UIRemoteKeyboardWindow: 0x156356400; frame = (0 0; 390 844); opaque = NO; autoresize = W+H; layer = <UIWindowLayer: 0x28517ee80>> responder: <_UISizeTrackingView: 0x17eda2760; frame = (0 0; 390 292); clipsToBounds = YES; autoresize = W+H; layer = <CALayer: 0x284594a80>> location in window: {65.666656494140625, 67.333328247070312} previous location in window: {65.666656494140625, 67.333328247070312} location in view: {65.666656494140625, 67.333328247070312} previous location in view: {65.666656494140625, 67.333328247070312}
)}, cmd: "_wantsForwardingFromResponder:toNextResponder:withEvent:"
current deallocating: %i, next deallocationg: %i, current: %@, next: %@, self: %@, event: %@, cmd: "%s"
Thread 1 Queue : com.apple.main-thread (serial)
#0 0x00000001eb9ad3a4 in __abort_with_payload ()
#1 0x00000001eb9cfc14 in abort_with_payload_wrapper_internal ()
#2 0x00000001eb9cfc48 in abort_with_payload ()
#3 0x00000001b41fac14 in _os_crash_msg ()
#4 0x00000001aee4384c in _UIResponderForwarderWantsForwardingFromResponder ()
#5 0x00000001aed5bcb8 in __forwardTouchMethod_block_invoke ()
#6 0x00000001accbb328 in NSSET_IS_CALLING_OUT_TO_A_BLOCK ()
#7 0x00000001acd3a8f8 in -[__NSSetM enumerateObjectsWithOptions:usingBlock:] ()
#8 0x00000001aef247b4 in forwardTouchMethod ()
#9 0x00000001aee20934 in -[UIWindow _sendTouchesForEvent:] ()
#10 0x00000001aee1ff2c in -[UIWindow sendEvent:] ()
#11 0x00000001aee1f1e0 in -[UIApplication sendEvent:] ()
#12 0x00000001aee1d4cc in __dispatchPreprocessedEventFromEventQueue ()
#13 0x00000001aee6612c in __processEventQueue ()
#14 0x00000001afad79a4 in updateCycleEntry ()
#15 0x00000001af374dfc in _UIUpdateSequenceRun ()
#16 0x00000001af9d8944 in schedulerStepScheduledMainSection ()
#17 0x00000001af9d7ea0 in runloopSourceCallback ()
#18 0x00000001acd84208 in CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION ()
#19 0x00000001acd90864 in __CFRunLoopDoSource0 ()
#20 0x00000001acd156c8 in __CFRunLoopDoSources0 ()
#21 0x00000001acd2b1c4 in __CFRunLoopRun ()
#22 0x00000001acd304dc in CFRunLoopRunSpecific ()
#23 0x00000001e7f8b35c in GSEventRunModal ()
#24 0x00000001af0c4378 in -[UIApplication _run] ()
#25 0x00000001af0c3fdc in UIApplicationMain ()
#26 0x000000010a97ec74 in main at /Users/wangqiuli/Documents/JDApp/JDAppModule/Example/JDAppModule/main.m:15
#27 0x00000001cc1b1dec in start ()
I also have the problem , the crash occurs on All iOS16~iOS16.1,but i just use the system UIKeyBoard。
The crashed stach info is:
the crash register info is: