Skip to content
New issue

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

App Crashes When I Add Banner Ad On Real iOS Device #130

Open
ECD10 opened this issue Apr 22, 2023 · 17 comments
Open

App Crashes When I Add Banner Ad On Real iOS Device #130

ECD10 opened this issue Apr 22, 2023 · 17 comments

Comments

@ECD10
Copy link

ECD10 commented Apr 22, 2023

Describe the bug
I'm adding banner ads. There is no problem with the simulator. Test ads are working. But when I test it on a real device, when I go to the page with the banner ad, the application closes. It's okay with interstitials and rewarded ads.

Smartphone (please complete the following information):

  • OS: iOS
  • Version 16.4

.Net Version: 7.0

Crash Log
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers = @[ @"85d735920f1bba293f5fc6d9b09bef21" ];
Apr 22 02:25:06 bebekgelisimi[3027] : Swift
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance().requestConfiguration.testDeviceIdentifiers = [ @"85d735920f1bba293f5fc6d9b09bef21" ]
Apr 22 02:25:06 bebekgelisimi[3027] : Objective-C
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers = @[ @"85d735920f1bba293f5fc6d9b09bef21" ];
Apr 22 02:25:06 bebekgelisimi[3027] : Swift
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance().requestConfiguration.testDeviceIdentifiers = [ @"85d735920f1bba293f5fc6d9b09bef21" ]
Apr 22 02:25:06 bebekgelisimi[3027] : To get test ads on this device, set:
Apr 22 02:25:06 bebekgelisimi[3027] : To get test ads on this device, set:
Apr 22 02:25:06 bebekgelisimi[3027] : To get test ads on this device, set:
Apr 22 02:25:06 bebekgelisimi[3027] : Objective-C
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers = @[ @"85d735920f1bba293f5fc6d9b09bef21" ];
Apr 22 02:25:06 bebekgelisimi[3027] : Swift
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance().requestConfiguration.testDeviceIdentifiers = [ @"85d735920f1bba293f5fc6d9b09bef21" ]
Apr 22 02:25:06 bebekgelisimi[3027] : Objective-C
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers = @[ @"85d735920f1bba293f5fc6d9b09bef21" ];
Apr 22 02:25:06 bebekgelisimi[3027] : Swift
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance().requestConfiguration.testDeviceIdentifiers = [ @"85d735920f1bba293f5fc6d9b09bef21" ]
Apr 22 02:25:06 bebekgelisimi[3027] : Objective-C
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers = @[ @"85d735920f1bba293f5fc6d9b09bef21" ];
Apr 22 02:25:06 bebekgelisimi[3027] : Swift
Apr 22 02:25:06 bebekgelisimi[3027] : GADMobileAds.sharedInstance().requestConfiguration.testDeviceIdentifiers = [ @"85d735920f1bba293f5fc6d9b09bef21" ]
Apr 22 02:25:06 bebekgelisimi[3027] : Unhandled managed exception: Arg_NullReferenceException (System.NullReferenceException)
Apr 22 02:25:06 bebekgelisimi[3027] : Unhandled managed exception: Arg_NullReferenceException (System.NullReferenceException)
Apr 22 02:25:06 bebekgelisimi[3027] : Unhandled managed exception: Arg_NullReferenceException (System.NullReferenceException)
Apr 22 02:25:06 bebekgelisimi[3027] : at ObjCRuntime.Runtime.ThrowException(IntPtr )
Apr 22 02:25:06 bebekgelisimi[3027] : at UIKit.UIApplication.UIApplicationMain(Int32 , String[] , IntPtr , IntPtr )
Apr 22 02:25:06 bebekgelisimi[3027] : at UIKit.UIApplication.Main(String[] , Type , Type )
Apr 22 02:25:06 bebekgelisimi[3027] : at bebekgelisimi.Program.Main(String[] )
Apr 22 02:25:06 bebekgelisimi[3027] : HighFrequency = 1;
Apr 22 02:25:06 bebekgelisimi[3027] : bundleID = "com.encada.";
Apr 22 02:25:06 bebekgelisimi[3027] : pid = 3027;
Apr 22 02:25:06 bebekgelisimi[3027] : } state:0x1 events:45 mask:0x40000800
Apr 22 02:25:06 bebekgelisimi[3027] : at ObjCRuntime.Runtime.ThrowException(IntPtr )
Apr 22 02:25:06 bebekgelisimi[3027] : at UIKit.UIApplication.UIApplicationMain(Int32 , String[] , IntPtr , IntPtr )
Apr 22 02:25:06 bebekgelisimi[3027] : at UIKit.UIApplication.Main(String[] , Type , Type )
Apr 22 02:25:06 bebekgelisimi[3027] : at bebekgelisimi.Program.Main(String[] )
Apr 22 02:25:06 bebekgelisimi[3027] : HighFrequency = 1;
Apr 22 02:25:06 bebekgelisimi[3027] : bundleID = "com.encada.
";
Apr 22 02:25:06 bebekgelisimi[3027] : pid = 3027;
Apr 22 02:25:06 bebekgelisimi[3027] : } state:0x1 events:45 mask:0x40000800
Apr 22 02:25:06 bebekgelisimi[3027] : at ObjCRuntime.Runtime.ThrowException(IntPtr )
Apr 22 02:25:06 bebekgelisimi[3027] : at UIKit.UIApplication.UIApplicationMain(Int32 , String[] , IntPtr , IntPtr )
Apr 22 02:25:06 bebekgelisimi[3027] : at UIKit.UIApplication.Main(String[] , Type , Type )
Apr 22 02:25:06 bebekgelisimi[3027] : at bebekgelisimi.Program.Main(String[] )
Apr 22 02:25:06 bebekgelisimi[3027] : HighFrequency = 1;
Apr 22 02:25:06 bebekgelisimi[3027] : bundleID = "com.encada.
***";
Apr 22 02:25:06 bebekgelisimi[3027] : pid = 3027;
Apr 22 02:25:06 bebekgelisimi[3027] : } state:0x1 events:45 mask:0x40000800

@marcojak
Copy link
Owner

I think I know the problem as it seems I had the same on the MAUI version.
I'm going to fix it asap.

@darklance83
Copy link

darklance83 commented Jun 1, 2023

I think I know the problem as it seems I had the same on the MAUI version. I'm going to fix it asap.

Hi marcojack,

First of all thanks a lot to you and your contributors for making this Plugin possible, I came here with the same issue, I finished an app completely in .net MAUI for iOS and Android, the app runs fine on Android with ads banner beautifully but when I run it on iOS it laods for like 5 seconds on .NET purple screen and then crashes I hope you are able to solve this soon as I really want this app to be released soon, and I will give you a coffee for your hard work, once again thanks a lot!

https://www.buymeacoffee.com/xamarinexpert

@marcojak
Copy link
Owner

marcojak commented Jun 1, 2023

Hi @darklance83 ,
thank you for your support.

Are you sure the latest version of the plugin (1.0.4) still gives the same issue?
Does it work on the simulator?
If you could provide a crash report, that would help me.
Meanwhile I'm testing it on my mac and iPad to see if I get the same issue

@darklance83
Copy link

darklance83 commented Jun 1, 2023 via email

@marcojak
Copy link
Owner

marcojak commented Jun 1, 2023

After formatting my mac (old machine, many troubles) I've finally managed to test the app on my iPad (version 16.3) and it works fine.
I'm now updating my iPad to version 16.5 to check if by any chance the error is in the new iOS version.
My suggestion for now is to make sure you have the latest version of the plugin for MAUI (1.0.4), do a FULL clean & rebuild (also removing obj and bin folders) and try again....but make sure you have the latest version...the previous was was crashing on iOS devices (while was working on the simulator)

@darklance83
Copy link

darklance83 commented Jun 1, 2023 via email

@darklance83
Copy link

darklance83 commented Jun 1, 2023 via email

@alasz809
Copy link

alasz809 commented Aug 30, 2023

I may be late to the party on this, but my ads would not show on physical device BUT would work in simulator. The fix for me was to Edit info.plist "Background Modes"
-click info.plist/switch to Application mode in upper right
-enable "backgrounds Modes"
-check the "background processing" checkbox
This fixed it and I was able to see ads

BTW, i'm still using Xamarin Forms and Thanks to the guy that wrote this killer lib!!

@ottorinobruni
Copy link

ottorinobruni commented Sep 6, 2023

I confirm the bug for iOS devices, when you publish your app in the app store and test via TestFlight, after the splash screen the app crashes. With simulators there are no problems.

Incident Identifier: 44C5D891-8E81-48CF-BDD0-A407105F3BFF
CrashReporter Key: 72bde88bd7b74ae2dc3c966c5cdbffe5959de323
Hardware Model: iPhone14,4
Process: XXXXXXXXXXXXX [1100]
Path: /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/XXXXXXXXXXXXX
Identifier: XXXXXXXXXXXXX.XXXXXXXXXXXXX.XXXXXXXXXXXXX
Version: 1.0.0 (6)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: XXXXXXXXXXXXX.XXXXXXXXXXXXX.XXXXXXXXXXXXX [924]

Date/Time: 2023-09-04 12:19:27.7504 +0200
Launch Time: 2023-09-04 12:19:27.1774 +0200
OS Version: iPhone OS 16.6 (20G75)
Release Type: User
Baseband Version: 2.80.01
Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x000000016af33ff8
Exception Codes: 0x0000000000000002, 0x000000016af33ff8
VM Region Info: 0x16af33ff8 is in 0x16af30000-0x16af34000; bytes after start: 16376 bytes before end: 7
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
MALLOC_LARGE 1309c8000-1309d0000 [ 32K] rw-/rwx SM=PRV
GAP OF 0x3a560000 BYTES
---> STACK GUARD 16af30000-16af34000 [ 16K] ---/rwx SM=NUL ... for thread 0
Stack 16af34000-16b030000 [ 1008K] rw-/rwx SM=PRV thread 0
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [1100]

Triggered by Thread: 0

Last Exception Backtrace:
0 CoreFoundation 0x19a4b0cb4 __exceptionPreprocess + 164
1 libobjc.A.dylib 0x19354c3d0 objc_exception_throw + 60
2 XXXXXXXXXXXXX 0x10751fad8 xamarin_unhandled_exception_handler + 41220824 (runtime.m:1121)
3 XXXXXXXXXXXXX 0x1077ae78c native_to_managed_trampoline_3(objc_object*, objc_selector*, _MonoMethod**, objc_object*, objc_object*, unsigned int) + 43902860 (registrar.mm:189)
4 XXXXXXXXXXXXX 0x1077b1560 -[AppDelegate application:didFinishLaunchingWithOptions:] + 43914592 (registrar.mm:8624)
5 UIKitCore 0x19c86b054 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 300
6 UIKitCore 0x19c86a78c -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 2848
7 UIKitCore 0x19c869768 -[UIApplication _runWithMainScene:transitionContext:completion:] + 856
8 UIKitCore 0x19c8693b4 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 132
9 UIKitCore 0x19c5b1664 _UIScenePerformActionsWithLifecycleActionMask + 112
10 UIKitCore 0x19c8ef850 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 216
11 UIKitCore 0x19c7a1c5c -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 220
12 UIKitCore 0x19c7a1a84 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 620
13 UIKitCore 0x19c7a1634 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 252
14 UIKitCore 0x19c7a1500 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 148
15 UIKitCore 0x19ce8ea68 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 736
16 UIKitCore 0x19cf2d074 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 224
17 UIKitCore 0x19c64ec70 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 316
18 UIKitCore 0x19cac01ac __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.223 + 556
19 UIKitCore 0x19c71fc60 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 216
20 UIKitCore 0x19c71fad0 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244
21 UIKitCore 0x19c71f028 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 520
22 UIKitCore 0x19c71edb4 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 288
23 FrontBoardServices 0x1b052c2e4 -[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 344
24 FrontBoardServices 0x1b056c068 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.80 + 120
25 FrontBoardServices 0x1b0530120 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 168
26 FrontBoardServices 0x1b056bcc0 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke + 360
27 libdispatch.dylib 0x1a1977eac _dispatch_client_callout + 20
28 libdispatch.dylib 0x1a197b91c _dispatch_block_invoke_direct + 264
29 FrontBoardServices 0x1b053a24c FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 52
30 FrontBoardServices 0x1b0539de8 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 220
31 FrontBoardServices 0x1b053c694 -[FBSSerialQueue _performNextFromRunLoopSource] + 28
32 CoreFoundation 0x19a57a128 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 28
33 CoreFoundation 0x19a5867b4 __CFRunLoopDoSource0 + 176
34 CoreFoundation 0x19a50b648 __CFRunLoopDoSources0 + 340
35 CoreFoundation 0x19a5210d4 __CFRunLoopRun + 828
36 CoreFoundation 0x19a5263ec CFRunLoopRunSpecific + 612
37 GraphicsServices 0x1d5a3c35c GSEventRunModal + 164
38 UIKitCore 0x19c8b2f58 -[UIApplication run] + 888
39 UIKitCore 0x19c8b2bbc UIApplicationMain + 340
40 XXXXXXXXXXXXX 0x10751cfb8 xamarin_UIApplicationMain + 24
41 XXXXXXXXXXXXX 0x1054768d0 wrapper_managed_to_native_UIKit_UIApplication_xamarin_UIApplicationMain_int_intptr_intptr_intptr_intptr
+ 175
42 XXXXXXXXXXXXX 0x106de8430 Microsoft_iOS_UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 33653808 (UIApplication.cs:58)
43 XXXXXXXXXXXXX 0x107744114 mono_jit_runtime_invoke + 43467028 (mini-runtime.c:3613)
44 XXXXXXXXXXXXX 0x107698d4c mono_runtime_invoke_checked + 42765644 (object.c:2583)
45 XXXXXXXXXXXXX 0x10769f3d8 do_exec_main_checked + 42791896 (object.c:0)
46 XXXXXXXXXXXXX 0x1077490b4 mono_jit_exec + 43487412 (driver.c:1310)
47 XXXXXXXXXXXXX 0x107528150 xamarin_main + 41255248 (monotouch-main.m:490)
48 XXXXXXXXXXXXX 0x1077adca0 main + 43900064 (main.arm64.mm:240)
49 dyld 0x1b9a58dec start + 2220

Kernel Triage:
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage

Thread 0 name: tid_103 Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_pthread.dylib 0x1fa2e1bc8 ___chkstk_darwin + 60
1 libunwind.dylib 0x1fa231f70 libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::setInfoBasedOnIPRegister(bool) + 40
2 libunwind.dylib 0x1fa23431c libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::step() + 732
3 libunwind.dylib 0x1fa236090 _Unwind_RaiseException + 464
4 libc++abi.dylib 0x1fa228cd8 __cxa_throw + 132
5 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
6 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
7 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
8 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
9 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
10 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
11 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
12 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
13 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
14 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
15 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
16 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
17 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
18 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
19 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
20 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
21 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
22 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
23 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
24 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
25 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
26 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
27 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
28 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
29 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
30 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
31 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
32 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
33 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
34 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
35 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
36 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
37 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
38 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
39 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
40 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
41 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
42 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
43 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
44 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
45 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
46 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
47 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
48 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
49 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
50 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
51 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
52 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
53 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
54 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
55 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
56 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
57 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
58 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
59 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
60 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
61 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
62 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
63 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
64 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
65 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
66 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
67 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
68 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
69 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
70 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
71 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
72 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
73 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
74 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
75 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
76 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
77 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
78 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
79 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
80 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
81 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
82 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
83 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
84 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
85 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
86 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
87 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
88 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
89 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
90 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
91 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
92 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
93 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
94 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
95 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
96 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
97 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
98 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
99 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
100 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
101 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
102 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
103 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
104 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
105 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
106 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
107 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
108 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
109 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
110 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
111 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
112 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
113 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
114 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
115 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
116 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
117 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
118 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
119 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
120 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
121 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
122 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
123 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
124 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
125 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
126 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
127 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
128 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
129 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
130 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
131 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
132 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
133 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
134 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
135 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
136 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
137 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
138 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
139 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
140 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
141 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
142 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
143 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
144 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
145 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
146 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
147 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
148 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
149 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
150 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
151 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
152 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
153 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
154 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
155 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
156 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
157 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
158 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
159 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
160 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
161 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
162 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
163 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
164 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
165 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
166 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
167 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
168 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
169 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
170 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
171 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
172 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
173 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
174 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
175 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
176 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
177 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
178 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
179 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
180 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
181 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
182 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
183 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
184 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
185 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
186 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
187 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
188 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
189 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
190 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
191 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
192 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
193 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
194 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
195 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
196 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
197 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
198 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
199 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
200 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
201 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
202 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
203 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
204 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
205 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
206 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
207 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
208 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
209 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
210 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
211 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
212 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
213 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
214 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
215 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
216 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
217 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
218 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
219 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
220 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
221 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
222 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
223 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
224 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
225 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
226 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
227 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
228 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
229 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
230 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
231 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
232 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
233 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
234 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
235 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
236 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
237 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
238 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
239 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
240 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
241 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
242 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
243 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
244 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
245 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
246 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
247 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
248 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
249 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
250 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
251 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
252 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
253 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
254 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
255 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
256 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
257 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
258 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
259 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
260 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
261 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
262 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
263 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
264 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
265 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
266 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
267 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
268 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
269 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
270 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
271 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
272 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
273 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
274 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
275 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
276 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
277 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
278 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
279 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
280 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
281 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
282 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
283 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
284 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
285 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
286 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
287 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
288 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
289 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
290 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
291 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
292 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
293 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
294 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
295 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
296 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
297 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
298 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
299 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
300 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
301 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
302 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
303 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
304 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
305 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
306 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
307 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
308 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
309 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
310 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
311 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
312 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
313 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
314 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
315 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
316 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
317 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
318 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
319 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
320 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
321 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
322 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
323 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
324 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
325 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
326 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
327 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
328 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
329 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
330 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
331 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
332 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
333 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
334 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
335 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
336 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
337 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
338 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
339 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
340 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
341 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
342 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
343 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
344 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
345 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
346 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
347 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
348 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
349 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
350 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
351 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
352 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
353 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
354 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
355 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
356 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
357 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
358 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
359 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
360 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
361 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
362 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
363 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
364 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
365 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
366 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
367 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
368 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
369 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
370 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
371 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
372 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
373 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
374 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
375 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
376 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
377 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
378 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
379 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
380 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
381 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
382 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
383 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
384 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
385 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
386 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
387 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
388 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
389 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
390 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
391 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
392 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
393 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
394 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
395 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
396 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
397 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
398 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
399 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
400 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
401 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
402 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
403 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
404 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
405 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
406 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
407 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
408 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
409 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
410 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
411 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
412 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
413 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
414 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
415 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
416 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
417 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
418 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
419 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
420 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
421 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
422 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
423 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
424 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
425 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
426 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
427 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
428 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
429 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
430 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
431 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
432 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
433 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
434 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
435 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
436 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
437 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
438 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
439 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
440 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
441 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
442 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
443 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
444 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
445 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
446 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
447 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
448 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
449 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
450 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
451 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
452 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
453 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
454 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
455 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
456 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
457 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
458 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
459 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
460 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
461 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
462 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
463 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
464 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
465 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
466 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
467 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
468 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
469 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
470 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
471 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
472 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
473 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
474 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
475 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
476 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
477 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
478 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
479 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
480 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
481 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
482 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
483 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
484 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
485 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
486 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
487 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
488 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
489 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
490 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
491 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
492 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
493 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
494 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
495 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
496 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
497 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
498 libc++abi.dylib 0x1fa228ce0 __cxa_throw + 140
499 libobjc.A.dylib 0x19354c530 objc_exception_throw + 412
500 XXXXXXXXXXXXX 0x10751f99c xamarin_process_managed_exception + 41220508 (runtime.m:2368)
501 XXXXXXXXXXXXX 0x10775b5c8 mono_handle_exception_internal + 43562440 (mini-exceptions.c:2376)
502 XXXXXXXXXXXXX 0x10775aaa8 mono_handle_exception + 43559592 (mini-exceptions.c:2668)
503 XXXXXXXXXXXXX 0x10776f03c mono_arm_throw_exception + 43642940 (exceptions-arm64.c:404)
504 XXXXXXXXXXXXX 0x105410a3c throw_exception + 172
505 XXXXXXXXXXXXX 0x106e40df8 Microsoft_iOS_ObjCRuntime_Runtime_ThrowNSException_intptr + 34016760 (Runtime.cs:457)
506 XXXXXXXXXXXXX 0x104f3f168 GADRegisterExceptionHandler + 664
507 CoreFoundation 0x19a5b91b4 __handleUncaughtException + 636
508 libobjc.A.dylib 0x193551e98 _objc_terminate() + 132
509 libc++abi.dylib 0x1fa225fbc std::__terminate(void ()()) + 16
510 libc++abi.dylib 0x1fa228d34 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36

Thread 1:
0 libsystem_pthread.dylib 0x1fa2e1b74 start_wqthread + 0

Thread 2:
0 libsystem_pthread.dylib 0x1fa2e1b74 start_wqthread + 0

Thread 3:
0 libsystem_pthread.dylib 0x1fa2e1b74 start_wqthread + 0

Thread 4 name: SGen worker
Thread 4:
0 libsystem_kernel.dylib 0x1d9467578 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1fa2e9078 _pthread_cond_wait + 1232
2 XXXXXXXXXXXXX 0x107735930 thread_func + 43407664 (sgen-thread-pool.c:198)
3 libsystem_pthread.dylib 0x1fa2e26b8 _pthread_start + 148
4 libsystem_pthread.dylib 0x1fa2e1b88 thread_start + 8

Thread 5 name: Finalizer
Thread 5:
0 libsystem_kernel.dylib 0x1d9466c20 semaphore_wait_trap + 8
1 XXXXXXXXXXXXX 0x1076ca558 finalizer_thread + 42968408 (gc.c:891)
2 XXXXXXXXXXXXX 0x1076aa360 start_wrapper_internal + 42836832 (threads.c:0)
3 XXXXXXXXXXXXX 0x1076aa1e8 start_wrapper + 42836456 (threads.c:1266)
4 libsystem_pthread.dylib 0x1fa2e26b8 _pthread_start + 148
5 libsystem_pthread.dylib 0x1fa2e1b88 thread_start + 8

Thread 6 name: Dispatch queue: com.apple.UIKit.KeyboardManagement
Thread 6:
0 libsystem_kernel.dylib 0x1d94677dc __ulock_wait + 8
1 libdispatch.dylib 0x1a197889c _dlock_wait + 56
2 libdispatch.dylib 0x1a1978650 _dispatch_thread_event_wait_slow + 56
3 libdispatch.dylib 0x1a1987714 DISPATCH_WAIT_FOR_QUEUE + 368
4 libdispatch.dylib 0x1a19872c0 _dispatch_sync_f_slow + 148
5 UIKitCore 0x19c8b322c __37-[_UIRemoteKeyboards startConnection]block_invoke_3 + 156
6 CoreFoundation 0x19a519c04 invoking
+ 148
7 CoreFoundation 0x19a4c7cb4 -[NSInvocation invoke] + 428
8 Foundation 0x1948026f8 NSXPCCONNECTION_IS_CALLING_OUT_TO_REPLY_BLOCK + 16
9 Foundation 0x1947d3a5c -[NSXPCConnection _decodeAndInvokeReplyBlockWithEvent:sequence:replyInfo:] + 520
10 Foundation 0x194d44a00 __88-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]_block_invoke_5 + 188
11 libxpc.dylib 0x1fa341ee4 _xpc_connection_reply_callout + 124
12 libxpc.dylib 0x1fa334ee8 _xpc_connection_call_reply_async + 88
13 libdispatch.dylib 0x1a1977f2c _dispatch_client_callout3 + 20
14 libdispatch.dylib 0x1a1995e38 _dispatch_mach_msg_async_reply_invoke + 344
15 libdispatch.dylib 0x1a197f40c _dispatch_lane_serial_drain + 372
16 libdispatch.dylib 0x1a19800d8 _dispatch_lane_invoke + 436
17 libdispatch.dylib 0x1a198acdc _dispatch_workloop_worker_thread + 648
18 libsystem_pthread.dylib 0x1fa2e1ddc _pthread_wqthread + 288
19 libsystem_pthread.dylib 0x1fa2e1b7c start_wqthread + 8

