We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、当前使用的神策版本: sensors_analytics_flutter_plugin: ^2.4.0
2、崩溃仅出现在iOS 18以上的系统 大佬们有空帮看下是什么原因吗?,以下是崩溃日志: -[UIApplication(AutoTrack) sa_sendAction:to:from:forEvent:] NSRangeException - *** -[__NSArrayM objectAtIndex:]: index 9223372036854775807 beyond bounds [0 .. 1] SensorsAnalyticsSDK UIApplication+SAAutoTrack.m:63
Fatal Exception: NSRangeException 0 CoreFoundation 0x827cc __exceptionPreprocess 1 libobjc.A.dylib 0x172e4 objc_exception_throw 2 CoreFoundation 0x24e34 -[__NSArrayI objectAtIndex:] 3 UIKitCore 0xe1359c -[UIInputSwitcherView selectedInputMode] 4 UIKitCore 0xe1413c -[UIInputSwitcherView didSelectItemAtIndex:] 5 UIKitCore 0xe1c594 -[UIKeyboardMenuView selectItemAtPoint:] 6 UIKitCore 0xe15e20 -[UIInputSwitcherView buttonPressed:withEvent:location:isLocationInsideViewHitArea:isForDictation:tapAction:] 7 UIKitCore 0xf98a64 -[UISystemKeyboardDockController dictationItemButtonWasPressed:withEvent:isRunningButton:] 8 UIKitCore 0xf99aa8 -[UISystemKeyboardDockController keyboardDockView:didPressDockItem:withEvent:] 9 UIKitCore 0xf5ad0c -[UIKeyboardDockView _dockItemButtonWasTapped:withEvent:] 10 UIKitCore 0x3c39cc -[UIApplication sendAction:to:from:forEvent:] 11 SensorsAnalyticsSDK 0x78fe0 -[UIApplication(AutoTrack) sa_sendAction:to:from:forEvent:] + 63 (UIApplication+SAAutoTrack.m:63) 12 UIKitCore 0x3c38a4 -[UIControl sendAction:to:forEvent:] 13 UIKitCore 0x3c36f4 -[UIControl _sendActionsForEvents:withEvent:] 14 UIKitCore 0xb38d8c -[UIButton _sendActionsForEvents:withEvent:] 15 UIKitCore 0xb3a5a0 -[UIControl touchesEnded:withEvent:] 16 UIKitCore 0x30b9ac -[UIWindow _sendTouchesForEvent:] 17 UIKitCore 0x30b3d8 -[UIWindow sendEvent:] 18 UIKitCore 0x19fb70 -[UIApplication sendEvent:] 19 UIKitCore 0x1a009c __dispatchPreprocessedEventFromEventQueue 20 UIKitCore 0x1a9f3c __processEventQueue 21 UIKitCore 0xa2c60 updateCycleEntry 22 UIKitCore 0xa09d8 _UIUpdateSequenceRun 23 UIKitCore 0xa0628 schedulerStepScheduledMainSection 24 UIKitCore 0xa159c runloopSourceCallback 25 CoreFoundation 0x56328 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION 26 CoreFoundation 0x562bc __CFRunLoopDoSource0 27 CoreFoundation 0x53dc0 __CFRunLoopDoSources0 28 CoreFoundation 0x52fbc __CFRunLoopRun 29 CoreFoundation 0x52830 CFRunLoopRunSpecific 30 GraphicsServices 0x11c4 GSEventRunModal 31 UIKitCore 0x3d2eb0 -[UIApplication _run] 32 UIKitCore 0x4815b4 UIApplicationMain 33 Runner 0x335e0 main + 41 (AppDelegate.swift:41) 34 ??? 0x1b884eec8 (缺少)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、当前使用的神策版本:
sensors_analytics_flutter_plugin: ^2.4.0
2、崩溃仅出现在iOS 18以上的系统
大佬们有空帮看下是什么原因吗?,以下是崩溃日志:
-[UIApplication(AutoTrack) sa_sendAction:to:from:forEvent:]
NSRangeException - *** -[__NSArrayM objectAtIndex:]: index 9223372036854775807 beyond bounds [0 .. 1]
SensorsAnalyticsSDK
UIApplication+SAAutoTrack.m:63
Fatal Exception: NSRangeException
0 CoreFoundation 0x827cc __exceptionPreprocess
1 libobjc.A.dylib 0x172e4 objc_exception_throw
2 CoreFoundation 0x24e34 -[__NSArrayI objectAtIndex:]
3 UIKitCore 0xe1359c -[UIInputSwitcherView selectedInputMode]
4 UIKitCore 0xe1413c -[UIInputSwitcherView didSelectItemAtIndex:]
5 UIKitCore 0xe1c594 -[UIKeyboardMenuView selectItemAtPoint:]
6 UIKitCore 0xe15e20 -[UIInputSwitcherView buttonPressed:withEvent:location:isLocationInsideViewHitArea:isForDictation:tapAction:]
7 UIKitCore 0xf98a64 -[UISystemKeyboardDockController dictationItemButtonWasPressed:withEvent:isRunningButton:]
8 UIKitCore 0xf99aa8 -[UISystemKeyboardDockController keyboardDockView:didPressDockItem:withEvent:]
9 UIKitCore 0xf5ad0c -[UIKeyboardDockView _dockItemButtonWasTapped:withEvent:]
10 UIKitCore 0x3c39cc -[UIApplication sendAction:to:from:forEvent:]
11 SensorsAnalyticsSDK 0x78fe0 -[UIApplication(AutoTrack) sa_sendAction:to:from:forEvent:] + 63 (UIApplication+SAAutoTrack.m:63)
12 UIKitCore 0x3c38a4 -[UIControl sendAction:to:forEvent:]
13 UIKitCore 0x3c36f4 -[UIControl _sendActionsForEvents:withEvent:]
14 UIKitCore 0xb38d8c -[UIButton _sendActionsForEvents:withEvent:]
15 UIKitCore 0xb3a5a0 -[UIControl touchesEnded:withEvent:]
16 UIKitCore 0x30b9ac -[UIWindow _sendTouchesForEvent:]
17 UIKitCore 0x30b3d8 -[UIWindow sendEvent:]
18 UIKitCore 0x19fb70 -[UIApplication sendEvent:]
19 UIKitCore 0x1a009c __dispatchPreprocessedEventFromEventQueue
20 UIKitCore 0x1a9f3c __processEventQueue
21 UIKitCore 0xa2c60 updateCycleEntry
22 UIKitCore 0xa09d8 _UIUpdateSequenceRun
23 UIKitCore 0xa0628 schedulerStepScheduledMainSection
24 UIKitCore 0xa159c runloopSourceCallback
25 CoreFoundation 0x56328 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION
26 CoreFoundation 0x562bc __CFRunLoopDoSource0
27 CoreFoundation 0x53dc0 __CFRunLoopDoSources0
28 CoreFoundation 0x52fbc __CFRunLoopRun
29 CoreFoundation 0x52830 CFRunLoopRunSpecific
30 GraphicsServices 0x11c4 GSEventRunModal
31 UIKitCore 0x3d2eb0 -[UIApplication _run]
32 UIKitCore 0x4815b4 UIApplicationMain
33 Runner 0x335e0 main + 41 (AppDelegate.swift:41)
34 ??? 0x1b884eec8 (缺少)
The text was updated successfully, but these errors were encountered: