prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

MaterialShowcase.swift line 119 MaterialShowcase.setTargetView(view:) #122

Open Murugeshrockey-RN opened 2 years ago

Murugeshrockey-RN commented 2 years ago

Crashes in crashlytics dashboard with the following error:

Crashed: com.apple.main-thread EXC_BREAKPOINT 0x00000001006503d4

Crashed: com.apple.main-thread 0 nws 0xf43d4 MaterialShowcase.setTargetView(view:) + 119 (MaterialShowcase.swift:119) 1 nws 0xf4410 @objc MaterialShowcase.setTargetView(view:) + 327180 (:327180) 2 nws 0xf19cc -[RNAppTour generateMaterialShowcase:props:] + 260 (RNAppTour.m:260) 3 nws 0xf1040 -[RNAppTour ShowFor:props:] + 122 (RNAppTour.m:122) 4 nws 0xf0fb0 -[RNAppTour ShowSequence:props:] + 117 (RNAppTour.m:117) 5 nws 0xf1e68 -[RNAppTour showCaseDidDismissWithShowcase:didTapTarget:] + 298 (RNAppTour.m:298) 6 nws 0xf830c MaterialShowcase.completeShowcase(animated:didTapTarget:) + 343304 (:343304) 7 nws 0xf86fc @objc MaterialShowcase.completeShowcase(animated:didTapTarget:) + 344312 (:344312) 8 nws 0xf8038 @objc MaterialShowcase.tapGestureSelector(tapGesture:) + 342580 (:342580) 9 UIKitCore 0x1df8f0 -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:] + 56 10 UIKitCore 0x1a8a24 _UIGestureRecognizerSendTargetActions + 116 11 UIKitCore 0x171770 _UIGestureRecognizerSendActions + 284 12 UIKitCore 0x1aadd4 -[UIGestureRecognizer _updateGestureForActiveEvents] + 636 13 UIKitCore 0x162fe0 _UIGestureEnvironmentUpdate + 1988 14 UIKitCore 0x196d8c -[UIGestureEnvironment _updateForEvent🪟] + 784 15 UIKitCore 0x1a3f2c -[UIWindow sendEvent:] + 4428 16 UIKitCore 0x353e34 -[UIApplication sendEvent:] + 828 17 UIKitCore 0x177140 dispatchPreprocessedEventFromEventQueue + 7904 18 UIKitCore 0x16bf2c processEventQueue + 6760 19 UIKitCore 0x1713d8 eventFetcherSourceCallback + 172 20 CoreFoundation 0xbb0d0 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 28 21 CoreFoundation 0xcbd90 CFRunLoopDoSource0 + 208 22 CoreFoundation 0x6098 CFRunLoopDoSources0 + 268 23 CoreFoundation 0xb8a4 CFRunLoopRun + 820 24 CoreFoundation 0x1f468 CFRunLoopRunSpecific + 600 25 GraphicsServices 0x138c GSEventRunModal + 164 26 UIKitCore 0x5195d0 -[UIApplication _run] + 1100 27 UIKitCore 0x297f74 UIApplicationMain + 364 28 nws 0x6164 main + 7 (main.m:7) 29 ??? 0x100e85aa4 (Missing)

Devices Details:

Model:iPhone XR Orientation: Portrait

Operating System Version:15.3.1 Orientation: Portrait Jailbroken: No

prscX commented 2 years ago

@Murugeshrockey-RN: Thanks for raising the issue. Is there any specific use case where it is not working? Or it never works only.

Thanks, </ Pranav >