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

iOS app crashes using TestFlight #11276

Closed
borrmann opened this issue Nov 11, 2022 · 21 comments
Closed

iOS app crashes using TestFlight #11276

borrmann opened this issue Nov 11, 2022 · 21 comments
Labels
area-publishing Issues with the app packaging/publishing process (ipk/apk/msix/trimming) partner/macios Issues for the Mac / iOS SDK platform/iOS 🍎 t/bug Something isn't working

Comments

@borrmann
Copy link
Contributor

borrmann commented Nov 11, 2022

Description

My iOS App crashes on startup when I distribute it via TestFlight. It works fine when I publish it via Release mode from mac to an iPhone. I recorded my device logs via XCode and after the app crashes I receive the following error:

According to this person here https://developer.apple.com/forums/thread/669864 it could be a framework problem, when not all dependencies are archived in the final build. Since the build works fine in Release mode published from Visual Studio I don't know how to fix or indicate further what causes this problem.

(Version is .NET 7.0, not available yet in dropdown)

Steps to Reproduce

  1. Create working iOS release
  2. Archive iOS package
  3. Distribute via TestFlight
  4. App crashes

Link to public reproduction project repository

Version with bug

Unknown/Other (please specify)

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

tested with iOS 16

Did you find any workaround?

no

Relevant log output

`Unable to move topic <private>, This topic was not in the list provided! APSTopicListEnabled`
@borrmann borrmann added the t/bug Something isn't working label Nov 11, 2022
@borrmann
Copy link
Contributor Author

In another attempt I changed the Linker behaviour from 'Don't Link' to 'Link Framework SDKs Only'
and added UseInterpreter to my csproj file and then I get the following log output:

error 01:16:33.604841+0000 <mynamespace> error: Failed to load AOT module 'System.Private.CoreLib' while running in aot-only mode: not compiled with --aot=interp.

@Th3-B
Copy link

Th3-B commented Nov 11, 2022

Hi @borrmann

You can try adding these settings in property group for ios. It worked for me in .net-6

<MtouchLink>SdkOnly</MtouchLink>
<UseInterpreter>true</UseInterpreter>
<MtouchExtraArgs>--linkskip=PackageName</MtouchExtraArgs>

@codingL3gend
Copy link

i've been having the same problem for quite a while and i thought switching to .net7.0-ios would fix it but so far it has not. i keep getting this crash log

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x000000016fa77ff8
Exception Codes: 0x0000000000000002, 0x000000016fa77ff8
VM Region Info: 0x16fa77ff8 is in 0x16fa74000-0x16fa78000; bytes after start: 16376 bytes before end: 7
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
mapped file 1108e8000-1108ec000 [ 16K] r--/rw- SM=COW ...t_id=e3a36c07
GAP OF 0x5f188000 BYTES
---> STACK GUARD 16fa74000-16fa78000 [ 16K] ---/rwx SM=NUL ... for thread 0
Stack 16fa78000-16fb74000 [ 1008K] rw-/rwx SM=PRV thread 0
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [78333]

Triggered by Thread: 0