Thread 7 name: com.apple.uikit.eventfetch-thread
Thread 7:
0 libsystem_kernel.dylib 0x1d9466ca4 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1d9479b74 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x1d9479e4c mach_msg_overwrite + 540
3 libsystem_kernel.dylib 0x1d94671e8 mach_msg + 24
4 CoreFoundation 0x19a520024 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x19a521250 __CFRunLoopRun + 1208
6 CoreFoundation 0x19a5263ec CFRunLoopRunSpecific + 612
7 Foundation 0x1947a2fb4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8 Foundation 0x1947a2e9c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9 UIKitCore 0x19c9e5cc8 -[UIEventFetcher threadMain] + 416
10 Foundation 0x1947bc524 NSThread__start + 716
11 libsystem_pthread.dylib 0x1fa2e26b8 _pthread_start + 148
12 libsystem_pthread.dylib 0x1fa2e1b88 thread_start + 8

Thread 8:
0 libsystem_pthread.dylib 0x1fa2e1b74 start_wqthread + 0

Thread 9:
0 libsystem_pthread.dylib 0x1fa2e1b74 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x000000016af35bd8 x1: 0x0000000000000001 x2: 0x0000000000000028 x3: 0x000000000000447c
x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000005 x7: 0x0000000000000e30
x8: 0x00000001fa231f48 x9: 0x00000000000012b0 x10: 0x000000016af331b0 x11: 0x000000016af34000
x12: 0x0000000281aee250 x13: 0x00000001fa235ec0 x14: 0x0000000004000003 x15: 0x00000001fa237eb8
x16: 0x00000001fa2e1b8c x17: 0x618100022eca1ac8 x18: 0x0000000000000000 x19: 0x000000016af35bd8
x20: 0x0000000000000001 x21: 0x000000016af35bd8 x22: 0x0000000281aee250 x23: 0x00000002829b43c0
x24: 0x000000012f3aa5b0 x25: 0x0000000000000001 x26: 0x000000010548cb4f x27: 0x000000012e84a008
x28: 0x0000000000010001 fp: 0x000000016af34490 lr: 0x00000001fa231f70
sp: 0x000000016af34460 pc: 0x00000001fa2e1bc8 cpsr: 0x80001000
far: 0x000000016af33ff8 esr: 0x92000007 (Data Abort) byte read Translation fault

