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
+[PNDFNames stringForType:]
iOS 17.6.1, iPhone 12 Pro Max
3.4.3
Native, SwiftUI
Crash of the app. Seeing EXC_BAD_ACCESS, this might related to incorrect memory management.
EXC_BAD_ACCESS
Yet unknown.
No crash.
Crashed: com.apple.main-thread EXC_BAD_ACCESS 0x0000000150bb5840 0 CoreFoundation 0x4681c -[__NSDictionaryM objectForKeyedSubscript:] + 136 1 Pendo 0x9d664 +[PNDFNames stringForType:] + 112 2 Pendo 0x6270c +[UIWindow(KeyWindow) pnd_activeWindowScene] + 84 3 Pendo 0x62c24 +[UIWindow(KeyWindow) pnd_keyWindowFromScene] + 52 4 Pendo 0x628d8 +[UIWindow(KeyWindow) pnd_appKeyWindow] + 20 5 Pendo 0x107e88 +[PendoGlobalUtils getDeviceOrientation] + 244 6 Pendo 0x107f1c __40+[PendoGlobalUtils getDeviceOrientation]_block_invoke + 24 7 libdispatch.dylib 0x3dd4 _dispatch_client_callout + 20 8 libdispatch.dylib 0x1339c _dispatch_async_and_wait_invoke + 92 9 libdispatch.dylib 0x3dd4 _dispatch_client_callout + 20 10 libdispatch.dylib 0x125a4 _dispatch_main_queue_drain + 988 11 libdispatch.dylib 0x121b8 _dispatch_main_queue_callback_4CF + 44 12 CoreFoundation 0x56710 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 13 CoreFoundation 0x53914 __CFRunLoopRun + 1996 14 CoreFoundation 0x52cd8 CFRunLoopRunSpecific + 608 15 GraphicsServices 0x11a8 GSEventRunModal + 164 16 UIKitCore 0x40aae8 -[UIApplication _run] + 888 17 UIKitCore 0x4bed98 UIApplicationMain + 340 18 MobileNG 0x98b8 main + 9 (AppDelegate.swift:9) 19 ??? 0x1c36e7154 (Missing)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Platform + Version
iOS 17.6.1, iPhone 12 Pro Max
SDK Version
3.4.3
Framework
Native, SwiftUI
Describe the bug
Crash of the app. Seeing
EXC_BAD_ACCESS
, this might related to incorrect memory management.To Reproduce
Yet unknown.
Expected behavior
No crash.
Stack Trace
The text was updated successfully, but these errors were encountered: