React-Native iOS app is crashing immediately upon launch when creating development build

I have created an app for iOS using React Native. I've gotten the app to a point where it works on the iPhone simulator via the Expo App. It even works when creating a build of the app to distribute using TestFlight. Now, I want to add Google Ads into the app. However, I've learned that Google Ads won't work via an Expo build. Instead one has to create a development build to test the ads in the app and see how they look.

I've also finally been able to compile a successful development build using eas (expo application services). When I install the app on the simulator and try to open it however, the app crashes almost immediately and I don't know why. I have tried deciphering the symbolicated crash report, but I have not been able to figure out what could be causing the error. It looks like it has something to do with the user interface.

Below is the thread where the app crashes:

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x11324a14a __pthread_kill + 10
1   libsystem_pthread.dylib       	       0x1132abebd pthread_kill + 262
2   libsystem_c.dylib             	    0x7ff80016dd1c abort + 133
3   libc++abi.dylib               	    0x7ff8002c6d12 abort_message + 241
4   libc++abi.dylib               	    0x7ff8002b951a demangling_terminate_handler() + 266
5   libobjc.A.dylib               	    0x7ff800061fba _objc_terminate() + 96
6   libc++abi.dylib               	    0x7ff8002c616b std::__terminate(void (*)()) + 6
7   libc++abi.dylib               	    0x7ff8002c6126 std::terminate() + 54
8   libdispatch.dylib             	    0x7ff8001796ec _dispatch_client_callout + 28
9   libdispatch.dylib             	    0x7ff80017d1e2 _dispatch_block_invoke_direct + 508
10  FrontBoardServices            	    0x7ff807a8b3a7 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 30
11  FrontBoardServices            	    0x7ff807a8b281 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 188
12  FrontBoardServices            	    0x7ff807a8b3cf -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 19
13  CoreFoundation                	    0x7ff800429ff3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
14  CoreFoundation                	    0x7ff800429f35 __CFRunLoopDoSource0 + 157
15  CoreFoundation                	    0x7ff800429732 __CFRunLoopDoSources0 + 215
16  CoreFoundation                	    0x7ff800423e67 __CFRunLoopRun + 919
17  CoreFoundation                	    0x7ff8004236ed CFRunLoopRunSpecific + 557
18  GraphicsServices              	    0x7ff8103ba08f GSEventRunModal + 137
19  UIKitCore                     	    0x7ff805cdf6ee -[UIApplication _run] + 972
20  UIKitCore                     	    0x7ff805ce416e UIApplicationMain + 123
21  LeftOff                       	       0x10f870380 main + 96
22  dyld_sim                      	       0x112d3a3e0 start_sim + 10
23  dyld                          	       0x113d57366 start + 1942

I have been trying to solve this for some days now and could really use some help. I have tried changing versions of dependencies in my app too, with a focus on those that manage the UI. For example, I have changed packages such as react-native-ranimated, react-navigation/stack, react-native-gesture-handler, and react-native-screens to name a few. Nothing has worked so far. Please help.

Answered by CodeWorker in 794325022

Thank you for your response!

TLDR: I needed to use npx expo prebuild --clean to clear information related to previous builds I had created.

Full version: Your response gave me a hint into what was going wrong. Just as you said, the RCTAppDelegate (which stands for React App Delegate I believe) was causing the NSException (or NeXTSTEP Exception) to appear. I wondered why the RCTAppDelegate would cause an exception. After hours of searching and doing research on RN, Apple crash reports, etc. I thought to myself: maybe the bundleURL is wrong or missing, thus causing the syntax or language exception.

It turns out, I needed to use npx expo prebuild --clean to clear information related to previous builds I had created. I also removed all of the previous zip files and builds from my app's root directory. After that, I could use eas build --profile dev-sim --platform ios --local and the build worked! I think RCTAppDelegate was trying to find the correct bundleURL, but got confused when it found multiple bundleURLs in the root directory.

Please post a full Apple crash report, per the advice in Posting a Crash Report.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thank you for your response. I have attached the full crash report to this response.

{\rtf1\ansi\ansicpg1252\cocoartf2761
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww29500\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs24 \cf0 -------------------------------------\
Translated Report (Full Report Below)\
-------------------------------------\
\
Incident Identifier: 872A137F-473A-4380-B81C-E7D8CD2F22CC\
CrashReporter Key:   B4086540-82FC-8106-F57F-503BF3686145\
Hardware Model:      MacBookPro16,1\
Process:             LlllOoo [7623]\
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/4D728CAE-549E-49FD-A8A5-811A3ECB3AE8/data/Containers/Bundle/Application/7B5BC525-7814-45BB-8865-91AEFDC231FD/LlllOoo.app/LlllOoo\
Identifier:          com.ssssssssssss.llllooo\
Version:             1.0.13 (1.0.13)\
Code Type:           X86-64 (Native)\
Role:                Foreground\
Parent Process:      launchd_sim [98799]\
Coalition:           com.apple.CoreSimulator.SimDevice.4D728CAE-549E-49FD-A8A5-811A3ECB3AE8 [40615]\
Responsible Process: SimulatorTrampoline [2850]\
\
Date/Time:           2024-06-26 20:32:34.0257 -0400\
Launch Time:         2024-06-26 20:32:31.9576 -0400\
OS Version:          macOS 14.5 (23F79)\
Release Type:        User\
Report Version:      104\
\
Exception Type:  EXC_CRASH (SIGABRT)\
Exception Codes: 0x0000000000000000, 0x0000000000000000\
Termination Reason: SIGNAL 6 Abort trap: 6\
Terminating Process: LlllOoo [7623]\
\
Triggered by Thread:  0\
\
Last Exception Backtrace:\
0   CoreFoundation                	    0x7ff8004cd561 __exceptionPreprocess + 226\
1   libobjc.A.dylib               	    0x7ff8000837e8 objc_exception_throw + 48\
2   CoreFoundation                	    0x7ff8004cd44f -[NSException initWithCoder:] + 0\
3   LlllOoo                       	       0x10293f444 -[RCTAppDelegate bundleURL] + 52\
4   LlllOoo                       	       0x102150fc1 -[EXAppDelegateWrapper createRCTRootViewFactory] + 65\
5   LlllOoo                       	       0x10293e4ff -[RCTAppDelegate application:didFinishLaunchingWithOptions:] + 223\
6   LlllOoo                       	       0x102150e50 -[EXAppDelegateWrapper application:didFinishLaunchingWithOptions:] + 112\
7   LlllOoo                       	       0x1020e3c50 -[AppDelegate application:didFinishLaunchingWithOptions:] + 176\
8   UIKitCore                     	    0x7ff805cdb1d2 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 297\
9   UIKitCore                     	    0x7ff805cdcf37 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 4253\
10  UIKitCore                     	    0x7ff805ce2ac0 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1241\
11  UIKitCore                     	    0x7ff805002b1d -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 122\
12  UIKitCore                     	    0x7ff8056f77b1 _UIScenePerformActionsWithLifecycleActionMask + 87\
13  UIKitCore                     	    0x7ff80500367b __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 198\
14  UIKitCore                     	    0x7ff8050030dc -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 249\
15  UIKitCore                     	    0x7ff8050034c4 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 813\
16  UIKitCore                     	    0x7ff805002cf0 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 341\
17  UIKitCore                     	    0x7ff805010253 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 174\
18  UIKitCore                     	    0x7ff8055a3f8c +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 865\
19  UIKitCore                     	    0x7ff805715e2f _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 261\
20  UIKitCore                     	    0x7ff80500fee2 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 347\
21  UIKitCore                     	    0x7ff804de0a27 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.613 + 877\
22  UIKitCore                     	    0x7ff804ddf3dc -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 245\
23  UIKitCore                     	    0x7ff804de058f -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 252\
24  UIKitCore                     	    0x7ff805ce1300 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 672\
25  UIKitCore                     	    0x7ff8055d942d -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 353\
26  FrontBoardServices            	    0x7ff807a2bdfe -[FBSScene _callOutQueue_didCreateWithTransitionContext:completion:] + 406\
27  FrontBoardServices            	    0x7ff807a5fa53 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.254 + 279\
28  FrontBoardServices            	    0x7ff807a3bac0 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 213\
29  FrontBoardServices            	    0x7ff807a5f74d __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke + 328\
30  libdispatch.dylib             	    0x7ff8001796d8 _dispatch_client_callout + 8\
31  libdispatch.dylib             	    0x7ff80017d1e2 _dispatch_block_invoke_direct + 508\
32  FrontBoardServices            	    0x7ff807a8b3a7 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 30\
33  FrontBoardServices            	    0x7ff807a8b281 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 188\
34  FrontBoardServices            	    0x7ff807a8b3cf -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 19\
35  CoreFoundation                	    0x7ff800429ff3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17\
36  CoreFoundation                	    0x7ff800429f35 __CFRunLoopDoSource0 + 157\
37  CoreFoundation                	    0x7ff800429732 __CFRunLoopDoSources0 + 215\
38  CoreFoundation                	    0x7ff800423e67 __CFRunLoopRun + 919\
39  CoreFoundation                	    0x7ff8004236ed CFRunLoopRunSpecific + 557\
40  GraphicsServices              	    0x7ff8103ba08f GSEventRunModal + 137\
41  UIKitCore                     	    0x7ff805cdf6ee -[UIApplication _run] + 972\
42  UIKitCore                     	    0x7ff805ce416e UIApplicationMain + 123\
43  LlllOoo                       	       0x1020e4380 main + 96\
44  dyld_sim                      	       0x105a023e0 start_sim + 10\
45  dyld                          	       0x10e831366 start + 1942\
\
Thread 0 Crashed::  Dispatch queue: com.apple.main-thread\
0   libsystem_kernel.dylib        	       0x105a9a14a __pthread_kill + 10\
1   libsystem_pthread.dylib       	       0x106407ebd pthread_kill + 262\
2   libsystem_c.dylib             	    0x7ff80016dd1c abort + 133\
3   libc++abi.dylib               	    0x7ff8002c6d12 abort_message + 241\
4   libc++abi.dylib               	    0x7ff8002b951a demangling_terminate_handler() + 266\
5   libobjc.A.dylib               	    0x7ff800061fba _objc_terminate() + 96\
6   libc++abi.dylib               	    0x7ff8002c616b std::__terminate(void (*)()) + 6\
7   libc++abi.dylib               	    0x7ff8002c6126 std::terminate() + 54\
8   libdispatch.dylib             	    0x7ff8001796ec _dispatch_client_callout + 28\
9   libdispatch.dylib             	    0x7ff80017d1e2 _dispatch_block_invoke_direct + 508\
10  FrontBoardServices            	    0x7ff807a8b3a7 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 30\
11  FrontBoardServices            	    0x7ff807a8b281 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 188\
12  FrontBoardServices            	    0x7ff807a8b3cf -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 19\
13  CoreFoundation                	    0x7ff800429ff3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17\
14  CoreFoundation                	    0x7ff800429f35 __CFRunLoopDoSource0 + 157\
15  CoreFoundation                	    0x7ff800429732 __CFRunLoopDoSources0 + 215\
16  CoreFoundation                	    0x7ff800423e67 __CFRunLoopRun + 919\
17  CoreFoundation                	    0x7ff8004236ed CFRunLoopRunSpecific + 557\
18  GraphicsServices              	    0x7ff8103ba08f GSEventRunModal + 137\
19  UIKitCore                     	    0x7ff805cdf6ee -[UIApplication _run] + 972\
20  UIKitCore                     	    0x7ff805ce416e UIApplicationMain + 123\
21  LlllOoo                       	       0x1020e4380 main + 96\
22  dyld_sim                      	       0x105a023e0 start_sim + 10\
23  dyld                          	       0x10e831366 start + 1942\
\
Thread 1::  Dispatch queue: com.apple.UIKit.KeyboardManagement\
0   libsystem_kernel.dylib        	       0x105a94b86 __ulock_wait + 10\
1   libdispatch.dylib             	    0x7ff800179e96 _dlock_wait + 46\
2   libdispatch.dylib             	    0x7ff800179ced _dispatch_thread_event_wait_slow + 40\
3   libdispatch.dylib             	    0x7ff8001894c7 __DISPATCH_WAIT_FOR_QUEUE__ + 356\
4   libdispatch.dylib             	    0x7ff800189025 _dispatch_sync_f_slow + 196\
5   UIKitCore                     	    0x7ff805ac5ffc __37-[_UIRemoteKeyboards startConnection]_block_invoke_2 + 108\
6   CoreFoundation                	    0x7ff8004d419c __invoking___ + 140\
7   CoreFoundation                	    0x7ff8004d14c3 -[NSInvocation invoke] + 302\
8   Foundation                    	    0x7ff800fa48a2 __NSXPCCONNECTION_IS_CALLING_OUT_TO_REPLY_BLOCK__ + 17\
9   Foundation                    	    0x7ff800fa4462 -[NSXPCConnection _decodeAndInvokeReplyBlockWithEvent:sequence:replyInfo:] + 642\
10  Foundation                    	    0x7ff800fa8fd7 __88-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]_block_invoke_3 + 205\
11  libxpc.dylib                  	    0x7ff8000c8bec _xpc_connection_reply_callout + 36\
12  libxpc.dylib                  	    0x7ff8000bd40c _xpc_connection_call_reply_async + 69\
13  libdispatch.dylib             	    0x7ff80017973e _dispatch_client_callout3 + 8\
14  libdispatch.dylib             	    0x7ff800197c37 _dispatch_mach_msg_async_reply_invoke + 609\
15  libdispatch.dylib             	    0x7ff800180f59 _dispatch_lane_serial_drain + 424\
16  libdispatch.dylib             	    0x7ff800181e17 _dispatch_lane_invoke + 406\
17  libdispatch.dylib             	    0x7ff80018d9a8 _dispatch_root_queue_drain_deferred_wlh + 276\
18  libdispatch.dylib             	    0x7ff80018cf72 _dispatch_workloop_worker_thread + 552\
19  libsystem_pthread.dylib       	       0x106404b84 _pthread_wqthread + 327\
20  libsystem_pthread.dylib       	       0x106403acf start_wqthread + 15\
\
Thread 2:\
0   libsystem_pthread.dylib       	       0x106403ac0 start_wqthread + 0\
\
Thread 3:\
0   libsystem_pthread.dylib       	       0x106403ac0 start_wqthread + 0\
\
Thread 4:\
0   libsystem_pthread.dylib       	       0x106403ac0 start_wqthread + 0\
\
Thread 5:: com.apple.uikit.eventfetch-thread\
0   libsystem_kernel.dylib        	       0x105a933ce mach_msg2_trap + 10\
1   libsystem_kernel.dylib        	       0x105aa1c88 mach_msg2_internal + 84\
2   libsystem_kernel.dylib        	       0x105a9a510 mach_msg_overwrite + 653\
3   libsystem_kernel.dylib        	       0x105a936bd mach_msg + 19\
4   CoreFoundation                	    0x7ff8004298a3 __CFRunLoopServiceMachPort + 143\
5   CoreFoundation                	    0x7ff80042402b __CFRunLoopRun + 1371\
6   CoreFoundation                	    0x7ff8004236ed CFRunLoopRunSpecific + 557\
7   Foundation                    	    0x7ff800ea8c9a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213\
8   Foundation                    	    0x7ff800ea8f18 -[NSRunLoop(NSRunLoop) runUntilDate:] + 72\
9   UIKitCore                     	    0x7ff805dbc7aa -[UIEventFetcher threadMain] + 518\
10  Foundation                    	    0x7ff800ed34d5 __NSThread__start__ + 1024\
11  libsystem_pthread.dylib       	       0x10640818b _pthread_start + 99\
12  libsystem_pthread.dylib       	       0x106403ae3 thread_start + 15\
\
Thread 6:\
0   libsystem_pthread.dylib       	       0x106403ac0 start_wqthread + 0\
\
Thread 7:\
0   libsystem_pthread.dylib       	       0x106403ac0 start_wqthread + 0\
\
\
Thread 0 crashed with X86 Thread State (64-bit):\
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007ff7bde1bfc8  rdx: 0x0000000000000000\
  rdi: 0x0000000000000103  rsi: 0x0000000000000006  rbp: 0x00007ff7bde1bff0  rsp: 0x00007ff7bde1bfc8\
   r8: 0x00007ff7bde1be90   r9: 0x00007ff7bde1c0f0  r10: 0x0000000000000000  r11: 0x0000000000000246\
  r12: 0x0000000000000103  r13: 0x0000003000000008  r14: 0x000000010e8c5240  r15: 0x0000000000000016\
  rip: 0x0000000105a9a14a  rfl: 0x0000000000000246  cr2: 0x0000000000000000\
  \