Binary Images:
0x104dd0000 - 0x107a4ffff XXXXXXXXXXXXX arm64 <4ca47259af20391d871815407c502d72> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/XXXXXXXXXXXXX
0x107e08000 - 0x107e17fff FirebaseCore arm64 <3f50ffa42e2c3f10bad34d29de3a608e> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/FirebaseCore.framework/FirebaseCore
0x107e3c000 - 0x107e43fff FirebaseCoreDiagnostics arm64 <9d982b363ab230ddb9e32a6004e26e9c> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics
0x107e54000 - 0x107e7ffff GTMSessionFetcher arm64 <84d0325992313d748fa8fee8d60fb6fb> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
0x107ecc000 - 0x107efbfff GoogleAPIClientForREST arm64 <1f89d70b7f623350957ac8eeaa5e90ef> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/GoogleAPIClientForREST.framework/GoogleAPIClientForREST
0x107fd0000 - 0x107feffff GoogleDataTransport arm64 <55d86e7837703932ac2cc9db93e53a7d> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/GoogleDataTransport.framework/GoogleDataTransport
0x10802c000 - 0x10803bfff FBLPromises arm64 /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/FBLPromises.framework/FBLPromises
0x10805c000 - 0x108067fff GoogleToolboxForMac arm64 <9ebfff25122e37389e770c30e0c99b16> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac
0x108080000 - 0x10809bfff GoogleUtilities arm64 /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
0x1080d0000 - 0x1080d7fff nanopb arm64 <209b8d5a160e3d7395c9ec3eccbe1235> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/nanopb.framework/nanopb
0x108188000 - 0x1081bbfff leveldb arm64 <705804dddf153aaf9342d696af03bf2f> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/leveldb.framework/leveldb
0x108214000 - 0x10825bfff Protobuf arm64 <9447cd88c361327788f90d8681b27997> /private/var/containers/Bundle/Application/FF59E217-725A-425A-92B3-3FD78199BB3F/XXXXXXXXXXXXX.app/Frameworks/Protobuf.framework/Protobuf
0x108394000 - 0x10839ffff libobjc-trampolines.dylib arm64e <7e77fc541c3331c086e81fb7bf12836c> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
0x1fa2e1000 - 0x1fa2ecff3 libsystem_pthread.dylib arm64e /usr/lib/system/libsystem_pthread.dylib
0x1fa22d000 - 0x1fa237fff libunwind.dylib arm64e <1357d57663fc3b20a1acf004c161ab87> /usr/lib/system/libunwind.dylib
0x1fa215000 - 0x1fa22cfff libc++abi.dylib arm64e <1e834588aca6327a9a965aa8b13a2ae2> /usr/lib/libc++abi.dylib
0x193534000 - 0x193577f9f libobjc.A.dylib arm64e /usr/lib/libobjc.A.dylib
0x19a4a7000 - 0x19a88efff CoreFoundation arm64e /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1d9466000 - 0x1d949dfe7 libsystem_kernel.dylib arm64e <681b06a07f6b3fa3a2ce063dc1da7b1b> /usr/lib/system/libsystem_kernel.dylib
0x1a1974000 - 0x1a19bafff libdispatch.dylib arm64e <5d16936b4e4c3276ba7a69c9bc760aba> /usr/lib/system/libdispatch.dylib
0x19c516000 - 0x19dd3afff UIKitCore arm64e <7d57a1d1856f338d97db880c4ec8b02e> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x194761000 - 0x19503efff Foundation arm64e <1715de5d08933af0b0c0550bb14f91ec> /System/Library/Frameworks/Foundation.framework/Foundation
0x1fa324000 - 0x1fa365fff libxpc.dylib arm64e /usr/lib/system/libxpc.dylib
0x1b0529000 - 0x1b05d0fff FrontBoardServices arm64e /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1d5a3b000 - 0x1d5a43fff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b9a43000 - 0x1b9ac8a53 dyld arm64e /usr/lib/dyld
0x0 - 0xffffffffffffffff ??? unknown-arch <00000000000000000000000000000000> ???

@darklance83
Copy link

Hi Alasz809,

Thanks for coming up with an alternative but these are the only options I am getting do you know how I can get the other options? see screenshot below please!

image

@ottorinobruni
Copy link

Hi Alasz809,

Thanks for coming up with an alternative but these are the only options I am getting do you know how I can get the other options? see screenshot below please!

Hi @darklance83 You can add UIBackgroundModes in this way but you will not solve this problem.
<key>UIBackgroundModes</key> <array> <string>fetch</string> </array>

@darklance83
Copy link

@ottorinobruni

Hello,

So simply add this line fetch but ads will still not work when uploaded to the store? I am also having issues uploading the app to the store on MS studio 2022 do I need a Apple Mac OS to do this?

@ottorinobruni
Copy link

@ottorinobruni

Hello,

So simply add this line fetch but ads will still not work when uploaded to the store? I am also having issues uploading the app to the store on MS studio 2022 do I need a Apple Mac OS to do this?

I use a Mac but I think the problem does not depend on our operating system.
Using MauiMTAdmob and publishing an app on the Apple store the app crashes on startup. I reported the log above.

@peterrexj
Copy link

Still having issues with the latest version (1.9.0.6) on the VS 2022, Xamarin Forms iOS Physical device,
just to confirm it fails only on the physical device and not in the simulator, this issue is stopping some releases, any update @marcojak ?

@darklance83
Copy link

@peterrexj Hi Peter,

I gave up on this fix I went ahead and bought a MacOS laptop and started over again using Xcode and Android studio I created both app from scratch separately and it worked fine so I suggest give up on this add on cause it isn't going to work.

@marcojak
Copy link
Owner

Is this still an issue with the latest versions for Xamarin And MAUI?

@peterrexj
Copy link

@peterrexj Hi Peter,

I gave up on this fix I went ahead and bought a MacOS laptop and started over again using Xcode and Android studio I created both app from scratch separately and it worked fine so I suggest give up on this add on cause it isn't going to work.

@darklance83, mate its too much to get a MacOS just for that, I thought to go on that path, but I don't have enough funds to get another OS :D
Still fails but I caught that exception and added it to track (so no crash on the page) , meanwhile, it works on the published version and fails only on the TestFlight, so just live with that.
To debug on the physical devices, the whole ads thing is under a switch control, so whenever I try to test on a physical device (iOS), I will switch off the ads and run the app.
It's just a work around and I know I cannot live long on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants