Expo app works locally but crashes on TestFlight/Production

  1. SDK Version: 41.0.1
  2. Platform: IOS
  3. Simulator build: https://expo.dev/artifacts/5d21c808-e4df-49ae-86f0-7fddeba3f3c8

The app I’m building works in development locally but crashes in production.

To reproduce:

  • Add simulator build to the simulator.
  • Open app

Here are the crash logs.

Incident Identifier: 4CA3D0C4-4C0A-4CF3-BCAE-14AF311CB39E
Hardware Model:      iPhone12,1
Process:             ComJunoreaderJunoIos [11872]
Path:                /private/var/containers/Bundle/Application/057AFF5E-7EC4-4CDA-BE7B-A1BA4F569DD0/ExpoKitApp.app/ComJunoreaderJunoIos
Identifier:          com.junoreader.juno.ios
Version:             3.0.4 (3.0.4)
AppStoreTools:       13A1030d
AppVariant:          1:iPhone12,1:15
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.junoreader.juno.ios [3187]

Date/Time:           2021-11-10 11:27:53.4767 +0100
Launch Time:         2021-11-10 11:27:52.6421 +0100
OS Version:          iPhone OS 15.0.2 (19A404)
Release Type:        User
Baseband Version:    3.00.00
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0

Last Exception Backtrace:
0   CoreFoundation                	0x183e8b05c __exceptionPreprocess + 220 (NSException.m:200)
1   libobjc.A.dylib               	0x19c3a5f54 objc_exception_throw + 60 (objc-exception.mm:565)
2   ComJunoreaderJunoIos          	0x1025ce450 -[EXAppViewController maybeShowError:] + 1160 (EXAppViewController.m:224)
3   ComJunoreaderJunoIos          	0x1025ef538 handleFatalReactError_block_invoke_2 + 520 (EXReactAppExceptionHandler.m:26)
4   libdispatch.dylib             	0x183afd950 _dispatch_client_callout + 20 (object.m:560)
5   libdispatch.dylib             	0x183b0cb48 _dispatch_async_and_wait_invoke + 92 (queue.c:1563)
6   libdispatch.dylib             	0x183afd950 _dispatch_client_callout + 20 (object.m:560)
7   libdispatch.dylib             	0x183b0bd30 _dispatch_main_queue_callback_4CF + 940 (inline_internal.h:2597)
8   CoreFoundation                	0x183e43ce4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 (CFRunLoop.c:1795)
9   CoreFoundation                	0x183dfdebc __CFRunLoopRun + 2540 (CFRunLoop.c:3144)
10  CoreFoundation                	0x183e113c8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
11  GraphicsServices              	0x19f62238c GSEventRunModal + 164 (GSEvent.c:2200)
12  UIKitCore                     	0x1867b7060 -[UIApplication _run] + 1100 (UIApplication.m:3457)
13  UIKitCore                     	0x186534b8c UIApplicationMain + 2124 (UIApplication.m:5013)
14  ComJunoreaderJunoIos          	0x1023a80f8 main + 88 (main.m:8)
15  dyld                          	0x104cd9a24 start + 520 (dyldMain.cpp:876)

Kernel Triage:
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage


Thread 0 name:
Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001ba77e9c4 __pthread_kill + 8
1   libsystem_pthread.dylib       	0x00000001f39d3434 pthread_kill + 268 (pthread.c:1609)
2   libsystem_c.dylib             	0x000000018ecde420 __abort + 128 (abort.c:155)
3   libsystem_c.dylib             	0x000000018ec86f70 abort + 176 (abort.c:126)
4   libc++abi.dylib               	0x000000019c4adbc4 abort_message + 132 (abort_message.cpp:78)
5   libc++abi.dylib               	0x000000019c49efd8 demangling_terminate_handler() + 332 (cxa_default_handlers.cpp:71)
6   libobjc.A.dylib               	0x000000019c3ac064 _objc_terminate() + 144 (objc-exception.mm:701)
7   libc++abi.dylib               	0x000000019c4acf58 std::__terminate(void (*)()) + 20 (cxa_handlers.cpp:59)
8   libc++abi.dylib               	0x000000019c4acef4 std::terminate() + 64 (cxa_handlers.cpp:88)
9   libdispatch.dylib             	0x0000000183afd964 _dispatch_client_callout + 40 (object.m:563)
10  libdispatch.dylib             	0x0000000183b0cb48 _dispatch_async_and_wait_invoke + 92 (queue.c:1563)
11  libdispatch.dylib             	0x0000000183afd950 _dispatch_client_callout + 20 (object.m:560)
12  libdispatch.dylib             	0x0000000183b0bd30 _dispatch_main_queue_callback_4CF + 940 (inline_internal.h:2597)
13  CoreFoundation                	0x0000000183e43ce4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 (CFRunLoop.c:1795)
14  CoreFoundation                	0x0000000183dfdebc __CFRunLoopRun + 2540 (CFRunLoop.c:3144)
15  CoreFoundation                	0x0000000183e113c8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
16  GraphicsServices              	0x000000019f62238c GSEventRunModal + 164 (GSEvent.c:2200)
17  UIKitCore                     	0x00000001867b7060 -[UIApplication _run] + 1100 (UIApplication.m:3457)
18  UIKitCore                     	0x0000000186534b8c UIApplicationMain + 2124 (UIApplication.m:5013)
19  ComJunoreaderJunoIos          	0x00000001023a80f8 main + 88 (main.m:8)
20  dyld                          	0x0000000104cd9a24 start + 520 (dyldMain.cpp:876)

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

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

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

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        	0x00000001ba778564 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001ba778bfc mach_msg + 76 (mach_msg.c:119)
2   CoreFoundation                	0x0000000183df9698 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000183dfd98c __CFRunLoopRun + 1212 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000183e113c8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
5   Foundation                    	0x0000000185634d54 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 236 (NSRunLoop.m:373)
6   Foundation                    	0x00000001856766a8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:420)
7   UIKitCore                     	0x0000000186730020 -[UIEventFetcher threadMain] + 524 (UIEventFetcher.m:1167)
8   Foundation                    	0x000000018568495c __NSThread__start__ + 792 (NSThread.m:915)
9   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
10  libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8

Thread 5:
0   libsystem_pthread.dylib       	0x00000001f39ccf48 start_wqthread + 0

Thread 6:
0   libsystem_pthread.dylib       	0x00000001f39ccf48 start_wqthread + 0

Thread 7:
0   libsystem_pthread.dylib       	0x00000001f39ccf48 start_wqthread + 0

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib        	0x00000001ba778564 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001ba778bfc mach_msg + 76 (mach_msg.c:119)
2   CoreFoundation                	0x0000000183df9698 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000183dfd98c __CFRunLoopRun + 1212 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000183e113c8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
5   AudioSession                  	0x000000018d178308 CADeprecated::GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:95)
6   AudioSession                  	0x000000018d181d64 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 92 (CAPThread.cpp:324)
7   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
8   libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8

Thread 9 name:
Thread 9:
0   libsystem_kernel.dylib        	0x00000001ba779204 __ulock_wait + 8
1   libdispatch.dylib             	0x0000000183afe344 _dlock_wait + 56 (lock.c:326)
2   libdispatch.dylib             	0x0000000183afe0e8 _dispatch_thread_event_wait_slow + 56 (lock.c:366)
3   libdispatch.dylib             	0x0000000183b0cd58 __DISPATCH_WAIT_FOR_QUEUE__ + 364 (lock.h:330)
4   libdispatch.dylib             	0x0000000183b0c900 _dispatch_sync_f_slow + 144 (queue.c:1762)
5   ComJunoreaderJunoIos          	0x00000001026083f0 +[EXUtil performSynchronouslyOnMainThread:] + 80 (EXUtil.m:38)
6   ComJunoreaderJunoIos          	0x00000001025ef30c handleFatalReactError_block_invoke + 116 (EXReactAppExceptionHandler.m:15)
7   ComJunoreaderJunoIos          	0x00000001027efdbc RCTFatal + 136 (RCTAssert.m:126)
8   ComJunoreaderJunoIos          	0x0000000102880fb4 -[RCTExceptionsManager reportFatal:stack:exceptionId:suppressRedBox:] + 496 (RCTExceptionsManager.mm:76)
9   ComJunoreaderJunoIos          	0x00000001028819cc -[RCTExceptionsManager reportException:] + 1532 (RCTExceptionsManager.mm:145)
10  CoreFoundation                	0x0000000183e14304 __invoking___ + 148
11  CoreFoundation                	0x0000000183e31ad4 -[NSInvocation invoke] + 468 (NSForwarding.m:3378)
12  CoreFoundation                	0x0000000183e68934 -[NSInvocation invokeWithTarget:] + 80 (NSForwarding.m:3475)
13  ComJunoreaderJunoIos          	0x0000000102826768 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 460 (RCTModuleMethod.mm:584)
14  ComJunoreaderJunoIos          	0x00000001028289d0 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&) + 244 (RCTNativeModule.mm:114)
15  ComJunoreaderJunoIos          	0x0000000102828740 operator() + 44 (RCTNativeModule.mm:75)
16  ComJunoreaderJunoIos          	0x0000000102828740 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 88 (RCTNativeModule.mm:67)
17  libdispatch.dylib             	0x0000000183afbc04 _dispatch_call_block_and_release + 32 (init.c:1516)
18  libdispatch.dylib             	0x0000000183afd950 _dispatch_client_callout + 20 (object.m:560)
19  libdispatch.dylib             	0x0000000183b050ac _dispatch_lane_serial_drain + 664 (inline_internal.h:2597)
20  libdispatch.dylib             	0x0000000183b05c10 _dispatch_lane_invoke + 392 (queue.c:3937)
21  libdispatch.dylib             	0x0000000183b10318 _dispatch_workloop_worker_thread + 656 (queue.c:6732)
22  libsystem_pthread.dylib       	0x00000001f39cd1b0 _pthread_wqthread + 288 (pthread.c:2495)
23  libsystem_pthread.dylib       	0x00000001f39ccf50 start_wqthread + 8

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib        	0x00000001ba778564 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001ba778bfc mach_msg + 76 (mach_msg.c:119)
2   CoreFoundation                	0x0000000183df9698 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000183dfd98c __CFRunLoopRun + 1212 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000183e113c8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
5   ComJunoreaderJunoIos          	0x00000001028022dc +[RCTCxxBridge runRunLoop] + 456 (RCTCxxBridge.mm:266)
6   Foundation                    	0x000000018568495c __NSThread__start__ + 792 (NSThread.m:915)
7   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
8   libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8

Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib        	0x00000001ba778564 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001ba778bfc mach_msg + 76 (mach_msg.c:119)
2   CoreFoundation                	0x0000000183df9698 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2646)
3   CoreFoundation                	0x0000000183dfd98c __CFRunLoopRun + 1212 (CFRunLoop.c:3000)
4   CoreFoundation                	0x0000000183e113c8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
5   CoreFoundation                	0x0000000183e91a88 CFRunLoopRun + 64 (CFRunLoop.c:3293)
6   CoreMotion                    	0x0000000190d8d3ec CLMotionCore::runMotionThread(void*) + 1204 (CLMotionCore.mm:370)
7   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
8   libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib        	0x00000001ba778ff0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f39d4274 _pthread_cond_wait + 1228 (pthread_cond.c:636)
2   libc++.1.dylib                	0x000000019c43fe78 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::r... + 100 (__threading_support:443)
3   JavaScriptCore                	0x000000018fee1104 bmalloc::Scavenger::threadRunLoop() + 704 (__mutex_base:0)
4   JavaScriptCore                	0x000000018fee0b38 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16 (Scavenger.cpp:295)
5   JavaScriptCore                	0x000000018fee1ff4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scaveng... + 48 (type_traits:3694)
6   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
7   libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8

Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib        	0x00000001ba778ff0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f39d4274 _pthread_cond_wait + 1228 (pthread_cond.c:636)
2   JavaScriptCore                	0x000000018fe69c9c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2756 (ThreadingPOSIX.cpp:605)
3   JavaScriptCore                	0x000000018f5bc28c bool WTF::Condition::waitUntilUnchecked<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82)
4   JavaScriptCore                	0x000000018fe34da8 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 260 (Condition.h:77)
5   JavaScriptCore                	0x000000018fe8e23c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 276 (Function.h:82)
6   JavaScriptCore                	0x000000018fe90b98 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:241)
7   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
8   libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8

Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib        	0x00000001ba778ff0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f39d4274 _pthread_cond_wait + 1228 (pthread_cond.c:636)
2   JavaScriptCore                	0x000000018fe69c9c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2756 (ThreadingPOSIX.cpp:605)
3   JavaScriptCore                	0x000000018f5bc28c bool WTF::Condition::waitUntilUnchecked<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82)
4   JavaScriptCore                	0x000000018fe34da8 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 260 (Condition.h:77)
5   JavaScriptCore                	0x000000018fe8e23c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 276 (Function.h:82)
6   JavaScriptCore                	0x000000018fe90b98 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:241)
7   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
8   libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib        	0x00000001ba778ff0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f39d4274 _pthread_cond_wait + 1228 (pthread_cond.c:636)
2   JavaScriptCore                	0x000000018fe69c9c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2756 (ThreadingPOSIX.cpp:605)
3   JavaScriptCore                	0x000000018f5bc28c bool WTF::Condition::waitUntilUnchecked<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82)
4   JavaScriptCore                	0x000000018fe34da8 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 260 (Condition.h:77)
5   JavaScriptCore                	0x000000018fe8e23c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 276 (Function.h:82)
6   JavaScriptCore                	0x000000018fe90b98 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:241)
7   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
8   libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8

Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib        	0x00000001ba778ff0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f39d4274 _pthread_cond_wait + 1228 (pthread_cond.c:636)
2   JavaScriptCore                	0x000000018fe69c9c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2756 (ThreadingPOSIX.cpp:605)
3   JavaScriptCore                	0x000000018f5bc28c bool WTF::Condition::waitUntilUnchecked<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82)
4   JavaScriptCore                	0x000000018fe34da8 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 260 (Condition.h:77)
5   JavaScriptCore                	0x000000018fe8e23c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 276 (Function.h:82)
6   JavaScriptCore                	0x000000018fe90b98 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:241)
7   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
8   libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8