Logical CPU:     0\
Error Code:      0x02000148 \
Trap Number:     133\
\
\
Binary Images:\
       0x10e82b000 -        0x10e8bbfff dyld (*) <baa6f02e-dff3-3562-8c99-ea2820c91ad9> /usr/lib/dyld\
       0x105649000 -        0x105655fff libobjc-trampolines.dylib (*) <168784a2-15c5-3533-8fcd-1ac6a7e8b1b6> /Volumes/VOLUME/*/libobjc-trampolines.dylib\
       0x106fb3000 -        0x107322fff dev.hermesengine.iphonesimulator (0.12.0) <d03a2a27-b062-39fb-8fb7-75d63f1b63a8> /Users/USER/Library/Developer/CoreSimulator/Devices/4D728CAE-549E-49FD-A8A5-811A3ECB3AE8/data/Containers/Bundle/Application/7B5BC525-7814-45BB-8865-91AEFDC231FD/LlllOoo.app/Frameworks/hermes.framework/hermes\
       0x105b41000 -        0x105b4bfff libsystem_platform.dylib (*) <acde8386-eb3f-36f2-bc5e-069cc59d079c> /usr/lib/system/libsystem_platform.dylib\
       0x105a92000 -        0x105accfff libsystem_kernel.dylib (*) <13597eeb-2ea0-3d48-8be1-dfc4872a784b> /usr/lib/system/libsystem_kernel.dylib\
       0x106402000 -        0x10640dfff libsystem_pthread.dylib (*) <25b2f3eb-07b4-3cb9-9457-2c26210c27c8> /usr/lib/system/libsystem_pthread.dylib\
       0x1020e1000 -        0x103030fff com.ssssssssssss.llllooo (1.0.13) <0eeed6e8-93fb-3999-a36c-198a7861505b> /Users/USER/Library/Developer/CoreSimulator/Devices/4D728CAE-549E-49FD-A8A5-811A3ECB3AE8/data/Containers/Bundle/Application/7B5BC525-7814-45BB-8865-91AEFDC231FD/LlllOoo.app/LlllOoo\
       0x105a01000 -        0x105a5bfff dyld_sim (*) <5333c37f-52dc-35d2-9dd5-66ad231eb47e> /Volumes/VOLUME/*/dyld_sim\
    0x7ff8000f1000 -     0x7ff800175fff libsystem_c.dylib (*) <e754e59d-877d-3fa5-85c0-5c06ef1cf20f> /Volumes/VOLUME/*/libsystem_c.dylib\
    0x7ff8002b8000 -     0x7ff8002ccfff libc++abi.dylib (*) <2e1eda63-0637-3359-a55b-2ffa8d88ef0c> /Volumes/VOLUME/*/libc++abi.dylib\
    0x7ff80005c000 -     0x7ff800096fec libobjc.A.dylib (*) <772f589f-4eb7-3b30-96ab-327acb2f72cc> /Volumes/VOLUME/*/libobjc.A.dylib\
    0x7ff800176000 -     0x7ff8001c1ff9 libdispatch.dylib (*) <34cd1427-ad68-3f63-ba8f-b8564dfd7f6c> /Volumes/VOLUME/*/libdispatch.dylib\
    0x7ff807a1d000 -     0x7ff807ae4ffd com.apple.FrontBoardServices (867.111) <ef4a3fb0-5d37-34f9-9fe3-f14bdc1bf66d> /Volumes/VOLUME/*/FrontBoardServices.framework/FrontBoardServices\
    0x7ff80039c000 -     0x7ff80072aff4 com.apple.CoreFoundation (6.9) <2862dd34-0e5f-3ce9-9a6f-58f645dbada8> /Volumes/VOLUME/*/CoreFoundation.framework/CoreFoundation\
    0x7ff8103b7000 -     0x7ff8103beffe com.apple.GraphicsServices (1.0) <0bb300b1-3908-3c0d-8491-7ff7d85c25c1> /Volumes/VOLUME/*/GraphicsServices.framework/GraphicsServices\
    0x7ff804cbc000 -     0x7ff806ae0fff com.apple.UIKitCore (1.0) <72a9f44f-8f92-36cd-acf2-457558970fd3> /Volumes/VOLUME/*/UIKitCore.framework/UIKitCore\
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???\
    0x7ff8007a5000 -     0x7ff801325ff1 com.apple.Foundation (6.9) <d4672817-5def-3e47-8398-42a94131f8ee> /Volumes/VOLUME/*/Foundation.framework/Foundation\
    0x7ff8000b0000 -     0x7ff8000ecff5 libxpc.dylib (*) <d7282650-9d5a-3b5b-92dd-66ac8ba3ac66> /Volumes/VOLUME/*/libxpc.dylib\
\
EOF\
\
-----------\
Full Report\
-----------\
\
\{"app_name":"LlllOoo","timestamp":"2024-06-26 20:32:39.00 -0400","app_version":"1.0.13","slice_uuid":"0eeed6e8-93fb-3999-a36c-198a7861505b","build_version":"1.0.13","platform":7,"bundleID":"com.ssssssssssss.llllooo","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.5 (23F79)","roots_installed":0,"name":"LlllOoo","incident_id":"872A137F-473A-4380-B81C-E7D8CD2F22CC"\}\
\{\
  "uptime" : 210000,\
  "procRole" : "Foreground",\
  "version" : 2,\
  "userID" : 501,\
  "deployVersion" : 210,\
  "modelCode" : "MacBookPro16,1",\
  "coalitionID" : 40615,\
  "osVersion" : \{\
    "train" : "macOS 14.5",\
    "build" : "23F79",\
    "releaseType" : "User"\
  \},\
  "captureTime" : "2024-06-26 20:32:34.0257 -0400",\
  "codeSigningMonitor" : 0,\
  "incident" : "872A137F-473A-4380-B81C-E7D8CD2F22CC",\
  "pid" : 7623,\
  "cpuType" : "X86-64",\
  "roots_installed" : 0,\
  "bug_type" : "309",\
  "procLaunch" : "2024-06-26 20:32:31.9576 -0400",\
  "procStartAbsTime" : 213078679044338,\
  "procExitAbsTime" : 213080732100996,\
  "procName" : "LlllOoo",\
  "procPath" : "\\/Users\\/USER\\/Library\\/Developer\\/CoreSimulator\\/Devices\\/4D728CAE-549E-49FD-A8A5-811A3ECB3AE8\\/data\\/Containers\\/Bundle\\/Application\\/7B5BC525-7814-45BB-8865-91AEFDC231FD\\/LlllOoo.app\\/LlllOoo",\
  "bundleInfo" : \{"CFBundleShortVersionString":"1.0.13","CFBundleVersion":"1.0.13","CFBundleIdentifier":"com.ssssssssssss.llllooo"\},\
  "storeInfo" : \{"deviceIdentifierForVendor":"2C055135-BEB8-538A-B940-E7D368B5B34D","thirdParty":true\},\
  "parentProc" : "launchd_sim",\
  "parentPid" : 98799,\
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.4D728CAE-549E-49FD-A8A5-811A3ECB3AE8",\
  "crashReporterKey" : "B4086540-82FC-8106-F57F-503BF3686145",\
  "responsiblePid" : 2850,\
  "responsibleProc" : "SimulatorTrampoline",\
  "codeSigningID" : "com.ssssssssssss.llllooo",\
  "codeSigningTeamID" : "",\
  "codeSigningFlags" : 570425861,\
  "codeSigningValidationCategory" : 10,\
  "codeSigningTrustLevel" : 4294967295,\
  "wakeTime" : 173,\
  "bridgeVersion" : \{"build":"21P5077","train":"8.5"\},\
  "sleepWakeUUID" : "8240F8CD-717A-456D-AAF9-6CD4F404793E",\
  "sip" : "enabled",\
  "exception" : \{"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"\},\
  "termination" : \{"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort trap: 6","byProc":"LlllOoo","byPid":7623\},\
  "extMods" : \{"caller":\{"thread_create":0,"thread_set_state":0,"task_for_pid":0\},"system":\{"thread_create":0,"thread_set_state":0,"task_for_pid":0\},"targeted":\{"thread_create":0,"thread_set_state":0,"task_for_pid":0\},"warnings":0\},\
  "lastExceptionBacktrace" : [\{"imageOffset":1250657,"symbol":"__exceptionPreprocess","symbolLocation":226,"imageIndex":13\},\{"imageOffset":161768,"symbol":"objc_exception_throw","symbolLocation":48,"imageIndex":10\},\{"imageOffset":1250383,"symbol":"-[NSException initWithCoder:]","symbolLocation":0,"imageIndex":13\},\{"imageOffset":8774724,"symbol":"-[RCTAppDelegate bundleURL]","symbolLocation":52,"imageIndex":6\},\{"imageOffset":458689,"symbol":"-[EXAppDelegateWrapper createRCTRootViewFactory]","symbolLocation":65,"imageIndex":6\},\{"imageOffset":8770815,"symbol":"-[RCTAppDelegate application:didFinishLaunchingWithOptions:]","symbolLocation":223,"imageIndex":6\},\{"imageOffset":458320,"symbol":"-[EXAppDelegateWrapper application:didFinishLaunchingWithOptions:]","symbolLocation":112,"imageIndex":6\},\{"imageOffset":11344,"symbol":"-[AppDelegate application:didFinishLaunchingWithOptions:]","symbolLocation":176,"imageIndex":6\},\{"imageOffset":16904658,"symbol":"-[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:]","symbolLocation":297,"imageIndex":15\},\{"imageOffset":16912183,"symbol":"-[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:]","symbolLocation":4253,"imageIndex":15\},\{"imageOffset":16935616,"symbol":"-[UIApplication _runWithMainScene:transitionContext:completion:]","symbolLocation":1241,"imageIndex":15\},\{"imageOffset":3435293,"symbol":"-[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:]","symbolLocation":122,"imageIndex":15\},\{"imageOffset":10729393,"symbol":"_UIScenePerformActionsWithLifecycleActionMask","symbolLocation":87,"imageIndex":15\},\{"imageOffset":3438203,"symbol":"__101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke","symbolLocation":198,"imageIndex":15\},\{"imageOffset":3436764,"symbol":"-[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:]","symbolLocation":249,"imageIndex":15\},\{"imageOffset":3437764,"symbol":"-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]","symbolLocation":813,"imageIndex":15\},\{"imageOffset":3435760,"symbol":"-[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:]","symbolLocation":341,"imageIndex":15\},\{"imageOffset":3490387,"symbol":"__186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke","symbolLocation":174,"imageIndex":15\},\{"imageOffset":9338764,"symbol":"+[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:]","symbolLocation":865,"imageIndex":15\},\{"imageOffset":10853935,"symbol":"_UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion","symbolLocation":261,"imageIndex":15\},\{"imageOffset":3489506,"symbol":"-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]","symbolLocation":347,"imageIndex":15\},\{"imageOffset":1198631,"symbol":"__64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.613","symbolLocation":877,"imageIndex":15\},\{"imageOffset":1192924,"symbol":"-[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:]","symbolLocation":245,"imageIndex":15\},\{"imageOffset":1197455,"symbol":"-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]","symbolLocation":252,"imageIndex":15\},\{"imageOffset":16929536,"symbol":"-[UIApplication workspace:didCreateScene:withTransitionContext:completion:]","symbolLocation":672,"imageIndex":15\},\{"imageOffset":9557037,"symbol":"-[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:]","symbolLocation":353,"imageIndex":15\},\{"imageOffset":60926,"symbol":"-[FBSScene _callOutQueue_didCreateWithTransitionContext:completion:]","symbolLocation":406,"imageIndex":12\},\{"imageOffset":272979,"symbol":"__92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.254","symbolLocation":279,"imageIndex":12\},\{"imageOffset":125632,"symbol":"-[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:]","symbolLocation":213,"imageIndex":12\},\{"imageOffset":272205,"symbol":"__92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke","symbolLocation":328,"imageIndex":12\},\{"imageOffset":14040,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":11\},\{"imageOffset":29154,"symbol":"_dispatch_block_invoke_direct","symbolLocation":508,"imageIndex":11\},\{"imageOffset":451495,"symbol":"__FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":30,"imageIndex":12\},\{"imageOffset":451201,"symbol":"-[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible]","symbolLocation":188,"imageIndex":12\},\{"imageOffset":451535,"symbol":"-[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource]","symbolLocation":19,"imageIndex":12\},\{"imageOffset":581619,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":17,"imageIndex":13\},\{"imageOffset":581429,"symbol":"__CFRunLoopDoSource0","symbolLocation":157,"imageIndex":13\},\{"imageOffset":579378,"symbol":"__CFRunLoopDoSources0","symbolLocation":215,"imageIndex":13\},\{"imageOffset":556647,"symbol":"__CFRunLoopRun","symbolLocation":919,"imageIndex":13\},\{"imageOffset":554733,"symbol":"CFRunLoopRunSpecific","symbolLocation":557,"imageIndex":13\},\{"imageOffset":12431,"symbol":"GSEventRunModal","symbolLocation":137,"imageIndex":14\},\{"imageOffset":16922350,"symbol":"-[UIApplication _run]","symbolLocation":972,"imageIndex":15\},\{"imageOffset":16941422,"symbol":"UIApplicationMain","symbolLocation":123,"imageIndex":15\},\{"imageOffset":13184,"symbol":"main","symbolLocation":96,"imageIndex":6\},\{"imageOffset":5088,"symbol":"start_sim","symbolLocation":10,"imageIndex":7\},\{"imageOffset":25446,"symbol":"start","symbolLocation":1942,"imageIndex":0\}],\
  "faultingThread" : 0,\
  "threads" : [\{"triggered":true,"id":5655298,"threadState":\{"r13":\{"value":206158430216\},"rax":\{"value":0\},"rflags":\{"value":582\},"cpu":\{"value":0\},"r14":\{"value":4539044416,"symbolLocation":0,"symbol":"_main_thread"\},"rsi":\{"value":6\},"r8":\{"value":140702019337872\},"cr2":\{"value":0\},"rdx":\{"value":0\},"r10":\{"value":0\},"r9":\{"value":140702019338480\},"r15":\{"value":22\},"rbx":\{"value":6\},"trap":\{"value":133\},"err":\{"value":33554760\},"r11":\{"value":582\},"rip":\{"value":4389970250,"matchesCrashFrame":1\},"rbp":\{"value":140702019338224\},"rsp":\{"value":140702019338184\},"r12":\{"value":259\},"rcx":\{"value":140702019338184\},"flavor":"x86_THREAD_STATE","rdi":\{"value":259\}\},"queue":"com.apple.main-thread","frames":[\{"imageOffset":33098,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":4\},\{"imageOffset":24253,"symbol":"pthread_kill","symbolLocation":262,"imageIndex":5\},\{"imageOffset":511260,"symbol":"abort","symbolLocation":133,"imageIndex":8\},\{"imageOffset":60690,"symbol":"abort_message","symbolLocation":241,"imageIndex":9\},\{"imageOffset":5402,"symbol":"demangling_terminate_handler()","symbolLocation":266,"imageIndex":9\},\{"imageOffset":24506,"symbol":"_objc_terminate()","symbolLocation":96,"imageIndex":10\},\{"imageOffset":57707,"symbol":"std::__terminate(void (*)())","symbolLocation":6,"imageIndex":9\},\{"imageOffset":57638,"symbol":"std::terminate()","symbolLocation":54,"imageIndex":9\},\{"imageOffset":14060,"symbol":"_dispatch_client_callout","symbolLocation":28,"imageIndex":11\},\{"imageOffset":29154,"symbol":"_dispatch_block_invoke_direct","symbolLocation":508,"imageIndex":11\},\{"imageOffset":451495,"symbol":"__FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":30,"imageIndex":12\},\{"imageOffset":451201,"symbol":"-[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible]","symbolLocation":188,"imageIndex":12\},\{"imageOffset":451535,"symbol":"-[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource]","symbolLocation":19,"imageIndex":12\},\{"imageOffset":581619,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":17,"imageIndex":13\},\{"imageOffset":581429,"symbol":"__CFRunLoopDoSource0","symbolLocation":157,"imageIndex":13\},\{"imageOffset":579378,"symbol":"__CFRunLoopDoSources0","symbolLocation":215,"imageIndex":13\},\{"imageOffset":556647,"symbol":"__CFRunLoopRun","symbolLocation":919,"imageIndex":13\},\{"imageOffset":554733,"symbol":"CFRunLoopRunSpecific","symbolLocation":557,"imageIndex":13\},\{"imageOffset":12431,"symbol":"GSEventRunModal","symbolLocation":137,"imageIndex":14\},\{"imageOffset":16922350,"symbol":"-[UIApplication _run]","symbolLocation":972,"imageIndex":15\},\{"imageOffset":16941422,"symbol":"UIApplicationMain","symbolLocation":123,"imageIndex":15\},\{"imageOffset":13184,"symbol":"main","symbolLocation":96,"imageIndex":6\},\{"imageOffset":5088,"symbol":"start_sim","symbolLocation":10,"imageIndex":7\},\{"imageOffset":25446,"symbol":"start","symbolLocation":1942,"imageIndex":0\}]\},\{"id":5655355,"threadState":\{"r13":\{"value":140703130224548,"symbolLocation":0,"symbol":"_dispatch_main_queue_push"\},"rax":\{"value":18446744073709551612\},"rflags":\{"value":514\},"cpu":\{"value":0\},"r14":\{"value":16777217\},"rsi":\{"value":123145398726392\},"r8":\{"value":4399872352,"symbolLocation":0,"symbol":"_pthread_qos_class_from_thread_qos.thread_qos_to_qos_class"\},"cr2":\{"value":0\},"rdx":\{"value":0\},"r10":\{"value":0\},"r9":\{"value":18\},"r15":\{"value":0\},"rbx":\{"value":4294967295\},"trap":\{"value":133\},"err":\{"value":33554947\},"r11":\{"value":514\},"rip":\{"value":4389948294\},"rbp":\{"value":123145398726176\},"rsp":\{"value":123145398726136\},"r12":\{"value":123145398726392\},"rcx":\{"value":123145398726136\},"flavor":"x86_THREAD_STATE","rdi":\{"value":16777217\}\},"queue":"com.apple.UIKit.KeyboardManagement","frames":[\{"imageOffset":11142,"symbol":"__ulock_wait","symbolLocation":10,"imageIndex":4\},\{"imageOffset":16022,"symbol":"_dlock_wait","symbolLocation":46,"imageIndex":11\},\{"imageOffset":15597,"symbol":"_dispatch_thread_event_wait_slow","symbolLocation":40,"imageIndex":11\},\{"imageOffset":79047,"symbol":"__DISPATCH_WAIT_FOR_QUEUE__","symbolLocation":356,"imageIndex":11\},\{"imageOffset":77861,"symbol":"_dispatch_sync_f_slow","symbolLocation":196,"imageIndex":11\},\{"imageOffset":14721020,"symbol":"__37-[_UIRemoteKeyboards startConnection]_block_invoke_2","symbolLocation":108,"imageIndex":15\},\{"imageOffset":1278364,"symbol":"__invoking___","symbolLocation":140,"imageIndex":13\},\{"imageOffset":1266883,"symbol":"-[NSInvocation invoke]","symbolLocation":302,"imageIndex":13\},\{"imageOffset":8386722,"symbol":"__NSXPCCONNECTION_IS_CALLING_OUT_TO_REPLY_BLOCK__","symbolLocation":17,"imageIndex":17\},\{"imageOffset":8385634,"symbol":"-[NSXPCConnection _decodeAndInvokeReplyBlockWithEvent:sequence:replyInfo:]","symbolLocation":642,"imageIndex":17\},\{"imageOffset":8404951,"symbol":"__88-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]_block_invoke_3","symbolLocation":205,"imageIndex":17\},\{"imageOffset":101356,"symbol":"_xpc_connection_reply_callout","symbolLocation":36,"imageIndex":18\},\{"imageOffset":54284,"symbol":"_xpc_connection_call_reply_async","symbolLocation":69,"imageIndex":18\},\{"imageOffset":14142,"symbol":"_dispatch_client_callout3","symbolLocation":8,"imageIndex":11\},\{"imageOffset":138295,"symbol":"_dispatch_mach_msg_async_reply_invoke","symbolLocation":609,"imageIndex":11\},\{"imageOffset":44889,"symbol":"_dispatch_lane_serial_drain","symbolLocation":424,"imageIndex":11\},\{"imageOffset":48663,"symbol":"_dispatch_lane_invoke","symbolLocation":406,"imageIndex":11\},\{"imageOffset":96680,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":276,"imageIndex":11\},\{"imageOffset":94066,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":552,"imageIndex":11\},\{"imageOffset":11140,"symbol":"_pthread_wqthread","symbolLocation":327,"imageIndex":5\},\{"imageOffset":6863,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":5\}]\},\{"id":5655357,"frames":[\{"imageOffset":6848,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5\}],"threadState":\{"r13":\{"value":0\},"rax":\{"value":33554800\},"rflags":\{"value":512\},"cpu":\{"value":0\},"r14":\{"value":1\},"rsi":\{"value":3843\},"r8":\{"value":409604\},"cr2":\{"value":0\},"rdx":\{"value":123145398743040\},"r10":\{"value":0\},"r9":\{"value":18446744073709551615\},"r15":\{"value":123145399266176\},"rbx":\{"value":123145399267328\},"trap":\{"value":133\},"err":\{"value":33554800\},"r11":\{"value":582\},"rip":\{"value":4399839936\},"rbp":\{"value":0\},"rsp":\{"value":123145399267328\},"r12":\{"value":1982472\},"rcx":\{"value":0\},"flavor":"x86_THREAD_STATE","rdi":\{"value":123145399267328\}\}\},\{"id":5655358,"frames":[\{"imageOffset":6848,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5\}],"threadState":\{"r13":\{"value":0\},"rax":\{"value":33554800\},"rflags":\{"value":512\},"cpu":\{"value":0\},"r14":\{"value":1\},"rsi":\{"value":8451\},"r8":\{"value":409604\},"cr2":\{"value":0\},"rdx":\{"value":123145399279616\},"r10":\{"value":0\},"r9":\{"value":18446744073709551615\},"r15":\{"value":123145399802744\},"rbx":\{"value":123145399803904\},"trap":\{"value":133\},"err":\{"value":33554800\},"r11":\{"value":582\},"rip":\{"value":4399839936\},"rbp":\{"value":0\},"rsp":\{"value":123145399803904\},"r12":\{"value":5193733\},"rcx":\{"value":0\},"flavor":"x86_THREAD_STATE","rdi":\{"value":123145399803904\}\}\},\{"id":5655360,"frames":[\{"imageOffset":6848,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5\}],"threadState":\{"r13":\{"value":0\},"rax":\{"value":33554800\},"rflags":\{"value":512\},"cpu":\{"value":0\},"r14":\{"value":1\},"rsi":\{"value":15875\},"r8":\{"value":409604\},"cr2":\{"value":0\},"rdx":\{"value":123145399816192\},"r10":\{"value":0\},"r9":\{"value":18446744073709551615\},"r15":\{"value":123145400339320\},"rbx":\{"value":123145400340480\},"trap":\{"value":133\},"err":\{"value":33554800\},"r11":\{"value":582\},"rip":\{"value":4399839936\},"rbp":\{"value":0\},"rsp":\{"value":123145400340480\},"r12":\{"value":5193734\},"rcx":\{"value":0\},"flavor":"x86_THREAD_STATE","rdi":\{"value":123145400340480\}\}\},\{"id":5655361,"name":"com.apple.uikit.eventfetch-thread","threadState":\{"r13":\{"value":21592279046\},"rax":\{"value":268451845\},"rflags":\{"value":518\},"cpu":\{"value":0\},"r14":\{"value":2\},"rsi":\{"value":21592279046\},"r8":\{"value":4294964451\},"cr2":\{"value":0\},"rdx":\{"value":8589934592\},"r10":\{"value":67083094196224\},"r9":\{"value":67083094196224\},"r15":\{"value":67083094196224\},"rbx":\{"value":123145400872304\},"trap":\{"value":133\},"err":\{"value":16777263\},"r11":\{"value":518\},"rip":\{"value":4389942222\},"rbp":\{"value":123145400872144\},"rsp":\{"value":123145400872040\},"r12":\{"value":4294967295\},"rcx":\{"value":123145400872040\},"flavor":"x86_THREAD_STATE","rdi":\{"value":123145400872304\}\},"frames":[\{"imageOffset":5070,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":4\},\{"imageOffset":64648,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":4\},\{"imageOffset":34064,"symbol":"mach_msg_overwrite","symbolLocation":653,"imageIndex":4\},\{"imageOffset":5821,"symbol":"mach_msg","symbolLocation":19,"imageIndex":4\},\{"imageOffset":579747,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":143,"imageIndex":13\},\{"imageOffset":557099,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":13\},\{"imageOffset":554733,"symbol":"CFRunLoopRunSpecific","symbolLocation":557,"imageIndex":13\},\{"imageOffset":7355546,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":213,"imageIndex":17\},\{"imageOffset":7356184,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":72,"imageIndex":17\},\{"imageOffset":17827754,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":518,"imageIndex":15\},\{"imageOffset":7529685,"symbol":"__NSThread__start__","symbolLocation":1024,"imageIndex":17\},\{"imageOffset":24971,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":5\},\{"imageOffset":6883,"symbol":"thread_start","symbolLocation":15,"imageIndex":5\}]\},\{"id":5655362,"frames":[\{"imageOffset":6848,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5\}],"threadState":\{"r13":\{"value":0\},"rax":\{"value":33554800\},"rflags":\{"value":512\},"cpu":\{"value":0\},"r14":\{"value":1\},"rsi":\{"value":14339\},"r8":\{"value":409604\},"cr2":\{"value":0\},"rdx":\{"value":123145400889344\},"r10":\{"value":0\},"r9":\{"value":18446744073709551615\},"r15":\{"value":123145401412480\},"rbx":\{"value":123145401413632\},"trap":\{"value":133\},"err":\{"value":33554800\},"r11":\{"value":582\},"rip":\{"value":4399839936\},"rbp":\{"value":0\},"rsp":\{"value":123145401413632\},"r12":\{"value":1982472\},"rcx":\{"value":0\},"flavor":"x86_THREAD_STATE","rdi":\{"value":123145401413632\}\}\},\{"id":5655363,"frames":[\{"imageOffset":6848,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5\}],"threadState":\{"r13":\{"value":0\},"rax":\{"value":33554800\},"rflags":\{"value":512\},"cpu":\{"value":0\},"r14":\{"value":1\},"rsi":\{"value":16643\},"r8":\{"value":409604\},"cr2":\{"value":0\},"rdx":\{"value":123145401425920\},"r10":\{"value":0\},"r9":\{"value":18446744073709551615\},"r15":\{"value":123145401949048\},"rbx":\{"value":123145401950208\},"trap":\{"value":133\},"err":\{"value":33554800\},"r11":\{"value":582\},"rip":\{"value":4399839936\},"rbp":\{"value":0\},"rsp":\{"value":123145401950208\},"r12":\{"value":5193734\},"rcx":\{"value":0\},"flavor":"x86_THREAD_STATE","rdi":\{"value":123145401950208\}\}\}],\
  "usedImages" : [\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 4538413056,\
    "size" : 593920,\
    "uuid" : "baa6f02e-dff3-3562-8c99-ea2820c91ad9",\
    "path" : "\\/usr\\/lib\\/dyld",\
    "name" : "dyld"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 4385443840,\
    "size" : 53248,\
    "uuid" : "168784a2-15c5-3533-8fcd-1ac6a7e8b1b6",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/libobjc-trampolines.dylib",\
    "name" : "libobjc-trampolines.dylib"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 4412092416,\
    "CFBundleShortVersionString" : "0.12.0",\
    "CFBundleIdentifier" : "dev.hermesengine.iphonesimulator",\
    "size" : 3604480,\
    "uuid" : "d03a2a27-b062-39fb-8fb7-75d63f1b63a8",\
    "path" : "\\/Users\\/USER\\/Library\\/Developer\\/CoreSimulator\\/Devices\\/4D728CAE-549E-49FD-A8A5-811A3ECB3AE8\\/data\\/Containers\\/Bundle\\/Application\\/7B5BC525-7814-45BB-8865-91AEFDC231FD\\/LlllOoo.app\\/Frameworks\\/hermes.framework\\/hermes",\
    "name" : "hermes",\
    "CFBundleVersion" : "0.12.0"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 4390653952,\
    "size" : 45056,\
    "uuid" : "acde8386-eb3f-36f2-bc5e-069cc59d079c",\
    "path" : "\\/usr\\/lib\\/system\\/libsystem_platform.dylib",\
    "name" : "libsystem_platform.dylib"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 4389937152,\
    "size" : 241664,\
    "uuid" : "13597eeb-2ea0-3d48-8be1-dfc4872a784b",\
    "path" : "\\/usr\\/lib\\/system\\/libsystem_kernel.dylib",\
    "name" : "libsystem_kernel.dylib"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 4399833088,\
    "size" : 49152,\
    "uuid" : "25b2f3eb-07b4-3cb9-9457-2c26210c27c8",\
    "path" : "\\/usr\\/lib\\/system\\/libsystem_pthread.dylib",\
    "name" : "libsystem_pthread.dylib"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 4329443328,\
    "CFBundleShortVersionString" : "1.0.13",\
    "CFBundleIdentifier" : "com.ssssssssssss.llllooo",\
    "size" : 16056320,\
    "uuid" : "0eeed6e8-93fb-3999-a36c-198a7861505b",\
    "path" : "\\/Users\\/USER\\/Library\\/Developer\\/CoreSimulator\\/Devices\\/4D728CAE-549E-49FD-A8A5-811A3ECB3AE8\\/data\\/Containers\\/Bundle\\/Application\\/7B5BC525-7814-45BB-8865-91AEFDC231FD\\/LlllOoo.app\\/LlllOoo",\
    "name" : "LlllOoo",\
    "CFBundleVersion" : "1.0.13"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 4389343232,\
    "size" : 372736,\
    "uuid" : "5333c37f-52dc-35d2-9dd5-66ad231eb47e",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/dyld_sim",\
    "name" : "dyld_sim"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703129604096,\
    "size" : 544768,\
    "uuid" : "e754e59d-877d-3fa5-85c0-5c06ef1cf20f",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/libsystem_c.dylib",\
    "name" : "libsystem_c.dylib"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703131467776,\
    "size" : 86016,\
    "uuid" : "2e1eda63-0637-3359-a55b-2ffa8d88ef0c",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/libc++abi.dylib",\
    "name" : "libc++abi.dylib"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703128993792,\
    "size" : 241645,\
    "uuid" : "772f589f-4eb7-3b30-96ab-327acb2f72cc",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/libobjc.A.dylib",\
    "name" : "libobjc.A.dylib"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703130148864,\
    "size" : 311290,\
    "uuid" : "34cd1427-ad68-3f63-ba8f-b8564dfd7f6c",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/libdispatch.dylib",\
    "name" : "libdispatch.dylib"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703256662016,\
    "CFBundleShortVersionString" : "867.111",\
    "CFBundleIdentifier" : "com.apple.FrontBoardServices",\
    "size" : 819198,\
    "uuid" : "ef4a3fb0-5d37-34f9-9fe3-f14bdc1bf66d",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/FrontBoardServices.framework\\/FrontBoardServices",\
    "name" : "FrontBoardServices",\
    "CFBundleVersion" : "867.111"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703132401664,\
    "CFBundleShortVersionString" : "6.9",\
    "CFBundleIdentifier" : "com.apple.CoreFoundation",\
    "size" : 3731445,\
    "uuid" : "2862dd34-0e5f-3ce9-9a6f-58f645dbada8",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/CoreFoundation.framework\\/CoreFoundation",\
    "name" : "CoreFoundation",\
    "CFBundleVersion" : "2420"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703400947712,\
    "CFBundleShortVersionString" : "1.0",\
    "CFBundleIdentifier" : "com.apple.GraphicsServices",\
    "size" : 32767,\
    "uuid" : "0bb300b1-3908-3c0d-8491-7ff7d85c25c1",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/GraphicsServices.framework\\/GraphicsServices",\
    "name" : "GraphicsServices",\
    "CFBundleVersion" : "1.0"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703209078784,\
    "CFBundleShortVersionString" : "1.0",\
    "CFBundleIdentifier" : "com.apple.UIKitCore",\
    "size" : 31608832,\
    "uuid" : "72a9f44f-8f92-36cd-acf2-457558970fd3",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/UIKitCore.framework\\/UIKitCore",\
    "name" : "UIKitCore",\
    "CFBundleVersion" : "7439.1.106"\
  \},\
  \{\
    "size" : 0,\
    "source" : "A",\
    "base" : 0,\
    "uuid" : "00000000-0000-0000-0000-000000000000"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703136632832,\
    "CFBundleShortVersionString" : "6.9",\
    "CFBundleIdentifier" : "com.apple.Foundation",\
    "size" : 12062706,\
    "uuid" : "d4672817-5def-3e47-8398-42a94131f8ee",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/Foundation.framework\\/Foundation",\
    "name" : "Foundation",\
    "CFBundleVersion" : "2420"\
  \},\
  \{\
    "source" : "P",\
    "arch" : "x86_64",\
    "base" : 140703129337856,\
    "size" : 249846,\
    "uuid" : "d7282650-9d5a-3b5b-92dd-66ac8ba3ac66",\
    "path" : "\\/Volumes\\/VOLUME\\/*\\/libxpc.dylib",\
    "name" : "libxpc.dylib"\
  \}\
],\
  "sharedCache" : \{\
  "base" : 140703128616960,\
  "size" : 17179869184,\
  "uuid" : "669738b4-b67d-3221-b39d-0ab207637e2a"\
\},\
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\\nWritable regions: Total=617.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=617.9M(100%)\\n\\n                                VIRTUAL   REGION \\nREGION TYPE                        SIZE    COUNT (non-coalesced) \\n===========                     =======  ======= \\nActivity Tracing                   256K        1 \\nColorSync                            8K        2 \\nFoundation                          16K        1 \\nKernel Alloc Once                    8K        1 \\nMALLOC                           605.3M       37 \\nMALLOC guard page                   32K        8 \\nSTACK GUARD                       56.0M        8 \\nStack                             11.6M        8 \\nVM_ALLOCATE                         20K        1 \\n__DATA                            25.2M      665 \\n__DATA_CONST                      69.8M      685 \\n__DATA_DIRTY                        43K       15 \\n__FONT_DATA                        2352        1 \\n__LINKEDIT                       254.4M        9 \\n__OBJC_RO                         72.5M        1 \\n__OBJC_RW                         2509K        1 \\n__TEXT                           823.1M      694 \\ndyld private memory               28.9G       24 \\nmapped file                       31.2M        3 \\nshared memory                       24K        3 \\n===========                     =======  ======= \\nTOTAL                             30.8G     2168 \\n",\
  "legacyInfo" : \{\
  "threadTriggered" : \{\
    "queue" : "com.apple.main-thread"\
  \}\
\},\
  "logWritingSignature" : "a8513aa09d257f2dbbb26b9ff3f7286c0c8dfac7",\
  "trialInfo" : \{\
  "rollouts" : [\
    \{\
      "rolloutId" : "645eb1d0417dab722a215927",\
      "factorPackIds" : \{\
\
      \},\
      "deploymentId" : 240000005\
    \},\
    \{\
      "rolloutId" : "6112d17137f5d11121dcd4e2",\
      "factorPackIds" : \{\
\
      \},\
      "deploymentId" : 240000565\
    \}\
  ],\
  "experiments" : [\
    \{\
      "treatmentId" : "c47ab4cc-c9c3-4b5d-a87c-e2433ce02597",\
      "experimentId" : "6639bc6ba73d460582162323",\
      "deploymentId" : 400000006\
    \},\
    \{\
      "treatmentId" : "3dff9c91-a8fb-424e-a656-c8d6e6037574",\
      "experimentId" : "662152ede2d11d1408c4db33",\
      "deploymentId" : 400000016\
    \}\
  ]\
\}\
\}\
\
Model: MacBookPro16,1, BootROM 2022.100.22.0.0 (iBridge: 21.16.5077.0.0,0), 6 processors, 6-Core Intel Core i7, 2.6 GHz, 16 GB, SMC \
Graphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In\
Graphics: AMD Radeon Pro 5300M, AMD Radeon Pro 5300M, PCIe, 4 GB\
Display: Color LCD, 3072 x 1920 Retina, Main, MirrorOff, Online\
Display: C49RG9x, 5120 x 1440, MirrorOff, Online\
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 2667 MHz, SK Hynix, HMA81GS6CJR8N-VK\
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 2667 MHz, SK Hynix, HMA81GS6CJR8N-VK\
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jul 10 2023 12:53:18 version 9.30.503.0.32.5.92 FWID 01-c06f991b\
AirPort: \
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports\
Network Service: Wi-Fi, AirPort, en0\
USB Device: Dell dock\
USB Device: USB 101001000 LAN\
USB Device: Dell dock\
USB Device: USB31Bus\
USB Device: Dell dock\
USB Device: Dell dock\
USB Device: Dell dock\
USB Device: Dell dock\
USB Device: 2.4G Wireless Receiver\
USB Device: C922 Pro Stream Webcam\
USB Device: T2Bus\
USB Device: composite_device\
USB Device: Touch Bar Backlight\
USB Device: Touch Bar Display\
USB Device: Apple Internal Keyboard / Trackpad\
USB Device: Headset\
USB Device: Ambient Light Sensor\
USB Device: FaceTime HD Camera (Built-in)\
USB Device: Apple T2 Controller\
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5\
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5\
}

Thanks for the crash report.

The presence of the Last Exception Backtrace section indicates that your app has crashed due to an unhandled language exception. Consider this:

Last Exception Backtrace:
0   CoreFoundation  … __exceptionPreprocess + 226
1   libobjc.A.dylib … objc_exception_throw + 48
2   CoreFoundation  … -[NSException initWithCoder:] + 0
3   LlllOoo         … -[RCTAppDelegate bundleURL] + 52
4   LlllOoo         … -[EXAppDelegateWrapper createRCTRootViewFactory] + 65
5   LlllOoo         … -[RCTAppDelegate application:didFinishLaunchingWithOptions:] + 223
6   LlllOoo         … -[EXAppDelegateWrapper application:didFinishLaunchingWithOptions:] + 112
7   LlllOoo         … -[AppDelegate application:didFinishLaunchingWithOptions:] + 176
8   UIKitCore       … -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 297
…

In frame 8 UIKit is calling your app’s -application:didFinishLaunchingWithOptions: delegate method (frame 7). That’s done a bunch of stuff and then, in frame 2, it’s throwing that exception.

It’s hard to say why it’s done that because this isn’t Apple code. It looks like the exception is being thrown by your third-party runtime (RCTAppDelegate), so I recommend that you escalate this for the support channel for that tool.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

Thank you for your response!

TLDR: I needed to use npx expo prebuild --clean to clear information related to previous builds I had created.

Full version: Your response gave me a hint into what was going wrong. Just as you said, the RCTAppDelegate (which stands for React App Delegate I believe) was causing the NSException (or NeXTSTEP Exception) to appear. I wondered why the RCTAppDelegate would cause an exception. After hours of searching and doing research on RN, Apple crash reports, etc. I thought to myself: maybe the bundleURL is wrong or missing, thus causing the syntax or language exception.

It turns out, I needed to use npx expo prebuild --clean to clear information related to previous builds I had created. I also removed all of the previous zip files and builds from my app's root directory. After that, I could use eas build --profile dev-sim --platform ios --local and the build worked! I think RCTAppDelegate was trying to find the correct bundleURL, but got confused when it found multiple bundleURLs in the root directory.

React-Native iOS app is crashing immediately upon launch when creating development build
 
 
Q