我的应用程序在 iPad OS 16.3.0 中崩溃,设备是 iPad 12.9(第 3 代)。请帮我找出问题所在。我附上崩溃日志

问题描述 投票:0回答:0

这是 firebase crashlytics 中的崩溃日志。

UIKitMacHelper -[UINSEventTranslator convertSceneDeltaToSceneReferenceDelta:] 

Crashed: com.apple.main-thread
0  libsystem_kernel.dylib         0x9868 __pthread_kill + 8
1  libsystem_pthread.dylib        0x6cec pthread_kill + 288
2  libsystem_c.dylib              0x792c8 abort + 180
3  UIKitMacHelper                 0x9c880 -[UINSEventTranslator convertSceneDeltaToSceneReferenceDelta:] + 304
4  UIKitMacHelper                 0x33b04 -[UINSMouseEventTranslator _nextScrollGestureDelta:wait:] + 228
5  UIKitMacHelper                 0x33da4 -[UINSMouseEventTranslator _handleGestureScrollEvent:] + 136
6  UIKitMacHelper                 0x33864 -[UINSMouseEventTranslator _handleScrollWheelEvent:] + 136
7  UIKitMacHelper                 0x331d4 -[UINSMouseEventTranslator scrollWheel:] + 80
8  UIKitMacHelper                 0x2ebf0 -[UINSInputView scrollWheel:] + 60
9  AppKit                         0x1683a4 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 4896
10 AppKit                         0x166eb0 -[NSWindow(NSEventRouting) sendEvent:] + 284
11 AppKit                         0x165fe8 -[NSApplication(NSEvent) sendEvent:] + 1920
12 UIKitMacHelper                 0x18bf0 -[NSApplication(UINSApplicationSwizzling) _uinsSwizzledSendEvent:] + 252
13 AppKit                         0x3b8098 -[NSApplication _handleEvent:] + 60
14 AppKit                         0x2ce30 -[NSApplication run] + 500
15 AppKit                         0x4250 NSApplicationMain + 880
16 AppKit                         0x25e710 _NSApplicationMainWithInfoDictionary + 22
17 UIKitMacHelper                 0x4b04 UINSApplicationMain + 988
18 UIKitCore                      0x30fc UIApplicationMain + 148
19 App                           0x485c4 main + 14 (main.m:14)
20 ???                            0x19ff57e50 (Missing)

我想知道问题的根本原因和可能的解决方案

swift objective-c ipad uikit core-foundation
© www.soinside.com 2019 - 2024. All rights reserved.