transistorsoft / react-native-background-geolocation

Sophisticated, battery-conscious background-geolocation with motion-detection
http://shop.transistorsoft.com/pages/react-native-background-geolocation
MIT License
2.64k stars 425 forks source link

EXC_BAD_ACCESS KERN_INVALID_ADDRESS crash on device #1171

Closed hmolotsi closed 3 years ago

hmolotsi commented 3 years ago

Your Environment

Expected Behavior

App should track location

Actual Behavior

App sometimes crashes when tracking starts in background mode. Please note that crashes only started after upgrading plugin from 3.0.9 to 3.9.1 I'm so far unable to reproduce the crash in the simulator.

Crash: EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000961746590 __51-[TSLocationManager startMonitoringBackgroundFetch]_block_invoke

Steps to Reproduce

  1. Set up app to track ride
  2. When ride starts, app crashes

Context

Debug logs

Logs ``` PASTE_YOUR_LOGS_HERE ``` Incident Identifier: 3D2A2516-19DA-4C89-A262-750FFC2AF59C Hardware Model: iPhone12,3 Process: Ujama [17471] Path: /private/var/containers/Bundle/Application/187672D7-960F-4C53-A064-19C88FA34656/Ujama.app/Ujama Identifier: co.ujama.app Version: 5 (3.50) AppStoreTools: 12A7604b AppVariant: 1:iPhone12,3:14 Beta: YES Code Type: ARM-64 (Native) Role: Non UI Parent Process: launchd [1] Coalition: co.ujama.app [9024] Date/Time: 2020-11-05 13:51:29.7889 -0800 Launch Time: 2020-11-05 13:13:43.1509 -0800 OS Version: iPhone OS 14.1 (18A8395) Release Type: User Baseband Version: 2.01.05 Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000961746590 VM Region Info: 0x961746590 is not in any region. Bytes after previous region: 29015434641 Bytes before following region: 27356011120 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL MALLOC_NANO 280000000-2a0000000 [512.0M] rw-/rwx SM=PRV ---> GAP OF 0xd20000000 BYTES commpage (reserved) fc0000000-1000000000 [ 1.0G] ---/--- SM=NUL ...(unallocated) Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [17471] Triggered by Thread: 0 Thread 0 name: Thread 0 Crashed: 0 libobjc.A.dylib 0x000000019f6de010 objc_retain + 16 (objc-runtime-new.h:1585) 1 Ujama 0x0000000102ab63a4 __51-[TSLocationManager startMonitoringBackgroundFetch]_block_invoke + 36 (TSLocationManager.m:481) 2 Ujama 0x0000000102a9de24 -[TSBackgroundFetch performFetchWithCompletionHandler:applicationState:] + 432 (TSBackgroundFetch.m:155) 3 Ujama 0x00000001023ca63c -[AppDelegate(AppDelegate) application:performFetchWithCompletionHandler:] + 140 (RNBackgroundFetch+AppDelegate.m:19) 4 UIKitCore 0x000000018df0f490 -[UIApplication _handleNonLaunchSpecificActions:forScene:withTransitionContext:completion:] + 2292 (UIApplication.m:10162) 5 UIKitCore 0x000000018d3c51f0 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 492 (UIScene.m:1118) 6 UIKitCore 0x000000018d3c6370 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 248 (UIScene.m:1380) 7 UIKitCore 0x000000018da108f8 -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 492 (UIApplicationSceneClientAgent.m:80) 8 FrontBoardServices 0x000000019a5bcb78 -[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:] + 484 (FBSScene.m:547) 9 FrontBoardServices 0x000000019a5e8194 __94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2 + 152 (FBSWorkspaceScenesClient.m:533) 10 FrontBoardServices 0x000000019a5cad24 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 240 (FBSWorkspace.m:355) 11 FrontBoardServices 0x000000019a5e80c0 __94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke + 384 (FBSWorkspaceScenesClient.m:532) 12 libdispatch.dylib 0x000000018b1d0ac8 _dispatch_client_callout + 20 (object.m:559) 13 libdispatch.dylib 0x000000018b1d4348 _dispatch_block_invoke_direct + 268 (queue.c:468) 14 FrontBoardServices 0x000000019a60e0e0 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48 (FBSSerialQueue.m:184) 15 FrontBoardServices 0x000000019a60dd88 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 448 (FBSSerialQueue.m:227) 16 FrontBoardServices 0x000000019a60e2ac -[FBSSerialQueue _performNextFromRunLoopSource] + 32 (FBSSerialQueue.m:258) 17 CoreFoundation 0x000000018b54f81c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1967) 18 CoreFoundation 0x000000018b54f718 __CFRunLoopDoSource0 + 208 (CFRunLoop.c:2011) 19 CoreFoundation 0x000000018b54ea28 __CFRunLoopDoSources0 + 268 (CFRunLoop.c:2048) 20 CoreFoundation 0x000000018b548d20 __CFRunLoopRun + 824 (CFRunLoop.c:2925) 21 CoreFoundation 0x000000018b5484bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 22 GraphicsServices 0x00000001a205a820 GSEventRunModal + 164 (GSEvent.c:2259) 23 UIKitCore 0x000000018def5164 -[UIApplication _run] + 1072 (UIApplication.m:3270) 24 UIKitCore 0x000000018defa840 UIApplicationMain + 168 (UIApplication.m:4739) 25 Ujama 0x00000001023cad2c main + 88 (main.m:16) 26 libdyld.dylib 0x000000018b20fe40 start + 4 Thread 1 name: Thread 1: 0 libsystem_kernel.dylib 0x00000001b7710dd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b7710184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018b54ecf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018b548ea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018b5484bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Foundation 0x000000018c7c9e30 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374) 6 Foundation 0x000000018c7c9d08 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421) 7 UIKitCore 0x000000018dfa5a4c -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:836) 8 Foundation 0x000000018c9340f0 __NSThread__start__ + 864 (NSThread.m:724) 9 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 10 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001b7710dd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b7710184 mach_msg + 76 (mach_msg.c:103) 2 Ujama 0x000000010252ac40 FIRCLSMachExceptionReadMessage + 52 (FIRCLSMachException.c:194) 3 Ujama 0x000000010252ac40 FIRCLSMachExceptionServer + 1048 (FIRCLSMachException.c:170) 4 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 5 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x00000001b7710dd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b7710184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018b54ecf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018b548ea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018b5484bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Ujama 0x000000010275f4bc +[RCTCxxBridge runRunLoop] + 264 (RCTCxxBridge.mm:268) 6 Foundation 0x000000018c9340f0 __NSThread__start__ + 864 (NSThread.m:724) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x00000001b773475c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001d34c5550 _pthread_cond_wait + 1192 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019f75ec8c std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:390) 3 JavaScriptCore 0x00000001956280f8 void std::__1::condition_variable_any::wait >(std::__1::unique_lock&) + 108 (condition_variable:203) 4 JavaScriptCore 0x000000019562c698 bmalloc::Scavenger::threadRunLoop() + 196 (condition_variable:212) 5 JavaScriptCore 0x000000019562c2d4 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16 (Scavenger.cpp:395) 6 JavaScriptCore 0x000000019562d798 void* std::__1::__thread_proxy >, void (*)(bmalloc::Scavenger*), bmalloc::Scaveng... + 48 (type_traits:3545) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001b7710dd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b7710184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018b54ecf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018b548ea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018b5484bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 CoreFoundation 0x000000018b549590 CFRunLoopRun + 64 (CFRunLoop.c:3267) 6 CoreMotion 0x0000000196327d50 CLMotionCore::runMotionThread(void*) + 1272 (CLMotionCore.mm:369) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001b7710dd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b7710184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018b54ecf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018b548ea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018b5484bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 CFNetwork 0x000000018be04050 +[__CFN_CoreSchedulingSetRunnable _run:] + 572 (CoreSchedulingSet.mm:1374) 6 Foundation 0x000000018c9340f0 __NSThread__start__ + 864 (NSThread.m:724) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001b7710dd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b7710184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018b54ecf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018b548ea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018b5484bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 AudioSession 0x0000000192df82ac GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:91) 6 AudioSession 0x0000000192dfa390 CAPThread::Entry(CAPThread*) + 92 (CAPThread.cpp:321) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001b77364e4 kevent + 8 1 Ujama 0x0000000102b03be0 realm::_impl::ExternalCommitHelper::listen() + 160 (external_commit_helper.cpp:216) 2 Ujama 0x0000000102b045b8 operator() + 4 (external_commit_helper.cpp:173) 3 Ujama 0x0000000102b045b8 __invoke<(lambda at /Users/Hugh/Documents/Source/ujama/node_modules/realm/src/object-store/src/impl/apple/external_commit_helper.cpp:171:28)> + 4 (type_traits:3545) 4 Ujama 0x0000000102b045b8 __thread_execute >, (lambda at /Users/Hugh/Documents/Source/ujama/node_modules/realm/src/object-s... + 4 (thread:273) 5 Ujama 0x0000000102b045b8 void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCom... + 52 (thread:284) 6 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 7 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001b7710dd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b7710184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018b54ecf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018b548ea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018b5484bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Foundation 0x000000018c7c9e30 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374) 6 Ujama 0x0000000102590904 -[_FSRRunLoopThread main] + 252 (FSRWebSocket.m:1854) 7 Foundation 0x000000018c9340f0 __NSThread__start__ + 864 (NSThread.m:724) 8 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 9 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001b7734c40 select$DARWIN_EXTSN + 8 1 CoreFoundation 0x000000018b55b688 __CFSocketManager + 636 (CFSocket.c:1343) 2 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 3 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001b7710dd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001b7710184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018b54ecf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018b548ea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018b5484bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Foundation 0x000000018c7c9e30 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374) 6 Ujama 0x000000010279a9ec -[_RCTSRRunLoopThread main] + 300 (RCTSRWebSocket.m:1623) 7 Foundation 0x000000018c9340f0 __NSThread__start__ + 864 (NSThread.m:724) 8 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 9 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 12: 0 libsystem_pthread.dylib 0x00000001d34ca774 start_wqthread + 0 Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001b773355c __channel_sync + 8 1 libnetwork.dylib 0x000000018c332880 nw_channel_finalize_output_frame + 960 (channel.c:1611) 2 libnetwork.dylib 0x000000018c3312e4 __nw_channel_finalize_output_frames_block_invoke + 124 (channel.c:1846) 3 libnetwork.dylib 0x000000018c330d2c nw_channel_finalize_output_frames + 308 (frame_internal.h:1200) 4 libnetwork.dylib 0x000000018c5970f4 nw_protocol_ipv4_finalize_output_frames + 192 (protocol_ip.c:1039) 5 libusrtcp.dylib 0x000000018eb8f4d4 tcp_ip_output_send + 452 (tcp_output.c:2505) 6 libusrtcp.dylib 0x000000018eb8ca64 tcp_output + 13344 (tcp_output.c:2375) 7 libusrtcp.dylib 0x000000018eb96704 tcp_trigger_connect + 180 (user_socket.c:1307) 8 libusrtcp.dylib 0x000000018eb65140 nw_protocol_tcp_connected + 224 (protocol_tcp.c:2075) 9 libnetwork.dylib 0x000000018c596a04 nw_protocol_ipv4_connected + 248 (protocol_ip.c:1079) 10 libnetwork.dylib 0x000000018c3303a8 nw_channel_connect + 136 (channel.c:694) 11 libusrtcp.dylib 0x000000018eb668d8 nw_protocol_tcp_connect + 148 (protocol_tcp.c:2024) 12 libboringssl.dylib 0x00000001a09c27f0 nw_protocol_boringssl_connect + 340 (protocol_boringssl.m:1417) 13 CFNetwork 0x000000018bdf924c ConnectionProtocolConnect(nw_protocol*, nw_protocol*) + 1216 (ConnectionProtocol.cpp:359) 14 libnetwork.dylib 0x000000018c06ea6c nw_endpoint_flow_connect + 200 (endpoint_flow.m:2368) 15 libnetwork.dylib 0x000000018c069fc8 nw_endpoint_flow_setup_protocols + 3248 (endpoint_flow.m:2655) 16 libnetwork.dylib 0x000000018c067ac4 nw_endpoint_flow_setup_channel + 2824 (endpoint_flow.m:2826) 17 libnetwork.dylib 0x000000018c063ef8 -[NWConcrete_nw_endpoint_flow updatePathWithHandler:] + 3124 (endpoint_flow.m:300) 18 libnetwork.dylib 0x000000018c1651b4 nw_endpoint_handler_path_change + 14592 (endpoint_handler.m:0) 19 libnetwork.dylib 0x000000018c160310 __nw_endpoint_handler_initialize_association_block_invoke + 156 (endpoint_handler.m:897) 20 libnetwork.dylib 0x000000018c2e3b90 __nw_association_update_paths_block_invoke.81 + 92 (association.m:313) 21 libnetwork.dylib 0x000000018c48cf30 nw_hash_table_apply + 456 (hash_table.c:386) 22 libnetwork.dylib 0x000000018c2e34b4 nw_association_update_paths + 488 (association.m:308) 23 libnetwork.dylib 0x000000018c5e438c nw_path_necp_update_evaluator + 2084 (path_evaluation.m:988) 24 libnetwork.dylib 0x000000018c5e383c nw_path_necp_check_for_updates + 1024 (path_evaluation.m:1076) 25 libnetwork.dylib 0x000000018c5f9a0c nw_path_evaluator_force_update + 128 (path_evaluation.m:5327) 26 libnetwork.dylib 0x000000018c2eb3b8 nw_association_force_update + 108 (association.m:612) 27 libnetwork.dylib 0x000000018c068e94 nw_endpoint_flow_setup_channel + 7896 (endpoint_flow.m:2850) 28 libnetwork.dylib 0x000000018c077bdc -[NWConcrete_nw_endpoint_flow startWithHandler:] + 5588 (endpoint_flow.m:184) 29 libnetwork.dylib 0x000000018c1651b4 nw_endpoint_handler_path_change + 14592 (endpoint_handler.m:0) 30 libnetwork.dylib 0x000000018c16c378 nw_endpoint_handler_start + 1176 (endpoint_handler.m:950) 31 libnetwork.dylib 0x000000018c493d50 nw_endpoint_resolver_start_next_child + 4480 (endpoint_resolver.m:714) 32 libdispatch.dylib 0x000000018b1cefd0 _dispatch_call_block_and_release + 32 (init.c:1454) 33 libdispatch.dylib 0x000000018b1d0ac8 _dispatch_client_callout + 20 (object.m:559) 34 libdispatch.dylib 0x000000018b1d9a1c _dispatch_workloop_invoke + 1892 (inline_internal.h:2548) 35 libdispatch.dylib 0x000000018b1e2528 _dispatch_workloop_worker_thread + 708 (queue.c:6590) 36 libsystem_pthread.dylib 0x00000001d34c3908 _pthread_wqthread + 276 (pthread.c:2194) 37 libsystem_pthread.dylib 0x00000001d34ca77c start_wqthread + 8 Thread 14: 0 libsystem_pthread.dylib 0x00000001d34ca774 start_wqthread + 0 Thread 15: 0 libsystem_pthread.dylib 0x00000001d34ca774 start_wqthread + 0 Thread 16: 0 libsystem_pthread.dylib 0x00000001d34ca774 start_wqthread + 0 Thread 17: 0 libsystem_pthread.dylib 0x00000001d34ca774 start_wqthread + 0 Thread 18: 0 libsystem_pthread.dylib 0x00000001d34ca774 start_wqthread + 0 Thread 19: 0 libsystem_pthread.dylib 0x00000001d34ca774 start_wqthread + 0 Thread 20: 0 libsystem_pthread.dylib 0x00000001d34ca774 start_wqthread + 0 Thread 21 name: Thread 21: 0 libsystem_kernel.dylib 0x00000001b773475c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001d34c5550 _pthread_cond_wait + 1192 (pthread_cond.c:636) 2 JavaScriptCore 0x00000001955b6798 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2780 (ThreadingPOSIX.cpp:541) 3 JavaScriptCore 0x0000000194e70ef4 bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82) 4 JavaScriptCore 0x0000000195584410 WTF::Detail::CallableWrapper::call() + 208 (Condition.h:116) 5 JavaScriptCore 0x00000001955dacfc WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 260 (Function.h:83) 6 JavaScriptCore 0x00000001955dd490 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:197) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 22 name: Thread 22: 0 libsystem_kernel.dylib 0x00000001b773475c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001d34c5550 _pthread_cond_wait + 1192 (pthread_cond.c:636) 2 JavaScriptCore 0x00000001955b6798 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2780 (ThreadingPOSIX.cpp:541) 3 JavaScriptCore 0x0000000194e70ef4 bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82) 4 JavaScriptCore 0x0000000195584410 WTF::Detail::CallableWrapper::call() + 208 (Condition.h:116) 5 JavaScriptCore 0x00000001955dacfc WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 260 (Function.h:83) 6 JavaScriptCore 0x00000001955dd490 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:197) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 23 name: Thread 23: 0 libsystem_kernel.dylib 0x00000001b773475c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001d34c5550 _pthread_cond_wait + 1192 (pthread_cond.c:636) 2 JavaScriptCore 0x00000001955b6798 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2780 (ThreadingPOSIX.cpp:541) 3 JavaScriptCore 0x0000000194e70ef4 bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82) 4 JavaScriptCore 0x0000000195584410 WTF::Detail::CallableWrapper::call() + 208 (Condition.h:116) 5 JavaScriptCore 0x00000001955dacfc WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 260 (Function.h:83) 6 JavaScriptCore 0x00000001955dd490 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:197) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 24 name: Thread 24: 0 libsystem_kernel.dylib 0x00000001b773475c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001d34c5550 _pthread_cond_wait + 1192 (pthread_cond.c:636) 2 JavaScriptCore 0x00000001955b6798 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2780 (ThreadingPOSIX.cpp:541) 3 JavaScriptCore 0x0000000194e70ef4 bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82) 4 JavaScriptCore 0x0000000195584410 WTF::Detail::CallableWrapper::call() + 208 (Condition.h:116) 5 JavaScriptCore 0x00000001955dacfc WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 260 (Function.h:83) 6 JavaScriptCore 0x00000001955dd490 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:197) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 25 name: Thread 25: 0 libsystem_kernel.dylib 0x00000001b773475c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001d34c5550 _pthread_cond_wait + 1192 (pthread_cond.c:636) 2 JavaScriptCore 0x00000001955b6798 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2780 (ThreadingPOSIX.cpp:541) 3 JavaScriptCore 0x0000000194e70ef4 bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82) 4 JavaScriptCore 0x0000000195584410 WTF::Detail::CallableWrapper::call() + 208 (Condition.h:116) 5 JavaScriptCore 0x00000001955dacfc WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 260 (Function.h:83) 6 JavaScriptCore 0x00000001955dd490 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:197) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 26 name: Thread 26: 0 libsystem_kernel.dylib 0x00000001b773475c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001d34c5550 _pthread_cond_wait + 1192 (pthread_cond.c:636) 2 JavaScriptCore 0x00000001955b6798 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2780 (ThreadingPOSIX.cpp:541) 3 JavaScriptCore 0x0000000194e70ef4 bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196 (ParkingLot.h:82) 4 JavaScriptCore 0x0000000195584410 WTF::Detail::CallableWrapper::call() + 208 (Condition.h:116) 5 JavaScriptCore 0x00000001955dacfc WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 260 (Function.h:83) 6 JavaScriptCore 0x00000001955dd490 WTF::wtfThreadEntryPoint(void*) + 16 (ThreadingPOSIX.cpp:197) 7 libsystem_pthread.dylib 0x00000001d34c1ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001d34ca788 thread_start + 8 Thread 27: 0 libsystem_pthread.dylib 0x00000001d34ca774 start_wqthread + 0 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x00000001d59c9223 x1: 0x00000001d59c9223 x2: 0x00000001031fea90 x3: 0x000000019a64a0cc x4: 0x00000000000062dc x5: 0x0000000000000020 x6: 0x0000000000000068 x7: 0x0000000000000005 x8: 0x5f006e6961746572 x9: 0x0000000961746570 x10: 0x000000028083de88 x11: 0x00000000c3000002 x12: 0x0000000000000007 x13: 0x00000002821cb230 x14: 0x000000018b7617f2 x15: 0x00000001e962c540 x16: 0x000000019f6de000 x17: 0xfe151981d34574bc x18: 0x000000010fdbb5ec x19: 0x00000001033eb000 x20: 0x000000028083de80 x21: 0x00000002808c2e00 x22: 0x0000000281c90680 x23: 0x00000001d6350f23 x24: 0x0000000000000002 x25: 0x00000001d583e0a3 x26: 0x000000028083de80 x27: 0x0000000000000008 x28: 0x0400000280000003 fp: 0x000000016da39970 lr: 0x0000000102ab63a4 sp: 0x000000016da39920 pc: 0x000000019f6de010 cpsr: 0x20000000 esr: 0x92000006 (Data Abort) byte read Translation fault Binary Images: 0x1023c4000 - 0x10313bfff Ujama arm64 <5dfaf2d45e6c31a5a825abc6fc6d41c7> /var/containers/Bundle/Application/187672D7-960F-4C53-A064-19C88FA34656/Ujama.app/Ujama 0x1036dc000 - 0x1036e7fff libobjc-trampolines.dylib arm64e <311584f0aefa3b9680f8bda9456b03c4> /usr/lib/libobjc-trampolines.dylib 0x1037d8000 - 0x103847fff dyld arm64e <093daa5efce23b8f874bd71b24ddd40d> /usr/lib/dyld 0x18b1cd000 - 0x18b20efff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib 0x18b20f000 - 0x18b248fff libdyld.dylib arm64e <9b2d02a4c9c03cafbbd2c1bcee117e8e> /usr/lib/system/libdyld.dylib 0x18b249000 - 0x18b4b0fff libicucore.A.dylib arm64e <6c6790bf921d3a808530b5e03e5647f2> /usr/lib/libicucore.A.dylib 0x18b4b1000 - 0x18b864fff CoreFoundation arm64e <52963dbafa8936c2826228b9776f8c12> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x18b865000 - 0x18ba09fff CoreServices arm64e <105b178f853937a8afed78a4019c167f> /System/Library/Frameworks/CoreServices.framework/CoreServices 0x18ba0a000 - 0x18ba51fff WirelessDiagnostics arm64e <9ad81682ddb7398486b79eca2118f90f> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x18ba52000 - 0x18bacbfff SystemConfiguration arm64e /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x18bacc000 - 0x18bbc0fff CoreTelephony arm64e <83c383d8757c38ff8fb97d21fe310a53> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x18bbc1000 - 0x18c04efff CFNetwork arm64e <89f0f3290648327eb82d22ab5bbb3298> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x18c04f000 - 0x18c74bfff libnetwork.dylib arm64e /usr/lib/libnetwork.dylib 0x18c74c000 - 0x18c7c1fff Accounts arm64e <5fb6ab7dd6a13856be9e7d3aaf3dd797> /System/Library/Frameworks/Accounts.framework/Accounts 0x18c7c2000 - 0x18ca70fff Foundation arm64e /System/Library/Frameworks/Foundation.framework/Foundation 0x18ca71000 - 0x18cdccfff ImageIO arm64e <2e2f2cfc93e43de387533aabb095dada> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x18cdcd000 - 0x18cde5fff libCGInterfaces.dylib arm64e <51ce9b23cd633f12862b173fbb7549af> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x18cde6000 - 0x18d375fff CoreGraphics arm64e /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x18d376000 - 0x18e7b6fff UIKitCore arm64e <432c7d5453153ec7a3bea48e873736a7> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x18e7b7000 - 0x18e7d5fff libAccessibility.dylib arm64e <3bf1d1ea6bd23225a74b867b7a435572> /usr/lib/libAccessibility.dylib 0x18e7d6000 - 0x18ea54fff QuartzCore arm64e /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x18ea55000 - 0x18eabdfff BackBoardServices arm64e <7113ed609bf3353bb93db7504bd9be06> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x18eabe000 - 0x18eb48fff TextInput arm64e <2b7bc64436263814a6d7a864ae2f821f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x18eb49000 - 0x18ebb0fff libusrtcp.dylib arm64e <8cd7b52510c236a38fd8fb2cce95b389> /usr/lib/libusrtcp.dylib 0x18ebb1000 - 0x18ef53fff AppleMediaServices arm64e /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x18ef54000 - 0x18f0cdfff libswiftFoundation.dylib arm64e <3fa556099c333edbbe555f90ba66d4df> /usr/lib/swift/libswiftFoundation.dylib 0x18f0ce000 - 0x18f4f9fff libswiftCore.dylib arm64e <6f9c0686532a3db0aee180a78645aed1> /usr/lib/swift/libswiftCore.dylib 0x18f4fa000 - 0x18f50ffff UIKitServices arm64e /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x18f510000 - 0x18f661fff Preferences arm64e /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x18f662000 - 0x18f87efff ContactsUI arm64e <2fca970cca6a3a8c923fbf975547e6af> /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x18f87f000 - 0x18fa33fff CoreText arm64e /System/Library/Frameworks/CoreText.framework/CoreText 0x18fa34000 - 0x18fa4dfff ExtensionKit arm64e <232873b6980537ccaf0fda79c7444ee7> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit 0x18fa4e000 - 0x18fa62fff ChronoServices arm64e <89d2f26f48c233de80702913d88ed57f> /System/Library/PrivateFrameworks/ChronoServices.framework/ChronoServices 0x18fa63000 - 0x18fae4fff BaseBoard arm64e <276803444f563589a600895ba8fae6d3> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x18fae5000 - 0x18fd09fff CoreDuet arm64e /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x18fd0a000 - 0x18fe5ffff Contacts arm64e /System/Library/Frameworks/Contacts.framework/Contacts 0x18fe60000 - 0x191338fff GeoServices arm64e /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x191339000 - 0x1913c0fff CoreLocation arm64e <8a400179a93c36c29710f38250899d24> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x1913c1000 - 0x191569fff CloudKit arm64e /System/Library/Frameworks/CloudKit.framework/CloudKit 0x19156a000 - 0x1918dbfff CoreData arm64e <3b96831960ce3e7eaa877fef535d7236> /System/Library/Frameworks/CoreData.framework/CoreData 0x1925b3000 - 0x1925bdfff libswiftCoreGraphics.dylib arm64e <72e276daf719390eb87ed0c948d2c415> /usr/lib/swift/libswiftCoreGraphics.dylib 0x1925be000 - 0x1925fdfff AppSupport arm64e <58333054b1f93b9797639cc6dabda141> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x1925fe000 - 0x192721fff ManagedConfiguration arm64e /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x192722000 - 0x192791fff IMFoundation arm64e /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x192792000 - 0x19289efff IDS arm64e <413ed9fec40f3d67ab23b9c3723363ea> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x19289f000 - 0x1929e6fff Security arm64e <0a4e383374753ac3b647c3a53dd1c18d> /System/Library/Frameworks/Security.framework/Security 0x1929e7000 - 0x192deafff MediaPlayer arm64e <31a8cad0a42c349495b0ecb8038c44fd> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x192deb000 - 0x192e03fff AudioSession arm64e <02b7e528c515343bae4fc128dd8abba1> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x192e04000 - 0x192f9dfff AVFCore arm64e <83b9ef1b507f3d19a5d796b7ed3f33bb> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore 0x192f9e000 - 0x193521fff Intents arm64e <309b1fdb67003cbab068292f93aeda86> /System/Library/Frameworks/Intents.framework/Intents 0x19356f000 - 0x193881fff CoreImage arm64e <0e39a9c992633b55a43d9d8e846d5143> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x193882000 - 0x19393efff ColorSync arm64e /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x19393f000 - 0x193979fff CoreVideo arm64e <531fee6ee7163d86aff61bc327922772> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x19397a000 - 0x194139fff MediaToolbox arm64e <6d7a8deb885d3caa94348e620b701c43> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x19413a000 - 0x194237fff CoreMedia arm64e <7bc76cd99cb3341293663c3fa12860af> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x194238000 - 0x19449ffff AudioToolbox arm64e <2359ac0c885739d9964d8b1dfc4dc455> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x1944a0000 - 0x1944f0fff CoreHaptics arm64e <0aed9b9cabda317aa949c3924a329a2d> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics 0x1944f1000 - 0x194550fff UserActivity arm64e <3e476fb89f863cc0a3db06ce06d3b847> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity 0x194551000 - 0x194654fff UIFoundation arm64e <8eecfa92f51c38559aff804102c9c0bb> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x194655000 - 0x194693fff libsystem_info.dylib arm64e /usr/lib/system/libsystem_info.dylib 0x194694000 - 0x194712fff libsystem_c.dylib arm64e <0ccb6552b83a30a5b8b0ad3cd3b750b2> /usr/lib/system/libsystem_c.dylib 0x194713000 - 0x19475dfff RunningBoardServices arm64e /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x19475e000 - 0x19572dfff JavaScriptCore arm64e <35a00b8d43e33b228f7b63438f56a93a> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x19572e000 - 0x195ccbfff ChatKit arm64e <57ee3e3259243eda9fbbca27abb1ad21> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit 0x195ccc000 - 0x195d59fff ContactsFoundation arm64e <103de0e62bab395eae9126b63ec33232> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x195d5a000 - 0x195f93fff HealthKit arm64e <4a542ad7a6453b81ad9f0d3189da98c9> /System/Library/Frameworks/HealthKit.framework/HealthKit 0x195f94000 - 0x195fb6fff ProactiveEventTracker arm64e <8af6cc4848273867a6947f7bf215a3ac> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x195fb7000 - 0x196000fff Lexicon arm64e <3951f925169f331bb606443714b04b16> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x196001000 - 0x19606cfff PersonalizationPortrait arm64e /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait 0x19606d000 - 0x1960bcfff CoreDuetContext arm64e /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x1960bd000 - 0x196166fff IOKit arm64e <2b84a367264e3ca4bc2127be442fdaa9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x196167000 - 0x196177fff DataMigration arm64e <3ba247a57e223221baa884af7bdbc61b> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x196178000 - 0x1961d3fff SpringBoardServices arm64e /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x1961d4000 - 0x1961e5fff ContextKit arm64e /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit 0x1961e6000 - 0x196445fff CoreMotion arm64e <10c0abfc00f33989b9819c3635d6249a> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x196446000 - 0x196585fff EventKit arm64e <7e283096fef2333e92fef9991e03b490> /System/Library/Frameworks/EventKit.framework/EventKit 0x196586000 - 0x196ac8fff PassKitCore arm64e /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore 0x196ac9000 - 0x196d30fff MediaRemote arm64e /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x196d31000 - 0x196ed4fff CoreUtils arm64e /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x196ed5000 - 0x196eebfff FamilyCircle arm64e <5c51fcc9d4b43d6c92cd4388e2148648> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle 0x196eec000 - 0x196f5afff CoreSpotlight arm64e <6c254d7acff2342e993f3190e5cf0854> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x19734e000 - 0x1974e4fff AssistantServices arm64e /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x1974e5000 - 0x1975a9fff CoreUI arm64e <38a9af2866af36ca8fe5f9a2cdfb853a> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x1975aa000 - 0x1975f4fff SafariSafeBrowsing arm64e /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1975f5000 - 0x197d4dfff WebKit arm64e <4b367bc11d433e6bacfea0e7f26a52cf> /System/Library/Frameworks/WebKit.framework/WebKit 0x197d4e000 - 0x19a155fff WebCore arm64e <97f64cf4550a349ba93418a37da2fd51> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x19a156000 - 0x19a1b3fff libMobileGestalt.dylib arm64e /usr/lib/libMobileGestalt.dylib 0x19a1b4000 - 0x19a1cffff CommonUtilities arm64e <2e0fcd655ec73ad590a29bc638d36dfe> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x19a1d0000 - 0x19a33afff IDSFoundation arm64e /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x19a33b000 - 0x19a43bfff IMSharedUtilities arm64e /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 0x19a43c000 - 0x19a4e2fff CoreSuggestions arm64e <378e23ba1b4b399e8f534c42f11a7ac8> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x19a4e3000 - 0x19a57ffff AddressBookLegacy arm64e <4f334566cf61359cbe883d4b6a2526f3> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x19a580000 - 0x19a5b2fff UserNotifications arm64e <0deedc2412433be7bd760d8bf0ebdaf0> /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x19a5b3000 - 0x19a63bfff FrontBoardServices arm64e <0bd8a2024f2133c3aa8d5faaf07a7ee4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x19a63c000 - 0x19a65ffff libsystem_malloc.dylib arm64e /usr/lib/system/libsystem_malloc.dylib 0x19a660000 - 0x19a92afff MapKit arm64e <620e35277d8034e3ae0359a1e35532f4> /System/Library/Frameworks/MapKit.framework/MapKit 0x19a92b000 - 0x19b0e4fff VectorKit arm64e /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x19b0e5000 - 0x19b175fff AuthKit arm64e <6fccc1a4b3cc38c0a8970f6a62c8d299> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x19b176000 - 0x19b208fff AppleAccount arm64e /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x19b209000 - 0x19b30afff AVFAudio arm64e /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x19b30b000 - 0x19b56afff AudioToolboxCore arm64e /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x19b59b000 - 0x19b845fff StoreServices arm64e <8a7295f8b83b3422970e31ef895710df> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x19b846000 - 0x19b9c8fff Sharing arm64e /System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x19b9c9000 - 0x19ba6cfff ShareSheet arm64e <6a684e30abbc3af5bf2ea44524909169> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x19ba6d000 - 0x19bb59fff CoreParsec arm64e /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x19bb5a000 - 0x19bba2fff PhotoFoundation arm64e <8d2d896f3fa5334386e2f84660526747> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation 0x19bba3000 - 0x19bde6fff Photos arm64e <13a8f1d0163134dab1caf334fe5eecca> /System/Library/Frameworks/Photos.framework/Photos 0x19bde7000 - 0x19c4f2fff PhotoLibraryServices arm64e <0ee551bb7e343762b38ecfbc74e7ea36> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x19c4f3000 - 0x19c5affff AssetsLibraryServices arm64e /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x19c5b0000 - 0x19c600fff MobileBackup arm64e <55646e94bcb23366ac2dabebcba1da52> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x19c601000 - 0x19c614fff MSUDataAccessor arm64e /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor 0x19c615000 - 0x19c63bfff MobileAsset arm64e <86ab0230d0c4393a98787f2e131fbea3> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x19c63c000 - 0x19c64bfff libsystem_networkextension.dylib arm64e /usr/lib/system/libsystem_networkextension.dylib 0x19c64c000 - 0x19c896fff NetworkExtension arm64e <89b5617847853a04ba5860591dec5fda> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x19c8c3000 - 0x19cc86fff CoreML arm64e /System/Library/Frameworks/CoreML.framework/CoreML 0x19cc87000 - 0x19d3fefff Espresso arm64e /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x19d3ff000 - 0x19d4f9fff VideoToolbox arm64e <951e66742a793b41b30b6ce41c8c7094> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x19d4fa000 - 0x19d544fff OnBoardingKit arm64e <9525719a01953ac1888c19637b8260b6> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit 0x19d63d000 - 0x19d64dfff AXCoreUtilities arm64e <874593b0ccc231ec8bb03cec1ea93951> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x19e4f8000 - 0x19e66cfff Montreal arm64e /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x19e66d000 - 0x19e780fff LanguageModeling arm64e /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x19e781000 - 0x19e789fff InternationalSupport arm64e /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x19e78a000 - 0x19e9d5fff iTunesCloud arm64e <113e6278131b3ffb9c1c3df1602c50c4> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud 0x19e9d6000 - 0x19ea17fff libswiftUIKit.dylib arm64e <00e844c72c3e3e2c99968960e47f24cf> /usr/lib/swift/libswiftUIKit.dylib 0x19ea9a000 - 0x19eadcfff CarKit arm64e /System/Library/PrivateFrameworks/CarKit.framework/CarKit 0x19eb2e000 - 0x19ebd4fff CalendarDatabase arm64e /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x19ebd5000 - 0x19ec1ffff Notes arm64e /System/Library/PrivateFrameworks/Notes.framework/Notes 0x19ec20000 - 0x19ecfbfff LinkPresentation arm64e /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation 0x19ecfc000 - 0x19ee1dfff Combine arm64e /System/Library/Frameworks/Combine.framework/Combine 0x19eea9000 - 0x19eeb9fff UniformTypeIdentifiers arm64e <9ac9a18b3ffe3bc4bbc55ce8c2767eb2> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers 0x19eeba000 - 0x19ef3afff CloudDocs arm64e <7761677f679b3de880c97f705f3fa08f> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x19ef3b000 - 0x19f133fff Message arm64e <0de37328d16732e38d47e356eabc5fe9> /System/Library/PrivateFrameworks/Message.framework/Message 0x19f134000 - 0x19f1affff EmailFoundation arm64e <5f86aa21a53033b4a12668f36e973f73> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation 0x19f418000 - 0x19f436fff FindMyDevice arm64e <1bdf46bb1c843db285973f9b7a5b16c4> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice 0x19f437000 - 0x19f472fff MediaServices arm64e /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x19f473000 - 0x19f5dbfff SearchFoundation arm64e /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x19f5dc000 - 0x19f636fff WebBookmarks arm64e <89aed341a0af30f5983ddb347b67b99a> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x19f6b6000 - 0x19f6effff libobjc.A.dylib arm64e /usr/lib/libobjc.A.dylib 0x19f6f0000 - 0x19f751fff LoggingSupport arm64e /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x19f752000 - 0x19f7affff libc++.1.dylib arm64e /usr/lib/libc++.1.dylib 0x19f7b0000 - 0x19f7c5fff libc++abi.dylib arm64e <0e3a13caca043f449b3cc081d0b8bcd3> /usr/lib/libc++abi.dylib 0x19f7c6000 - 0x19f807fff SetupAssistant arm64e /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x19f808000 - 0x19f822fff OctagonTrust arm64e /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust 0x19f937000 - 0x19f979fff CoreAutoLayout arm64e <77232c6916c93eeaae5e4a18e43cd3fc> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout 0x19f97a000 - 0x19fad2fff Network arm64e <0e5690c3807436b6860ebcc27f907c72> /System/Library/Frameworks/Network.framework/Network 0x19fad3000 - 0x19fb08fff MobileKeyBag arm64e /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x19fd3a000 - 0x19fd4efff BaseBoardUI arm64e /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x19fd4f000 - 0x19fe01fff libvDSP.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x19fe02000 - 0x19fe34fff libAudioToolboxUtility.dylib arm64e <5915af4415dc35098383316b48fed16c> /usr/lib/libAudioToolboxUtility.dylib 0x19ffe8000 - 0x1a0073fff CoreNLP arm64e <6de768bdd0ab3cb9b493a4cc172305f7> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x1a0074000 - 0x1a018afff FileProvider arm64e /System/Library/Frameworks/FileProvider.framework/FileProvider 0x1a018b000 - 0x1a019bfff BiomeStorage arm64e /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage 0x1a019c000 - 0x1a01b3fff libswiftDispatch.dylib arm64e <977ca2491cfe32d2ac2b925f5324a5db> /usr/lib/swift/libswiftDispatch.dylib 0x1a01b4000 - 0x1a01eafff DataDetectorsCore arm64e <842b62c7e8e03763ba1e69345ec13563> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x1a01eb000 - 0x1a0278fff Symbolication arm64e /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 0x1a0279000 - 0x1a0296fff CrashReporterSupport arm64e <31a66684aaba373b9450a0fa625647be> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1a0297000 - 0x1a02b2fff FMCoreLite arm64e <0b306545d5ec37a4841107c27a4ea3aa> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite 0x1a02d8000 - 0x1a03a6fff TelephonyUtilities arm64e /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x1a03df000 - 0x1a05c8fff MPSNeuralNetwork arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1a05c9000 - 0x1a061dfff MPSCore arm64e <9ac5902fa781309fb2488f8fdddc3e6c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1a0776000 - 0x1a07e1fff CalendarFoundation arm64e <6ed5b454f12732d69ca41114a74c6488> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x1a07e2000 - 0x1a0842fff TipsCore arm64e <3128020c7b94363e954ef0e69f4a5a9c> /System/Library/PrivateFrameworks/TipsCore.framework/TipsCore 0x1a0843000 - 0x1a092dfff NLP arm64e /System/Library/PrivateFrameworks/NLP.framework/NLP 0x1a092e000 - 0x1a0956fff AppSupportUI arm64e <9d455a9acab43583b157f6e300159035> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x1a0960000 - 0x1a09b4fff FTServices arm64e /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x1a09b5000 - 0x1a0a65fff libboringssl.dylib arm64e /usr/lib/libboringssl.dylib 0x1a0a66000 - 0x1a0a7dfff ProtocolBuffer arm64e <772c7310199533cf8ff54f171bdf95c0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1a0a7e000 - 0x1a0b84fff AVKit arm64e <0aa3a1267fbd37279438dd06596205a9> /System/Library/Frameworks/AVKit.framework/AVKit 0x1a0cf2000 - 0x1a0d01fff AssertionServices arm64e <3d525184b2eb3e35b015c739709b0418> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x1a0d02000 - 0x1a0d2afff CloudServices arm64e <7a9facaaea9935768f42dbd62604d409> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices 0x1a0d7d000 - 0x1a0e5cfff Metal arm64e <9c2e33dc50f137afaf5d09887ddd1107> /System/Library/Frameworks/Metal.framework/Metal 0x1a0e5d000 - 0x1a0fa1fff MediaExperience arm64e /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x1a1359000 - 0x1a136ffff libsystem_trace.dylib arm64e /usr/lib/system/libsystem_trace.dylib 0x1a1370000 - 0x1a13a1fff CoreServicesInternal arm64e <749c09ca284437fbac9813210b39fee2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1a13a2000 - 0x1a1407fff SafariCore arm64e <72d717ee46303b88bbfdbcf8c6be3803> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x1a1408000 - 0x1a1636fff SafariShared arm64e /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared 0x1a1637000 - 0x1a16cffff AppStoreDaemon arm64e /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon 0x1a1ad6000 - 0x1a1b1cfff ContactsAutocompleteUI arm64e <1d5161b3c2173f40bc19c6e66986570c> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI 0x1a1b1d000 - 0x1a1c56fff MessageUI arm64e <9f2880f0d15b32b68b23193c206ba54c> /System/Library/Frameworks/MessageUI.framework/MessageUI 0x1a1f6f000 - 0x1a2010fff SAObjects arm64e /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x1a2011000 - 0x1a2056fff VoiceServices arm64e <07dff654308530338c8fb4fad467a0cb> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1a2057000 - 0x1a205ffff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1a2060000 - 0x1a20b5fff DeviceManagement arm64e <54fbc35e306e38bd9e85540831a92450> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement 0x1a20b6000 - 0x1a2223fff Translation arm64e <22a51495fa563d659883df06e2a6afb5> /System/Library/PrivateFrameworks/Translation.framework/Translation 0x1a2224000 - 0x1a2239fff PowerLog arm64e <1c5cc589b8da3568a0b3b8c4621cd24f> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x1a223a000 - 0x1a2262fff DuetActivityScheduler arm64e <1881c31753dd3936bfe3afbc9e0d698f> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler 0x1a3951000 - 0x1a3be8fff Vision arm64e <9e1c64d52455323ca0e4642da7b596b4> /System/Library/Frameworks/Vision.framework/Vision 0x1a3be9000 - 0x1a3c44fff DataAccess arm64e /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x1a3c45000 - 0x1a3cb2fff ProactiveSupport arm64e <8b325a680e28331eac30238e20a39d5d> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x1a3cdf000 - 0x1a3cfefff ApplePushService arm64e <7b786b32000a3affb08138c968a53d2e> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x1a3cff000 - 0x1a3d27fff BoardServices arm64e <09ffd7cb2a8d3b9db105696014ed8156> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x1a3d28000 - 0x1a3d34fff libswiftCloudKit.dylib arm64e /usr/lib/swift/libswiftCloudKit.dylib 0x1a3e92000 - 0x1a3ec1fff libncurses.5.4.dylib arm64e <84f900808bb230dcb0de26018d7b0871> /usr/lib/libncurses.5.4.dylib 0x1a3ec2000 - 0x1a3f0ffff OSAnalytics arm64e <7c972195d6843a1b915e537295d68932> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 0x1a3f10000 - 0x1a3f94fff CoreBluetooth arm64e <95e96bc8889334e1a5715c579dfea4df> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x1a3f95000 - 0x1a417bfff JetEngine arm64e <691830ed516833bba6080d2c3779b740> /System/Library/PrivateFrameworks/JetEngine.framework/JetEngine 0x1a417c000 - 0x1a41bffff TemplateKit arm64e <2b504af59ca23daeabcbb8d975994411> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit 0x1a41c0000 - 0x1a41f4fff MobileInstallation arm64e /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x1a41f5000 - 0x1a4282fff libTelephonyUtilDynamic.dylib arm64e <2a06362ceca03a9ab7221b9c44059b77> /usr/lib/libTelephonyUtilDynamic.dylib 0x1a4283000 - 0x1a42f0fff NanoRegistry arm64e <84dff6a8a92434c18570a6cb730d3bc9> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1a42f1000 - 0x1a43d0fff SpringBoardFoundation arm64e <83d33ada450b39bcbefd73d01489f65a> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation 0x1a43d1000 - 0x1a43eefff CoreMaterial arm64e /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x1a43ef000 - 0x1a4461fff SpringBoardUIServices arm64e <599e125217b13146b62752cff648dcfe> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices 0x1a4462000 - 0x1a45eafff libsqlite3.dylib arm64e <918af9e654463505b32544aa7cd2b3a2> /usr/lib/libsqlite3.dylib 0x1a45eb000 - 0x1a46adfff AVFCapture arm64e /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture 0x1a46ae000 - 0x1a49f5fff CMCapture arm64e <261c4f666440310c91cff1a2f03ba306> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture 0x1a4b51000 - 0x1a4da8fff MobileSpotlightIndex arm64e <9cea379ed96d39398c94ab44ce0a0eb7> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1a4da9000 - 0x1a4e4ffff Email arm64e <64282e3dc4083cc19b9ebdaba2b94a65> /System/Library/PrivateFrameworks/Email.framework/Email 0x1a4eb3000 - 0x1a508ffff EventKitUI arm64e /System/Library/Frameworks/EventKitUI.framework/EventKitUI 0x1a50a9000 - 0x1a5133fff BulletinBoard arm64e <45509c6e2a963532b81aed045c8a88cc> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard 0x1a5134000 - 0x1a51bffff PeopleSuggester arm64e <1cfcc23a5f0b35689db2ab3955fc63ca> /System/Library/PrivateFrameworks/PeopleSuggester.framework/PeopleSuggester 0x1a51c0000 - 0x1a51cafff libsystem_notify.dylib arm64e <129f451d6579347c911ff8f1b24c95bd> /usr/lib/system/libsystem_notify.dylib 0x1a51cb000 - 0x1a520ffff CryptoTokenKit arm64e <94d7f0dfba7234f58fda12e0551b784c> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 0x1a527b000 - 0x1a52edfff libcorecrypto.dylib arm64e /usr/lib/system/libcorecrypto.dylib 0x1a52ee000 - 0x1a5311fff UserManagement arm64e <95257a98f1393d48a17dbee2e1330eed> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1a53ea000 - 0x1a5400fff libsystem_asl.dylib arm64e /usr/lib/system/libsystem_asl.dylib 0x1a5401000 - 0x1a5424fff AppSSO arm64e <6d805c13c37b3276b1e72c9a5820b164> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO 0x1a5425000 - 0x1a5442fff SharedWebCredentials arm64e <91f0e478ce38302abd51be814195feb9> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 0x1a5443000 - 0x1a5625fff SafariServices arm64e <42cb4a98127232578f7f6cab89935a3d> /System/Library/Frameworks/SafariServices.framework/SafariServices 0x1a567b000 - 0x1a56b2fff DataAccessExpress arm64e <779f7dc7efe63f58a6b4193b5f367da8> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x1a56b3000 - 0x1a56eafff CoreServicesStore arm64e <89a2ab255463302e89c377f5573198bf> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x1a56eb000 - 0x1a5710fff CoreAnalytics arm64e <1c29d7c77fb63f2a8b91a10b8b3db7f4> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x1a5711000 - 0x1a571cfff SymptomAnalytics arm64e /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics 0x1a5908000 - 0x1a5917fff NanoPreferencesSync arm64e <2ae0d681616935f590a8dc2af65f597d> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x1a5cbb000 - 0x1a6116fff PassKitUI arm64e <73df37cc98653b80836497cb238c4885> /System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI 0x1a6117000 - 0x1a6142fff IconServices arm64e /System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x1a61ce000 - 0x1a628afff QuickLook arm64e <1f29c4833f6838ef9db4ccea0f19a267> /System/Library/Frameworks/QuickLook.framework/QuickLook 0x1a6b98000 - 0x1a6e5dfff vImage arm64e <3649c485dc223d7e90aa46bceda7a5d6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x1a7a80000 - 0x1a7c58fff IMCore arm64e <876e4bd2371234eaaaf444fb81fdd694> /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x1a7d50000 - 0x1a7d67fff IAP arm64e <2f0c27b44cd6395e838066d1d750326a> /System/Library/PrivateFrameworks/IAP.framework/IAP 0x1a7d68000 - 0x1a7dc0fff ktrace arm64e /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1a80d5000 - 0x1a80e3fff Celestial arm64e /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x1a8153000 - 0x1a818bfff TelephonyUI arm64e /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI 0x1a818c000 - 0x1a81d2fff Pegasus arm64e /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x1a81d3000 - 0x1a8333fff WebKitLegacy arm64e /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x1a83a2000 - 0x1a8415fff ClassKit arm64e <1d290df05438345fab0af69a65a69035> /System/Library/Frameworks/ClassKit.framework/ClassKit 0x1a8416000 - 0x1a845afff StoreKit arm64e /System/Library/Frameworks/StoreKit.framework/StoreKit 0x1a919c000 - 0x1a91a6fff IOMobileFramebuffer arm64e /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x1a91a7000 - 0x1a921cfff ScreenTimeCore arm64e /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore 0x1a921d000 - 0x1a922afff CoreIDV arm64e /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV 0x1a922b000 - 0x1a92c8fff AccountsDaemon arm64e <23a686ec7d0b37f3a16625ca5d9a4f76> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x1a92c9000 - 0x1a944cfff CloudPhotoLibrary arm64e /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x1a944d000 - 0x1a9718fff MusicLibrary arm64e <6d588c7f6fd934caae97afb937434a35> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x1a9719000 - 0x1a9781fff CallKit arm64e <070c081afbf032bda44f1097413daa44> /System/Library/Frameworks/CallKit.framework/CallKit 0x1a9825000 - 0x1a9844fff PrototypeTools arm64e <223b71781ec1371e88bc64327da423af> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x1a9845000 - 0x1a9871fff PersistentConnection arm64e /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x1a994f000 - 0x1a996efff BiomeStreams arm64e <03e635df632033ea97a495e328c6c5f6> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams 0x1a998a000 - 0x1a9c3dfff PencilKit arm64e /System/Library/Frameworks/PencilKit.framework/PencilKit 0x1a9ce7000 - 0x1a9cf8fff libswiftUniformTypeIdentifiers.dylib arm64e <1f5063739ef13689a0ac6af114539a42> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib 0x1a9cf9000 - 0x1a9e74fff CoreSpeech arm64e <33f67c2b841c35f4871e3725cb7d64d1> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech 0x1a9e75000 - 0x1a9fc9fff IMDPersistence arm64e <23b3202c37773b3eb5b0fea3c1b8ee4a> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence 0x1aa22b000 - 0x1aa2e3fff SafariSharedUI arm64e <4ada1d17c15a3345ba927df3f7813717> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI 0x1aa300000 - 0x1aa315fff AppSSOCore arm64e <1defa96db0c238459573e8e01ecc743a> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore 0x1aa324000 - 0x1aa33bfff CoreFollowUp arm64e <93fed6a61cc232f4a78c14b39a2cc4bf> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x1aa33c000 - 0x1aa3b3fff Rapport arm64e <1dca9198655834d3a232614bee9cc05b> /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x1aa40d000 - 0x1aa444fff SiriUICore arm64e /System/Library/PrivateFrameworks/SiriUICore.framework/SiriUICore 0x1aa455000 - 0x1aa467fff Categories arm64e /System/Library/PrivateFrameworks/Categories.framework/Categories 0x1aa735000 - 0x1aa75bfff LocationSupport arm64e <7ee577b5bfab333998f5b9a239630328> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x1aa75c000 - 0x1aa78ffff iCalendar arm64e <638e937101ba325ba3a74c0c3ccfe637> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1aa7bc000 - 0x1aa8c4fff ConfigurationEngineModel arm64e <833c6dd5eedc342abf7c0ea420d263d2> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel 0x1aa8c5000 - 0x1aa8eefff CacheDelete arm64e /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1aa8ef000 - 0x1aa96bfff CVNLP arm64e <9163e708fe5234438dcd4a0cdc715ad6> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP 0x1aa96c000 - 0x1aa9adfff AdCore arm64e <3354075ecb8137a69c9a7ab8ae183962> /System/Library/PrivateFrameworks/AdCore.framework/AdCore 0x1aaac2000 - 0x1aaac4fff OSAServicesClient arm64e <2fb6c332332e3a3395c020798d02736e> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x1aaac5000 - 0x1aaac7fff BiomeFoundation arm64e <7c76de77a6ee35438c0f26fd4d006ebb> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation 0x1aaac8000 - 0x1aab21fff ProtectedCloudStorage arm64e <7a93932f45ea371c931e6ebc80db92b2> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1aab22000 - 0x1aab59fff C2 arm64e <7cd4d8dd1a0733e691a87e6c8d17145f> /System/Library/PrivateFrameworks/C2.framework/C2 0x1aab5a000 - 0x1aabaefff DifferentialPrivacy arm64e <7550733f261c3ad8ab151840a5af85ae> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1aad8f000 - 0x1ab566fff EmbeddedAcousticRecognition arm64e /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition 0x1ab567000 - 0x1ab5defff SiriInstrumentation arm64e /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x1ab5df000 - 0x1ab623fff BiometricKit arm64e <1e6e5f9fa5fd3c5b9b9468d2598743b6> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x1ab65d000 - 0x1ab711fff CoreSymbolication arm64e <7db15ca3688f34329948ce1ec9fced77> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x1ab788000 - 0x1ab836fff SpeakerRecognition arm64e /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition 0x1abe4b000 - 0x1abe4cfff MessageSupport arm64e /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x1abe4d000 - 0x1abe5ffff IOSurface arm64e <4fc0226af15a3b14a24f8c152f3399da> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x1abe60000 - 0x1abec0fff MobileWiFi arm64e /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x1ac27c000 - 0x1ac298fff DoNotDisturb arm64e <71f842292d3f3b69be8f6628bc228dc4> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb 0x1ac304000 - 0x1ac3acfff MMCS arm64e <33d01539e8e938f2ba91a6ed2affe8cc> /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1ac416000 - 0x1ac451fff libGLImage.dylib arm64e <06451505debb339ea5c600f2ae5080db> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1ac452000 - 0x1ac459fff libsystem_symptoms.dylib arm64e <1bbbc0de12653e0180a189bf8c7c2448> /usr/lib/system/libsystem_symptoms.dylib 0x1ac49d000 - 0x1ac9f4fff CoreAudio arm64e /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1ac9f5000 - 0x1aca0cfff ContactsDonation arm64e <2f358ea212e93e47b39eee8b47fc7714> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x1aca0d000 - 0x1aca2bfff IntentsCore arm64e <4e9a3bb1658734c482f0e23c3daf41ec> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore 0x1acace000 - 0x1acb06fff ImageCaptureCore arm64e /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore 0x1acc61000 - 0x1acda8fff Navigation arm64e <247bce5cf0f93f7f8e7465c0d07d1832> /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1acda9000 - 0x1acdc5fff SafariFoundation arm64e /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation 0x1acf41000 - 0x1acf54fff MaterialKit arm64e <395cc0acf6dd3c0797081487abf0114a> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit 0x1ad05f000 - 0x1ad067fff EmojiKit arm64e <9a82c1fa07a430cf9ef19c21073f01f0> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit 0x1ad068000 - 0x1ad078fff CoreAUC arm64e /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1ad88b000 - 0x1ad89bfff SettingsFoundation arm64e /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation 0x1ad8fc000 - 0x1ad941fff SiriActivation arm64e /System/Library/PrivateFrameworks/SiriActivation.framework/SiriActivation 0x1ad942000 - 0x1ad969fff PassKitUIFoundation arm64e <5888c425b40437c2bc88f1bae0c33d6d> /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation 0x1adf37000 - 0x1adf61fff AccountsUI arm64e /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI 0x1adfeb000 - 0x1ae208fff RawCamera arm64e /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x1ae275000 - 0x1ae2d4fff ToneLibrary arm64e <0a9c87b7c53e3c95bcda57edee0b7c95> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x1ae33f000 - 0x1ae3a5fff iAd arm64e <0e3d969db23635aca1afb53407951d73> /System/Library/Frameworks/iAd.framework/iAd 0x1aeb07000 - 0x1aeb14fff MediaSafetyNet arm64e <13bf230808013481b3d52bb18586ae36> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet 0x1aeb15000 - 0x1aeb51fff TimeSync arm64e /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync 0x1aebe8000 - 0x1aec25fff ExposureNotification arm64e <83164110c66033dd9ff4b14a7118ffcd> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification 0x1aec49000 - 0x1aec93fff CoreCDPInternal arm64e <2e7c4c79db203ed788616a6cf59c0a80> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal 0x1af29a000 - 0x1af2a3fff CoreTime arm64e <82e36c66004f3b5bbfbadf49f49aa57f> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x1afc44000 - 0x1afd43fff TextRecognition arm64e <8d6461e3ff9b35c59121ef68773932ca> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition 0x1afe58000 - 0x1afe61fff ContextKitExtraction arm64e <6e0194974f2930229af1fb9db3802cc9> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction 0x1afee1000 - 0x1aff38fff AppleAccountUI arm64e <2bd3e2908e603507bf67c805b5b778cd> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI 0x1aff39000 - 0x1aff3bfff libswiftObjectiveC.dylib arm64e /usr/lib/swift/libswiftObjectiveC.dylib 0x1aff3c000 - 0x1b0183fff libmorphun.dylib arm64e <7679385a9b7b3da6a7c0bfa9e442d3f5> /usr/lib/libmorphun.dylib 0x1b0795000 - 0x1b07fefff EmailCore arm64e <503acd62e8e63d1e94df6900f851c56b> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore 0x1b10d7000 - 0x1b10f7fff KeychainCircle arm64e <21c1cf15440e3e5a9ead0b95931d7898> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle 0x1b112a000 - 0x1b1175fff MIME arm64e <6b2b51e8af8134e591b5cb9ee7fd4ef2> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x1b1450000 - 0x1b1466fff MailServices arm64e <5d8f656aa91731efbe7d7f6fb36038c0> /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x1b1467000 - 0x1b14a3fff PhotosPlayer arm64e <35928b5333863669a89aed797bebc2d4> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer 0x1b14e7000 - 0x1b156afff CoreDAV arm64e <201098ecb0963d70b427c1bef6933abc> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1b1707000 - 0x1b1742fff CalendarUIKit arm64e <566c0ab6fc4f3d4998b88880558488d9> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit 0x1b1743000 - 0x1b1752fff MobileIcons arm64e /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1b1b36000 - 0x1b1c09fff ProofReader arm64e /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1b2ded000 - 0x1b2df7fff MallocStackLogging arm64e <82d184a56d99351692a2c2f9dd7877d5> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 0x1b2e5d000 - 0x1b3027fff EmailDaemon arm64e /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon 0x1b3028000 - 0x1b3072fff MetadataUtilities arm64e <9e30105cdd4c3530b0f7902e08dcac2e> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x1b3628000 - 0x1b3656fff MailSupport arm64e /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport 0x1b37d6000 - 0x1b382ffff CoreLocationProtobuf arm64e <205005aa445536e7808feb448e6db252> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1b3a40000 - 0x1b3a72fff Bom arm64e <08f2bc19719b3e94b189bd875fa02c35> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1b3aa2000 - 0x1b3aa8fff PushKit arm64e <6a19f8eca7fc3c5d8d15983cd24c1b35> /System/Library/Frameworks/PushKit.framework/PushKit 0x1b3aa9000 - 0x1b3b10fff PhotosFormats arm64e <738c767f7bfe3c5f82b637252208f56b> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x1b3ca1000 - 0x1b3d31fff Quagga arm64e <73d46f809554357f9a2d61eca6463048> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1b3d32000 - 0x1b3d3afff StudyLog arm64e /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x1b4b4c000 - 0x1b4ba4fff ManagedConfigurationUI arm64e <2215c2371be0387482a95971958ae142> /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI 0x1b4cd9000 - 0x1b4d19fff NaturalLanguage arm64e /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x1b578e000 - 0x1b57adfff MediaStream arm64e /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x1b61cd000 - 0x1b622bfff JetUI arm64e /System/Library/PrivateFrameworks/JetUI.framework/JetUI 0x1b6411000 - 0x1b6439fff MediaConversionService arm64e <65963ab51d6f3d2b84333a7af0381091> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService 0x1b658d000 - 0x1b66cefff CoreHandwriting arm64e <29e8c0f94a3c31e6851c730271128fce> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 0x1b6e6c000 - 0x1b6e77fff AppleIDAuthSupport arm64e <4a5b70025f6c3472a2e7e0b8f8d20065> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1b6e87000 - 0x1b6e9efff LocalAuthentication arm64e <74ceb966621a37fa94069a531a147b0e> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x1b6e9f000 - 0x1b6ea5fff IOAccelerator arm64e <47757447a18e39499a0efc669dc81e2b> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x1b7283000 - 0x1b728dfff CloudPhotoServices arm64e <7efd2beeb607398e82b8562eb9775cce> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x1b72d1000 - 0x1b7368fff iTunesStore arm64e /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x1b770d000 - 0x1b773dfff libsystem_kernel.dylib arm64e <7db928dd0ada38ce9384b87fbe286f80> /usr/lib/system/libsystem_kernel.dylib 0x1b796d000 - 0x1b7a76fff ResponseKit arm64e /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 0x1b7a77000 - 0x1b7ab0fff EmojiFoundation arm64e <4f06f89ae85a3a458fece0d129e465d4> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x1b80ce000 - 0x1b80dbfff FontServices arm64e /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x1b8285000 - 0x1b8291fff MediaAccessibility arm64e /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1b82d3000 - 0x1b8887fff SiriTTS arm64e <3f44016496d33e83b1bbbe5d76d9abf8> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x1b8888000 - 0x1b8896fff SetupAssistantSupport arm64e <49967476d8e4395ca306025203cb9f55> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1b889e000 - 0x1b88fefff Social arm64e /System/Library/Frameworks/Social.framework/Social 0x1b8996000 - 0x1b89c7fff VirtualGarage arm64e <357cec7637b3358fa5d8fedbdc0fc069> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage 0x1b89c8000 - 0x1b89edfff NetAppsUtilities arm64e <93bd132033e737a0bfa604e37efbb07b> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities 0x1b89ee000 - 0x1b8a51fff Osprey arm64e <23ec407c1b1838aca5d375fed2a14d9a> /System/Library/PrivateFrameworks/Osprey.framework/Osprey 0x1b9c13000 - 0x1b9c1ffff libdscsym.dylib arm64e <3c8458685e203035af2ad3fda485acd0> /usr/lib/libdscsym.dylib 0x1b9c20000 - 0x1b9c31fff HangTracer arm64e <3f209ccce1e33bf7a8c4202d9c014254> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x1b9de9000 - 0x1b9ea5fff SampleAnalysis arm64e <521fe9ab88653bbb976425197d18df2c> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1b9ea6000 - 0x1b9ed5fff PlugInKit arm64e <02bcc8997bea32c4b2ecf179cbac0e2b> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x1b9f75000 - 0x1b9f76fff libSystem.B.dylib arm64e /usr/lib/libSystem.B.dylib 0x1ba271000 - 0x1ba27afff MobileActivation arm64e /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 0x1ba27b000 - 0x1ba2d2fff CalendarDaemon arm64e <9a8514565d633b1c9f384414b91bf628> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x1ba3cd000 - 0x1ba43dfff libarchive.2.dylib arm64e <9f5a7ea170f436af9146bf1f53cd4f7b> /usr/lib/libarchive.2.dylib 0x1ba43e000 - 0x1ba462fff libtailspin.dylib arm64e /usr/lib/libtailspin.dylib 0x1ba463000 - 0x1ba912fff libBNNS.dylib arm64e <20e7965ae2fb314a98bda34c571d0e55> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1ba913000 - 0x1ba953fff SharedUtils arm64e <367edd74f3973cbb83361350db90c789> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x1ba954000 - 0x1ba972fff CoreCDP arm64e <97a9984cde6e3216875ead7ea7c1e9b3> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP 0x1ba973000 - 0x1bab41fff iAdCore arm64e <72d74ef473ec3bfeb3014127dee801e8> /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore 0x1babff000 - 0x1bac04fff libsysdiagnose.dylib arm64e /usr/lib/libsysdiagnose.dylib 0x1bac38000 - 0x1bad42fff CoreMediaStream arm64e <67916d843cd334628e8dffd2db369a08> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x1baf4e000 - 0x1baf4efff AVFoundation arm64e /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1baf4f000 - 0x1baf4ffff Accelerate arm64e /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1baf50000 - 0x1bb1a6fff libBLAS.dylib arm64e <87a421f8ebc1312ca016ed95e635e6d0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1bb1a7000 - 0x1bb64efff libLAPACK.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1bb64f000 - 0x1bb663fff libLinearAlgebra.dylib arm64e <6d5e0d9328593344aad33df9f8fae8a1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1bb664000 - 0x1bb668fff libQuadrature.dylib arm64e <1c8c834f9ee03841a4b3ac0e530cecb8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1bb669000 - 0x1bb6cbfff libSparse.dylib arm64e <6b150f3f57863c0a8661eb8f633bf14d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x1bb6cc000 - 0x1bb6ddfff libSparseBLAS.dylib arm64e <82018feb3ac838d08ec3a53e2055f426> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1bb6de000 - 0x1bb736fff libvMisc.dylib arm64e <287bf01a183e33ffb3db66874b0f7a18> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1bb737000 - 0x1bb737fff vecLib arm64e <894b02f085d539fcaee2bbc095d81063> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1bb73c000 - 0x1bb73cfff AdSupport arm64e <8fe0d2bb76b73840867647ed522f8af2> /System/Library/Frameworks/AdSupport.framework/AdSupport 0x1bb73d000 - 0x1bb765fff AddressBook arm64e <7a5088468ff03e809562f1299c44f70a> /System/Library/Frameworks/AddressBook.framework/AddressBook 0x1bb772000 - 0x1bb783fff AssetsLibrary arm64e <1dae3b67a09d383ab46cfebd9dd9036b> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x1bb897000 - 0x1bb8b3fff AuthenticationServices arm64e <55c7a75a97cc3f8082f7f0977e9bffb6> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices 0x1bb8e0000 - 0x1bb91dfff CarPlay arm64e <764331964e05334186ad8c52440b79da> /System/Library/Frameworks/CarPlay.framework/CarPlay 0x1bb9a5000 - 0x1bba0dfff CoreMIDI arm64e /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1bbf31000 - 0x1bbf35fff DeviceCheck arm64e /System/Library/Frameworks/DeviceCheck.framework/DeviceCheck 0x1bbf36000 - 0x1bbf4cfff ExternalAccessory arm64e /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x1bbf61000 - 0x1bbf8afff GLKit arm64e /System/Library/Frameworks/GLKit.framework/GLKit 0x1bbf8b000 - 0x1bbfb7fff GSS arm64e <003f19fa4f113973a7c9d2ba6581d4f0> /System/Library/Frameworks/GSS.framework/GSS 0x1bc0e3000 - 0x1bc0fbfff IntentsUI arm64e /System/Library/Frameworks/IntentsUI.framework/IntentsUI 0x1bc11c000 - 0x1bc268fff MLCompute arm64e <08134904b371396f8effdf527493b742> /System/Library/Frameworks/MLCompute.framework/MLCompute 0x1bc270000 - 0x1bc28efff Messages arm64e <93b9b0da21b53adf97a2db8073617c1e> /System/Library/Frameworks/Messages.framework/Messages 0x1bc28f000 - 0x1bc2a8fff MetalKit arm64e <515f134c959b34b185e5810658742286> /System/Library/Frameworks/MetalKit.framework/MetalKit 0x1bc2a9000 - 0x1bc32ffff MPSImage arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1bc330000 - 0x1bc356fff MPSMatrix arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1bc357000 - 0x1bc391fff MPSNDArray arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x1bc392000 - 0x1bc3dafff MPSRayIntersector arm64e <0d2b4e3fdd303d238c35abbee81487bb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1bc3db000 - 0x1bc3dbfff MetalPerformanceShaders arm64e <434a68c667ab3cce891b1bf1b6d89553> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1bc773000 - 0x1bc773fff MobileCoreServices arm64e <4f7c97fa42243e2895a3d21127619569> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1bc774000 - 0x1bd1e3fff ModelIO arm64e /System/Library/Frameworks/ModelIO.framework/ModelIO 0x1bd35c000 - 0x1bd364fff OpenGLES arm64e <5e256be2f8a73d9ab478987b25256074> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1bd365000 - 0x1bd366fff libCVMSPluginSupport.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1bd367000 - 0x1bd36dfff libCoreFSCache.dylib arm64e <73c61af50eec3062921cac600f2ea040> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1bd36e000 - 0x1bd373fff libCoreVMClient.dylib arm64e <63eaccd62e793a0f9a05d3022fb05684> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1bd374000 - 0x1bd37dfff libGFXShared.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1bd536000 - 0x1bd5f9fff PDFKit arm64e <6369afa4938a3933b601ff8bc8f46d99> /System/Library/Frameworks/PDFKit.framework/PDFKit 0x1bd5fa000 - 0x1bd608fff PassKit arm64e /System/Library/Frameworks/PassKit.framework/PassKit 0x1bd609000 - 0x1bd646fff QuickLookThumbnailing arm64e <84f77a797ded3272b512699a824e15bf> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x1bd8dd000 - 0x1bdd00fff SceneKit arm64e <0ca50713c84233da8e9b2da39f65e2fb> /System/Library/Frameworks/SceneKit.framework/SceneKit 0x1bdd08000 - 0x1bde53fff SoundAnalysis arm64e /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis 0x1bde54000 - 0x1bde63fff Speech arm64e <4ba4aa7150d034e191dd997491d88880> /System/Library/Frameworks/Speech.framework/Speech 0x1bdf83000 - 0x1bdf83fff UIKit arm64e <3aad8eb473b3350baf0f5128428db944> /System/Library/Frameworks/UIKit.framework/UIKit 0x1bdf8d000 - 0x1be054fff VideoSubscriberAccount arm64e <3f728169ce8835c7a3c23ea14bc9bf7a> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount 0x1be055000 - 0x1bec2cfff libfaceCore.dylib arm64e <80dc80ad5969385bb92bfb63ef214ea5> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib 0x1bec47000 - 0x1bec47fff VisionKit arm64e /System/Library/Frameworks/VisionKit.framework/VisionKit 0x1bf17c000 - 0x1bf17ffff AFKUser arm64e <48640d93965238eeb3a022b67353e4b3> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser 0x1bf243000 - 0x1bf4c3fff ANECompiler arm64e <3762a2f77ef8309a98f7b93b48c4f3ef> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler 0x1bf4c4000 - 0x1bf4d8fff ANEServices arm64e <3b2e7a6d829034a7b7963c86a3290206> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x1bf4dd000 - 0x1bf596fff APFS arm64e /System/Library/PrivateFrameworks/APFS.framework/APFS 0x1bf597000 - 0x1bf59dfff ASEProcessing arm64e /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1bfd99000 - 0x1bfd9bfff AdAnalytics arm64e <25892ef284313a3f8956826bd2b2283c> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics 0x1bfd9c000 - 0x1bfda0fff AdPlatforms arm64e /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms 0x1bfdac000 - 0x1bfdb1fff AggregateDictionary arm64e /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x1bff37000 - 0x1c000efff AirPlaySync arm64e <9013175351013d2dbf436c40a6f84071> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync 0x1c0118000 - 0x1c0134fff AlgosScoreFramework arm64e <501c4ed947193e2485f0f154f30cfd67> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework 0x1c0261000 - 0x1c0283fff AppConduit arm64e <22bba13aeabd3976ba2a77fbca440561> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 0x1c02f7000 - 0x1c0357fff AppStoreComponents arm64e <5a9f2665414d3a2f8a7fd2bc210280e2> /System/Library/PrivateFrameworks/AppStoreComponents.framework/AppStoreComponents 0x1c035f000 - 0x1c0369fff AppStoreOverlays arm64e <45fff2ceb13933ab9e25fd9c93cd743b> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays 0x1c1655000 - 0x1c1664fff AppleFSCompression arm64e <8527b36dcc7b3f60930bd6813dbab15f> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1c1671000 - 0x1c167ffff AppleIDSSOAuthentication arm64e <466c21f5f8fb30629ffe2699d810f6e2> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1c1680000 - 0x1c16c5fff AppleJPEG arm64e /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1c1749000 - 0x1c175dfff AppleNeuralEngine arm64e <4a80bbd2758d3aa78ab889f7bbe3d408> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x1c1767000 - 0x1c178bfff AppleSauce arm64e /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1c17bc000 - 0x1c17dafff AssetCacheServices arm64e /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x1c193e000 - 0x1c199cfff AuthKitUI arm64e <1b61bdec71f33dafb53956d6f10afd14> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI 0x1c1a2d000 - 0x1c1a45fff BiomePubSub arm64e <5628a661abdc3e0ca226b2ca054c67b6> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub 0x1c1d2f000 - 0x1c1d3efff BluetoothManager arm64e <5dd5175af7603956a348e533cf6e4678> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x1c1def000 - 0x1c1e17fff BridgePreferences arm64e <432f1f6c74ea3b91bcc4a5780dd65359> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences 0x1c1fd8000 - 0x1c1fe2fff CMCaptureCore arm64e <6cbcd2c5aec2372eaf018986639a07e6> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore 0x1c1fe3000 - 0x1c1ffafff CPAnalytics arm64e /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics 0x1c1ffd000 - 0x1c200cfff CPMS arm64e <48abec76b55e3258b126f07b5536705f> /System/Library/PrivateFrameworks/CPMS.framework/CPMS 0x1c200d000 - 0x1c201dfff CTCarrierSpace arm64e <2ff63e90befd3d7a90eec1747d72b2b8> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x1c2329000 - 0x1c232dfff CameraKit arm64e /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit 0x1c232e000 - 0x1c2339fff CaptiveNetwork arm64e <3235703c4cf43550b4855b1abd49c512> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1c241f000 - 0x1c242bfff CarPlayUIServices arm64e <0d6f5835be1d33e99287f3393d560d07> /System/Library/PrivateFrameworks/CarPlayUIServices.framework/CarPlayUIServices 0x1c245c000 - 0x1c2498fff Catalyst arm64e <999b9736603d390da0ac15914bfb8e33> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x1c24be000 - 0x1c24e3fff CellularPlanManager arm64e <5004cf87092f33ca9bdfd70ac15ed452> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x1c24e4000 - 0x1c24fbfff CertInfo arm64e <1814b2b2f5ab3b0bb33ecd2291a1fec1> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo 0x1c24fc000 - 0x1c2504fff CertUI arm64e /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1c250d000 - 0x1c255cfff ChunkingLibrary arm64e <651e4803112937c7b343f675e5fa3f2b> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1c297b000 - 0x1c2982fff CommonAuth arm64e /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x1c2983000 - 0x1c2987fff CommunicationsFilter arm64e <66219a2ed0c03253bd3586bb251fabf0> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1c2a5a000 - 0x1c2a5dfff ConstantClasses arm64e <04966403fe983ef096872dd32563d5b2> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x1c2a5e000 - 0x1c2a66fff ContactsAssistantServices arm64e <583321c1b7d437a6b0f2d5e8b2ceb681> /System/Library/PrivateFrameworks/ContactsAssistantServices.framework/ContactsAssistantServices 0x1c2a67000 - 0x1c2aa5fff ContactsAutocomplete arm64e <9f7754ec4a4c3eccacd43741c4f0fc3d> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x1c2aab000 - 0x1c2b21fff ContactsUICore arm64e <9676c8daa661331fb030da5b8ddfb0db> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1c2ca4000 - 0x1c2d99fff CoreBrightness arm64e <666bba8d42fa31a7b9b02088a8bc7acf> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1c2d9a000 - 0x1c2dc1fff CoreCDPUI arm64e <25c02e53789a3d62bfeaebadbbfb1047> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI 0x1c2e06000 - 0x1c2e15fff CoreDuetDaemonProtocol arm64e /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1c2e18000 - 0x1c2e1afff CoreDuetDebugLogging arm64e <0c062b8b38523e3386c129ca27dfb8af> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1c2e29000 - 0x1c2e3bfff CoreEmoji arm64e /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1c3454000 - 0x1c3458fff CoreOptimization arm64e <74e2790376ba37e68e6729e85a7405bc> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1c3459000 - 0x1c3515fff CorePDF arm64e <5d34ccd34b0e32e4b34134b5266b754f> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x1c3516000 - 0x1c351efff CorePhoneNumbers arm64e /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x1c351f000 - 0x1c3575fff CorePrediction arm64e <47020ca6dd543bd196909a28dd1d937d> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1c3eaa000 - 0x1c3eb5fff CoreRecents arm64e /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x1c3eb6000 - 0x1c3f1efff CoreRecognition arm64e <0215d20480aa374cb9cf1e4da0502265> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 0x1c3f1f000 - 0x1c3f37fff CoreSDB arm64e /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB 0x1c3f38000 - 0x1c3f62fff CoreSVG arm64e <886cc368af6430f3a47d458a6e0bafd5> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x1c411c000 - 0x1c4120fff DAAPKit arm64e <43c4f01d01fe3c26b9ede3061a6e85b9> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x1c413e000 - 0x1c414bfff DCIMServices arm64e <0e29f4287bf33d8a8d7faa7c0a0e0549> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x1c4162000 - 0x1c419ffff DataDetectorsNaturalLanguage arm64e <38f484c709313785b64dddac442b470a> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage 0x1c4200000 - 0x1c420ffff DeviceIdentity arm64e <2fa58630acf13a42a3f4b751eb9387d5> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1c4256000 - 0x1c426dfff DigitalAccess arm64e <4e90028014d13fdab87fdde30df24d88> /System/Library/PrivateFrameworks/DigitalAccess.framework/DigitalAccess 0x1c433e000 - 0x1c4375fff DistributedEvaluation arm64e <42936f90197933da9aad19ac41ea7706> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation 0x1c43c3000 - 0x1c4492fff DocumentCamera arm64e /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera 0x1c4493000 - 0x1c44cefff DocumentManager arm64e /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x1c44cf000 - 0x1c44eefff DocumentManagerCore arm64e <3f95692425a132b5bf8ad0a5a338208f> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1c4579000 - 0x1c457bfff DragUI arm64e <7056e3b0eefb39e09e2ec52e74aa86fd> /System/Library/PrivateFrameworks/DragUI.framework/DragUI 0x1c45ab000 - 0x1c45dbfff EAP8021X arm64e <4a3b31e3931d3650a370798231b747ef> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1c45f2000 - 0x1c45fcfff EmailAddressing arm64e /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing 0x1c460b000 - 0x1c4620fff Engram arm64e /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1c475d000 - 0x1c4764fff ExtensionFoundation arm64e <263a7dc37c24364a99e5110924d22d10> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation 0x1c48f6000 - 0x1c48fefff FSEvents arm64e /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents 0x1c48ff000 - 0x1c491efff FTAWD arm64e <797a298f14f63fdfbdf22a9322145575> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1c491f000 - 0x1c4922fff FTClientServices arm64e <427dc229cb4236e1be7f52ef84c2c2aa> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x1c4923000 - 0x1c4d36fff FaceCore arm64e <2c03a28ad75d3ec8b698e2025dcc2a71> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1c4d3f000 - 0x1c4d44fff FeatureFlagsSupport arm64e <30e4332b86853105bcb40969c9bab295> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport 0x1c4d45000 - 0x1c4d4efff FeedbackLogger arm64e <150642a5a7ba3eb793d7002ace60cc08> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger 0x1c4ee4000 - 0x1c5024fff libFontParser.dylib arm64e <69eb575463c8314cab37795ed2ef253b> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1c5025000 - 0x1c502dfff libGSFont.dylib arm64e <5500f055ccf8390d9ace70bca7c73176> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x1c502e000 - 0x1c506bfff libGSFontCache.dylib arm64e <32d381667b7539409e530b8f033a52f2> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1c50d2000 - 0x1c50dffff libhvf.dylib arm64e <0e0e62f0af7331959c6a6f6094d92d86> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1c5106000 - 0x1c511efff Futhark arm64e /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1c5ca9000 - 0x1c5ca9fff libmetal_timestamp.dylib arm64e /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib 0x1c5d8a000 - 0x1c5da9fff GenerationalStorage arm64e /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1c5daa000 - 0x1c5db7fff GraphVisualizer arm64e <42dbbecf70df3e7987ccf839e34eb62b> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1c5de2000 - 0x1c5deefff HID arm64e <390005ea0d01301db319ba2afbdab12e> /System/Library/PrivateFrameworks/HID.framework/HID 0x1c5e08000 - 0x1c5e0bfff HSAAuthentication arm64e /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication 0x1c6045000 - 0x1c60b6fff Heimdal arm64e /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x1c62c3000 - 0x1c633cfff HomeSharing arm64e <9782b2ac39a3319cbdbfb38c4566cd66> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x1c6396000 - 0x1c639bfff IDSKVStore arm64e <2e95c1fe500d38ca9b1e20b5caf3f84d> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore 0x1c6611000 - 0x1c662bfff IMSharedUI arm64e <36b0b8864c4032d084d3d9ff04e6eaa2> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI 0x1c665a000 - 0x1c6669fff IMTranscoding arm64e <65a1122880c331508057028d2058cf38> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding 0x1c66a0000 - 0x1c66bffff IOGPU arm64e <64676edf2f893b0792f8acc4bb6b6dc5> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU 0x1c66c1000 - 0x1c66cafff IOKitten arm64e <9d4bf85d11183baf97ee3a1a57e4d0bc> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten 0x1c66cb000 - 0x1c66cdfff IOSurfaceAccelerator arm64e <3b83a876c8093f3681ee2f84cecf1d52> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x1c66f1000 - 0x1c66f8fff IdleTimerServices arm64e /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x1c6701000 - 0x1c6706fff IncomingCallFilter arm64e <5b4a627ce54535f6920086be849095de> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1c67c7000 - 0x1c67d4fff IntentsFoundation arm64e <49d7070d2e7230faa1ecc27eb621efae> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1c67ef000 - 0x1c67f1fff InternationalTextSearch arm64e <21b4479788c53812bbfe39b53bcf614a> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x1c67f2000 - 0x1c680efff IntlPreferences arm64e <16f6ad9a58dc3e56881988b7f89b9d8e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1c6a7c000 - 0x1c6a7efff LimitAdTracking arm64e <990d856899f737b4ab567617e9a8faca> /System/Library/PrivateFrameworks/LimitAdTracking.framework/LimitAdTracking 0x1c6a7f000 - 0x1c6a85fff LinguisticData arm64e <4a1165f3ffc4302caf9a3ec22a2589e6> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x1c6ad6000 - 0x1c6b0ffff LocalAuthenticationPrivateUI arm64e <7df2cf0f759131a694bd08f151021c16> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI 0x1c6ccd000 - 0x1c6ccdfff Marco arm64e <9b910d6644993d24a861fc71a494544a> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1c6f46000 - 0x1c7210fff MediaLibraryCore arm64e <867f1b0a38033eab8c42b14acfc63ad1> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x1c7211000 - 0x1c729cfff MediaPlatform arm64e <9d9a0038a66535c3b5d334ff3905ab88> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x1c7698000 - 0x1c7765fff MetalTools arm64e <028ea3847a8238649206a0058730298e> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools 0x1c7787000 - 0x1c77d4fff MetricsKit arm64e /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit 0x1c77e5000 - 0x1c77f9fff MobileBluetooth arm64e /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x1c7819000 - 0x1c781bfff MobileObliteration arm64e <67567934526734e3b5efed3a2ca26921> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration 0x1c787a000 - 0x1c7880fff MobileSystemServices arm64e <1cee134dab083c09b5d12bfea74918e2> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1c7bda000 - 0x1c7beafff NanoSystemSettings arm64e <237c69091cc5362097bd92192ccc28fd> /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings 0x1c7c2a000 - 0x1c7c30fff Netrb arm64e <49369c5191fc3d6d95dbb7dfe9bb6dea> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1c7cef000 - 0x1c7d08fff NetworkStatistics arm64e <4e9b474d33283d83ba82075428717bfc> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1c7dc1000 - 0x1c7dc3fff OAuth arm64e /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1c7de2000 - 0x1c7e22fff OTSVG arm64e /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1c83bc000 - 0x1c840ffff PBBridgeSupport arm64e /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport 0x1c8457000 - 0x1c8459fff ParsecSubscriptionServiceSupport arm64e /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 0x1c845e000 - 0x1c8489fff Pasteboard arm64e <743d593fb59c3efa8139e4393ced46d7> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x1c84ba000 - 0x1c84c5fff PersonaKit arm64e <3743383891ec31bda0dd7f40adab6e37> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1c84c6000 - 0x1c84d3fff PersonaUI arm64e <70f6fcc75f7433bab1fc6e072767e074> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 0x1c84f6000 - 0x1c84f6fff PhoneNumbers arm64e <402a6b7214b03e5cbd5d7fc985dd1c1c> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1c86c1000 - 0x1c86fefff PhotosImagingFoundation arm64e <26417f860fb7343cb87f49f65748e2f0> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation 0x1c86ff000 - 0x1c874afff PhysicsKit arm64e <3675fc00caac35f18f7bb5c593accddd> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1c8805000 - 0x1c8810fff PointerUIServices arm64e <805c105abd3e3aae94704e29ff205433> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices 0x1c9c49000 - 0x1c9c51fff ProgressUI arm64e /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI 0x1c9c52000 - 0x1c9c5ffff PrototypeToolsUI arm64e /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI 0x1c9ccc000 - 0x1c9ce2fff QuickLookSupport arm64e /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport 0x1c9ce7000 - 0x1c9cf1fff RTCReporting arm64e <330ccb2dffd2331fa947c4e4658efac9> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x1ca033000 - 0x1ca044fff RemoteTextInput arm64e <80f6e033c00035a1bfcd0162710e52d4> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1ca045000 - 0x1ca0adfff RemoteUI arm64e <00cab6d45dd938dd89d179831cba8ae6> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 0x1ca0e5000 - 0x1ca0e9fff RevealCore arm64e <5428032a2b89319c9b4493913214b8bd> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore 0x1ca100000 - 0x1ca488fff SDAPI arm64e /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI 0x1ca489000 - 0x1ca4abfff SEService arm64e <87f82da50c223cb48db2e6c1f66a103a> /System/Library/PrivateFrameworks/SEService.framework/SEService 0x1ca9db000 - 0x1ca9e5fff SignpostCollection arm64e /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1ca9e6000 - 0x1ca9e6fff SignpostMetrics arm64e /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 0x1ca9e8000 - 0x1caa27fff SignpostSupport arm64e <070d2107c5bc3a3b826f92f59969553c> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1cb2f4000 - 0x1cb2f4fff SoftLinking arm64e <393c5f57808834c4a1fefc5300070836> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking 0x1cb65e000 - 0x1cb679fff StorageSettings arm64e <51e1ac9b53213ffa8ad74ba16f0813d7> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings 0x1cb7e5000 - 0x1cb823fff StreamingZip arm64e <4defc91d379e3c429e4de01dbd94c880> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1cb82b000 - 0x1cb835fff SymptomDiagnosticReporter arm64e /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1cb868000 - 0x1cb884fff SymptomPresentationFeed arm64e /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed 0x1cb8c3000 - 0x1cb8d3fff TCC arm64e /System/Library/PrivateFrameworks/TCC.framework/TCC 0x1cc1d0000 - 0x1cc284fff TextureIO arm64e /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1cc2b1000 - 0x1cc2c3fff TipKit arm64e <399ceb4aba9430c3935f9daa1b61bcb5> /System/Library/PrivateFrameworks/TipKit.framework/TipKit 0x1cc2c4000 - 0x1cc2d3fff TipsUI arm64e <5e1690c5effb3a26b26960847ec0252d> /System/Library/PrivateFrameworks/TipsUI.framework/TipsUI 0x1cc48a000 - 0x1cc496fff TransparencyDetailsView arm64e <7249a1a02bf73ed8804d0091f0077d42> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView 0x1cc4aa000 - 0x1cc4b1fff URLFormatting arm64e <33eec0307dd63e788d4801dcad982c20> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x1cca86000 - 0x1ccab0fff UsageTracking arm64e /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking 0x1cd5ad000 - 0x1cd674fff VoiceTrigger arm64e /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger 0x1cd73a000 - 0x1cd73bfff WatchdogClient arm64e /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 0x1cda11000 - 0x1ce146fff libwebrtc.dylib arm64e /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1ce1c4000 - 0x1ce1dafff WebUI arm64e /System/Library/PrivateFrameworks/WebUI.framework/WebUI 0x1ce704000 - 0x1ce707fff XCTTargetBootstrap arm64e <6093df9050743383b984b84ac086c1a8> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x1ce769000 - 0x1ce788fff caulk arm64e <0c43c56575a831d8be8bd6d11cd0b06a> /System/Library/PrivateFrameworks/caulk.framework/caulk 0x1ce79c000 - 0x1ce7a9fff iAdServices arm64e /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices 0x1d0c8b000 - 0x1d0c90fff kperf arm64e <13604636a7ee3a1382b1f7a817faf20a> /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1d0c91000 - 0x1d0c99fff kperfdata arm64e <610ab56ea26b3bd69e073b1a964b4d0e> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1d0c9a000 - 0x1d0cb0fff libEDR arm64e /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1d0cc9000 - 0x1d0cd9fff perfdata arm64e <195b9b207c8a32d3930be3dadebf1c70> /System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x1d0cda000 - 0x1d0d0afff vCard arm64e /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1d1625000 - 0x1d1661fff libAWDSupport.dylib arm64e <8d31be4f431d33aaaee7d8134f7efd43> /usr/lib/libAWDSupport.dylib 0x1d1662000 - 0x1d1a1bfff libAWDSupportFramework.dylib arm64e <6fd117ab9d6736819a9a10284d9c4eb1> /usr/lib/libAWDSupportFramework.dylib 0x1d1b98000 - 0x1d1ba7fff libAudioStatistics.dylib arm64e <43c609b3e0e73bfb812994c940bf273a> /usr/lib/libAudioStatistics.dylib 0x1d1d45000 - 0x1d1d78fff libCRFSuite.dylib arm64e /usr/lib/libCRFSuite.dylib 0x1d1d79000 - 0x1d1d7afff libCTGreenTeaLogger.dylib arm64e <8b34e13f82d83146be6a2ca367f36019> /usr/lib/libCTGreenTeaLogger.dylib 0x1d1d7b000 - 0x1d1d85fff libChineseTokenizer.dylib arm64e /usr/lib/libChineseTokenizer.dylib 0x1d2030000 - 0x1d2037fff libIOReport.dylib arm64e /usr/lib/libIOReport.dylib 0x1d20ad000 - 0x1d20b4fff libMatch.1.dylib arm64e <871eab72af763a0a86f83771c4e3b3d5> /usr/lib/libMatch.1.dylib 0x1d21c5000 - 0x1d21c6fff libThaiTokenizer.dylib arm64e <526fb6ada4413b8c8a7e756d3e1efea1> /usr/lib/libThaiTokenizer.dylib 0x1d2435000 - 0x1d2437fff libapp_launch_measurement.dylib arm64e <2fc449176e87331a8db8a121ea098e25> /usr/lib/libapp_launch_measurement.dylib 0x1d2438000 - 0x1d244efff libapple_nghttp2.dylib arm64e <84c862921c693065b9315436823f33aa> /usr/lib/libapple_nghttp2.dylib 0x1d244f000 - 0x1d24e0fff libate.dylib arm64e <10765560683b3944bc7fb2cb2996d895> /usr/lib/libate.dylib 0x1d2571000 - 0x1d2581fff libbsm.0.dylib arm64e <45fdbd7a945737879fda9b43e19cf56c> /usr/lib/libbsm.0.dylib 0x1d2582000 - 0x1d258efff libbz2.1.0.dylib arm64e <1a5e3bfb971235869019376f1dc036a5> /usr/lib/libbz2.1.0.dylib 0x1d258f000 - 0x1d258ffff libcharset.1.dylib arm64e <59bae0ffd50f3eedb5768eed0381d9a8> /usr/lib/libcharset.1.dylib 0x1d2590000 - 0x1d25a1fff libcmph.dylib arm64e /usr/lib/libcmph.dylib 0x1d25a2000 - 0x1d25b9fff libcompression.dylib arm64e <079575551a0a393885cd7ba583557ae5> /usr/lib/libcompression.dylib 0x1d25ba000 - 0x1d25d0fff libcoretls.dylib arm64e /usr/lib/libcoretls.dylib 0x1d25d1000 - 0x1d25d2fff libcoretls_cfhelpers.dylib arm64e <3689d657aa7f3d95b51af99abb1f73b4> /usr/lib/libcoretls_cfhelpers.dylib 0x1d25f5000 - 0x1d25fcfff libcupolicy.dylib arm64e <6d99ebdd2cc23225bdc3e13fe3d65bab> /usr/lib/libcupolicy.dylib 0x1d25fd000 - 0x1d2604fff libdns_services.dylib arm64e <4369b7c83f6a3d62982c0b25ccd3fcba> /usr/lib/libdns_services.dylib 0x1d2605000 - 0x1d2622fff libedit.3.dylib arm64e /usr/lib/libedit.3.dylib 0x1d2623000 - 0x1d2623fff libenergytrace.dylib arm64e <72b0ff53ad833423928f74fa0b1cfec3> /usr/lib/libenergytrace.dylib 0x1d2624000 - 0x1d263dfff libexpat.1.dylib arm64e <7fea973ae62239478f13f60fe0b16f04> /usr/lib/libexpat.1.dylib 0x1d2667000 - 0x1d266bfff libgermantok.dylib arm64e <64cc72777d8a31c9940383fc9079dd7a> /usr/lib/libgermantok.dylib 0x1d266c000 - 0x1d2671fff libheimdal-asn1.dylib arm64e <853b2a6553fd3316aa45876290d53d48> /usr/lib/libheimdal-asn1.dylib 0x1d2672000 - 0x1d2767fff libiconv.2.dylib arm64e <710d8c06fcc13f08a4f6967f1a141d11> /usr/lib/libiconv.2.dylib 0x1d278b000 - 0x1d278cfff liblangid.dylib arm64e <17b94e832a523995a163a416c5ace067> /usr/lib/liblangid.dylib 0x1d278d000 - 0x1d2798fff liblockdown.dylib arm64e <23de5550f6ef38d581a51ee75349c5fb> /usr/lib/liblockdown.dylib 0x1d2799000 - 0x1d27b1fff liblzma.5.dylib arm64e <2877d84880033f7983aa7cca703e3364> /usr/lib/liblzma.5.dylib 0x1d27df000 - 0x1d2833fff libmecab.dylib arm64e <18828b02c77a3d4e815b0818a1e47631> /usr/lib/libmecab.dylib 0x1d2834000 - 0x1d2a67fff libmecabra.dylib arm64e <526d76d82335301db9be58eb0b59ecaf> /usr/lib/libmecabra.dylib 0x1d2a68000 - 0x1d2a7afff libmis.dylib arm64e /usr/lib/libmis.dylib 0x1d2a7b000 - 0x1d2a90fff libnetworkextension.dylib arm64e <64c86ac42c68377f92f16f367c933519> /usr/lib/libnetworkextension.dylib 0x1d2e34000 - 0x1d2e6efff libpcap.A.dylib arm64e /usr/lib/libpcap.A.dylib 0x1d2e6f000 - 0x1d2e7dfff libperfcheck.dylib arm64e <570a2f86ac1f337ca31850d07e3a9ffb> /usr/lib/libperfcheck.dylib 0x1d2e85000 - 0x1d2e97fff libprequelite.dylib arm64e <56bd639ed03a3fd4839ec6f2263903d6> /usr/lib/libprequelite.dylib 0x1d2e98000 - 0x1d2eaafff libprotobuf-lite.dylib arm64e <80062aa9a1063d998ee9c77b4dcb725c> /usr/lib/libprotobuf-lite.dylib 0x1d2eab000 - 0x1d2f0cfff libprotobuf.dylib arm64e /usr/lib/libprotobuf.dylib 0x1d2f0d000 - 0x1d2f6bfff libquic.dylib arm64e <10dacbfda2d93d0d89d4c37f76d0c338> /usr/lib/libquic.dylib 0x1d2f6c000 - 0x1d2f83fff libresolv.9.dylib arm64e <263643b718ce3652b58968715a418d68> /usr/lib/libresolv.9.dylib 0x1d2f84000 - 0x1d2f86fff libsandbox.1.dylib arm64e /usr/lib/libsandbox.1.dylib 0x1d2fcf000 - 0x1d2fd2fff libutil.dylib arm64e <82c2f71197023d77a97c88312bfc4f7c> /usr/lib/libutil.dylib 0x1d2fd3000 - 0x1d30bcfff libxml2.2.dylib arm64e <0b71f2890b9b392984d8231850bbdbc0> /usr/lib/libxml2.2.dylib 0x1d30c1000 - 0x1d30e9fff libxslt.1.dylib arm64e <399c4cefbcd03e84a5e56eeca2bb6650> /usr/lib/libxslt.1.dylib 0x1d30ea000 - 0x1d30fbfff libz.1.dylib arm64e <5a65e3f7333b3a148b3ef25b24c2fbea> /usr/lib/libz.1.dylib 0x1d3135000 - 0x1d3137fff liblog_network.dylib arm64e <1d101804fc6d3f3088d8fcd9ad118db6> /usr/lib/log/liblog_network.dylib 0x1d3140000 - 0x1d3147fff libswiftAVFoundation.dylib arm64e <0cd897a46eb83f178f9011b08e94676d> /usr/lib/swift/libswiftAVFoundation.dylib 0x1d31dc000 - 0x1d31e4fff libswiftCoreAudio.dylib arm64e <10157c3772ca3a7189ec7cbdfd6f4015> /usr/lib/swift/libswiftCoreAudio.dylib 0x1d31e5000 - 0x1d31e9fff libswiftCoreData.dylib arm64e <84ad3a0439cf3b149656994498bf23fe> /usr/lib/swift/libswiftCoreData.dylib 0x1d31ea000 - 0x1d31eafff libswiftCoreFoundation.dylib arm64e /usr/lib/swift/libswiftCoreFoundation.dylib 0x1d31eb000 - 0x1d31ebfff libswiftCoreImage.dylib arm64e <772b9ede18d233dbae8362ce10153b53> /usr/lib/swift/libswiftCoreImage.dylib 0x1d31ec000 - 0x1d31eefff libswiftCoreLocation.dylib arm64e /usr/lib/swift/libswiftCoreLocation.dylib 0x1d31ef000 - 0x1d31f8fff libswiftCoreMIDI.dylib arm64e <84177a9223923355af5b86e8ad856dac> /usr/lib/swift/libswiftCoreMIDI.dylib 0x1d31fd000 - 0x1d3237fff libswiftCoreMedia.dylib arm64e <7a1e1625e3f8351c8119b33898282d73> /usr/lib/swift/libswiftCoreMedia.dylib 0x1d3244000 - 0x1d324dfff libswiftDarwin.dylib arm64e /usr/lib/swift/libswiftDarwin.dylib 0x1d326c000 - 0x1d3270fff libswiftMetal.dylib arm64e /usr/lib/swift/libswiftMetal.dylib 0x1d32dd000 - 0x1d32ddfff libswiftPhotos.dylib arm64e <43b56e33740b34bf978cd4941ba52f20> /usr/lib/swift/libswiftPhotos.dylib 0x1d32e3000 - 0x1d32e4fff libswiftQuartzCore.dylib arm64e <230fd88957ce342b8b44d617abc9fdbe> /usr/lib/swift/libswiftQuartzCore.dylib 0x1d3320000 - 0x1d3322fff libswiftWebKit.dylib arm64e <4ea292cce5ed329196c1402ab0462940> /usr/lib/swift/libswiftWebKit.dylib 0x1d3323000 - 0x1d3335fff libswiftos.dylib arm64e /usr/lib/swift/libswiftos.dylib 0x1d3336000 - 0x1d3349fff libswiftsimd.dylib arm64e <99181bdc2f3a33528c1d8fa8318079d5> /usr/lib/swift/libswiftsimd.dylib 0x1d334a000 - 0x1d334ffff libcache.dylib arm64e <9a777e79e4993272baeb8538e2921a5b> /usr/lib/system/libcache.dylib 0x1d3350000 - 0x1d335cfff libcommonCrypto.dylib arm64e <24e10c265eae35f093134a82359a0634> /usr/lib/system/libcommonCrypto.dylib 0x1d335d000 - 0x1d3360fff libcompiler_rt.dylib arm64e <78430c083b1b3315b136e35efc7aba65> /usr/lib/system/libcompiler_rt.dylib 0x1d3361000 - 0x1d3369fff libcopyfile.dylib arm64e <67698de98a7e38ff9ccd399b927ef830> /usr/lib/system/libcopyfile.dylib 0x1d344c000 - 0x1d344cfff liblaunch.dylib arm64e /usr/lib/system/liblaunch.dylib 0x1d344d000 - 0x1d3452fff libmacho.dylib arm64e /usr/lib/system/libmacho.dylib 0x1d3453000 - 0x1d3455fff libremovefile.dylib arm64e <52cb4b32e68b38588b823d458df939a3> /usr/lib/system/libremovefile.dylib 0x1d3456000 - 0x1d3457fff libsystem_blocks.dylib arm64e <1b16ccbaf9153107b2645d3ade3960ef> /usr/lib/system/libsystem_blocks.dylib 0x1d3458000 - 0x1d345afff libsystem_collections.dylib arm64e <10d1e226d26638a2bb4c9d8142553bfb> /usr/lib/system/libsystem_collections.dylib 0x1d345b000 - 0x1d345ffff libsystem_configuration.dylib arm64e /usr/lib/system/libsystem_configuration.dylib 0x1d3460000 - 0x1d3471fff libsystem_containermanager.dylib arm64e <56d80d07a4f33e2d9fbb010ca9084cdf> /usr/lib/system/libsystem_containermanager.dylib 0x1d3472000 - 0x1d3473fff libsystem_coreservices.dylib arm64e /usr/lib/system/libsystem_coreservices.dylib 0x1d3474000 - 0x1d347dfff libsystem_darwin.dylib arm64e <6dbc807250363dcbaabfc68046c49276> /usr/lib/system/libsystem_darwin.dylib 0x1d347e000 - 0x1d3486fff libsystem_dnssd.dylib arm64e <8c7ec85aaf75350592c4a11c6d993452> /usr/lib/system/libsystem_dnssd.dylib 0x1d3487000 - 0x1d3489fff libsystem_featureflags.dylib arm64e <2ef1ce762d6c3fc2927bb53039b39cc5> /usr/lib/system/libsystem_featureflags.dylib 0x1d348a000 - 0x1d34b7fff libsystem_m.dylib arm64e /usr/lib/system/libsystem_m.dylib 0x1d34b8000 - 0x1d34befff libsystem_platform.dylib arm64e <79aac6d7c39f3b6b882faa494b891c56> /usr/lib/system/libsystem_platform.dylib 0x1d34bf000 - 0x1d34bffff libsystem_product_info_filter.dylib arm64e /usr/lib/system/libsystem_product_info_filter.dylib 0x1d34c0000 - 0x1d34cbfff libsystem_pthread.dylib arm64e <5120f238ca4e3e54952b67814d3c744a> /usr/lib/system/libsystem_pthread.dylib 0x1d34cc000 - 0x1d34cffff libsystem_sandbox.dylib arm64e <7d597eac85843a4c9bea9012b915236b> /usr/lib/system/libsystem_sandbox.dylib 0x1d34d0000 - 0x1d34dafff libunwind.dylib arm64e /usr/lib/system/libunwind.dylib 0x1d34db000 - 0x1d350ffff libxpc.dylib arm64e <111b2f974ddd33c98133167d5e699ec6> /usr/lib/system/libxpc.dylib 0x1d4715000 - 0x1d4a2cfff AGXMetalA13 arm64e <23ff522d02ec32ddaab13ab122350f98> /System/Library/Extensions/AGXMetalA13.bundle/AGXMetalA13 0x1d4d70000 - 0x1d4d82fff SpotlightLinguistics arm64e <40662b02759c340098a3eab2ff07e20a> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics EOF
christocracy commented 3 years ago

What version of XCode are you using?

hmolotsi commented 3 years ago

Version 12.1 (12A7403)

christocracy commented 3 years ago

What version react-native-background-fetch do you have installed?

hmolotsi commented 3 years ago

2.5.4

christocracy commented 3 years ago

React Native's auto-linking is problematic for dependencies, such as react-native-background-fetch.

According to the package.json for react-native-background-geolocation@3.9.1, react-native-background-fetch@3.1.0 is required.

$ yarn add react-native-background-fetch@3.1.0
hmolotsi commented 3 years ago

OK, thank you - I'll try that.

christocracy commented 3 years ago

btw, react-native-background-geolocation 3.9.3 was released last Friday with important bug-fixes for requesting permission on both iOS and Android.

hmolotsi commented 3 years ago

Thanks for letting me know!

hmolotsi commented 3 years ago

Thanks again Chris. Closing since that looks like it solved the problem.