Thread 17 name:
Thread 17:
0   libsystem_kernel.dylib        	0x00000001ba778ff0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f39d4274 _pthread_cond_wait + 1228 (pthread_cond.c:636)
2   JavaScriptCore                	0x000000018fe69c9c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2756 (ThreadingPOSIX.cpp:605)
3   JavaScriptCore                	0x000000018f5bc28c bool WTF::Condition::waitUntilUnchecked<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82)
4   JavaScriptCore                	0x000000018fe34da8 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 260 (Condition.h:77)
5   JavaScriptCore                	0x000000018fe8e23c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 276 (Function.h:82)
6   JavaScriptCore                	0x000000018fe90b98 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:241)
7   libsystem_pthread.dylib       	0x00000001f39cda60 _pthread_start + 148 (pthread.c:890)
8   libsystem_pthread.dylib       	0x00000001f39ccf5c thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x000000000000006e   x7: 0xffffffff000a6000
    x8: 0x1c4f09ef25cce9c7   x9: 0x1c4f09ee211eac47  x10: 0x00000000000003e8  x11: 0x000000000000000b
   x12: 0x00000000a0a16016  x13: 0x0000000020a16000  x14: 0x0000000000000010  x15: 0x0000000000000002
   x16: 0x0000000000000148  x17: 0x0000000104d24580  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000103  x21: 0x0000000104d24660  x22: 0x0000000104d24700  x23: 0x0000000104d24660
   x24: 0x0000000000000000  x25: 0x0000000104d24660  x26: 0x000000016df42250  x27: 0x000000000000000f
   x28: 0x0000000002ffffff   fp: 0x000000016da5a280   lr: 0x00000001f39d3434
    sp: 0x000000016da5a260   pc: 0x00000001ba77e9c4 cpsr: 0x40000000
   esr: 0x56000080  Address size fault


Binary Images:
0x1023a4000 - 0x1041fffff ComJunoreaderJunoIos arm64  <1a08a3e1aa6032b7b124859d0fd901aa> /private/var/containers/Bundle/Application/057AFF5E-7EC4-4CDA-BE7B-A1BA4F569DD0/ExpoKitApp.app/ComJunoreaderJunoIos
0x104cc0000 - 0x104d17fff dyld arm64e  <d48c31ee061f370ba6f78391a1b53ed8> /usr/lib/dyld
0x183afa000 - 0x183b3ffff libdispatch.dylib arm64e  <959cd6e40ce73022b73c8b36f79f4745> /usr/lib/system/libdispatch.dylib
0x183df2000 - 0x184245fff CoreFoundation arm64e  <6174789ae88c3f5cba39de2e9edc0750> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x18561c000 - 0x185920fff Foundation arm64e  <efbca2ff8b8c3227abbc154ba851d23c> /System/Library/Frameworks/Foundation.framework/Foundation
0x18629c000 - 0x187b1efff UIKitCore arm64e  <c46a087ae13a3aeda8a1d4cc4ac9948a> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x18d172000 - 0x18d19bfff AudioSession arm64e  <abd54d35666937df90b922ddf1183098> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x18ec67000 - 0x18ece5fff libsystem_c.dylib arm64e  <059fc305234a3025a1555473cf3a0e9b> /usr/lib/system/libsystem_c.dylib
0x18ed3d000 - 0x18ffe9fff JavaScriptCore arm64e  <3993ffc446eb3e7fa3dc814e1863b585> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x190d7a000 - 0x191085fff CoreMotion arm64e  <4e74311def683198a5e61204c77c1aa4> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x19c390000 - 0x19c3c9fff libobjc.A.dylib arm64e  <6d12ade560653900a6bc80677ccac819> /usr/lib/libobjc.A.dylib
0x19c436000 - 0x19c499fff libc++.1.dylib arm64e  <ad83bb4ecfd63d39a9e2b8e115bef247> /usr/lib/libc++.1.dylib
0x19c49a000 - 0x19c4b3fff libc++abi.dylib arm64e  <96151f5b129d3ec79ed0f96c21cf09f6> /usr/lib/libc++abi.dylib
0x19f621000 - 0x19f629fff GraphicsServices arm64e  <0f7424f6bde5311aa3fac0e0c4c28d72> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1ba777000 - 0x1ba7aafff libsystem_kernel.dylib arm64e  <d2476f74d204348d8d386165d0485c7c> /usr/lib/system/libsystem_kernel.dylib
0x1f39cc000 - 0x1f39d7fff libsystem_pthread.dylib arm64e  <bc1ce0c6a9f2396b9afb623d3acd5881> /usr/lib/system/libsystem_pthread.dylib

EOF

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.