Skip to content

🔥 [iOS] [FIRRemoteConfig activateFetchedForNamespace:]: unrecognized selector sent to instance 0x282c09e00 -[FPRRemoteConfigFlags update] #2527

Closed
@svenlombaert

Description

@svenlombaert

Issue

So recently upgraded to the latest version of react-native-firebase: 5.5.6.
Since this version the app crashes almost for every (test) user with this exception:

Fatal Exception: NSInvalidArgumentException
-[FIRRemoteConfig activateFetchedForNamespace:]: unrecognized selector sent to instance 0x282c09e00
-[FPRRemoteConfigFlags update]

Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x18f7fcec4 __exceptionPreprocess
1  libobjc.A.dylib                0x18e9cda40 objc_exception_throw
2  CoreFoundation                 0x18f715c24 -[NSOrderedSet initWithSet:copyItems:]
3  CoreFoundation                 0x18f8027dc ___forwarding___
4  CoreFoundation                 0x18f80448c _CF_forwarding_prep_0
5  Delta                          0x100a7ef48 -[FPRRemoteConfigFlags update]
6  libdispatch.dylib              0x18f236484 _dispatch_client_callout
7  libdispatch.dylib              0x18f1d982c _dispatch_continuation_pop$VARIANT$mp
8  libdispatch.dylib              0x18f1e9b9c _dispatch_source_invoke$VARIANT$mp
9  libdispatch.dylib              0x18f1e5a18 _dispatch_root_queue_drain
10 libdispatch.dylib              0x18f1e62c0 _dispatch_worker_thread2
11 libsystem_pthread.dylib        0x18f41917c _pthread_wqthread
12 libsystem_pthread.dylib        0x18f41bcec start_wqthread

This is the full crashlog:

Click to expand

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

Last Exception Backtrace:
0   CoreFoundation                	0x1a179f278 __exceptionPreprocess + 220 (NSException.m:199)
1   libobjc.A.dylib               	0x1a14c80a4 objc_exception_throw + 56 (objc-exception.mm:565)
2   CoreFoundation                	0x1a16a2f94 -[NSObject(NSObject) doesNotRecognizeSelector:] + 140 (NSObject.m:144)
3   CoreFoundation                	0x1a17a35d8 ___forwarding___ + 1324 (NSForwarding.m:3613)
4   CoreFoundation                	0x1a17a510c _CF_forwarding_prep_0 + 92
5   Delta                         	0x104a5af48 -[FPRRemoteConfigFlags update] + 608
6   libdispatch.dylib             	0x1a146d1cc _dispatch_client_callout + 16 (object.m:495)
7   libdispatch.dylib             	0x1a1446f3c _dispatch_continuation_pop$VARIANT$armv81 + 404 (inline_internal.h:2487)
8   libdispatch.dylib             	0x1a14570b0 _dispatch_source_invoke$VARIANT$armv81 + 1232 (source.c:568)
9   libdispatch.dylib             	0x1a1453194 _dispatch_root_queue_drain + 344 (inline_internal.h:2528)
10  libdispatch.dylib             	0x1a1453934 _dispatch_worker_thread2 + 116 (queue.c:6563)
11  libsystem_pthread.dylib       	0x1a14bcf68 _pthread_wqthread + 212 (pthread.c:2336)
12  libsystem_pthread.dylib       	0x1a14bfae4 start_wqthread + 8

Thread 0 name:
Thread 0:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575a5c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001a171c918 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001a1717a38 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001a171716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   GraphicsServices              	0x00000001ab541328 GSEventRunModal + 104 (GSEvent.c:2246)
6   UIKitCore                     	0x00000001a577fe1c UIApplicationMain + 1936 (UIApplication.m:4687)
7   Delta                         	0x00000001048c8f34 main + 88 (main.m:14)
8   libdyld.dylib                 	0x00000001a15a2424 start + 4

Thread 1 name:
Thread 1 Crashed:
0   libsystem_kernel.dylib        	0x00000001a1597ebc __pthread_kill + 8
1   libsystem_pthread.dylib       	0x00000001a14b7c20 pthread_kill$VARIANT$armv81 + 192 (pthread.c:1456)
2   libsystem_c.dylib             	0x00000001a14088c0 __abort + 112 (abort.c:136)
3   libsystem_c.dylib             	0x00000001a1408850 abort + 112 (abort.c:107)
4   libc++abi.dylib               	0x00000001a15607d4 abort_message + 128 (abort_message.cpp:76)
5   libc++abi.dylib               	0x00000001a15609c4 demangling_terminate_handler() + 296 (cxa_default_handlers.cpp:66)
6   libobjc.A.dylib               	0x00000001a14c8358 _objc_terminate() + 124 (objc-exception.mm:701)
7   Delta                         	0x0000000104a0f694 CLSTerminateHandler() + 348
8   Delta                         	0x0000000104d191e4 CPPExceptionTerminate() + 108
9   libc++abi.dylib               	0x00000001a156d304 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
10  libc++abi.dylib               	0x00000001a156d29c std::terminate() + 44 (cxa_handlers.cpp:87)
11  libdispatch.dylib             	0x00000001a146d1e0 _dispatch_client_callout + 36 (object.m:498)
12  libdispatch.dylib             	0x00000001a1446f3c _dispatch_continuation_pop$VARIANT$armv81 + 404 (inline_internal.h:2487)
13  libdispatch.dylib             	0x00000001a14570b0 _dispatch_source_invoke$VARIANT$armv81 + 1232 (source.c:568)
14  libdispatch.dylib             	0x00000001a1453194 _dispatch_root_queue_drain + 344 (inline_internal.h:2528)
15  libdispatch.dylib             	0x00000001a1453934 _dispatch_worker_thread2 + 116 (queue.c:6563)
16  libsystem_pthread.dylib       	0x00000001a14bcf68 _pthread_wqthread + 212 (pthread.c:2336)
17  libsystem_pthread.dylib       	0x00000001a14bfae4 start_wqthread + 8

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

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575a5c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001a171c918 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001a1717a38 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001a171716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   Foundation                    	0x00000001a1a57408 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Foundation                    	0x00000001a1a572e8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
7   UIKitCore                     	0x00000001a5816bbc -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:636)
8   Foundation                    	0x00000001a1b87884 __NSThread__start__ + 848 (NSThread.m:724)
9   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
10  libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575a5c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001a171c918 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001a1717a38 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001a171716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   Delta                         	0x0000000104bdcb98 +[RCTCxxBridge runRunLoop] + 264
6   Foundation                    	0x00000001a1b87884 __NSThread__start__ + 848 (NSThread.m:724)
7   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 5 name:
Thread 5:
0   JavaScriptCore                	0x00000001b03ac35c llint_entry + 20348
1   JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
2   JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
3   JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
4   JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
5   JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
6   JavaScriptCore                	0x00000001b03c5ad8 llint_entry + 124664
7   JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
8   JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
9   JavaScriptCore                	0x00000001b03c5ad8 llint_entry + 124664
10  JavaScriptCore                	0x00000001b03c5ad8 llint_entry + 124664
11  JavaScriptCore                	0x00000001b03c5ad8 llint_entry + 124664
12  JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
13  JavaScriptCore                	0x00000001b03c5ad8 llint_entry + 124664
14  JavaScriptCore                	0x00000001b03c5ad8 llint_entry + 124664
15  JavaScriptCore                	0x00000001b03c5ad8 llint_entry + 124664
16  JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
17  JavaScriptCore                	0x00000001b03c5ad8 llint_entry + 124664
18  JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
19  JavaScriptCore                	0x00000001b03c6f1c llint_entry + 129852
20  JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
21  JavaScriptCore                	0x00000001b03c5ad8 llint_entry + 124664
22  JavaScriptCore                	0x00000001b03c5a30 llint_entry + 124496
23  JavaScriptCore                	0x00000001b03a7198 vmEntryToJavaScript + 248
24  JavaScriptCore                	0x00000001b08ffaf0 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const... + 408 (JITCodeInlines.h:38)
25  JavaScriptCore                	0x00000001b0b73f40 JSC::boundThisNoArgsFunctionCall(JSC::ExecState*) + 460 (JSBoundFunction.cpp:56)
26  JavaScriptCore                	0x00000001b03a7310 vmEntryToNative + 256
27  JavaScriptCore                	0x00000001b08ffb40 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const... + 488 (Interpreter.cpp:906)
28  JavaScriptCore                	0x00000001b0aea0f4 JSC::profiledCall(JSC::ExecState*, JSC::ProfilingReason, JSC::JSValue, JSC::CallType, JSC::CallDa... + 184 (CallData.cpp:59)
29  JavaScriptCore                	0x00000001b0400d7c JSObjectCallAsFunction + 376 (JSObjectRef.cpp:740)
30  Delta                         	0x0000000104c5d960 facebook::jsc::JSCRuntime::call(facebook::jsi::Function const&, facebook::jsi::Value const&, face... + 172
31  Delta                         	0x0000000104c65dbc facebook::jsi::Value facebook::jsi::Function::call<std::__1::basic_string<char, std::__1::char_tr... + 244
32  Delta                         	0x0000000104c65c1c std::__1::__function::__func<facebook::react::JSIExecutor::callFunction(std::__1::basic_string<ch... + 96
33  Delta                         	0x0000000104bf2154 void std::__1::__invoke_void_return_wrapper<void>::__call<void (*&)(std::__1::function<void ()> c... + 72
34  Delta                         	0x0000000104c63bfc facebook::react::JSIExecutor::callFunction(std::__1::basic_string<char, std::__1::char_traits<cha... + 356
35  Delta                         	0x0000000104c5b960 std::__1::__function::__func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::func... + 60
36  Delta                         	0x0000000104c05028 facebook::react::tryAndReturnError(std::__1::function<void ()> const&) + 40
37  Delta                         	0x0000000104bfb5b4 facebook::react::RCTMessageThread::tryFunc(std::__1::function<void ()> const&) + 24
38  CoreFoundation                	0x00000001a171cec4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 20 (CFRunLoop.c:1774)
39  CoreFoundation                	0x00000001a171c664 __CFRunLoopDoBlocks + 264 (CFRunLoop.c:1815)
40  CoreFoundation                	0x00000001a1717d9c __CFRunLoopRun + 2312 (CFRunLoop.c:3124)
41  CoreFoundation                	0x00000001a171716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
42  Delta                         	0x0000000104bdcb98 +[RCTCxxBridge runRunLoop] + 264
43  Foundation                    	0x00000001a1b87884 __NSThread__start__ + 848 (NSThread.m:724)
44  libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
45  libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        	0x00000001a1597c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001a14b94e4 _pthread_cond_wait$VARIANT$armv81 + 676 (pthread_cond.c:591)
2   libc++.1.dylib                	0x00000001a15e97a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287)
3   JavaScriptCore                	0x00000001b020f69c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::uni... + 108 (condition_variable:204)
4   JavaScriptCore                	0x00000001b0213010 bmalloc::Scavenger::threadRunLoop() + 200 (condition_variable:213)
5   JavaScriptCore                	0x00000001b0212cf8 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:295)
6   JavaScriptCore                	0x00000001b0214004 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 40 (type_traits:4361)
7   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575a5c mach_msg + 72 (mach_msg.c:103)
2   Delta                         	0x00000001049fc86c CLSMachExceptionServer + 100
3   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
4   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575a5c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001a171c918 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001a1717a38 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001a171716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   WebCore                       	0x00000001a9596434 RunWebThread(void*) + 612 (WebCoreThread.mm:626)
6   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
7   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

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

Thread 10:
0   libsystem_pthread.dylib       	0x00000001a14bfadc start_wqthread + 0

Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575a5c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001a171c918 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001a1717a38 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001a171716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   CFNetwork                     	0x00000001a49793c0 -[__CoreSchedulingSetRunnable runForever] + 192 (CoreSchedulingSet.mm:1372)
6   Foundation                    	0x00000001a1b87884 __NSThread__start__ + 848 (NSThread.m:724)
7   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib        	0x00000001a1597c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001a14b94e4 _pthread_cond_wait$VARIANT$armv81 + 676 (pthread_cond.c:591)
2   JavaScriptCore                	0x00000001b01d3e0c WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 144 (ThreadingPOSIX.cpp:541)
3   JavaScriptCore                	0x00000001b01b9cb8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::Scope... + 2040 (ParkingLot.cpp:596)
4   JavaScriptCore                	0x00000001b0192574 bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:80)
5   JavaScriptCore                	0x00000001b01928fc WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>:... + 216 (Condition.h:115)
6   JavaScriptCore                	0x00000001b01d1a44 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 256 (Function.h:79)
7   JavaScriptCore                	0x00000001b01d35b4 WTF::wtfThreadEntryPoint(void*) + 12 (ThreadingPOSIX.cpp:200)
8   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
9   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib        	0x00000001a1597c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001a14b94e4 _pthread_cond_wait$VARIANT$armv81 + 676 (pthread_cond.c:591)
2   JavaScriptCore                	0x00000001b01d3e0c WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 144 (ThreadingPOSIX.cpp:541)
3   JavaScriptCore                	0x00000001b01b9cb8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::Scope... + 2040 (ParkingLot.cpp:596)
4   JavaScriptCore                	0x00000001b0192574 bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:80)
5   JavaScriptCore                	0x00000001b01928fc WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>:... + 216 (Condition.h:115)
6   JavaScriptCore                	0x00000001b01d1a44 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 256 (Function.h:79)
7   JavaScriptCore                	0x00000001b01d35b4 WTF::wtfThreadEntryPoint(void*) + 12 (ThreadingPOSIX.cpp:200)
8   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
9   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib        	0x00000001a1597c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001a14b94e4 _pthread_cond_wait$VARIANT$armv81 + 676 (pthread_cond.c:591)
2   JavaScriptCore                	0x00000001b01d3e0c WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 144 (ThreadingPOSIX.cpp:541)
3   JavaScriptCore                	0x00000001b01b9cb8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::Scope... + 2040 (ParkingLot.cpp:596)
4   JavaScriptCore                	0x00000001b0192574 bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:80)
5   JavaScriptCore                	0x00000001b01928fc WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>:... + 216 (Condition.h:115)
6   JavaScriptCore                	0x00000001b01d1a44 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 256 (Function.h:79)
7   JavaScriptCore                	0x00000001b01d35b4 WTF::wtfThreadEntryPoint(void*) + 12 (ThreadingPOSIX.cpp:200)
8   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
9   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib        	0x00000001a1597c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001a14b94e4 _pthread_cond_wait$VARIANT$armv81 + 676 (pthread_cond.c:591)
2   JavaScriptCore                	0x00000001b01d3e0c WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 144 (ThreadingPOSIX.cpp:541)
3   JavaScriptCore                	0x00000001b01b9cb8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::Scope... + 2040 (ParkingLot.cpp:596)
4   JavaScriptCore                	0x00000001b0192574 bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:80)
5   JavaScriptCore                	0x00000001b01928fc WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>:... + 216 (Condition.h:115)
6   JavaScriptCore                	0x00000001b01d1a44 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 256 (Function.h:79)
7   JavaScriptCore                	0x00000001b01d35b4 WTF::wtfThreadEntryPoint(void*) + 12 (ThreadingPOSIX.cpp:200)
8   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
9   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib        	0x00000001a1597c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001a14b94e4 _pthread_cond_wait$VARIANT$armv81 + 676 (pthread_cond.c:591)
2   JavaScriptCore                	0x00000001b01d3e0c WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 144 (ThreadingPOSIX.cpp:541)
3   JavaScriptCore                	0x00000001b01b9cb8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::Scope... + 2040 (ParkingLot.cpp:596)
4   JavaScriptCore                	0x00000001b0192574 bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:80)
5   JavaScriptCore                	0x00000001b01928fc WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>:... + 216 (Condition.h:115)
6   JavaScriptCore                	0x00000001b01d1a44 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 256 (Function.h:79)
7   JavaScriptCore                	0x00000001b01d35b4 WTF::wtfThreadEntryPoint(void*) + 12 (ThreadingPOSIX.cpp:200)
8   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
9   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 17 name:
Thread 17:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575a5c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001a171c918 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001a1717a38 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001a171716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   CoreFoundation                	0x00000001a1717eb8 CFRunLoopRun + 60 (CFRunLoop.c:3216)
6   CoreMotion                    	0x00000001adf45264 CLMotionCore::runMotionThread(void*) + 1092 (CLMotionCore.mm:340)
7   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 18:
0   libsystem_kernel.dylib        	0x00000001a1598238 __semwait_signal + 8
1   libsystem_c.dylib             	0x00000001a1405664 nanosleep + 212 (nanosleep.c:104)
2   libsystem_c.dylib             	0x00000001a1405464 sleep + 44 (sleep.c:62)
3   Delta                         	0x0000000104d1bce8 monitorCachedData + 632
4   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
5   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 19 name:
Thread 19:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575a5c mach_msg + 72 (mach_msg.c:103)
2   libsystem_kernel.dylib        	0x00000001a1592324 thread_suspend + 80 (thread_actUser.c:1016)
3   Delta                         	0x0000000104d19edc handleExceptions + 120
4   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
5   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 20 name:
Thread 20:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575ad4 mach_msg + 192 (mach_msg.c:121)
2   Delta                         	0x0000000104d19f08 handleExceptions + 164
3   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
4   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 21 name:
Thread 21:
0   libsystem_kernel.dylib        	0x00000001a1597c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001a14b94e4 _pthread_cond_wait$VARIANT$armv81 + 676 (pthread_cond.c:591)
2   JavaScriptCore                	0x00000001b01d3e0c WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 144 (ThreadingPOSIX.cpp:541)
3   JavaScriptCore                	0x00000001b01b9cb8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::Scope... + 2040 (ParkingLot.cpp:596)
4   JavaScriptCore                	0x00000001b0192574 bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:80)
5   JavaScriptCore                	0x00000001b01928fc WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>:... + 216 (Condition.h:115)
6   JavaScriptCore                	0x00000001b01d1a44 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 256 (Function.h:79)
7   JavaScriptCore                	0x00000001b01d35b4 WTF::wtfThreadEntryPoint(void*) + 12 (ThreadingPOSIX.cpp:200)
8   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
9   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 22 name:
Thread 22:
0   libsystem_kernel.dylib        	0x00000001a1598148 __select + 8
1   CoreFoundation                	0x00000001a172a3ec __CFSocketManager + 636 (CFSocket.c:1321)
2   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
3   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 23:
0   libsystem_pthread.dylib       	0x00000001a14bfadc start_wqthread + 0

Thread 24 name:
Thread 24:
0   libsystem_kernel.dylib        	0x00000001a15765f0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a1575a5c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001a171c918 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001a1717a38 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001a171716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   AVFAudio                      	0x00000001ae086514 GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:91)
6   AVFAudio                      	0x00000001ae0d6ef0 CAPThread::Entry(CAPThread*) + 204 (CAPThread.cpp:286)
7   libsystem_pthread.dylib       	0x00000001a14bc1f0 _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       	0x00000001a14bfaf0 thread_start + 8

Thread 1 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x000000000000006e   x7: 0x000000000003b500
    x8: 0x000000016b5c3000   x9: 0x0000000000000000  x10: 0x00000000000003e8  x11: 0x000000000000000b
   x12: 0x00000001d8217080  x13: 0x000000000000002c  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x0000000000000001  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000e03  x21: 0x000000016b5c30e0  x22: 0x0000000000000007  x23: 0x000000016b5c30e0
   x24: 0x0000000000000000  x25: 0x0000000000000110  x26: 0x00000002839b6d80  x27: 0x000000016b5c30e0
   x28: 0x000000016b5c3180   fp: 0x000000016b5c23a0   lr: 0x00000001a14b7c20
    sp: 0x000000016b5c2380   pc: 0x00000001a1597ebc cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x1048c4000 - 0x104ef7fff Delta arm64  <458fc9f1ffd13684ba887a4188f58297> /var/containers/Bundle/Application/4E03D6B4-7B53-49CE-81FD-CBB4675CEACF/Delta.app/Delta
0x105254000 - 0x1052b7fff dyld arm64  <4c783f424f973ae2b0c6be0658997437> /usr/lib/dyld
0x1070f0000 - 0x1070fbfff libobjc-trampolines.dylib arm64  <5a1a8ef01186339f9a6e97aa07c0c4bf> /usr/lib/libobjc-trampolines.dylib
0x1a134b000 - 0x1a1361fff libsystem_trace.dylib arm64  <5a744354b0df395d8470c5bc999a136b> /usr/lib/system/libsystem_trace.dylib
0x1a1362000 - 0x1a1393fff libxpc.dylib arm64  <2293a347305f36b1810288378f3a1e9d> /usr/lib/system/libxpc.dylib
0x1a1394000 - 0x1a1394fff libsystem_blocks.dylib arm64  <eb1f649d630830008b81b698aece73a9> /usr/lib/system/libsystem_blocks.dylib
0x1a1395000 - 0x1a1411fff libsystem_c.dylib arm64  <2928e8468be23208a2b0a6bdadb41fc2> /usr/lib/system/libsystem_c.dylib
0x1a1412000 - 0x1a1485fff libdispatch.dylib arm64  <22e5f4fc77fb3802a91f73dab9ba5deb> /usr/lib/system/libdispatch.dylib
0x1a1486000 - 0x1a14a5fff libsystem_malloc.dylib arm64  <e277eeeb386c3f9682630683bc332ab1> /usr/lib/system/libsystem_malloc.dylib
0x1a14a6000 - 0x1a14b0fff libsystem_platform.dylib arm64  <7b36a220d0543f91bfae216e2d2361b8> /usr/lib/system/libsystem_platform.dylib
0x1a14b1000 - 0x1a14c1fff libsystem_pthread.dylib arm64  <f780d9320cee33d7900b64b78051ee93> /usr/lib/system/libsystem_pthread.dylib
0x1a14c2000 - 0x1a14f2fff libobjc.A.dylib arm64  <d66d6355029b34428bf8829b4658f650> /usr/lib/libobjc.A.dylib
0x1a14f3000 - 0x1a155efff libcorecrypto.dylib arm64  <9c2317593aa53329af6a5413a922180e> /usr/lib/system/libcorecrypto.dylib
0x1a155f000 - 0x1a1572fff libc++abi.dylib arm64  <ea9d20cdf7ab32a881e360074cb06f04> /usr/lib/libc++abi.dylib
0x1a1573000 - 0x1a15a0fff libsystem_kernel.dylib arm64  <d963b910e2af3417b240e51d63b3a60c> /usr/lib/system/libsystem_kernel.dylib
0x1a15a1000 - 0x1a15d2fff libdyld.dylib arm64  <a5fe1bc7c6373c0b9e9af929b96583a2> /usr/lib/system/libdyld.dylib
0x1a15d3000 - 0x1a15dafff libsystem_darwin.dylib arm64  <e03c2663917e39288fbc8738ef3b6fa8> /usr/lib/system/libsystem_darwin.dylib
0x1a15db000 - 0x1a1631fff libc++.1.dylib arm64  <c30e496e41573779acb5edf2a4e7fd05> /usr/lib/libc++.1.dylib
0x1a1632000 - 0x1a1673fff libsystem_info.dylib arm64  <c088fe3365f7395a863f9e33c1328d12> /usr/lib/system/libsystem_info.dylib
0x1a1674000 - 0x1a19e7fff CoreFoundation arm64  <60cc2df8623a36f398a1b2eed7b5b0cb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1a19e8000 - 0x1a1a4efff SystemConfiguration arm64  <e34502d5c03730d298de1b34c790e2b2> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1a1a4f000 - 0x1a1d08fff Foundation arm64  <dbde3cc3342035a3a8155f48def6b71c> /System/Library/Frameworks/Foundation.framework/Foundation
0x1a1d09000 - 0x1a1d3bfff libCRFSuite.dylib arm64  <773b93ce46a834bb9599c5da77f69814> /usr/lib/libCRFSuite.dylib
0x1a1d3c000 - 0x1a1eb4fff CoreServices arm64  <7eeece7635e533768cad70421aa29bcc> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1a1eb5000 - 0x1a1f16fff libSparse.dylib arm64  <25dc52e69fae33a3a2e9124fa2ac634b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1a1f17000 - 0x1a2403fff ImageIO arm64  <68a5fb7ebfe33fc68b29e299713facf7> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1a2404000 - 0x1a2406fff ConstantClasses arm64  <93db628ae6be34c9878f42040d94850a> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1a2407000 - 0x1a25a3fff CoreText arm64  <eac594670da936fd8a151843876a9783> /System/Library/Frameworks/CoreText.framework/CoreText
0x1a25a4000 - 0x1a26cdfff Security arm64  <27391288cc7d31bbb07436c0ff858170> /System/Library/Frameworks/Security.framework/Security
0x1a26ce000 - 0x1a2770fff IOKit arm64  <d95e564a0dbf3965bc9f28e21a39eb52> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1a2771000 - 0x1a27a6fff libMobileGestalt.dylib arm64  <5d7f43cf1f2a310fa9c0eccfb1aa4fd9> /usr/lib/libMobileGestalt.dylib
0x1a27a7000 - 0x1a2803fff libprotobuf.dylib arm64  <badbfbceae5434efb40c99508f7c92c0> /usr/lib/libprotobuf.dylib
0x1a2804000 - 0x1a2815fff libprotobuf-lite.dylib arm64  <6fa7d447f4d036ccb7ff6acea216af53> /usr/lib/libprotobuf-lite.dylib
0x1a2816000 - 0x1a2a67fff libicucore.A.dylib arm64  <e2087693ee9832d58804cfe7f6a7e214> /usr/lib/libicucore.A.dylib
0x1a2a68000 - 0x1a2a90fff CoreServicesInternal arm64  <fe47eda28c4b341ba7ef628bfd888e37> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a2a91000 - 0x1a2ad9fff WirelessDiagnostics arm64  <633c0ba70abb31f184b0ea2ab667ded7> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1a2ada000 - 0x1a2b13fff libAWDSupport.dylib arm64  <bc9d81da21843992aa2aef2b6df3a397> /usr/lib/libAWDSupport.dylib
0x1a2b14000 - 0x1a2f9afff CoreAudio arm64  <f35f51b4064c306e855b8acbd1a66653> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1a2f9b000 - 0x1a3265fff CoreImage arm64  <e9aa242f9238302bbfb3015a07ebda03> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1a3266000 - 0x1a3354fff LanguageModeling arm64  <377dc76d93d1361ba6911af28e932a5c> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1a3355000 - 0x1a339bfff Lexicon arm64  <2f96354d1d6032b2b5760ee35b62f632> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a339c000 - 0x1a351ffff libsqlite3.dylib arm64  <afbee57fe9a131afb8a131c822809993> /usr/lib/libsqlite3.dylib
0x1a3520000 - 0x1a354ffff MobileKeyBag arm64  <c2e30162042b3552b90d879e88b30ced> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1a3550000 - 0x1a3559fff libsystem_notify.dylib arm64  <a3f7fa786f9934c89a32bf9e221563d1> /usr/lib/system/libsystem_notify.dylib
0x1a355a000 - 0x1a3722fff CoreDuet arm64  <ada6994f88ae37678c8ac88a639e9dd7> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1a3723000 - 0x1a3864fff Montreal arm64  <d33b55ca6dfb3c4db1666f10f8874a92> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1a3865000 - 0x1a394bfff NLP arm64  <e81575dc2c323b46849e52d501fcc2bf> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1a394c000 - 0x1a3967fff CellularPlanManager arm64  <34f61af649c636d0971b75a76cbba4b8> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1a3968000 - 0x1a39a4fff AppSupport arm64  <f3e6dfe0373d3107a68dc35b3942deb4> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1a39a5000 - 0x1a3e6ffff libnetwork.dylib arm64  <5858acc9d74f3482adcad90934a06bb6> /usr/lib/libnetwork.dylib
0x1a3e70000 - 0x1a3f75fff ManagedConfiguration arm64  <fd23cf074b39395bb7d2ad8302239838> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1a3f76000 - 0x1a3f9ffff CoreServicesStore arm64  <7d9339ff242a322d86578a7dc9760ef2> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1a3fa0000 - 0x1a3fbffff UserManagement arm64  <02a091e0713f37cf964a5d1d933c337b> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a3fc0000 - 0x1a4273fff CoreML arm64  <551918fe68d53b7db6eb7abd1f253c96> /System/Library/Frameworks/CoreML.framework/CoreML
0x1a4274000 - 0x1a428afff ProtocolBuffer arm64  <3b760831f6723fd78d78bc52eff2c568> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1a428b000 - 0x1a42a5fff CommonUtilities arm64  <10bdc0c6156933e5a4a006b6280d6574> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1a42a6000 - 0x1a42a6fff libenergytrace.dylib arm64  <d9f9e03ed6b43b7fae1c9f23b39b6d37> /usr/lib/libenergytrace.dylib
0x1a42a7000 - 0x1a42defff RunningBoardServices arm64  <c20de821920d3d14a5d0bbdf448981c5> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1a42df000 - 0x1a4352fff BaseBoard arm64  <ad0991a2903b3aaa9924cb4e39b49b9d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1a4353000 - 0x1a4898fff SiriTTS arm64  <07e33d69d5de3fb5b8a0ba2ae405fb55> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1a4899000 - 0x1a4907fff CoreLocation arm64  <63d7e9c142fa3dd7a9ad5d89de829434> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1a4915000 - 0x1a4965fff Accounts arm64  <97fd514a651830f49b4084cb930475ca> /System/Library/Frameworks/Accounts.framework/Accounts
0x1a4966000 - 0x1a4976fff SharedWebCredentials arm64  <dbce0c4a22a43a4d8e65239d8039926b> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1a4977000 - 0x1a4cc0fff CFNetwork arm64  <d991f701d02e3e2cbc170e28bf6d017c> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1a4cc1000 - 0x1a4da0fff UIFoundation arm64  <8530bde234613e1ba00ecb1a1dc20960> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1a4da1000 - 0x1a5e25fff UIKitCore arm64  <f484d4b23b523c7aab2e411feca64188> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1a5e26000 - 0x1a5e34fff AssertionServices arm64  <271b79901f213de7915d1fb6b076154c> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a5e35000 - 0x1a5f06fff CoreTelephony arm64  <8ca85cc86d40312eb5d7483f7d33de56> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a5f07000 - 0x1a5f0cfff AggregateDictionary arm64  <1ca0fa88a6bd3833a74a6032e38d4a33> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1a5f0d000 - 0x1a5f23fff libsystem_asl.dylib arm64  <9236479547693d7c900878e55ffc5682> /usr/lib/system/libsystem_asl.dylib
0x1a5f24000 - 0x1a5f9bfff CloudDocs arm64  <926c61b5c7ed3846a67813a459fbbd92> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a5f9c000 - 0x1a62b4fff CoreData arm64  <1088fba5ce3839e3ae69257b93e4a345> /System/Library/Frameworks/CoreData.framework/CoreData
0x1a62b5000 - 0x1a64dffff Vision arm64  <8a52efe1282138d6bdf2c16c66717e4c> /System/Library/Frameworks/Vision.framework/Vision
0x1a64e0000 - 0x1a6523fff PhotoFoundation arm64  <231b286a3b353defadafeab01bd5ff03> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1a6524000 - 0x1a6552fff BoardServices arm64  <5a04a30129c238c387dd626023615bdf> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a6553000 - 0x1a6604fff libboringssl.dylib arm64  <956d053cc3de3fbd86f6a286a66aaee4> /usr/lib/libboringssl.dylib
0x1a6605000 - 0x1a6613fff libsystem_networkextension.dylib arm64  <5da16d0d2da73e6683d43b70d966ea77> /usr/lib/system/libsystem_networkextension.dylib
0x1a6614000 - 0x1a6634fff CoreAnalytics arm64  <97f1341451ba36418c0d8c5fdcf929eb> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a6635000 - 0x1a67a3fff CloudKit arm64  <03c6efc3b322325d9f5a91e024e54678> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1a67a4000 - 0x1a67f0fff SpringBoardServices arm64  <de880a35a2873b02b461aa3ff97afe88> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a67f1000 - 0x1a6869fff FrontBoardServices arm64  <fb4667524b243d21ab15cb487eb394ef> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a686a000 - 0x1a6981fff Network arm64  <35b86b37ee5b35dd8b5f85eef70ab032> /System/Library/Frameworks/Network.framework/Network
0x1a6982000 - 0x1a69defff libusrtcp.dylib arm64  <a4292c02d20630b8a88869eb346429c8> /usr/lib/libusrtcp.dylib
0x1a69df000 - 0x1a69e6fff libsystem_symptoms.dylib arm64  <9852a40c2f263de984bb6882bbfd8776> /usr/lib/system/libsystem_symptoms.dylib
0x1a69e7000 - 0x1a7875fff GeoServices arm64  <2cb34be8d4a43ba9b756e9321e500866> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a7876000 - 0x1a787efff TCC arm64  <fb1b10edd3573d84b27ec00276974eda> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1a787f000 - 0x1a78d8fff IMFoundation arm64  <6ffeb05fbdb0379e921d973dc4a1ce93> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a78d9000 - 0x1a7a37fff CoreUtils arm64  <de0728f44d83308dbf50068098a54482> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a7a38000 - 0x1a7adffff IMSharedUtilities arm64  <d83aafd8ec0f36458b8dcbd42dc0db47> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a7b2e000 - 0x1a7b36fff libsystem_containermanager.dylib arm64  <0622fc28108035cc9b50fdfda0e9c0ff> /usr/lib/system/libsystem_containermanager.dylib
0x1a7b37000 - 0x1a7bb2fff AppleAccount arm64  <c5eb52b256dd3befa11018e98b19e0d9> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a7bb3000 - 0x1a7bcefff ApplePushService arm64  <1ee8a260811433aa8b730ec74be0dca5> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a7bcf000 - 0x1a7cb8fff IDS arm64  <64621ed7f8363b6ea21df6906feed565> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a7cb9000 - 0x1a7de4fff IDSFoundation arm64  <3afd774f3f1e30e7a3167b62bf4d5f48> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a7de5000 - 0x1a7de6fff libCTGreenTeaLogger.dylib arm64  <fe23a0d7dc493a059446bd671fc1cc9d> /usr/lib/libCTGreenTeaLogger.dylib
0x1a7e47000 - 0x1a7f44fff CoreMedia arm64  <bd338c3a6778389782914b76b6bc5194> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a7f45000 - 0x1a7f54fff UIKitServices arm64  <bcdd3cd8e4733dfc8219b518b2a0b22e> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1a7f55000 - 0x1a7faafff BackBoardServices arm64  <5bab053931e839aa9f67846d9ca7f8c8> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1a7fab000 - 0x1a81f2fff QuartzCore arm64  <b976d48bb9073395856189848a735c57> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1a81f3000 - 0x1a83b0fff ColorSync arm64  <8228b0b5e5bc396b955869fe3b0da807> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a83b1000 - 0x1a891efff CoreGraphics arm64  <8ec9136f58a33a89a86c8ce20d495f70> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1a891f000 - 0x1a8a4ffff Contacts arm64  <039612d4e67f3651bd02b81aa60c8f22> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a8a50000 - 0x1a8a7ffff UserNotifications arm64  <017c463decc23bc78b56534e322dc54f> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a8a80000 - 0x1a8aa3fff LocationSupport arm64  <f2263450340e356c83b4613989f79304> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a8aa4000 - 0x1a8bf2fff Sharing arm64  <97ddb83cea9a38378e5425f8072cc566> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1a8bf3000 - 0x1a91aafff WebKit arm64  <ef36ec623bcc30a7958b16b6c2b45599> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a91ab000 - 0x1aad8bfff WebCore arm64  <c5caae5099523818b670ca9867cb24e4> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1aad8c000 - 0x1aada3fff libAccessibility.dylib arm64  <269f45641c603ce5ab920a74d313bf9d> /usr/lib/libAccessibility.dylib
0x1aada4000 - 0x1aadaffff AXCoreUtilities arm64  <949195a265ca3a779cf1fc882ae68bdb> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1aadb0000 - 0x1aae24fff ContactsFoundation arm64  <ff3d0793e118364f8a541c2eff9a9462> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1aae25000 - 0x1aae38fff PowerLog arm64  <3b3727d401d335cb864409da2f7dd5f9> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1aae39000 - 0x1aae4afff IOSurface arm64  <77f65619dc4b368c9111a3335eafd89e> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1aae4b000 - 0x1ab53dfff MediaToolbox arm64  <8bc541197b1032d2ac3d8d0bf077ea3e> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1ab53e000 - 0x1ab546fff GraphicsServices arm64  <488e648d46c635608c42986c9103a929> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1ab628000 - 0x1ab7fffff AVFoundation arm64  <38f511ae0268371188f4a4d7e26e1ec4> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1ab800000 - 0x1ab836fff OnBoardingKit arm64  <b506925f22da31a8bf3064eae72ef3f3> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1ab837000 - 0x1ab884fff MobileWiFi arm64  <8f7c373fde3f3be8b7d6bab1f2d3f146> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1ab885000 - 0x1ab89dfff MobileAsset arm64  <325634950bf63d8eaa0f6ca08f8deca6> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1ab89e000 - 0x1ab8abfff libGSFont.dylib arm64  <09ab5dc754c438e293cb4d594293cc7a> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1ab8ac000 - 0x1ab8b5fff FontServices arm64  <2831d9de3b743ad3ac8b9d7e206b2556> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1ab8b6000 - 0x1ab9fffff libFontParser.dylib arm64  <7edeedcaebb635eda3ecbabdc8eb3e9a> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1aba4e000 - 0x1abb8efff SearchFoundation arm64  <5a03256fd34c3cb3b5169cc442bd4baf> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1abb8f000 - 0x1abcadfff Preferences arm64  <8d6d96267ce13d9bbeca5d4acd173156> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1abcae000 - 0x1ac2cdfff PhotoLibraryServices arm64  <488c82e48dee30fa8201386e45a8e7a0> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1ac2ce000 - 0x1ac531fff vImage arm64  <4a1ba4a1df5a3e9e886f416222d132fc> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1ac532000 - 0x1ac71afff AudioToolbox arm64  <61170ed106c33db3a579156dee675d32> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1ac71b000 - 0x1ac754fff libAudioToolboxUtility.dylib arm64  <b8b3b8846b6d35408da0f680d924cb7a> /usr/lib/libAudioToolboxUtility.dylib
0x1ac755000 - 0x1ac900fff ContactsUI arm64  <89ff3b387cec30c1bab1f22c840cada1> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1acb65000 - 0x1acbf3fff ShareSheet arm64  <98080dcbeb0638d087a4595e0e0f1b80> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1acbf4000 - 0x1acc07fff BaseBoardUI arm64  <4d67e4e73aa23675a531d57b5585038e> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1acc08000 - 0x1accbbfff PDFKit arm64  <6d9f82f4781930e088d0e17ea22e091d> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1acd3c000 - 0x1acd68fff DocumentManager arm64  <c11e89fdc8b9382ba987391cd8d8f07d> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1acfc1000 - 0x1ad030fff AuthKit arm64  <c0d0ab41c9d2395a91f415093d29ccfa> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1ad031000 - 0x1ad435fff Intents arm64  <945cf39315bb3d278560a111286df83e> /System/Library/Frameworks/Intents.framework/Intents
0x1ad436000 - 0x1ad44afff libCGInterfaces.dylib arm64  <554d4f0deab53bc4b156c89496e3acc0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1ad44b000 - 0x1ad597fff WebKitLegacy arm64  <f0fdd49d354130348d1c0bc984978a6c> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1ad598000 - 0x1ad600fff TextInput arm64  <476c0f7e7ac13fc1bea9722fa723199d> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1ad67e000 - 0x1ad681fff XCTTargetBootstrap arm64  <aa9bedfdb93038d8b1339c53f0d4f6b5> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1ad682000 - 0x1ad737fff CorePDF arm64  <b6117e0faebb33188a24580b202bcfdf> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1ad773000 - 0x1adb2dfff MediaPlayer arm64  <c01e39d5fa383460a4330ee26790ecc2> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1adb2e000 - 0x1ade36fff AppleMediaServices arm64  <02e2af92b1af370583568449d1f86a04> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1ade37000 - 0x1ade5efff CacheDelete arm64  <2930e8a1b6d7349dae54f146c5f10343> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1ade5f000 - 0x1ae01ffff CoreMotion arm64  <9faee3ffa4903dbe8bad85bb39dca1ee> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1ae020000 - 0x1ae10dfff AVFAudio arm64  <b6e83ac639ee3fcc953f4716eb6b2cb2> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1ae10e000 - 0x1ae328fff RawCamera arm64  <410b142328f43fa98950d2a873e6e6bf> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1ae329000 - 0x1ae3dffff CoreUI arm64  <04bf133665893b4ead6a088caca78ff9> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1ae3e0000 - 0x1ae404fff AppSupportUI arm64  <fd3b02ae66f039e7899ff72bb02b27b8> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1ae405000 - 0x1ae43afff CoreVideo arm64  <3c285a617a57328d995319188ed7ab45> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1ae43b000 - 0x1ae667fff AudioToolboxCore arm64  <cf4ee6b3ec36377f9ad1c86ff0b9268f> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1ae668000 - 0x1ae6acfff CoreDuetContext arm64  <fd40df4d3c203144ab4d939f6dda8e63> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1ae6ad000 - 0x1ae6e6fff SetupAssistant arm64  <657d9677248f3a1493ae44d4ad7e9d9c> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1ae6e7000 - 0x1ae7a0fff TelephonyUtilities arm64  <f39788cd6c2134ab8a819a0d0fd650af> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1ae7a1000 - 0x1ae7cbfff PlugInKit arm64  <0235325308fa30d9ae184131460b8c78> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1aeb11000 - 0x1aec3efff AssistantServices arm64  <f79523a535ee30dcba706fe55b247af8> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1aec3f000 - 0x1aec9efff ProactiveSupport arm64  <84e94d830b933a1787a53d0bb44bf5ee> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1aec9f000 - 0x1aeed6fff MapKit arm64  <5bc2dc683e083929a953ed479d0441cb> /System/Library/Frameworks/MapKit.framework/MapKit
0x1aeed7000 - 0x1aeeeefff PrototypeTools arm64  <96a11ac01a5a35fb8282e04979675ee2> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1aeeef000 - 0x1aefd9fff MediaExperience arm64  <8e345daee7a138ecb4a8608efa4525fe> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1aefda000 - 0x1af23dfff Celestial arm64  <5873b526438a3aa485661ac32f2b417e> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1af296000 - 0x1af453fff EventKitUI arm64  <7ff84a6b6edf39e1a6025e0e67b925ad> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1af454000 - 0x1afb4efff VectorKit arm64  <8ae3155aea673d7abe6d6d5c2fc3dc29> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1afb4f000 - 0x1afc1dfff AVKit arm64  <6225808962fc3e31bc4365c7105ddb53> /System/Library/Frameworks/AVKit.framework/AVKit
0x1afc1e000 - 0x1afc4cfff Pegasus arm64  <ce06c91ae7b134dcab863125383179a6> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1afc4d000 - 0x1afc4ffff libapp_launch_measurement.dylib arm64  <e36ae802af2031f4b6a3c8a1a05b7bbf> /usr/lib/libapp_launch_measurement.dylib
0x1afd28000 - 0x1afd89fff CoreSpotlight arm64  <bd33c7cb1b3e3ea4a6f53aa9a4c6bfff> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1afd8a000 - 0x1afe1dfff AddressBookLegacy arm64  <1811ec3a80b3343a9dfc8b290e561683> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1afe1e000 - 0x1afe2dfff CrashReporterSupport arm64  <93a6cb72d45030b0ad858f0f02022802> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1afe2e000 - 0x1afe40fff MobileBluetooth arm64  <55c98b111a6530388f6e60f2ae52e816> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1afe41000 - 0x1afef8fff LinkPresentation arm64  <d868587c0fa638b4824d9a61f7bfd5ad> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1afef9000 - 0x1aff2dfff StoreKit arm64  <fec919ad00883c0c9e8e7cf82f9459c1> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1aff2e000 - 0x1aff32fff libsystem_configuration.dylib arm64  <2e6551422613398884539c9a6a8c7d2d> /usr/lib/system/libsystem_configuration.dylib
0x1aff33000 - 0x1aff8afff RemoteUI arm64  <917ec2c92d9636a28d6f282a353f2cb9> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1aff8b000 - 0x1affd9fff AuthKitUI arm64  <b0408877b76434b499153aed907ff2c2> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1affda000 - 0x1b003efff CoreRecognition arm64  <33008307c55833a280e34ed9302fd10d> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1b003f000 - 0x1b00c1fff Social arm64  <d7b8f487b48f3b58b2937c1e6b29586e> /System/Library/Frameworks/Social.framework/Social
0x1b0110000 - 0x1b011efff HangTracer arm64  <1e40bf0370b53b679179d6299a2bd7d0> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1b011f000 - 0x1b0184fff CoreNLP arm64  <348b229d78333eeb8b21f6e0bbe23e2d> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1b0185000 - 0x1b0186fff liblangid.dylib arm64  <c8d580a70fd6376bae9b98649aaae04a> /usr/lib/liblangid.dylib
0x1b0187000 - 0x1b0ee2fff JavaScriptCore arm64  <120ec71ce9083c5280d9e09d1425ec6c> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1b0ee3000 - 0x1b0f70fff libTelephonyUtilDynamic.dylib arm64  <e46f75fe8b0238fb8608cc40cc929fad> /usr/lib/libTelephonyUtilDynamic.dylib
0x1b0f85000 - 0x1b11fefff StoreServices arm64  <23db4c10b278362581ca5c8f34a1aa56> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1b11ff000 - 0x1b1208fff IOMobileFramebuffer arm64  <52d7ede85120303d9a9391f6e2853a2e> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1b1209000 - 0x1b1365fff SafariServices arm64  <f2a190ad079c367da64e78644708470f> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1b154d000 - 0x1b1566fff CoreMaterial arm64  <964c1b7e2d1737a6b89e4f42f13e25b9> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1b1567000 - 0x1b164dfff libxml2.2.dylib arm64  <cdac7746bcba3f14b1141490dd998ad8> /usr/lib/libxml2.2.dylib
0x1b2ca4000 - 0x1b2cebfff MetadataUtilities arm64  <22216f220ee23c138fd16ca237ea3e24> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1b2cec000 - 0x1b2d44fff UserActivity arm64  <95182a73ac6034379ecd647d567cce36> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1b3675000 - 0x1b388ffff NetworkExtension arm64  <dbd27205f4153e09a7973b0dd74c17f4> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1b3890000 - 0x1b38c6fff DataDetectorsCore arm64  <4c2c7a483d283b5192efd8fa5174e507> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1b38c7000 - 0x1b3927fff CalendarFoundation arm64  <7a7d2ca8d8ca36adbbf6fd616faf2194> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1b3928000 - 0x1b3a18fff EventKit arm64  <21a8d54e96303773a8aa54c313809956> /System/Library/Frameworks/EventKit.framework/EventKit
0x1b3a19000 - 0x1b3a4dfff MediaServices arm64  <b7a82273363b3c3796994af06ea14ab6> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1b3e8b000 - 0x1b3ecafff BiometricKit arm64  <d15dae91ba483731a89687bd6552013e> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1b3ecb000 - 0x1b3ef6fff PersistentConnection arm64  <52cf7281b100342e8ebb13bf48f38bc9> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1b3ef7000 - 0x1b3f4afff CalendarDaemon arm64  <ddf05f2d746e3e5288709d116b76342a> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1b3f4b000 - 0x1b3fe1fff CalendarDatabase arm64  <4ae59ef997013e93997b14a19116a6f4> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1b3fe2000 - 0x1b41b7fff MediaRemote arm64  <fad9c1743c6432f9a2d4794ef4ef8347> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1b41b8000 - 0x1b41c0fff CorePhoneNumbers arm64  <3ef4a222e42e3baa8b2a352ead281410> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1b41d1000 - 0x1b41f5fff DuetActivityScheduler arm64  <bfb3d63740bf30caa08762832725c62a> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1b41f6000 - 0x1b42b1fff SpringBoardFoundation arm64  <96a524ed170735af96e82af459be4af5> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1b42f2000 - 0x1b4314fff CoreSVG arm64  <e7f5b819f6783194b2108505c8d561ef> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1b432f000 - 0x1b434cfff ProactiveEventTracker arm64  <2f6d3ac7e7683309995732d3d51f7207> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1b434d000 - 0x1b4357fff MallocStackLogging arm64  <c67e3a35c059345dbb63a01b01541d0d> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1b4358000 - 0x1b43ecfff CoreSuggestions arm64  <26cde153e0bd3cde9d11c5d0746224ca> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1b43ed000 - 0x1b4595fff IMCore arm64  <5918400410783503993218b1d01a45f0> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1b4596000 - 0x1b45e6fff DeviceManagement arm64  <b5153003d68c3a48b985153f4ac4ab1a> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1b4dbd000 - 0x1b4dc9fff BluetoothManager arm64  <5a013987fa363891bcb00c1073894a9c> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1b4dca000 - 0x1b4dfffff CoreBluetooth arm64  <bc26c91273c9349f99074323e091247f> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b4e00000 - 0x1b4e02fff libsystem_sandbox.dylib arm64  <6a3b1507ed6935d39ed6ad8711544816> /usr/lib/system/libsystem_sandbox.dylib
0x1b4e03000 - 0x1b4e64fff SpringBoardUIServices arm64  <26e14b3a38d537c0b80d1fb229a11183> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1b4e65000 - 0x1b4e97fff TelephonyUI arm64  <91ef25a04af033358b90fa75b292efb3> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1b4f24000 - 0x1b4f30fff ContextKit arm64  <88bb98ce011c3648af3c226b0241c0ef> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1b4f5f000 - 0x1b4fc7fff Rapport arm64  <f2db1a2295653f3da77c282fefe629d7> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1b4fc8000 - 0x1b4ff4fff OSAnalytics arm64  <9d234dca392d3d03922490566f7ea48b> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1b4ff5000 - 0x1b5022fff MobileInstallation arm64  <69e41daed0f3322a9396acb178d96f99> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1b5023000 - 0x1b50bafff Metal arm64  <407e4b3eac443ba5a1c15060063b3027> /System/Library/Frameworks/Metal.framework/Metal
0x1b50bb000 - 0x1b50c1fff IOAccelerator arm64  <92297a1262ce387ebc547b03d3f770b0> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b50c2000 - 0x1b50cdfff MediaAccessibility arm64  <733362370189311d987551a49e70109c> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b50eb000 - 0x1b50f2fff libsystem_dnssd.dylib arm64  <c555d03ba505382689d5a40c43b8fc77> /usr/lib/system/libsystem_dnssd.dylib
0x1b50f3000 - 0x1b50f9fff PushKit arm64  <f136af4961303375a4da8967d1f7ff0c> /System/Library/Frameworks/PushKit.framework/PushKit
0x1b50fa000 - 0x1b51fafff FileProvider arm64  <09aff7c8a36e3353b4ba98a76af1d1df> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b520e000 - 0x1b520ffff BackgroundTaskAgent arm64  <43a8ff45a1e2392ca5d601da1d0fb9bc> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1b5210000 - 0x1b5214fff LinguisticData arm64  <5454d48c583b37ee97015ecc08b9a2ee> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1b5215000 - 0x1b522dfff CoreSDB arm64  <80583f244a6c39e59a578cab045c5b0c> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1b522e000 - 0x1b523efff Categories arm64  <d83368cda5c2319f84517eec51b09753> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1b5259000 - 0x1b5314fff VideoToolbox arm64  <0a1fdf3d42b136d69af0e1ed70176b55> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1b5748000 - 0x1b5749fff MessageSupport arm64  <1d0ae6c4cf6432aca9beb5c24302b2de> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1b574a000 - 0x1b57a5fff PersonalizationPortrait arm64  <2dc05dcc32b5341b88786785506858e7> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1b57a6000 - 0x1b5812fff AppStoreDaemon arm64  <44bc33c9806b3bad8dddd60f740b5807> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1b586c000 - 0x1b5874fff SymptomDiagnosticReporter arm64  <4f376bba14483b45919db36f86367c79> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1b5875000 - 0x1b5877fff IOSurfaceAccelerator arm64  <e587461c50603bf8bc19caebda3911aa> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1b5878000 - 0x1b5920fff AssetsLibraryServices arm64  <2c1e30e5e1f23c81a706cb4dcb0c9d5d> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1b5921000 - 0x1b5950fff DataAccessExpress arm64  <62c306f1e36d3cdf8bb1c8e68bb3d653> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b5951000 - 0x1b59bdfff EmailFoundation arm64  <1c207318cfbc3ff698f732bd0395b381> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1b59be000 - 0x1b59d3fff CoreFollowUp arm64  <fb40ada204423152ad77959c649375d1> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b59d4000 - 0x1b59dcfff FamilyCircle arm64  <f4e0868caabe3bba9babdc1158ace5c3> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1b59dd000 - 0x1b59f2fff libcoretls.dylib arm64  <6d87d9116f293342871cf7041996fb53> /usr/lib/libcoretls.dylib
0x1b5a48000 - 0x1b5ad7fff libate.dylib arm64  <deda27f4b69e33988083403605ff0da2> /usr/lib/libate.dylib
0x1b6ba2000 - 0x1b6d68fff iAdCore arm64  <bc1bf66a463835d490f834cb85df2987> /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore
0x1b6d69000 - 0x1b6d8efff Pasteboard arm64  <793bf03345003e8892dce5d40987c290> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1b6d8f000 - 0x1b6dddfff FTServices arm64  <a3c2805875973fd5b156b28be34c3b48> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1b6e8d000 - 0x1b6ec5fff SAObjects arm64  <9c982c3649963c53a8b64e658260edf3> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1b6ec6000 - 0x1b6ed0fff CoreRecents arm64  <65c7b1385b673ad9bb3082c945559da1> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1b6ed1000 - 0x1b6f17fff MIME arm64  <a0951bd3594236dd8ee2216b0f4c61db> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1b6f79000 - 0x1b6f86fff DataMigration arm64  <a5d24066dbeb35d39cc56d54c7193c4d> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b707f000 - 0x1b70dafff EmailCore arm64  <3113dce8012f36bd8d67edbf71254214> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1b712b000 - 0x1b714ffff IconServices arm64  <7ab86b8f7bc53e2f840307c1ee09cd9b> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b7150000 - 0x1b7330fff iTunesCloud arm64  <ab4aa41a3bf8362da58d80cc6205c607> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1b7331000 - 0x1b7595fff MusicLibrary arm64  <e7ac6d53661434e28280e0b89a6aa5fe> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b7596000 - 0x1b7597fff WatchdogClient arm64  <d0e67bbbb86a37d48b4b5e1d8c4743e4> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1b7598000 - 0x1b75a9fff libprequelite.dylib arm64  <411e97680eae3e329202b0a02b91ce05> /usr/lib/libprequelite.dylib
0x1b75c8000 - 0x1b75cdfff IDSKVStore arm64  <70ccd6e374ca343da965da002ee4911c> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1b75ce000 - 0x1b75defff CoreEmoji arm64  <a7209aaea12b33eeb7d4d2063197344e> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1b75df000 - 0x1b766efff Email arm64  <56f744aa8a183fd1a5067e9811e562b6> /System/Library/PrivateFrameworks/Email.framework/Email
0x1b766f000 - 0x1b76bbfff ClassKit arm64  <28eb435ed0283bfd8bb475ca545e2eb0> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1b7727000 - 0x1b7731fff CPMS arm64  <02d2bc4a644630a78a22b0e757047f1b> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1b7732000 - 0x1b773afff RTCReporting arm64  <0e3442a8547e32549e36199efa2822c0> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1b77f9000 - 0x1b7855fff iAd arm64  <f738a38db5db3870bab1d0cc00e056f4> /System/Library/Frameworks/iAd.framework/iAd
0x1b788e000 - 0x1b78dafff MobileBackup arm64  <66ceb68976f53b079cf1d7168a1c0bee> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1b7989000 - 0x1b7990fff CoreTime arm64  <97f2e6b1c2ab3505948b493188b9f9e1> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b79c5000 - 0x1b7afdfff IMDPersistence arm64  <5eae745c21213fd280f5e196b8dab2af> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b7b4a000 - 0x1b7b73fff RemoteConfiguration arm64  <faa77dfcb3d038f79fbc329a6c6df84e> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x1b7b74000 - 0x1b7b9dfff DistributedEvaluation arm64  <37493b8aeb3238c08a0a197a5e8c9efa> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1b7f25000 - 0x1b7f78fff ToneLibrary arm64  <03c877cb87dd3798a0637080280bc1ce> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b823a000 - 0x1b8258fff AppConduit arm64  <d1864feb3f7f3f069877a4abea0964e1> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1b8259000 - 0x1b8271fff IntlPreferences arm64  <f520c9c145b33cc2bb7f13a402839609> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1b85c1000 - 0x1b8692fff CoreBrightness arm64  <acb52a80f222359585e7e3c7be08deff> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1b8693000 - 0x1b869afff libIOReport.dylib arm64  <3befb6d9d4e4323eb043ff91db16fb67> /usr/lib/libIOReport.dylib
0x1b8825000 - 0x1b89ccfff libBNNS.dylib arm64  <00a0f8c71bce3093988cb3fdce808a76> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b89cd000 - 0x1b89d3fff StudyLog arm64  <e8dd9f31afd63c24a1a963022be17caf> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b89d4000 - 0x1b8a58fff BulletinBoard arm64  <00a128d9d21b36f4843135f01230f19a> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1b8a59000 - 0x1b8ae6fff iTunesStore arm64  <db04affbab113c3dabb146155043845d> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1b9518000 - 0x1b956ffff SafariCore arm64  <fa7b9a2c8aa3336a9a8e9acdff34f220> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1b9570000 - 0x1b95c3fff ScreenTimeCore arm64  <62d3ba04307b33399affc470950dc58a> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1b95c4000 - 0x1b9914fff NewsCore arm64  <72aea177986d3e4abeff5d9cd04aada9> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x1b9915000 - 0x1b9929fff NewsFoundation arm64  <34a864eb39493f3a9531c79cef3d0403> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x1b992a000 - 0x1b9b93fff NewsTransport arm64  <36bb40cc1fdc3e7a8dd6a044d194b224> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x1b9bc9000 - 0x1b9bdcfff LocalAuthentication arm64  <e6ffb132431e3609a29623c5678b05df> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b9bdd000 - 0x1b9be1fff CommunicationsFilter arm64  <af18fc5227aa3e88b3460124ef3ca9fe> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1b9be2000 - 0x1b9c04fff AddressBook arm64  <1c90e895c1e73cbab0e25bec7e65f252> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1b9c05000 - 0x1b9c10fff CaptiveNetwork arm64  <696fdbadcb0f3257a43fa015382cd352> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1b9c11000 - 0x1b9c11fff AdSupport arm64  <9b6221ec2edb3b5c9d3fe4d3097cac66> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1b9d4a000 - 0x1b9dfcfff libBLAS.dylib arm64  <9f6e49972a9a3a27bfc3378da7e4f3cf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b9dfd000 - 0x1b9e0bfff CTCarrierSpace arm64  <3659448137f537c1a48d96a0df7808c7> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1ba5c7000 - 0x1ba693fff CoreParsec arm64  <bd9ba9593f603445a4d79d60e1f65803> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1ba881000 - 0x1ba89afff libtailspin.dylib arm64  <310317dc166837a38715c0d980de8e9d> /usr/lib/libtailspin.dylib
0x1ba89b000 - 0x1ba8d9fff CalendarUIKit arm64  <f18a4362ec083506885ff34bdd9291c1> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1ba8f8000 - 0x1ba90cfff ContactsDonation arm64  <d7c867f1ca2d326c8d66c9f149a41db4> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1ba956000 - 0x1ba95ffff MobileActivation arm64  <400f239cbfe63acfaa5b1adbe2210ef8> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1ba9e8000 - 0x1ba9f4fff MobileIcons arm64  <728fdb476eeb3a5a9e02985ff2370570> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1ba9f5000 - 0x1baaf5fff ResponseKit arm64  <2c9a8f7a878032058197e85c90bc9b4d> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1babbc000 - 0x1bac03fff CoreHaptics arm64  <a9e4956b1f1831b0b23735cbd3ff559b> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1bac04000 - 0x1bacccfff ProofReader arm64  <b1145436473e30bfa2285d5a3e331d6d> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1baccd000 - 0x1bad19fff DataDetectorsUI arm64  <a38eca6172cd3a9a80ef4e979f35853f> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1bad1a000 - 0x1bad25fff EmailAddressing arm64  <476a67e1a0b63840b95c14a6cf3acb2a> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1bad26000 - 0x1bad3bfff MailServices arm64  <74109469df293be4955cbda6e958fe9a> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1bad3c000 - 0x1badbcfff CoreSymbolication arm64  <7b33d6abd69538feadadd4e969c42f2b> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1badbd000 - 0x1badc3fff IdleTimerServices arm64  <a4209d114a503735aa5c4bf4eb1978b0> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1bae9b000 - 0x1baf55fff VideoSubscriberAccount arm64  <608e42faf9c43807ba20dfc0e1899c69> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1baf6a000 - 0x1baf6dfff FTClientServices arm64  <3297514773bb3db5abddea536e39de48> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1baf6e000 - 0x1bafd4fff ContactsUICore arm64  <d6a7f0764b963a8f842528683b44d980> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1bb060000 - 0x1bb06cfff iAdServices arm64  <9322d29c35ad3e71b023ceafe46c829b> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x1bb3df000 - 0x1bb426fff LoggingSupport arm64  <e69a2e8fd4b23c1b835fe228e251887f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1bb52b000 - 0x1bb585fff ProtectedCloudStorage arm64  <dc76e184b1de3cafb06810a73b6cefc8> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1bb66f000 - 0x1bb678fff OpenGLES arm64  <63f38d8a25703b9abd28f5c2e4280b79> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1bb7d9000 - 0x1bb7e1fff libGFXShared.dylib arm64  <3ac2667576443f099a2a9ac21818bd01> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1bb7e2000 - 0x1bb816fff SharedUtils arm64  <a7480c82cc9a360bb64235d5c6f3b14e> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1bb817000 - 0x1bb862fff PhotosFormats arm64  <c9d5818890c637fb900b63191152f8c2> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1bc803000 - 0x1bc83ffff StreamingZip arm64  <a15ccbf0dc433ce5b13c79994a2cb63b> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1bd444000 - 0x1bd66dfff SafariShared arm64  <3ff2c3d4ad2d3f9f892de6c3cd95a1ef> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1bd6c4000 - 0x1bd6dafff NewsServicesInternal arm64  <716b40203c013cf48aa039cdda267eb8> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x1bd6f3000 - 0x1bd6f6fff InternationalTextSearch arm64  <20bc6404f2243df6867ecc35952ca4f0> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1bd713000 - 0x1bd72ffff AssetCacheServices arm64  <ecd61d63432a3710bf50e3ab1cb854ed> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1be08b000 - 0x1be090fff IncomingCallFilter arm64  <9d83e8acac7a3380befe02d8c1d3d7f5> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1be0ac000 - 0x1be0c4fff NetworkStatistics arm64  <83dddb9d4edb3860b67170da00458a93> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1be51b000 - 0x1be521fff Netrb arm64  <ffb5c6c18c4334e7aef70508ffb34c8b> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1be525000 - 0x1be555fff EAP8021X arm64  <9c05397ac30f37e0b3d702b458b35b96> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1be556000 - 0x1be558fff OSAServicesClient arm64  <36d5bc593dde325195fbf0a0a784fd68> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1be6ef000 - 0x1be6f3fff libgermantok.dylib arm64  <f7fbc74e7b8738e9a97c85348a6dc4c4> /usr/lib/libgermantok.dylib
0x1be6f4000 - 0x1be7a7fff libmecab.dylib arm64  <6b984d8b66ee360387882242d83ecd2f> /usr/lib/libmecab.dylib
0x1be7a8000 - 0x1be7e3fff Catalyst arm64  <8da6d953b1e83fdfaf83173f59f40a8a> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1be857000 - 0x1be8a3fff NewsToday arm64  <45396af8fbe037448f245ab51aa27082> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x1be932000 - 0x1be934fff AdAnalytics arm64  <fdde42ec70de35a8978c4f1200966ae1> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics
0x1be935000 - 0x1be96ffff VoiceServices arm64  <bbc412910bda3168b139975ce8c98e18> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1be970000 - 0x1bea85fff Navigation arm64  <91387687015e36b98f8ea9b5aeeaa033> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1bed82000 - 0x1bed90fff CoreDuetDaemonProtocol arm64  <337ecda45ca833d9b12e43081b3c1d32> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1bed91000 - 0x1bedb0fff FTAWD arm64  <e6071046525937278bc277cff56dfe14> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1bfd23000 - 0x1bfd25fff OAuth arm64  <99e3f9cfcd3d313599b3a4ec8bd160d4> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1bfd26000 - 0x1bfd29fff AdPlatforms arm64  <ba436f16f4713780afe3e609e71abadd> /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms
0x1bffd5000 - 0x1c0010fff DifferentialPrivacy arm64  <3a5ade4b09773b3dbf4f2cefe43451d0> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1c07b7000 - 0x1c0826fff libarchive.2.dylib arm64  <c043693b76163a5bbe798d40b9c25a9a> /usr/lib/libarchive.2.dylib
0x1c0827000 - 0x1c0856fff C2 arm64  <68d51592aa6b312189e04fa2530db555> /System/Library/PrivateFrameworks/C2.framework/C2
0x1c0857000 - 0x1c088bfff NaturalLanguage arm64  <0ddc19aed1a53c82b52023183f09be25> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1c091f000 - 0x1c0920fff libsystem_coreservices.dylib arm64  <b46aa3a1eaed393cb343284f8c72fccd> /usr/lib/system/libsystem_coreservices.dylib
0x1c0921000 - 0x1c0931fff NewsAnalyticsUpload arm64  <16dd43e94ad93dfa97d7ed8dee9ee1d9> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
0x1c0932000 - 0x1c0943fff libmis.dylib arm64  <95bf96d55f0e303194096d5ecea873d4> /usr/lib/libmis.dylib
0x1c0944000 - 0x1c099afff WebBookmarks arm64  <42eade1f599133279958ba4527462943> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1c099b000 - 0x1c09a8fff DCIMServices arm64  <6ccad3a5a937335aaadabceef28e1239> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1c09a9000 - 0x1c0afafff CloudPhotoLibrary arm64  <85e2077aa1683628b866b9d6b50ea644> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1c0b33000 - 0x1c0b3bfff libcopyfile.dylib arm64  <74fb88936c8a3b6c90a5faaa5572ee9d> /usr/lib/system/libcopyfile.dylib
0x1c0b3c000 - 0x1c0b5bfff UsageTracking arm64  <b99e212a691b3223a13fc5fc44d3b8df> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1c0e81000 - 0x1c0f0efff AccountsDaemon arm64  <b7164c9e90643e0b9e13b8118d65ce6d> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1c0f0f000 - 0x1c0f1afff AppleIDSSOAuthentication arm64  <c387268953b53ec98784db2c60111493> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1c0f1b000 - 0x1c0f2bfff SettingsFoundation arm64  <431147d6c54d34839830f3749d3d7c24> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1c0fae000 - 0x1c0ffcfff ClockKit arm64  <e7701d88a56c32c4baac1fcaca4b4e6d> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x1c104b000 - 0x1c10c6fff Symbolication arm64  <ebc1149a1bc832599e8c8e5b4066662c> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1c127a000 - 0x1c12c8fff ChunkingLibrary arm64  <cccb387aec083c09bb8f8ab616a79c31> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1c12cc000 - 0x1c12d0fff DAAPKit arm64  <29cee11d7e27324f8b66fd37079e9df6> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1c1795000 - 0x1c1797fff CoreDuetDebugLogging arm64  <7a391b57a0723f5298fceae7c8f4bdae> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1c2253000 - 0x1c2290fff SignpostSupport arm64  <3acf0ef976d1332d878a39dae14c3973> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1c24bd000 - 0x1c24c6fff SignpostCollection arm64  <087f24f674bc30448cba3c0594ff2a5b> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1c2b91000 - 0x1c2b98fff URLFormatting arm64  <3cc7718c6c693f1388ee57e14dffdc8e> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1c2bad000 - 0x1c2c54fff MMCS arm64  <b72942126e0f3ed0a81442a2b50fffe1> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1c2cad000 - 0x1c2ed1fff MobileSpotlightIndex arm64  <27ac4451108d33e3b66bd9313ec6511f> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1c31ee000 - 0x1c3234fff CoreLocationProtobuf arm64  <19b1d7f6377a3c218f000b76a7cf969a> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1c32bf000 - 0x1c333cfff Quagga arm64  <5eb7def7696e3ba9b49b6bd9cc541baf> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1c3632000 - 0x1c363afff ProgressUI arm64  <a1c83f5b94e53421a593dce342a0557a> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1c3640000 - 0x1c3654fff libEDR arm64  <c773f3f8f85a338c92c50c71e484c3cc> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1c4252000 - 0x1c4260fff libperfcheck.dylib arm64  <6499fb1a02903c85a577cc5c2bcaa969> /usr/lib/libperfcheck.dylib
0x1c4261000 - 0x1c426cfff libAudioStatistics.dylib arm64  <6de4405aec6a3a22ba7d11d3635c2770> /usr/lib/libAudioStatistics.dylib
0x1c4423000 - 0x1c4433fff caulk arm64  <7f1a7dc47a3e322784ca2c66940783f0> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1c4473000 - 0x1c4479fff MobileSystemServices arm64  <d9403986636c376a9e2054ab2d078579> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c5576000 - 0x1c55affff libGLImage.dylib arm64  <4ff10940eca63f88a71ae37892de9234> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1c59d3000 - 0x1c59e4fff libSparseBLAS.dylib arm64  <0b1345ca7e263cfd969b186056df1ab9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c59e5000 - 0x1c59f8fff Engram arm64  <2580bfc5be6e398f887261643e65ae08> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1c5a70000 - 0x1c5aaafff DataDetectorsNaturalLanguage arm64  <c684613625303686af4e3f93cec424b2> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1c5d85000 - 0x1c5d8dfff FSEvents arm64  <16fcc45621fe34769b3003c82870dfd5> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1c5d9d000 - 0x1c5e1bfff CoreDAV arm64  <71aa5b43dcbd3f15bd306f3dbe2e18e1> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1c66fa000 - 0x1c670afff RemoteTextInput arm64  <f0511986bca238e9af58a350e5608d8b> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c6733000 - 0x1c6762fff iCalendar arm64  <a8dc5e0828b2333eaa817f9d3d6fd3c0> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1c677f000 - 0x1c6788fff CloudPhotoServices arm64  <7c9f5ccc3d053207a9ed01f1b3e65c17> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1c67c6000 - 0x1c67dafff libLinearAlgebra.dylib arm64  <8ee34a61482539c782cc31ef6553337b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c686a000 - 0x1c696cfff ConfigurationEngineModel arm64  <2b890ae802cf350e9b5c8df2e06fa026> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1c696d000 - 0x1c6974fff CertUI arm64  <2ad4da7ff57e307b90ae52c5bb9c3469> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1c6a78000 - 0x1c6a86fff CoreAUC arm64  <541543ed311b3d2b98f2f7006c6bd24d> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1c7277000 - 0x1c727dfff DuetRecommendation arm64  <1c87d63f522a3349b7a76ddabd2af581> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x1c7468000 - 0x1c74affff PhysicsKit arm64  <604c16ac3af83920a560c6ebb22703cc> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c74b0000 - 0x1c7501fff CorePrediction arm64  <66048d5f5faf3fbbaa0edd82dcbc2c29> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1c7933000 - 0x1c797efff SafariSafeBrowsing arm64  <cc8aaae969953ebb822f2a8fb6fe1f90> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1c7d12000 - 0x1c7d87fff HomeSharing arm64  <c44e3a651130395fbe7f75001fdbb1e3> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1c7e16000 - 0x1c7e34fff GenerationalStorage arm64  <410ee1eb773439f6bdf3b0dcd53d71e7> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c7e98000 - 0x1c7ea3fff PersonaKit arm64  <49948525603934b69c3a8cc74a286ec3> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c7ea4000 - 0x1c7eb0fff PersonaUI arm64  <98e143556a533fdc8c2c58f94e0d04a3> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c8068000 - 0x1c80a6fff AdCore arm64  <46452571edbe358388d2f6ebc3dcacbe> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1c82b0000 - 0x1c82b5fff kperf arm64  <e302b3a37faa3e45a03d62ac9b196cc4> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1c843f000 - 0x1c844dfff AssetsLibrary arm64  <c1be3db38c5037a2b5397e7ac17dfefc> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1c847a000 - 0x1c84aafff libpcap.A.dylib arm64  <c5ad9809c66934f1bb40adce6d4d4848> /usr/lib/libpcap.A.dylib
0x1c84ab000 - 0x1c84affff NewsDaemon arm64  <7582847cc49c3403b30ff4fd4a50135e> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x1c8756000 - 0x1c876afff WebUI arm64  <e3bcbd13b793348a8eaaba37c6c590d5> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1c876b000 - 0x1c8781fff SafariFoundation arm64  <08d856ccf1cd34f8b110021bf65b5a03> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1c87c9000 - 0x1c8863fff libvDSP.dylib arm64  <c37ed49f5efe3b8cb99b28e28a0e6a92> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1c8864000 - 0x1c888ffff vCard arm64  <c879e16d388739569b578e1d299067d3> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1c88d1000 - 0x1c895cfff SampleAnalysis arm64  <744b9cb6670c33cb838d343b1f672f4b> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c895d000 - 0x1c8967fff IntentsFoundation arm64  <838aba9ed9573258b73e70272bb20e04> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c8b45000 - 0x1c8b47fff ParsecSubscriptionServiceSupport arm64  <25371cf878073c0fa0c60cea966b7d8a> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1c8b48000 - 0x1c8bd7fff MediaPlatform arm64  <a3017c5d5ce8337dbe0e98a51f1f19f4> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1c8bd8000 - 0x1c8ee3fff MediaLibraryCore arm64  <dd6a47341c0237b6a2b2769558b75c63> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1c8f42000 - 0x1c8f7afff PhotosImagingFoundation arm64  <fa842b39380732fba59de73780c0bb63> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1c8f7b000 - 0x1c8f9dfff MediaConversionService arm64  <d619081eadc53b2098025b8dc232e939> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1c8f9e000 - 0x1c8fbbfff MediaStream arm64  <d01a8c2b79e036d18e7e3ac0da536c4e> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1c8fbc000 - 0x1c90b7fff CoreMediaStream arm64  <3b19ea4106e731708031f3815628ae9c> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1c92d0000 - 0x1c92d0fff Accelerate arm64  <d44195362ff435ed8dcd47a2dec3fd0f> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1c92d2000 - 0x1c95edfff libLAPACK.dylib arm64  <3332a11be653371a9f91609c0df1c50c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1c95ee000 - 0x1c95f2fff libQuadrature.dylib arm64  <f7caaf2aa3283c7e8cb3ea63a2bac252> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1c95f3000 - 0x1c964cfff libvMisc.dylib arm64  <697708c6f74130548a699fd740731f26> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1c964d000 - 0x1c964dfff vecLib arm64  <81410d008159373a89ed0dcf354a2470> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1c9656000 - 0x1c9663fff AuthenticationServices arm64  <04e8156ddc9538ba8a1418cfb1c379db> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1c9a06000 - 0x1c9a33fff GSS arm64  <21a57f22a845354daf0674b7238dca2a> /System/Library/Frameworks/GSS.framework/GSS
0x1c9a47000 - 0x1c9a78fff MPSCore arm64  <2f6f3734f28c321f89efe37ca2fde3bd> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1c9a79000 - 0x1c9af2fff MPSImage arm64  <ad9e6951fd933b2bbb8b42afe8d24c94> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1c9af3000 - 0x1c9b14fff MPSMatrix arm64  <3709068aa7673f3789250f84dba6b47d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1c9b15000 - 0x1c9b28fff MPSNDArray arm64  <8b574d4c241e3f3dbe0c0798d98cd711> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1c9b29000 - 0x1c9cb9fff MPSNeuralNetwork arm64  <0a381072ae233a9da9cf1cc4c252d611> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1c9cba000 - 0x1c9cfffff MPSRayIntersector arm64  <4d8792a70caa3e86b93e4a1f817f0fb2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1c9d00000 - 0x1c9d00fff MetalPerformanceShaders arm64  <df4eefbd0d043161902ceafdbf511811> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1c9d0d000 - 0x1c9d0dfff MobileCoreServices arm64  <4a55c10b4f533991b646d96826541d0e> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1c9d18000 - 0x1c9d19fff libCVMSPluginSupport.dylib arm64  <e646c81fbb473b89a66b7eeafaef47aa> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1c9d1a000 - 0x1c9d1ffff libCoreFSCache.dylib arm64  <337e1677a3be3186ab48568dc3da9ab6> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1c9d20000 - 0x1c9d25fff libCoreVMClient.dylib arm64  <300826ddb4893c97aaaccb0bece6d8f8> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1c9d59000 - 0x1c9d8efff QuickLookThumbnailing arm64  <82406b7d31773283a8c2f05e55501a0a> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1ca1da000 - 0x1ca1dafff UIKit arm64  <f040cb3891f93ab9ae96be561d596823> /System/Library/Frameworks/UIKit.framework/UIKit
0x1ca58e000 - 0x1ca6d6fff ANECompiler arm64  <7eb6decfbe3836bfb213dbb9f6ece6d5> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1ca6d7000 - 0x1ca6e7fff ANEServices arm64  <19603af3e8ea3de6899501496ee3c19a> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1ca917000 - 0x1ca922fff AccountSettings arm64  <2107979bf2a03a3991efddb6d4511c98> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1cb2d3000 - 0x1cb2e1fff AppleFSCompression arm64  <586e1c9b0a4137eca77c0253cd3e812d> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1cb2e8000 - 0x1cb2f2fff AppleIDAuthSupport arm64  <8d4713370b1330db85a6c5157f104d55> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1cb2f3000 - 0x1cb334fff AppleJPEG arm64  <e9a7615ec9e3339d90fb87207d42c2e9> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1cb350000 - 0x1cb361fff AppleNeuralEngine arm64  <adfc356bc42f3112a95f1d4123c2336e> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1cb368000 - 0x1cb38bfff AppleSauce arm64  <8708b7c95ac83865ac01f1695110ea87> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1cb580000 - 0x1cb5b0fff Bom arm64  <e40d3f7d6509377c9d3018c9957aa13c> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1cc000000 - 0x1cc007fff CommonAuth arm64  <64eaf0b147e73e09b15b57f96ed694a8> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1cc41d000 - 0x1cc421fff CoreOptimization arm64  <e812e77c85df3b6798f788133b8a4e98> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1cc538000 - 0x1cc543fff DeviceIdentity arm64  <88ab5bd9697b33d1911cc65508996e94> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1cc6ce000 - 0x1cc6e7fff DocumentManagerCore arm64  <d7102556a7fd3f5aae41f287affa4ea3> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1cc79b000 - 0x1ccde1fff Espresso arm64  <0f4530f4dc7c393eaba5ae5f76597506> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1cd0a2000 - 0x1cd4b4fff FaceCore arm64  <d812148a5689332ca775381be731a422> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1cd585000 - 0x1cd599fff libGSFontCache.dylib arm64  <08e35d0ef9b43c06a5c94ca21872df6d> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1cd5fd000 - 0x1cd609fff libhvf.dylib arm64  <ef801bc860943848b9eb57b48d4cd5fb> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1cd61f000 - 0x1cd633fff Futhark arm64  <a2ea6f3f026c30ba81d04f19fd4749ec> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1ce2f0000 - 0x1ce2fcfff GraphVisualizer arm64  <53b9989a4c2539cdbe60c1c2b99f5c34> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1cec3c000 - 0x1cecabfff Heimdal arm64  <9d56d88f1b0e33a98c7871493efb528e> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1cf1cb000 - 0x1cf1d1fff InternationalSupport arm64  <e6c2f782c5f23cce8cc6b16187ba18df> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1cf486000 - 0x1cf486fff Marco arm64  <b0847591b95c30bc8ee3d1b1e8788358> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1cf933000 - 0x1cf95cfff MetricsKit arm64  <b4de20260eb83bc184b61efdab5355cc> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1cf96a000 - 0x1cf97cfff MobileDeviceLink arm64  <7f6d7a07be8d3d5ebb94bf2869257dcd> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1cf982000 - 0x1cf983fff MobileObliteration arm64  <606d07ac65303022ab041ca4228bd024> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1cfc22000 - 0x1cfc27fff NewsServices arm64  <a54ba41050ae3704932650ec15d39bba> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x1cfc2c000 - 0x1cfc6bfff OTSVG arm64  <c4cfc56adf6f3bd38acb216abf0acf80> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1d02b9000 - 0x1d02b9fff PhoneNumbers arm64  <7a63bb34f8f93bd3b54d566058fb67ca> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d19ee000 - 0x1d19f6fff PrototypeToolsUI arm64  <3c8a55732a113b3aad9082e197d327a5> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1d1bca000 - 0x1d1bcefff RevealCore arm64  <96c05bf146b83b22bf552a4b4dab3479> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1d1d51000 - 0x1d1d5dfff SetupAssistantSupport arm64  <7aa1c176537b333a9e8ad86db96afb27> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1d1d78000 - 0x1d1d78fff SignpostMetrics arm64  <f88435a2a333340d9a89a3a44f1c4a8c> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1d1da6000 - 0x1d1dc2fff SiriInstrumentation arm64  <2a10dbf685f433518ea6e2a8a65b71ef> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1d252c000 - 0x1d2648fff TextRecognition arm64  <a8f45dcbbb9f399e847c21159a64fafd> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1d2649000 - 0x1d26ebfff TextureIO arm64  <31b7e07e58fa3800b952d5b064c157ab> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1d2837000 - 0x1d2842fff TransparencyDetailsView arm64  <e34b2d898fec369e9f1f69f72e8c8ee9> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1d3503000 - 0x1d39e8fff libwebrtc.dylib arm64  <df2fe585d01c3d06bf6dc222c875cda1> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d3b6f000 - 0x1d3b77fff kperfdata arm64  <d986ab432c48305db93bc915f7271a7f> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1d3b78000 - 0x1d3bbffff ktrace arm64  <66eaeaa0dbc83d2a81797392c7f00946> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1d3bd8000 - 0x1d3be4fff perfdata arm64  <ce85bd0393363b3898824a8b8f535ea7> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1d3be5000 - 0x1d3bf3fff zudp arm64  <a8178f88d6b53eb6981036ce35c727c3> /System/Library/PrivateFrameworks/zudp.framework/zudp
0x1d3fe9000 - 0x1d42e2fff libAWDSupportFramework.dylib arm64  <8ec739bcfa753287830cae740c876d9a> /usr/lib/libAWDSupportFramework.dylib
0x1d4490000 - 0x1d449afff libChineseTokenizer.dylib arm64  <6a5bf3003c8c337687c24961cd30fba1> /usr/lib/libChineseTokenizer.dylib
0x1d44bf000 - 0x1d4672fff libFosl_dynamic.dylib arm64  <a1bbe5a6674532159078edd3db7eb0f8> /usr/lib/libFosl_dynamic.dylib
0x1d46ef000 - 0x1d46f5fff libMatch.1.dylib arm64  <2f1343ce024937b08f13db2e87893b32> /usr/lib/libMatch.1.dylib
0x1d486b000 - 0x1d486cfff libSystem.B.dylib arm64  <e879764e7e1c3836b377de937ba0fab6> /usr/lib/libSystem.B.dylib
0x1d4875000 - 0x1d4877fff libThaiTokenizer.dylib arm64  <cfbe960b1696343a8464bf29bc8b58fa> /usr/lib/libThaiTokenizer.dylib
0x1d496c000 - 0x1d4981fff libapple_nghttp2.dylib arm64  <87e81b44fbf23b938d35a6e2430af0ac> /usr/lib/libapple_nghttp2.dylib
0x1d49e9000 - 0x1d49f9fff libbsm.0.dylib arm64  <2c61339341c33f9aa18812b0e1b1a1d3> /usr/lib/libbsm.0.dylib
0x1d49fa000 - 0x1d4a06fff libbz2.1.0.dylib arm64  <a1ec33c19981322485e460603ba4328e> /usr/lib/libbz2.1.0.dylib
0x1d4a07000 - 0x1d4a07fff libcharset.1.dylib arm64  <72a1cf4c399235738108ad504e6da8bd> /usr/lib/libcharset.1.dylib
0x1d4a08000 - 0x1d4a19fff libcmph.dylib arm64  <e961b791607e3e8d896cdb6d8ec377ee> /usr/lib/libcmph.dylib
0x1d4a1a000 - 0x1d4a31fff libcompression.dylib arm64  <2dd4f0dba7e63281952f4f9cfb9acc4f> /usr/lib/libcompression.dylib
0x1d4a32000 - 0x1d4a33fff libcoretls_cfhelpers.dylib arm64  <e23f8ab231943ed397d8b0470598792c> /usr/lib/libcoretls_cfhelpers.dylib
0x1d4a34000 - 0x1d4a3afff libcupolicy.dylib arm64  <ba4f21771ee03581b902cce746381afc> /usr/lib/libcupolicy.dylib
0x1d4a7a000 - 0x1d4a83fff libdscsym.dylib arm64  <481a6e0bcbaa3ac9b16594474ca69986> /usr/lib/libdscsym.dylib
0x1d4a84000 - 0x1d4aa0fff libedit.3.dylib arm64  <8f7e16f321c53fc08d011423f8324486> /usr/lib/libedit.3.dylib
0x1d4fe1000 - 0x1d4fe6fff libheimdal-asn1.dylib arm64  <7f220962e56e3d709fd84a915d6803bd> /usr/lib/libheimdal-asn1.dylib
0x1d4fe7000 - 0x1d50d8fff libiconv.2.dylib arm64  <c3ca80dc07d839ac8c14f26ff9c6f358> /usr/lib/libiconv.2.dylib
0x1d50ee000 - 0x1d50f9fff liblockdown.dylib arm64  <f514f4e21e963cc9be70f161a006014f> /usr/lib/liblockdown.dylib
0x1d5113000 - 0x1d512bfff liblzma.5.dylib arm64  <79538a29c24f3c63b770376aa266de22> /usr/lib/liblzma.5.dylib
0x1d549e000 - 0x1d54cdfff libncurses.5.4.dylib arm64  <a79dcc4f75b5321e8ebffa71ba0ac1c1> /usr/lib/libncurses.5.4.dylib
0x1d54ce000 - 0x1d54e2fff libnetworkextension.dylib arm64  <c2768bef16c831b8a3e287129a75dcfe> /usr/lib/libnetworkextension.dylib
0x1d586c000 - 0x1d5884fff libresolv.9.dylib arm64  <c0e8b1b0c5b83e87b06c6a7fecb0b9f9> /usr/lib/libresolv.9.dylib
0x1d5885000 - 0x1d5887fff libsandbox.1.dylib arm64  <276fe79209d43b71a976ea95bc74abbd> /usr/lib/libsandbox.1.dylib
0x1d5888000 - 0x1d588dfff libsysdiagnose.dylib arm64  <bd074e3c37903c438aad2b9b571b4ae4> /usr/lib/libsysdiagnose.dylib
0x1d588e000 - 0x1d58bffff libtidy.A.dylib arm64  <186f326ba7e6306cae21e77c67d6d106> /usr/lib/libtidy.A.dylib
0x1d58c7000 - 0x1d58cafff libutil.dylib arm64  <00310440fe293e129aba34803a4226ee> /usr/lib/libutil.dylib
0x1d58f8000 - 0x1d5909fff libz.1.dylib arm64  <213d85a1bffb3f84992efc9ba91a6beb> /usr/lib/libz.1.dylib
0x1d5932000 - 0x1d5934fff liblog_network.dylib arm64  <32ebfecc5d1039d689848ce98c08f8d5> /usr/lib/log/liblog_network.dylib
0x1d5d3f000 - 0x1d5d44fff libcache.dylib arm64  <0cabaab46f8a3b249a66209d80d3ed00> /usr/lib/system/libcache.dylib
0x1d5d45000 - 0x1d5d51fff libcommonCrypto.dylib arm64  <cc522f69c22f3209924e4a8af7693a34> /usr/lib/system/libcommonCrypto.dylib
0x1d5d52000 - 0x1d5d56fff libcompiler_rt.dylib arm64  <8e8c478771953e56a8519366ab4b3951> /usr/lib/system/libcompiler_rt.dylib
0x1d5e2b000 - 0x1d5e2bfff liblaunch.dylib arm64  <3c944e0649373446bf7299d51e4e2129> /usr/lib/system/liblaunch.dylib
0x1d5e2c000 - 0x1d5e31fff libmacho.dylib arm64  <65083c76259d3256912ff038854a130b> /usr/lib/system/libmacho.dylib
0x1d5e32000 - 0x1d5e34fff libremovefile.dylib arm64  <ea711525d407337b9f7131c5a2e3e09a> /usr/lib/system/libremovefile.dylib
0x1d5e35000 - 0x1d5e36fff libsystem_featureflags.dylib arm64  <8b09ff5f19bd33ee80bfc1cc628d227e> /usr/lib/system/libsystem_featureflags.dylib
0x1d5e37000 - 0x1d5e64fff libsystem_m.dylib arm64  <4b8a757ee255395cbd059585522eeda6> /usr/lib/system/libsystem_m.dylib
0x1d5e65000 - 0x1d5e6afff libunwind.dylib arm64  <949c6b1662323b2185548f636c4f0e1d> /usr/lib/system/libunwind.dylib
0x1d6119000 - 0x1d6180fff NanoRegistry arm64  <ba04da1edfdd30f1bfe82b3e771c2b33> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1d6181000 - 0x1d618efff NanoPreferencesSync arm64  <d372881c3038318e8846c41533008884> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1d79f0000 - 0x1d7a0dfff AppSSO arm64  <c2b8c3e02ff93e2fb62635a283d1361e> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1d7a0e000 - 0x1d7a22fff AppSSOCore arm64  <ebbf39dc73043520bdb70bbd57782782> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore

---

Project Files

iOS

Click To Expand

ios/Podfile:

  • I'm not using Pods
  • I'm using Pods and my Podfile looks like:
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'

target 'Delta' do

  pod 'Fabric', '~> 1.10.1'
  pod 'Crashlytics', '~> 3.13.1'

  pod 'FBSDKCoreKit', '~> 4.31.1'
  pod 'FBSDKLoginKit', '~> 4.31.1'
  pod 'FBSDKShareKit', '~> 4.31.1'

  pod 'Firebase/Core', '~> 6.2.0'
  pod 'Firebase/Messaging', '~> 6.2.0'
  pod 'Firebase/Performance', '~> 6.2.0'

end

AppDelegate.m:

/**
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

#import "AppDelegate.h"
#import <React/RCTBridge.h>
#import <CodePush/CodePush.h>

#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>
#import <React/RCTLinkingManager.h>
#if __has_include(<React/RNSentry.h>)
#import <React/RNSentry.h> // This is used for versions of react >= 0.40
#else
#import "RNSentry.h" // This is used for versions of react < 0.40
#endif
#import <Firebase.h>
#import <RNFirebaseNotifications.h>
#import <Fabric/Fabric.h>
#import <Crashlytics/Crashlytics.h>
#import <FBSDKCoreKit/FBSDKCoreKit.h>
#import <Orientation.h>
#import "RNSplashScreen.h"

@implementation AppDelegate

- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window {
  return [Orientation getOrientation];
}

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
  NSURLCache.sharedURLCache = [[NSURLCache alloc] initWithMemoryCapacity: 8 * 1024 * 1024 diskCapacity: 60 * 1024 * 1024 diskPath: nil];

#if defined(DEBUG) && DEBUG
  NSString *firebaseConfig = [[NSBundle mainBundle] pathForResource:@"GoogleService-Info-dev" ofType:@"plist"];
#else
  NSString *firebaseConfig = [[NSBundle mainBundle] pathForResource:@"GoogleService-Info" ofType:@"plist"];
#endif

  FIROptions *options = [[FIROptions alloc] initWithContentsOfFile:firebaseConfig];
  if (options == nil) {
    [FIRApp configure];
  } else {
    [FIRApp configureWithOptions:options];
  }
  [RNFirebaseNotifications configure];

  RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
  RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
                                               moduleName:@"Delta"
                                               initialProperties:nil];

  // Default root view color
  rootView.backgroundColor = [UIColor colorWithRed:0.20 green:0.25 blue:0.33 alpha:1.0];

  [RNSentry installWithRootView:rootView];

  self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
  UIViewController *rootViewController = [UIViewController new];
  rootViewController.view = rootView;
  self.window.rootViewController = rootViewController;
  [self.window makeKeyAndVisible];

  [[UNUserNotificationCenter currentNotificationCenter] setDelegate:self];

  [Fabric with:@[[Crashlytics class]]];

  [[FBSDKApplicationDelegate sharedInstance] application:application
                           didFinishLaunchingWithOptions:launchOptions];

  [RNSplashScreen show];
  return YES;
}

- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge {
  #if DEBUG
    // jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
    return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
  #else
    // jsCodeLocation = [CodePush bundleURL];
    return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
  #endif
}

- (void)applicationDidBecomeActive:(UIApplication *)application {
  [FBSDKAppEvents activateApp];
}

- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options
{
  return [RCTLinkingManager application:application openURL:url options:options];
}

// For iOS 8.0 or older
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
{
  return [RCTLinkingManager application:application openURL:url sourceApplication:sourceApplication annotation:annotation];
}

//You can skip this method if you don't want to use local notification
-(void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification {
  [[RNFirebaseNotifications instance] didReceiveLocalNotification:notification];
}

- (void)application:(UIApplication *)application didReceiveRemoteNotification:(nonnull NSDictionary *)userInfo fetchCompletionHandler:(nonnull void (^)(UIBackgroundFetchResult))completionHandler{
  [[RNFirebaseNotifications instance] didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler];
}

@end


Android

Click To Expand

Have you converted to AndroidX?

  • my application is an AndroidX application?
  • I am using android/gradle.settings jetifier=true for Android compatibility?
  • I am using the NPM package jetifier for react-native compatibility?

android/build.gradle:

// N/A

android/app/build.gradle:

// N/A

android/settings.gradle:

// N/A

MainApplication.java:

// N/A

AndroidManifest.xml:

<!-- N/A -->


Environment

Click To Expand

react-native info output:

  React Native Environment Info:
    System:
      OS: macOS 10.14.4
      CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
      Memory: 386.99 MB / 16.00 GB
      Shell: 5.3 - /bin/zsh
    Binaries:
      Node: 10.12.0 - /usr/local/bin/node
      Yarn: 1.10.1 - /usr/local/bin/yarn
      npm: 6.11.2 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 12.2, macOS 10.14, tvOS 12.2, watchOS 5.2
      Android SDK:
        API Levels: 23, 25, 26, 28
        Build Tools: 23.0.1, 25.0.0, 25.0.2, 25.0.3, 26.0.1, 26.0.2, 26.0.3, 27.0.3, 28.0.3
    IDEs:
      Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
    npmPackages:
      react: 16.8.3 => 16.8.3
      react-native: ^0.59.10 => 0.59.10
    npmGlobalPackages:
      create-react-native-app: 1.0.0
      react-native-git-upgrade: 0.2.7
      react-native-reanimated: 1.0.0
      react-native-sensors: 4.0.0
      react-native-store-review: 0.1.5
  • Platform that you're experiencing the issue on:
    • iOS
    • Android
    • iOS but have not tested behavior on Android
    • Android but have not tested behavior on iOS
    • Both
  • react-native-firebase version you're using that has this issue:
    • 5.5.6
  • Firebase module(s) you're using that has the issue:
    • Firebase Performance? Not sure
  • Are you using TypeScript?
    • N


Think react-native-firebase is great? Please consider supporting all of the project maintainers and contributors by donating via our Open Collective where all contributors can submit expenses. [Learn More]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions