MAUI app crashes when deployed through TestFlight

Tomas McGuinness 16 Reputation points
2022-09-28T15:30:02.793+00:00

I have a MAUI app that up until recently was working when published and deployed through TestFlight. Now it just crashes on launch.

Incident Identifier: 4***
Beta Identifier: ***
Hardware Model: iPhone15,2
Process: FlowAndReturnTempMonitor.MobileApp [1149]
Path: /private/var/containers/Bundle/Application/B5091581-F6C3-4968-981E-7518EF1C839B/FlowAndReturnTempMonitor.MobileApp.app/FlowAndReturnTempMonitor.MobileApp
Identifier: ...
Version: 0.3.4 (0.3.4)
AppStoreTools: 14A305
AppVariant: 1:iPhone15,2:16
Beta: YES
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: *** [1118]

Date/Time: 2022-09-23 08:50:11.9089 +0100
Launch Time: 2022-09-23 08:50:11.7564 +0100
OS Version: iPhone OS 16.0.2 (20A380)
Release Type: User
Baseband Version: 1.00.05
Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x000000016f663f58
Exception Codes: 0x0000000000000002, 0x000000016f663f58
VM Region Info: 0x16f663f58 is in 0x16f660000-0x16f664000; bytes after start: 16216 bytes before end: 167
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
MALLOC_SMALL 108800000-109000000 [ 8192K] rw-/rwx SM=PRV
GAP OF 0x66660000 BYTES
---> STACK GUARD 16f660000-16f664000 [ 16K] ---/rwx SM=NUL ... for thread 0
Stack 16f664000-16f760000 [ 1008K] rw-/rwx SM=PRV thread 0
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [1149]

Triggered by Thread: 0

Last Exception Backtrace:
0 CoreFoundation 0x19de96248 __exceptionPreprocess + 164
1 libobjc.A.dylib 0x197257a68 objc_exception_throw + 60
2 ...ReturnTempMonitor.MobileApp 0x1006cfda0 xamarin_unhandled_exception_handler + 196000 (runtime.m:1104)
3 ...ReturnTempMonitor.MobileApp 0x10095df48 native_to_managed_trampoline_6(objc_object*, objc_selector*, _MonoMethod**, objc_selector*, unsigned int) + 2875208 (registrar.mm:331)
4 ...ReturnTempMonitor.MobileApp 0x10095dd54 -[Microsoft_Maui_MauiUIApplicationDelegate respondsToSelector:] + 2874708 (registrar.mm:8086)
5 UIKitCore 0x1a03bd774 -[UIApplication setDelegate:] + 100
6 UIKitCore 0x1a0d4625c _UIApplicationMainPreparations + 1480
7 UIKitCore 0x1a03bc9d8 UIApplicationMain + 320
8 ...ReturnTempMonitor.MobileApp 0x100929828 do_icall + 2660392 (interp.c:2117)
9 ...ReturnTempMonitor.MobileApp 0x100928a30 do_icall_wrapper + 2656816 (interp.c:2167)
10 ...ReturnTempMonitor.MobileApp 0x10091e238 interp_exec_method + 2613816 (interp.c:0)
11 ...ReturnTempMonitor.MobileApp 0x10091c738 interp_runtime_invoke + 2606904 (interp.c:1948)
12 ...ReturnTempMonitor.MobileApp 0x1008eae88 mono_jit_runtime_invoke + 2403976 (mini-runtime.c:3497)
13 ...ReturnTempMonitor.MobileApp 0x10083a630 mono_runtime_invoke_checked + 1680944 (object.c:2564)
14 ...ReturnTempMonitor.MobileApp 0x10083feb4 mono_runtime_exec_main_checked + 1703604 (object.c:4506)
15 ...ReturnTempMonitor.MobileApp 0x1008efed4 mono_jit_exec + 2424532 (driver.c:1326)
16 ...ReturnTempMonitor.MobileApp 0x1006d8558 xamarin_main + 230744 (monotouch-main.m:494)
17 ...ReturnTempMonitor.MobileApp 0x10095cbd8 main + 2870232 (main.arm64.mm:81)
18 dyld 0x1bc231948 start + 2504

Thread 0 name: tid_103 Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libunwind.dylib 0x1ea70d17c _Unwind_RaiseException + 148
1 libunwind.dylib 0x1ea70d154 _Unwind_RaiseException + 108
2 libc++abi.dylib 0x1ea6ffbd0 __cxa_throw + 132
3 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
4 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
5 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
6 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
7 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
8 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
9 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
10 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
11 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
12 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
13 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
14 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
15 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
16 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
17 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
18 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
19 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
20 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
21 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
22 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
23 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
24 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
25 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
26 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
27 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
28 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
29 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
30 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
31 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
32 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
33 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
34 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
35 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
36 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
37 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
38 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
39 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
40 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
41 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
42 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
43 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
44 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
45 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
46 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
47 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
48 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
49 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
50 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
51 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
52 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
53 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
54 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
55 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
56 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
57 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
58 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
59 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
60 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
61 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
62 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
63 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
64 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
65 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
66 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
67 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
68 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
69 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
70 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
71 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
72 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
73 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
74 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
75 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
76 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
77 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
78 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
79 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
80 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
81 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
82 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
83 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
84 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
85 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
86 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
87 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
88 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
89 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
90 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
91 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
92 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
93 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
94 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
95 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
96 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
97 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
98 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
99 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
100 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
101 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
102 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
103 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
104 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
105 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
106 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
107 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
108 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
109 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
110 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
111 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
112 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
113 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
114 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
115 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
116 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
117 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
118 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
119 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
120 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
121 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
122 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
123 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
124 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
125 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
126 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
127 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
128 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
129 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
130 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
131 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
132 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
133 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
134 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
135 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
136 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
137 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
138 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
139 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
140 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
141 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
142 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
143 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
144 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
145 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
146 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
147 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
148 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
149 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
150 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
151 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
152 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
153 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
154 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
155 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
156 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
157 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
158 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
159 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
160 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
161 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
162 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
163 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
164 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
165 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
166 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
167 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
168 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
169 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
170 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
171 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
172 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
173 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
174 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
175 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
176 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
177 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
178 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
179 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
180 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
181 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
182 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
183 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
184 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
185 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
186 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
187 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
188 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
189 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
190 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
191 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
192 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
193 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
194 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
195 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
196 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
197 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
198 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
199 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
200 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
201 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
202 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
203 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
204 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
205 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
206 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
207 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
208 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
209 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
210 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
211 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
212 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
213 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
214 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
215 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
216 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
217 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
218 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
219 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
220 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
221 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
222 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
223 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
224 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
225 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
226 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
227 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
228 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
229 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
230 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
231 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
232 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
233 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
234 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
235 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
236 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
237 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
238 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
239 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
240 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
241 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
242 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
243 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
244 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
245 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
246 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
247 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
248 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
249 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
250 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
251 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
252 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
253 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
254 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
255 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
256 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
257 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
258 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
259 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
260 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
261 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
262 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
263 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
264 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
265 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
266 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
267 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
268 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
269 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
270 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
271 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
272 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
273 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void ()()) + 20
274 libc++abi.dylib 0x1ea6ffc2c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) + 36
275 libc++abi.dylib 0x1ea6ffbd8 __cxa_throw + 140
276 libobjc.A.dylib 0x197257bc8 objc_exception_throw + 412
277 ...ReturnTempMonitor.MobileApp 0x1006cfb18 xamarin_process_managed_exception + 195352 (runtime.m:2343)
278 ...ReturnTempMonitor.MobileApp 0x1009058e8 mono_handle_exception_internal + 2513128 (mini-exceptions.c:2774)
279 ...ReturnTempMonitor.MobileApp 0x100904e78 mono_handle_exception + 2510456 (mini-exceptions.c:3052)
280 ...ReturnTempMonitor.MobileApp 0x1009283f4 interp_throw + 2655220 (interp.c:996)
281 ...ReturnTempMonitor.MobileApp 0x100924c08 interp_exec_method + 2640904 (interp.c:0)
282 ...ReturnTempMonitor.MobileApp 0x10091bef8 interp_entry_from_trampoline + 2604792 (interp.c:2730)
283 ...ReturnTempMonitor.MobileApp 0x1006b46b8 native_to_interp_trampoline + 104
284 CoreFoundation 0x19dfa1020 __handleUncaughtException + 636
285 libobjc.A.dylib 0x19725dee0 _objc_terminate() + 132
286 libc++abi.dylib 0x1ea6fcf28 std::__terminate(void (*)()) + 20
287 libc++abi.dylib 0x1ea6ffc2c __cxx

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,899 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,446 Reputation points Microsoft Vendor
    2022-09-29T05:52:39.107+00:00

    Hello @Tomas McGuinness ,

    Xcode14 (iOS16 SDK) is not yet supported in MAUI, you can see Meta Xcode 14.0 Support for .NET 6/7 and MAUI #16164, and follow the progress.
    Note: There are IDs in your question, I have removed them, please be careful to post the security information.

    Best Regards,
    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.