Last Exception Backtrace:
0 CoreFoundation 0x1c97b1288 __exceptionPreprocess + 220 (NSException.m:200)
1 libobjc.A.dylib 0x1e24ab744 objc_exception_throw + 60 (objc-exception.mm:565)
2 AppName 0x104e5f668 0x10028c000 + 79509096
3 AppName 0x10513a934 0x10028c000 + 82503988
4 AppName 0x10513d308 0x10028c000 + 82514696
5 UIKitCore 0x1cbeb772c -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 340 (UIApplication.m:2334)
6 UIKitCore 0x1cc09e564 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 3572 (UIApplication.m:2754)
7 UIKitCore 0x1cc087118 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1180 (UIApplication.m:4491)
8 UIKitCore 0x1cbee4d34 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 152 (_UISceneLifecycleMultiplexer.m:450)
9 UIKitCore 0x1cbd3f3b4 _UIScenePerformActionsWithLifecycleActionMask + 104 (_UISceneLifecycleState.m:109)
10 UIKitCore 0x1cbe69d90 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 216 (_UISceneLifecycleMultiplexer.m:563)
11 UIKitCore 0x1cbf89aa0 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 248 (_UISceneLifecycleMultiplexer.m:512)
12 UIKitCore 0x1cc1c8764 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 772 (_UISceneLifecycleMultiplexer.m:562)
13 UIKitCore 0x1cc153d14 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 340 (_UISceneLifecycleMultiplexer.m:468)
14 UIKitCore 0x1cbd401a0 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block... + 196 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:73)
15 UIKitCore 0x1cbe000d8 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:actions:completion:] + 892 (BSAnimationSettings+UIKit.m:50)
16 UIKitCore 0x1cbd420a4 _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 276 (_UISceneSettingsDiffAction.m:23)
17 UIKitCore 0x1cbe2c244 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 384 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:58)
18 UIKitCore 0x1cc2b0e60 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.615 + 776 (UIScene.m:1825)
19 UIKitCore 0x1cbd70484 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 256 (UIScene.m:1526)
20 UIKitCore 0x1cbdb3cc4 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 288 (UIScene.m:1792)
21 UIKitCore 0x1cbee9b38 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 584 (UIApplication.m:3955)
22 UIKitCore 0x1cbe2a508 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 388 (UIApplicationSceneClientAgent.m:45)
23 FrontBoardServices 0x1db9bb294 -[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 440 (FBSScene.m:439)
24 FrontBoardServices 0x1db9e1090 __94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke.215 + 128 (FBSWorkspaceScenesClient.m:384)
25 FrontBoardServices 0x1db99c308 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 240 (FBSWorkspace.m:352)
26 FrontBoardServices 0x1db99d958 __94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke + 372 (FBSWorkspaceScenesClient.m:383)
27 libdispatch.dylib 0x1c9418a30 _dispatch_client_callout + 20 (object.m:560)
28 libdispatch.dylib 0x1c941c4e0 _dispatch_block_invoke_direct + 264 (queue.c:501)
29 FrontBoardServices 0x1db99dc70 FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 48 (FBSSerialQueue.m:157)
30 FrontBoardServices 0x1db99d040 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 220 (FBSSerialQueue.m:181)
31 FrontBoardServices 0x1db9a1700 -[FBSSerialQueue _performNextFromRunLoopSource] + 28 (FBSSerialQueue.m:194)
32 CoreFoundation 0x1c97d3414 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 28 (CFRunLoop.c:1972)
33 CoreFoundation 0x1c97e41a0 __CFRunLoopDoSource0 + 208 (CFRunLoop.c:2016)
34 CoreFoundation 0x1c971d694 __CFRunLoopDoSources0 + 268 (CFRunLoop.c:2053)
35 CoreFoundation 0x1c972305c __CFRunLoopRun + 828 (CFRunLoop.c:2951)
36 CoreFoundation 0x1c9736bc8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
37 GraphicsServices 0x1e586a374 GSEventRunModal + 164 (GSEvent.c:2200)
38 UIKitCore 0x1cc0a6648 -[UIApplication _run] + 1100 (UIApplication.m:3511)
39 UIKitCore 0x1cbe27d90 UIApplicationMain + 364 (UIApplication.m:5064)
40 AppName 0x104e5ca80 0x10028c000 + 79497856
41 AppName 0x1011fef9c 0x10028c000 + 16199580
42 AppName 0x1045948a4 0x10028c000 + 70289572
43 AppName 0x1050d049c 0x10028c000 + 82068636
44 AppName 0x105024a24 0x10028c000 + 81365540
45 AppName 0x10502b0b0 0x10028c000 + 81391792
46 AppName 0x1050d543c 0x10028c000 + 82089020
47 AppName 0x104e67df8 0x10028c000 + 79543800
48 AppName 0x105139f44 0x10028c000 + 82501444
49 dyld 0x105e69ce4 start + 520 (dyldMain.cpp:879)

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

Thread 1:
0 libsystem_pthread.dylib 0x000000023a913e54 start_wqthread + 0 (:-1)

Thread 2 name:
Thread 2:
0 libsystem_kernel.dylib 0x00000002011e7f24 __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x000000023a91b298 _pthread_cond_wait + 1236 (pthread_cond.c:636)
2 AppName 0x00000001050c1cc0 0x10028c000 + 82009280
3 libsystem_pthread.dylib 0x000000023a9149ac _pthread_start + 148 (pthread.c:891)
4 libsystem_pthread.dylib 0x000000023a913e68 thread_start + 8 (:-1)

Thread 3 name:
Thread 3:
0 libsystem_kernel.dylib 0x00000002011e74dc semaphore_wait_trap + 8 (:-1)
1 AppName 0x0000000105056538 0x10028c000 + 81569080
2 AppName 0x0000000105036200 0x10028c000 + 81437184
3 AppName 0x0000000105036088 0x10028c000 + 81436808
4 libsystem_pthread.dylib 0x000000023a9149ac _pthread_start + 148 (pthread.c:891)
5 libsystem_pthread.dylib 0x000000023a913e68 thread_start + 8 (:-1)

Thread 4 name:
Thread 4:
0 libsystem_kernel.dylib 0x00000002011e8138 __ulock_wait + 8 (:-1)
1 libdispatch.dylib 0x00000001c9419420 _dlock_wait + 56 (lock.c:326)
2 libdispatch.dylib 0x00000001c94191d4 _dispatch_thread_event_wait_slow + 56 (lock.c:366)
3 libdispatch.dylib 0x00000001c9427f70 DISPATCH_WAIT_FOR_QUEUE + 356 (lock.h:330)
4 libdispatch.dylib 0x00000001c9427b28 _dispatch_sync_f_slow + 144 (queue.c:1774)
5 UIKitCore 0x00000001cbf005ac __37-[_UIRemoteKeyboards startConnection]_block_invoke_3 + 136 (UIRemoteKeyboards.m:1094)
6 CoreFoundation 0x00000001c9739b24 invoking
+ 148 (:-1)
7 CoreFoundation 0x00000001c9757610 -[NSInvocation invoke] + 468 (NSForwarding.m:3378)
8 Foundation 0x00000001caf41938 NSXPCCONNECTION_IS_CALLING_OUT_TO_REPLY_BLOCK + 24 (NSXPCConnection.m:170)
9 Foundation 0x00000001caf62f74 -[NSXPCConnection _decodeAndInvokeReplyBlockWithEvent:sequence:replyInfo:] + 572 (NSXPCConnection.m:316)
10 Foundation 0x00000001caf3d480 __88-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]_block_invoke_3 + 212 (NSXPCConnection.m:1630)
11 libxpc.dylib 0x000000023a9496ac _xpc_connection_reply_callout + 124 (serializer.c:119)
12 libxpc.dylib 0x000000023a93cbcc _xpc_connection_call_reply_async + 88 (connection.c:833)
13 libdispatch.dylib 0x00000001c9418ab0 _dispatch_client_callout3 + 20 (object.m:586)
14 libdispatch.dylib 0x00000001c9436214 _dispatch_mach_msg_async_reply_invoke + 340 (mach.c:2418)
15 libdispatch.dylib 0x00000001c9420000 _dispatch_lane_serial_drain + 376 (inline_internal.h:0)
16 libdispatch.dylib 0x00000001c9420cb4 _dispatch_lane_invoke + 444 (queue.c:3944)
17 libdispatch.dylib 0x00000001c942b500 _dispatch_workloop_worker_thread + 648 (queue.c:6732)
18 libsystem_pthread.dylib 0x000000023a9140bc _pthread_wqthread + 288 (pthread.c:2599)
19 libsystem_pthread.dylib 0x000000023a913e5c start_wqthread + 8 (:-1)

Thread 5:
0 libsystem_pthread.dylib 0x000000023a913e54 start_wqthread + 0 (:-1)

Thread 6 name:
Thread 6:
0 libsystem_kernel.dylib 0x00000002011e74a0 mach_msg_trap + 8 (:-1)
1 libsystem_kernel.dylib 0x00000002011e7ae4 mach_msg + 76 (mach_msg.c:119)
2 CoreFoundation 0x00000001c971ed30 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2646)
3 CoreFoundation 0x00000001c97231bc __CFRunLoopRun + 1180 (CFRunLoop.c:3000)
4 CoreFoundation 0x00000001c9736bc8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
5 Foundation 0x00000001caf25464 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 236 (NSRunLoop.m:373)
6 Foundation 0x00000001caf66e2c -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:420)
7 UIKitCore 0x00000001cc020770 -[UIEventFetcher threadMain] + 524 (UIEventFetcher.m:1167)
8 Foundation 0x00000001caf7543c NSThread__start + 808 (NSThread.m:972)
9 libsystem_pthread.dylib 0x000000023a9149ac _pthread_start + 148 (pthread.c:891)
10 libsystem_pthread.dylib 0x000000023a913e68 thread_start + 8 (:-1)

Thread 7:
0 libsystem_pthread.dylib 0x000000023a913e54 start_wqthread + 0 (:-1)

Thread 8:
0 libsystem_pthread.dylib 0x000000023a913e54 start_wqthread + 0 (:-1)

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x000000016fa789f8 x1: 0x00000000070044a4 x2: 0x0000000000000026 x3: 0x0000000000000027
x4: 0x0000000000004784 x5: 0x0000000000000000 x6: 0x0000000000000005 x7: 0x0000000000000e90
x8: 0x000000023a92a4d0 x9: 0x00000000000014c0 x10: 0x000000016fa774d0 x11: 0x000000016fa78000
x12: 0x0000000000000000 x13: 0x000000023a92c420 x14: 0x000000023a92c140 x15: 0x0000000004000013
x16: 0x000000023a913e6c x17: 0x9b00000253019f70 x18: 0x0000000000000000 x19: 0x00000001088515a0
x20: 0x000000016fa78f90 x21: 0xd3a900016fa789f8 x22: 0x000000016fa789f8 x23: 0x0000000108851540
x24: 0x00000001087046a0 x25: 0x0000000000000001 x26: 0x000000010121ca7f x27: 0x00000001078d85c0
x28: 0x0000000000010001 fp: 0x000000016fa789e0 lr: 0x000000023a92a500
sp: 0x000000016fa78990 pc: 0x000000023a913ea8 cpsr: 0x80000000
esr: 0x92000007 (Data Abort) byte read Translation fault

Binary Images:
0x10028c000 - 0x105503fff AppName arm64 <3c7db35880923745a51f6ff7608fcdd2> /private/var/containers/Bundle/Application/2EEAA8F6-9DAC-4AB8-AAD8-91304C3418E4/AppName.app/AppName
0x105e50000 - 0x105ea7fff dyld arm64e <7c9c7851823738a7b1eb9cd2deb4b746> /usr/lib/dyld
0x1c9415000 - 0x1c945afff libdispatch.dylib arm64e <355accf439173730bc55ef7003887abe> /usr/lib/system/libdispatch.dylib
0x1c9718000 - 0x1c9b6dfff CoreFoundation arm64e <5198fb5756453b34a49ff32b52256cf3> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1caf0c000 - 0x1cb216fff Foundation arm64e /System/Library/Frameworks/Foundation.framework/Foundation
0x1cbb92000 - 0x1cd42dfff UIKitCore arm64e <3ed35565456d33cbb5546c567fa81585> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1db992000 - 0x1dba3efff FrontBoardServices arm64e <8d4d34db2d963e20b4199e756760d079> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1e2495000 - 0x1e24d1fff libobjc.A.dylib arm64e /usr/lib/libobjc.A.dylib
0x1e25a5000 - 0x1e25bcfff libc++abi.dylib arm64e <0f95258e876939b4b5379093fd3c3048> /usr/lib/libc++abi.dylib
0x1e5869000 - 0x1e5871fff GraphicsServices arm64e <260f066ec5de3844967e483985448f21> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x2011e6000 - 0x20121bfff libsystem_kernel.dylib arm64e <1db00c916ad8384085030c6fbffa8e0b> /usr/lib/system/libsystem_kernel.dylib
0x23a913000 - 0x23a91efff libsystem_pthread.dylib arm64e <1026e3a4d3c03b0da552f185d6772a29> /usr/lib/system/libsystem_pthread.dylib
0x23a923000 - 0x23a92dfff libunwind.dylib arm64e <37d2e27f4d8930959efd9090a4ec74fa> /usr/lib/system/libunwind.dylib
0x23a92e000 - 0x23a96afff libxpc.dylib arm64e <267da60eb413307fbf47c71b78244a25> /usr/lib/system/libxpc.dylib

EOF

@Ghevi
Copy link

Ghevi commented Nov 11, 2022

Try delete bin and obj before publishing,I needed to use the interpreter because I have EF core in my project and the app crashed at start.

@borrmann
Copy link
Contributor Author

Hi @borrmann

You can try adding these settings in property group for ios. It worked for me in .net-6

<MtouchLink>SdkOnly</MtouchLink>
<UseInterpreter>true</UseInterpreter>
<MtouchExtraArgs>--linkskip=PackageName</MtouchExtraArgs>

I did use the interpreter and 'Don't link' at all should always work or am I wrong? Once it works without linking, figuring out which package might cause problems when using linker might make sense though.

@borrmann
Copy link
Contributor Author

I think my problem was with Visual Studio for Mac. I changed the linker settings using the Application, but the log outputs actually showed that the package was Linked. Changing the proj file in a code editor and deleting bin and obj folder did it in the end.

@PureWeen PureWeen added area-publishing Issues with the app packaging/publishing process (ipk/apk/msix/trimming) partner/macios Issues for the Mac / iOS SDK labels Nov 11, 2022
@PureWeen
Copy link
Member

@rolfbjarne

@codingL3gend
Copy link

@Ghevi i am getting that crash log after doing a build through CI/CD and uploading to TestFlight so the bin and obj directories are always fresh. I have also tried to use the interpreter and flags suggested by @borrmann but so far no solution i have tried has worked yet.

@codingL3gend
Copy link

so quick update i set <MtouchLink>None</MtouchLink> and that managed to work.
currently my settings are

<UseInterpreter>true</UseInterpreter> <MtouchLink>None</MtouchLink> <ArchiveOnBuild>true</ArchiveOnBuild>

@rolfbjarne
Copy link
Member

We'd need a bit more information in order to track this down, either a way to reproduce it ourselves (test project), or at the very least a crash report with more information about the crash.

@rolfbjarne
Copy link
Member

@codingL3gend your problem may or may not be the same as the original reporter's, I'd suggest filing your own issue so that we can handle your case separately and not get confused.

@codingL3gend
Copy link

@rolfbjarne i can create a separate issue for sure. i figured i'd post it here since my builds were also crashing via TestFlight and not when i run via a local device.

@samirgcofficial
Copy link
Contributor

Screen Shot 2022-11-17 at 6 40 47 AM

If anyone facing this issue recently. I have changed csproj from .net 6 to .net 7. FYI everything works on Debug under .net 7 configuration. Plus my vs is taking the dev profile instead of Release profile.

@borrmann
Copy link
Contributor Author

@rolfbjarne what sort of crash report? I am not using AppCenter (yet).

@rolfbjarne
Copy link
Member

@changguangyu
Copy link

Similar issue here. The difference between release mode package and distribution package make MAUI totally unreliable and unusable. I cannot know will my App have issue after a update even I tested it on both release/debug mode and phisical device and stimulator.

@timdinhdotcom
Copy link

Our app crashed when installed via TestFlight too. What we found out is that if we build against a generic device then it crashes when running on physical device. If we just plug in an iPad and build against that then it would works.

@MarcoErlwein
Copy link

Our app crashed when installed via TestFlight too. What we found out is that if we build against a generic device then it crashes when running on physical device. If we just plug in an iPad and build against that then it would works.

We have the same problem, the app crashes when published via testFlight, using the device connected to VS, it works correctly.
the app is with .Net 7
this is the crashlog:

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_PROTECTION_FAILURE at 0x000000016fa1bfb0 Exception Codes: 0x0000000000000002, 0x000000016fa1bfb0 VM Region Info: 0x16fa1bfb0 is in 0x16fa18000-0x16fa1c000; bytes after start: 16304 bytes before end: 79 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL MALLOC_TINY 155b00000-155c00000 [ 1024K] rw-/rwx SM=PRV
GAP OF 0x19e18000 BYTES ---> STACK GUARD 16fa18000-16fa1c000 [ 16K] ---/rwx SM=NUL ... for thread 0 Stack 16fa1c000-16fb18000 [ 1008K] rw-/rwx SM=PRV thread 0 Termination Reason: SIGNAL 11 Segmentation fault: 11 Terminating Process: exc handler [761]

@borrmann
Copy link
Contributor Author

Thanks @timdinhdotcom . It seems like this was the original issue. I was also able to use the linker when I create a build for a real device instead the generic device and distribute it via TestFlight.

@moraismateus
Copy link

moraismateus commented Jan 2, 2023

Thank you all, using:

		<MtouchLink>SdkOnly</MtouchLink>
		<UseInterpreter>true</UseInterpreter>

did the job for me.

@ghost
Copy link

ghost commented Jan 2, 2023

Hello lovely human, thank you for your comment on this issue. Because this issue has been closed for a period of time, please strongly consider opening a new issue linking to this issue instead to ensure better visibility of your comment. Thank you!

@ghost ghost locked as resolved and limited conversation to collaborators Feb 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-publishing Issues with the app packaging/publishing process (ipk/apk/msix/trimming) partner/macios Issues for the Mac / iOS SDK platform/iOS 🍎 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests