Search Unity

iOS crash problem with Loading UnityFramework

Discussion in 'Scripting' started by woordygamesinc, Apr 24, 2020.

  1. woordygamesinc

    woordygamesinc

    Joined:
    Aug 2, 2017
    Posts:
    7
    Hi,

    After opening the application on an iphone, I close it immediately. And application crashes.
    If I wait 2-3 seconds it does not crash after closing.

    In Unity editor, there is no error.

    In Xcode crash problem is due to loading of unity frameworks

    Code (CSharp):
    1. #include <UnityFramework/UnityFramework.h>
    2.  
    3. UnityFramework* UnityFrameworkLoad()
    4. {
    5.     NSString* bundlePath = nil;
    6.     bundlePath = [[NSBundle mainBundle] bundlePath];
    7.     bundlePath = [bundlePath stringByAppendingString: @"/Frameworks/UnityFramework.framework"];
    8.  
    9.     NSBundle* bundle = [NSBundle bundleWithPath: bundlePath];
    10.     if ([bundle isLoaded] == false) [bundle load];
    11.  
    12.     UnityFramework* ufw = [bundle.principalClass getInstance];
    13.     if (![ufw appController])
    14.     {
    15.         // unity is not initialized
    16.         [ufw setExecuteHeader: &_mh_execute_header];
    17.     }
    18.     return ufw;
    19. }
    20.  
    21. int main(int argc, char* argv[])
    22. {
    23.     @autoreleasepool
    24.     {
    25.         id ufw = UnityFrameworkLoad();
    26.         [ufw runUIApplicationMainWithArgc: argc argv: argv];
    27.         return 0;
    28.     }
    29. }
    So, ufw array is empty at the beginning.

    How can i solve the problem?

    Thanks a lot.
     

    Attached Files:

    combatsheep likes this.
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,735
    Is this a vanilla Unity with iOS installation or did you hack at it a bit? It smells like it might be mis-installed or mis-configured or otherwise compromised.

    Some tests:

    1. can you build an empty ios project with a single scene added to the game
    2. when happens if you uninstall and reinstall unity?
     
  3. woordygamesinc

    woordygamesinc

    Joined:
    Aug 2, 2017
    Posts:
    7
    Everything was on its way. It happened by itself.

    Normally, When I was using Unity 2018.3.14 and I faced with this issue. After that I thought it may be about unity version, and I updated unity, and the problem is the same. So, it is like installing and reinstalling unity, and it did not work for me.

    Now, I will build an empty scene in this project and I will share results.
     
  4. woordygamesinc

    woordygamesinc

    Joined:
    Aug 2, 2017
    Posts:
    7
    There is no problem with an empty scene :(
     
  5. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,735
    Is this an old project? Way back in the day before Unity fully supported good native level integration, a common approach was to make a post-build script that actually wrote native code out to Xcode at build time, often replacing or subclassing the appcontroller or appdelegate.

    As weird as that is, it worked fine until Unity would change its internals enough that it didn't. Perhaps that's whats going on? Compare the .mm and .m files such as this between the blank project and yours, see if there is a meaningful difference. Or just look for post build steps in the editor code.
     
  6. woordygamesinc

    woordygamesinc

    Joined:
    Aug 2, 2017
    Posts:
    7
    I faced the problem with the old version. After that, I made a decision to update it. But problem is the same.
    Thanks for the suggestion, I will compare files.
     
  7. CHahn_

    CHahn_

    Joined:
    Feb 6, 2018
    Posts:
    1
    I have the same Problem, but my error Message is little bit different

    Thread 1: EXC_BAD_ACCESS (code=1, address=0xa9017bfda9be4ff4)
    in line 10 of UnityFrameworkLoad() in the code wich got postet in the beginning.
    I'm on Unity 19.3.15f and 12.1 as IOS Target

    Any hints ?
     
  8. wagenheimer

    wagenheimer

    Joined:
    Jun 1, 2018
    Posts:
    323
    I have a similar problem, crash on startup

    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSDate al_timeIntervalNow]: unrecognized selector sent to class 0x1d6a9f070'

    The crash happens on main.mm, in this line
    if ([bundle isLoaded] == false) [bundle load];
     
  9. AytoMaximo

    AytoMaximo

    Joined:
    Aug 26, 2015
    Posts:
    76
    +1 here!
    Happens only on iPhone X, I've tried Unity 2020.3.16 and Unity 2021.1.17

    Incident Identifier: 07B08FF2-B584-45C9-B8EB-BF55D8363BD2
    Hardware Model: iPhone10,6
    Process: MagicKids [46216]
    Path: /private/var/containers/Bundle/Application/84D32160-0E56-4206-A5B1-85A0F6166686/MagicKids.app/MagicKids
    Identifier: com.MagicKids.Go
    Version: 0 (3.0.3)
    AppStoreTools: 12E506
    AppVariant: 1:iPhone10,6:14
    Beta: YES
    Code Type: ARM-64 (Native)
    Role: Foreground
    Parent Process: launchd [1]
    Coalition: com.MagicKids.Go [2780]


    Date/Time: 2021-08-31 01:42:28.7876 +0300
    Launch Time: 2021-08-31 01:42:24.4793 +0300
    OS Version: iPhone OS 14.7.1 (18G82)
    Release Type: User
    Baseband Version: 4.04.00
    Report Version: 104

    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Subtype: KERN_INVALID_ADDRESS at 0x00000000000000a0
    VM Region Info: 0xa0 is not in any region. Bytes before following region: 4373938016
    REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
    UNUSED SPACE AT START
    --->
    __TEXT 104b50000-104b54000 [ 16K] r-x/r-x SM=COW ...app/MagicKids

    Termination Signal: Segmentation fault: 11
    Termination Reason: Namespace SIGNAL, Code 0xb
    Terminating Process: exc handler [46216]
    Triggered by Thread: 0

    Thread 0 name:
    Thread 0 Crashed:
    0 UnityFramework 0x000000010f460bf0 GetFull + 4
    1 UnityFramework 0x000000010f460bf0 WriteLogMessages + 12
    2 UnityFramework 0x000000010f460bf0 PostCrashCallback(__siginfo*, __darwin_ucontext*, void*) + 152
    3 UnityFramework 0x000000010f460be8 WriteLogMessages + 4
    4 UnityFramework 0x000000010f460be8 PostCrashCallback(__siginfo*, __darwin_ucontext*, void*) + 144
    5 UnityFramework 0x000000010f85ddac 0x106878000 + 150887852
    6 UnityFramework 0x000000010f85a450 0x106878000 + 150873168
    7 UnityFramework 0x000000010f85a384 0x106878000 + 150872964
    8 libsystem_platform.dylib 0x00000001e6fa4d9c _sigtramp + 52 (sigtramp.c:116)
    9 libsystem_pthread.dylib 0x00000001e6fb49c0 pthread_kill + 212 (pthread.c:1582)
    10 libsystem_c.dylib 0x00000001a774aa38 abort + 120 (abort.c:118)
    11 libc++abi.dylib 0x00000001b2982be8 abort_message + 128 (abort_message.cpp:78)
    12 libc++abi.dylib 0x00000001b2974d14 demangling_terminate_handler() + 296 (cxa_default_handlers.cpp:67)
    13 libobjc.A.dylib 0x00000001b28889b0 _objc_terminate() + 140 (objc-exception.mm:704)
    14 libc++abi.dylib 0x00000001b2982074 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
    15 libc++abi.dylib 0x00000001b298200c std::terminate() + 44 (cxa_handlers.cpp:88)
    16 libdispatch.dylib 0x000000019e74b2ac _dispatch_client_callout + 36 (object.m:562)
    17 libdispatch.dylib 0x000000019e72d430 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 872 (inline_internal.h:2557)
    18 CoreFoundation 0x000000019ea92298 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1790)
    19 CoreFoundation 0x000000019ea8c6f8 __CFRunLoopRun + 2528 (CFRunLoop.c:3118)
    20 CoreFoundation 0x000000019ea8b7d0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
    21 UnityFramework 0x0000000106893fa8 -[UnityAppController(Rendering) processTouchEvents] + 184 (UnityAppController+Rendering.mm:58)
    22 UnityFramework 0x00000001068940ac -[UnityAppController(Rendering) repaintDisplayLink] + 124 (UnityAppController+Rendering.mm:72)
    23 QuartzCore 0x00000001a1be3200 CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 676 (CADisplay.mm:2646)
    24 QuartzCore 0x00000001a1cbae7c display_timer_callback(__CFMachPort*, void*, long, void*) + 276 (CADisplayTimer.cpp:166)
    25 CoreFoundation 0x000000019ea6f50c __CFMachPortPerform + 172 (CFMachPort.c:537)
    26 CoreFoundation 0x000000019ea930e8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56 (CFRunLoop.c:1991)
    27 CoreFoundation 0x000000019ea924ec __CFRunLoopDoSource1 + 588 (CFRunLoop.c:2131)
    28 CoreFoundation 0x000000019ea8c660 __CFRunLoopRun + 2376 (CFRunLoop.c:3146)
    29 CoreFoundation 0x000000019ea8b7d0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
    30 GraphicsServices 0x00000001b51cd570 GSEventRunModal + 160 (GSEvent.c:2259)
    31 UIKitCore 0x00000001a13b82d0 -[UIApplication _run] + 1052 (UIApplication.m:3269)
    32 UIKitCore 0x00000001a13bd84c UIApplicationMain + 164 (UIApplication.m:4740)
    33 UnityFramework 0x0000000106893b78 -[UnityFramework runUIApplicationMainWithArgc:argv:] + 108 (main.mm:96)
    34 MagicKids 0x0000000104b57e1c main + 68 (main.mm:26)
    35 libdyld.dylib 0x000000019e76a140 start + 4

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

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

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

    Thread 4:
    0 libsystem_pthread.dylib 0x00000001e6fb8864 start_wqthread + 0

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

    Thread 6 name:
    Thread 6:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010e7ef0c4 Baselib_Semaphore_Acquire + 8
    7 UnityFramework 0x000000010e7ef0c4 Semaphore::WaitForSignal(int) + 240
    8 UnityFramework 0x000000010efe4358 profiling::Dispatcher::Run() + 156
    9 UnityFramework 0x000000010efe3c1c profiling::Dispatcher::ThreadFunc(void*) + 56
    10 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    11 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    12 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 7 name:
    Thread 7:
    0 libsystem_kernel.dylib 0x00000001ca8dd908 mach_msg_trap + 8
    1 libsystem_kernel.dylib 0x00000001ca8dcd0c mach_msg + 72 (mach_msg.c:103)
    2 CoreFoundation 0x000000019ea91db8 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2641)
    3 CoreFoundation 0x000000019ea8c1b8 __CFRunLoopRun + 1184 (CFRunLoop.c:2974)
    4 CoreFoundation 0x000000019ea8b7d0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
    5 Foundation 0x000000019fce8e64 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:377)
    6 Foundation 0x000000019fce8d44 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:424)
    7 UIKitCore 0x00000001a1464e10 -[UIEventFetcher threadMain] + 504 (UIEventFetcher.m:929)
    8 Foundation 0x000000019fe45d90 __NSThread__start__ + 848 (NSThread.m:724)
    9 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    10 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 8 name:
    Thread 8:
    0 libsystem_kernel.dylib 0x00000001ca901580 __psynch_cvwait + 8
    1 libsystem_pthread.dylib 0x00000001e6fb0d78 _pthread_cond_wait$VARIANT$armv81 + 1236 (pthread_cond.c:636)
    2 UnityFramework 0x000000010f8b5b88 il2cpp::eek:s::posix::posixWaitObject::Wait(unsigned int, bool) + 396
    3 UnityFramework 0x000000010f88b220 il2cpp::gc::FinalizerThread(void*) + 104
    4 UnityFramework 0x000000010f8ac5c8 il2cpp::eek:s::Thread::RunWrapper(void*) + 88
    5 UnityFramework 0x000000010f8af03c il2cpp::eek:s::ThreadImpl::ThreadStartWrapper(void*) + 40
    6 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    7 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 9 name:
    Thread 9:
    0 libsystem_kernel.dylib 0x00000001ca90017c accept + 8
    1 UnityFramework 0x000000010f922ea4 socket_transport_accept + 52
    2 UnityFramework 0x000000010f922b50 socket_transport_wait_for_attach + 40
    3 UnityFramework 0x000000010f919204 transport_wait_for_attach + 12
    4 UnityFramework 0x000000010f919204 wait_for_attach + 12
    5 UnityFramework 0x000000010f919204 debugger_thread + 248
    6 UnityFramework 0x000000010f8ac5c8 il2cpp::eek:s::Thread::RunWrapper(void*) + 88
    7 UnityFramework 0x000000010f8af03c il2cpp::eek:s::ThreadImpl::ThreadStartWrapper(void*) + 40
    8 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    9 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 10 name:
    Thread 10:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 11 name:
    Thread 11:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 12 name:
    Thread 12:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 13 name:
    Thread 13:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 14 name:
    Thread 14:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 15 name:
    Thread 15:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 16 name:
    Thread 16:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 17 name:
    Thread 17:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 18 name:
    Thread 18:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 19 name:
    Thread 19:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 20 name:
    Thread 20:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 21 name:
    Thread 21:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 22 name:
    Thread 22:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 23 name:
    Thread 23:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 24 name:
    Thread 24:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 25 name:
    Thread 25:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 26 name:
    Thread 26:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 27 name:
    Thread 27:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 28 name:
    Thread 28:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 29 name:
    Thread 29:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 30 name:
    Thread 30:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010ed23678 Baselib_CappedSemaphore_Acquire + 8
    7 UnityFramework 0x000000010ed23678 WaitForSignalNoProfile + 8
    8 UnityFramework 0x000000010ed23678 WaitForSignal + 8
    9 UnityFramework 0x000000010ed23678 JobQueue::processJobs(JobQueue::ThreadInfo*, void*) + 396
    10 UnityFramework 0x000000010ed226f4 JobQueue::WorkLoop(void*) + 232
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 31 name:
    Thread 31:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010e7ef0c4 Baselib_Semaphore_Acquire + 8
    7 UnityFramework 0x000000010e7ef0c4 Semaphore::WaitForSignal(int) + 240
    8 UnityFramework 0x000000010efbe400 ThreadedStreamBuffer::HandleOutOfBufferToReadFrom(ThreadedStreamBuffer::DataOffsets) + 320
    9 UnityFramework 0x000000010ed92310 BatchDeleteStep2Threaded(void*) + 60
    10 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    11 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    12 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 32 name:
    Thread 32:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010e7ef0c4 Baselib_Semaphore_Acquire + 8
    7 UnityFramework 0x000000010e7ef0c4 Semaphore::WaitForSignal(int) + 240
    8 UnityFramework 0x000000010eba4960 AsyncReadManagerThreaded::ThreadEntry() + 240
    9 UnityFramework 0x000000010eba42dc AsyncReadManagerThreaded::StaticThreadEntry(void*) + 12
    10 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    11 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    12 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 33 name:
    Thread 33:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010e7ef0c4 Baselib_Semaphore_Acquire + 8
    7 UnityFramework 0x000000010e7ef0c4 Semaphore::WaitForSignal(int) + 240
    8 UnityFramework 0x000000010efbe400 ThreadedStreamBuffer::HandleOutOfBufferToReadFrom(ThreadedStreamBuffer::DataOffsets) + 320
    9 UnityFramework 0x000000010f4375a4 GfxTaskExecutorMetal::HandleTaskStream() + 156
    10 UnityFramework 0x000000010f437f2c GfxTaskExecutorMetal::ThreadEntry(void*) + 12
    11 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    12 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    13 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 34 name:
    Thread 34:
    0 libsystem_kernel.dylib 0x00000001ca8dd908 mach_msg_trap + 8
    1 libsystem_kernel.dylib 0x00000001ca8dcd0c mach_msg + 72 (mach_msg.c:103)
    2 CoreFoundation 0x000000019ea91db8 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2641)
    3 CoreFoundation 0x000000019ea8c1b8 __CFRunLoopRun + 1184 (CFRunLoop.c:2974)
    4 CoreFoundation 0x000000019ea8b7d0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
    5 AudioSession 0x00000001a5f27f18 GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:91)
    6 AudioSession 0x00000001a5f29e84 CAPThread::Entry(CAPThread*) + 88 (CAPThread.cpp:321)
    7 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    8 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 35 name:
    Thread 35:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 UnityFramework 0x000000010f823f1c 0x106878000 + 150650652
    2 UnityFramework 0x000000010f840690 0x106878000 + 150767248
    3 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    4 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 36 name:
    Thread 36:
    0 libsystem_kernel.dylib 0x00000001ca8dd908 mach_msg_trap + 8
    1 libsystem_kernel.dylib 0x00000001ca8dcd0c mach_msg + 72 (mach_msg.c:103)
    2 libEmbeddedSystemAUs.dylib 0x00000001ce8ee744 caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, AURemoteIO::IOThread::IOThread(AURemoteIO&, caulk::thread::attributes const&, caulk::mach::eek:s_workgroup const&)::'lambda'(), std::__1:... + 576 (AURemoteIO.cpp:1930)
    3 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    4 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 37 name:
    Thread 37:
    0 libsystem_kernel.dylib 0x00000001ca901b54 __semwait_signal + 8
    1 libsystem_c.dylib 0x00000001a7747ab4 nanosleep + 212 (nanosleep.c:104)
    2 libsystem_c.dylib 0x00000001a774798c usleep + 64 (usleep.c:52)
    3 UnityFramework 0x000000010f823af0 0x106878000 + 150649584
    4 UnityFramework 0x000000010f8406e4 0x106878000 + 150767332
    5 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    6 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 38:
    0 libsystem_kernel.dylib 0x00000001ca901580 __psynch_cvwait + 8
    1 libsystem_pthread.dylib 0x00000001e6fb0d78 _pthread_cond_wait$VARIANT$armv81 + 1236 (pthread_cond.c:636)
    2 libc++.1.dylib 0x00000001b2922a20 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:428)
    3 UnityFramework 0x000000010f9598d8 wait<(lambda at /Users/todd.stinson/Work/arfoundation/com.unity.xr.arkit/Source~/UnityARKit/CameraImage/AsyncManager.cpp:227:36)> + 20
    4 UnityFramework 0x000000010f9598d8 CameraImageApi::AsyncManager::RunWorker() + 116
    5 UnityFramework 0x000000010f959ebc __invoke<void (*)(CameraImageApi::AsyncManager *), CameraImageApi::AsyncManager *> + 8
    6 UnityFramework 0x000000010f959ebc __thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(CameraImageApi::AsyncManager *), CameraImageApi::AsyncManager *, 2> + 8
    7 UnityFramework 0x000000010f959ebc void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(CameraImageApi::AsyncManager*), Camera... + 44
    8 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    9 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 39 name:
    Thread 39:
    0 libsystem_kernel.dylib 0x00000001ca8dd908 mach_msg_trap + 8
    1 libsystem_kernel.dylib 0x00000001ca8dcd0c mach_msg + 72 (mach_msg.c:103)
    2 CoreFoundation 0x000000019ea91db8 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2641)
    3 CoreFoundation 0x000000019ea8c1b8 __CFRunLoopRun + 1184 (CFRunLoop.c:2974)
    4 CoreFoundation 0x000000019ea8b7d0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
    5 CoreFoundation 0x000000019ea8c8d0 CFRunLoopRun + 60 (CFRunLoop.c:3267)
    6 CoreMotion 0x00000001a9325550 CLMotionCore::runMotionThread(void*) + 1308 (CLMotionCore.mm:369)
    7 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    8 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 40 name:
    Thread 40:
    0 libsystem_kernel.dylib 0x00000001ca8dd944 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x000000019e71b9f4 _dispatch_sema4_wait$VARIANT$armv81 + 24 (lock.c:139)
    2 libdispatch.dylib 0x000000019e71c040 _dispatch_semaphore_wait_slow + 128 (semaphore.c:132)
    3 UnityFramework 0x000000010f523474 Acquire + 12
    4 UnityFramework 0x000000010f523474 Baselib_SystemSemaphore_Acquire + 12
    5 UnityFramework 0x000000010f523474 UnityClassic::Baselib_SystemSemaphore_Acquire(UnityClassic::Baselib_SystemSemaphore_Handle) + 28
    6 UnityFramework 0x000000010e7ef0c4 Baselib_Semaphore_Acquire + 8
    7 UnityFramework 0x000000010e7ef0c4 Semaphore::WaitForSignal(int) + 240
    8 UnityFramework 0x000000010edb3eb0 PreloadManager::Run() + 80
    9 UnityFramework 0x000000010edb3e4c PreloadManager::Run(void*) + 52
    10 UnityFramework 0x000000010efb325c Thread::RunThreadWrapper(void*) + 596
    11 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    12 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 41 name:
    Thread 41:
    0 libsystem_kernel.dylib 0x00000001ca901b54 __semwait_signal + 8
    1 libsystem_c.dylib 0x00000001a7747ab4 nanosleep + 212 (nanosleep.c:104)
    2 libsystem_c.dylib 0x00000001a774798c usleep + 64 (usleep.c:52)
    3 UnityFramework 0x000000010f823af0 0x106878000 + 150649584
    4 UnityFramework 0x000000010f8406e4 0x106878000 + 150767332
    5 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    6 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 42 name:
    Thread 42:
    0 libsystem_kernel.dylib 0x00000001ca8dd908 mach_msg_trap + 8
    1 libsystem_kernel.dylib 0x00000001ca8dcd0c mach_msg + 72 (mach_msg.c:103)
    2 CoreFoundation 0x000000019ea91db8 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2641)
    3 CoreFoundation 0x000000019ea8c1b8 __CFRunLoopRun + 1184 (CFRunLoop.c:2974)
    4 CoreFoundation 0x000000019ea8b7d0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
    5 CFNetwork 0x000000019f325ee8 +[__CFN_CoreSchedulingSetRunnable _run:] + 548 (CoreSchedulingSet.mm:1374)
    6 Foundation 0x000000019fe45d90 __NSThread__start__ + 848 (NSThread.m:724)
    7 libsystem_pthread.dylib 0x00000001e6fb3c74 _pthread_start + 288 (pthread.c:887)
    8 libsystem_pthread.dylib 0x00000001e6fb8878 thread_start + 8

    Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x000000000000002c
    x4: 0x0000000000012a0f x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000001
    x8: 0x0000000112d6e000 x9: 0x0000000112e53000 x10: 0x000000010f85cfbc x11: 0x000000000000001b
    x12: 0x000000000000001b x13: 0x000000016ca52ff0 x14: 0x00000001e6fb8878 x15: 0x0000000060000000
    x16: 0x0000000000000005 x17: 0x0000000000000002 x18: 0x0000000000000000 x19: 0x000000000000001f
    x20: 0x0000000000000000 x21: 0x0000000112e53e50 x22: 0x0000000000000000 x23: 0x0000000110cf30b4
    x24: 0x0000000002ffffff x25: 0x0000000282259040 x26: 0x0000000104c3b960 x27: 0x0000000000000000
    x28: 0x0000000000000114 fp: 0x0000000117bab960 lr: 0x000000010f460be8
    sp: 0x0000000117bab910 pc: 0x000000010f460bf0 cpsr: 0x80000000
    esr: 0x92000006 (Data Abort) byte read Translation fault

    Binary Images:
    0x104b50000 - 0x104b57fff MagicKids arm64 <298ed475bdeb38eb994c533d7f926828> /var/containers/Bundle/Application/84D32160-0E56-4206-A5B1-85A0F6166686/MagicKids.app/MagicKids
    0x104b94000 - 0x104bfffff dyld arm64 <370cf6c9131737c2adb725d1384b9019> /usr/lib/dyld
    0x106878000 - 0x11119bfff UnityFramework arm64 <d9141497a75e34aa8e11c671cef270e0> /var/containers/Bundle/Application/84D32160-0E56-4206-A5B1-85A0F6166686/MagicKids.app/Frameworks/UnityFramework.framework/UnityFramework
    0x117be0000 - 0x117bebfff libobjc-trampolines.dylib arm64 <4d00595649d43e7684340c6c99aac55f> /usr/lib/libobjc-trampolines.dylib
    0x19e6ea000 - 0x19e768fff libdispatch.dylib arm64 <ecef88a0245a33c1823d3160e1f3d674> /usr/lib/system/libdispatch.dylib
    0x19e769000 - 0x19e79ffff libdyld.dylib arm64 <ffbe9840bc5a338d8ae0c6ffe5e834cc> /usr/lib/system/libdyld.dylib
    0x19e7a0000 - 0x19e9f7fff libicucore.A.dylib arm64 <777852384d143c7b829443547e773b4c> /usr/lib/libicucore.A.dylib
    0x19e9f8000 - 0x19eda3fff CoreFoundation arm64 <37a3d60193983dc29d001b162726a4c9> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x19eda4000 - 0x19ef45fff CoreServices arm64 <52d5eaff99763ced849e4bff005e40a3> /System/Library/Frameworks/CoreServices.framework/CoreServices
    0x19ef46000 - 0x19ef8dfff WirelessDiagnostics arm64 <2b1f12d041e5346697e1c5433ac31b87> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
    0x19ef8e000 - 0x19f007fff SystemConfiguration arm64 <445c695d2cf93965b2dd6a3d68599190> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x19f008000 - 0x19f0f1fff CoreTelephony arm64 <20b0a8165b923a13bc932ec3eea78678> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x19f0f2000 - 0x19f570fff CFNetwork arm64 <3f995a694c0c396f8395b883d141b65e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x19f571000 - 0x19fc71fff libnetwork.dylib arm64 <3f1a58aad7ba36b480ff245805f269f9> /usr/lib/libnetwork.dylib
    0x19fc72000 - 0x19fce0fff Accounts arm64 <e418d2adb23931daa005fbff9ad3aed0> /System/Library/Frameworks/Accounts.framework/Accounts
    0x19fce1000 - 0x19ff76fff Foundation arm64 <e364c72233b535b09a0b0afccb69a18d> /System/Library/Frameworks/Foundation.framework/Foundation
    0x19ff77000 - 0x1a02dffff ImageIO arm64 <1afe2eb99d6532ee8110e27a475dbb14> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x1a02e0000 - 0x1a02f8fff libCGInterfaces.dylib arm64 <012b31fe9e023dfba28f98ee717e5d9a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
    0x1a02f9000 - 0x1a0887fff CoreGraphics arm64 <4edb8277188134fa9e95c89222611e1c> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x1a0888000 - 0x1a1bb0fff UIKitCore arm64 <e136f680e4b63bce81324a39ec1ed9fa> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
    0x1a1bb1000 - 0x1a1bcefff libAccessibility.dylib arm64 <71ef5582e0f93991beec9678a497f311> /usr/lib/libAccessibility.dylib
    0x1a1bcf000 - 0x1a1e52fff QuartzCore arm64 <60620aa2246732a99de9eef77e05d3cc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x1a1e53000 - 0x1a1eb7fff BackBoardServices arm64 <d8670e158bf13e018bdcf147d0da8818> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x1a1eb8000 - 0x1a1f39fff TextInput arm64 <1086c650dda33692b260e5562c75738d> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x1a1f3a000 - 0x1a1fa1fff libusrtcp.dylib arm64 <11e33eb2694d3c3b858b97720f8d5c15> /usr/lib/libusrtcp.dylib
    0x1a1fa2000 - 0x1a2332fff AppleMediaServices arm64 <ae1fd861e1f43739ac6bef89d42223b0> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
    0x1a2333000 - 0x1a247afff libswiftFoundation.dylib arm64 <ca7888043ef8338f887270ccd536298d> /usr/lib/swift/libswiftFoundation.dylib
    0x1a247b000 - 0x1a2825fff libswiftCore.dylib arm64 <4f4e296dd02d38fdbea97dc90839900f> /usr/lib/swift/libswiftCore.dylib
    0x1a2826000 - 0x1a2840fff UIKitServices arm64 <1a26807914153107ae056657befd739c> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
    0x1a2841000 - 0x1a2987fff Preferences arm64 <7a6dac52e0bb38adb252fbb2af2d39da> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x1a2988000 - 0x1a2b7afff ContactsUI arm64 <17be9ba429de38df87a76c717bed3ee9> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
    0x1a2b7b000 - 0x1a2d33fff CoreText arm64 <ef86538b195a3890ab81d640db4e2937> /System/Library/Frameworks/CoreText.framework/CoreText
    0x1a2d34000 - 0x1a2d4cfff ExtensionKit arm64 <9e31a33825703f5a9369ac7cf9dab18a> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
    0x1a2d4d000 - 0x1a2d61fff ChronoServices arm64 <eb77018975923af5a49cafdf6be254e5> /System/Library/PrivateFrameworks/ChronoServices.framework/ChronoServices
    0x1a2d62000 - 0x1a2ddefff BaseBoard arm64 <d5744d8d3bcf3c50a3bc2b549078d5e0> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
    0x1a2ddf000 - 0x1a3012fff CoreDuet arm64 <31805214410a321cbebba25b5ffc3df8> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
    0x1a3013000 - 0x1a3156fff Contacts arm64 <70cd89f2fd4830ca942ff987d8c3bdbb> /System/Library/Frameworks/Contacts.framework/Contacts
    0x1a3157000 - 0x1a45d7fff GeoServices arm64 <2efff1304e293c5083445ee8ab72c0cf> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x1a45d8000 - 0x1a466bfff CoreLocation arm64 <5ddca5c1a5d03582989907080aa1f5ed> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x1a466c000 - 0x1a47fafff CloudKit arm64 <9987831f805a30d6acb0f020d1966930> /System/Library/Frameworks/CloudKit.framework/CloudKit
    0x1a47fb000 - 0x1a4b59fff CoreData arm64 <600d46b188fc33139bcf99bb06f32548> /System/Library/Frameworks/CoreData.framework/CoreData
    0x1a4be5000 - 0x1a574afff SwiftUI arm64 <1842faf4752d3384bc8d515ed56fecc1> /System/Library/Frameworks/SwiftUI.framework/SwiftUI
    0x1a574b000 - 0x1a5754fff libswiftCoreGraphics.dylib arm64 <52f2158fe2523e6fb46f712a95a9ac47> /usr/lib/swift/libswiftCoreGraphics.dylib
    0x1a5755000 - 0x1a5793fff AppSupport arm64 <34778e6648fa3759a29469b14c0761e0> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x1a5794000 - 0x1a58aafff ManagedConfiguration arm64 <6e228fb77b5d33e3a352c81f9a250eb4> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x1a58ab000 - 0x1a5914fff IMFoundation arm64 <fe7e86c994743b50b49689a6a68b8ca1> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x1a5915000 - 0x1a5a14fff IDS arm64 <09e03019a9f13c42929427e587aba1b8> /System/Library/PrivateFrameworks/IDS.framework/IDS
    0x1a5a15000 - 0x1a5b59fff Security arm64 <e9261af3ec17303f9a2746da94ed6e9e> /System/Library/Frameworks/Security.framework/Security
    0x1a5b5a000 - 0x1a5f1afff MediaPlayer arm64 <b81ba21212273edca1d501cf457039e2> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x1a5f1b000 - 0x1a5f32fff AudioSession arm64 <060faf3bdb293f11b55a4d7424d3e2c6> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
    0x1a5f33000 - 0x1a60b6fff AVFCore arm64 <fad7defc80b03c3d8a74b7765970b3c2> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
    0x1a60b7000 - 0x1a660efff Intents arm64 <636873750d663b02a139d704c4cbd985> /System/Library/Frameworks/Intents.framework/Intents
    0x1a665b000 - 0x1a6952fff CoreImage arm64 <09dcfb6588ec3c488ec1fa5cbffbcf33> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x1a6953000 - 0x1a6a0cfff ColorSync arm64 <b262956aa894381892f59e958fd98f09> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
    0x1a6a0d000 - 0x1a6a46fff CoreVideo arm64 <a98fb58d52743ffe82a6057ae25f9ee3> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x1a6a47000 - 0x1a719bfff MediaToolbox arm64 <f453394a25cf3f00a66a70ffbb1491d5> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x1a719c000 - 0x1a728ffff CoreMedia arm64 <1959545eb36d392897d233cb84516bcb> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x1a7290000 - 0x1a7501fff AudioToolbox arm64 <0f7beb0692833783abd76780b431dfbd> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x1a7502000 - 0x1a7551fff CoreHaptics arm64 <a8733dca2a0c329ba622c9f2e8591f9d> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
    0x1a7552000 - 0x1a75adfff UserActivity arm64 <ffcae1b88b79388b9c2d6af5f5391d6f> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
    0x1a75ae000 - 0x1a76b0fff UIFoundation arm64 <52dee9975d7d3b7c9ba504361d5ec76e> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x1a76b1000 - 0x1a76d6fff libsystem_info.dylib arm64 <4937d114842f37b1aadef0f2d7a044a6> /usr/lib/system/libsystem_info.dylib
    0x1a76d7000 - 0x1a7753fff libsystem_c.dylib arm64 <67a796f189963f868eec13b26da6dece> /usr/lib/system/libsystem_c.dylib
    0x1a7754000 - 0x1a779afff RunningBoardServices arm64 <bd3a803075a632cf96b48b51851d28b5> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
    0x1a779b000 - 0x1a878ffff JavaScriptCore arm64 <f956e7a1bc643d00be66b45bd2222110> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
    0x1a8790000 - 0x1a8d03fff ChatKit arm64 <3c9904e7944331f3813a14f854b5a307> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
    0x1a8d04000 - 0x1a8d85fff ContactsFoundation arm64 <4b6a9c0e91f3365db4691575e47a6a01> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
    0x1a8d86000 - 0x1a8fa7fff HealthKit arm64 <aba1a0b502893d97a77d6fd94a87a16b> /System/Library/Frameworks/HealthKit.framework/HealthKit
    0x1a8fa8000 - 0x1a8fc9fff ProactiveEventTracker arm64 <36333031832635e3b92cb17dbd159256> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
    0x1a8fca000 - 0x1a9014fff Lexicon arm64 <c4b354a055e132b09c60e7a6e45f255e> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
    0x1a9015000 - 0x1a9079fff PersonalizationPortrait arm64 <ff36221bc2b73c4d9cc559a7939a3220> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
    0x1a907a000 - 0x1a90c5fff CoreDuetContext arm64 <577fb0cd5ced38b3905527f7acb99b64> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
    0x1a90c6000 - 0x1a916cfff IOKit arm64 <e34ef5ca4cc13200900050c03c9bf797> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x1a916d000 - 0x1a917bfff DataMigration arm64 <6fbd242b65313d8cb48ab37258c48977> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x1a917c000 - 0x1a91d2fff SpringBoardServices arm64 <2c5fdf63472839e499a3e63aa351d9e9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x1a91d3000 - 0x1a91e3fff ContextKit arm64 <4a82909c502d3eb09d70060954bdcd6f> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
    0x1a91e4000 - 0x1a944bfff CoreMotion arm64 <fcb59f769cb839fbb42797136ecb3bf2> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x1a944c000 - 0x1a9579fff EventKit arm64 <5250f3434d7634a99811c589ffa21b55> /System/Library/Frameworks/EventKit.framework/EventKit
    0x1a957a000 - 0x1a9a90fff PassKitCore arm64 <99b6e118d23c33b1ba28af5cf6b73f80> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
    0x1a9a91000 - 0x1a9d20fff MediaRemote arm64 <fdd5716bd0b13014bc644c0d8e4493cc> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x1a9d21000 - 0x1a9ebbfff CoreUtils arm64 <e62e02234ae63f4b83a370b9ae9297da> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
    0x1a9ebc000 - 0x1a9ed0fff FamilyCircle arm64 <ff40609b0b8a3cebb490bdc26b4cfb08> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
    0x1a9ed1000 - 0x1a9f39fff CoreSpotlight arm64 <252821416b4f33babe6a9b6e4d00869a> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
    0x1aa25d000 - 0x1aa421fff AssistantServices arm64 <9a36e6683142312bb1b2c7a53e3ba3b3> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
    0x1aa422000 - 0x1aa4e1fff CoreUI arm64 <e1214514beba3a8482db729170e2cf27> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
    0x1aa4e2000 - 0x1aa531fff SafariSafeBrowsing arm64 <d703a5a4754e335384089b524b7e4c20> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
    0x1aa532000 - 0x1aacbefff WebKit arm64 <26592fcdbfa03745ab094c47df0a37e4> /System/Library/Frameworks/WebKit.framework/WebKit
    0x1aacbf000 - 0x1ad1acfff WebCore arm64 <26ea88c449393a42a51200b64c34dba6> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x1ad1ad000 - 0x1ad209fff libMobileGestalt.dylib arm64 <7f4211e6d0b33fe0ad03009fac9f5884> /usr/lib/libMobileGestalt.dylib
    0x1ad20a000 - 0x1ad223fff CommonUtilities arm64 <c7457a5828f53d6988961ba40001abc9> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x1ad224000 - 0x1ad381fff IDSFoundation arm64 <3bb0d9572cff356aa7e15072dee9b4bb> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
    0x1ad382000 - 0x1ad47bfff IMSharedUtilities arm64 <6326ec34238d3b89820f2b46b681a8cd> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
    0x1ad47c000 - 0x1ad51bfff CoreSuggestions arm64 <9ad4fa0d0d18378cbe91ba95b8ef3a64> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
    0x1ad51c000 - 0x1ad5b4fff AddressBookLegacy arm64 <70b803d946ba314286d3718261d9b3f7> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
    0x1ad5b5000 - 0x1ad5e4fff UserNotifications arm64 <f22dd0e4b34e3c7d88b93fc24b3c88f2> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
    0x1ad5e5000 - 0x1ad662fff FrontBoardServices arm64 <c97a2e0c03aa37c0a55c4854eaf0e8c3> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
    0x1ad663000 - 0x1ad685fff libsystem_malloc.dylib arm64 <65fa8e361b703107bdab6d4321699582> /usr/lib/system/libsystem_malloc.dylib
    0x1ad686000 - 0x1ad929fff MapKit arm64 <97aebe91ff463cb6b2af57c065ea5730> /System/Library/Frameworks/MapKit.framework/MapKit
    0x1ad92a000 - 0x1ae0d4fff VectorKit arm64 <42f97ab4b2113d34acc88c73187f7a97> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
    0x1ae0d5000 - 0x1ae159fff AuthKit arm64 <60752b8dae2b3f68b374b0d80eb5c075> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
    0x1ae15a000 - 0x1ae1e6fff AppleAccount arm64 <dd89e13c43e13e72aafc475d3034fa7b> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x1ae1e7000 - 0x1ae442fff AudioToolboxCore arm64 <bb0e22506ce03d0a8a0c0613af950690> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
    0x1ae473000 - 0x1ae700fff StoreServices arm64 <c27f5fe168773d738e473d7259389b06> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x1ae701000 - 0x1ae87cfff Sharing arm64 <e4e583632b373977b3c01a6db6f956f3> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
    0x1ae87d000 - 0x1ae917fff ShareSheet arm64 <f852d8981d9e3eafaf9fc32b83234e77> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
    0x1ae918000 - 0x1ae9d4fff CoreParsec arm64 <e9476750dcde30329320a5e5a4d91790> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
    0x1ae9d5000 - 0x1aea18fff PhotoFoundation arm64 <9f5482993a2d362eb6ba1a2b096d19d1> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
    0x1aea19000 - 0x1aec3cfff Photos arm64 <66bf544a7965348abcec44407f0b1e01> /System/Library/Frameworks/Photos.framework/Photos
    0x1aec3d000 - 0x1af30dfff PhotoLibraryServices arm64 <3818b5d4d302320e8adf19c4e87c1c4a> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
    0x1af30e000 - 0x1af3c3fff AssetsLibraryServices arm64 <3e97e34a42733ae0a3bd010f306083c6> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x1af3c4000 - 0x1af411fff MobileBackup arm64 <90f47374f46533ad9dcba47d02905035> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
    0x1af412000 - 0x1af424fff MSUDataAccessor arm64 <7f78842c36ce3d20b040f6b881e57796> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
    0x1af425000 - 0x1af44bfff MobileAsset arm64 <a1a6395f0f6e3f9a91bc9da093b5f78b> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x1af44c000 - 0x1af45bfff libsystem_networkextension.dylib arm64 <443f7f9c2ac73708839df7d61ec25811> /usr/lib/system/libsystem_networkextension.dylib
    0x1af45c000 - 0x1af68efff NetworkExtension arm64 <96b0180833e738f6ab8408ed152a9fdf> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
    0x1af68f000 - 0x1af6c2fff Trial arm64 <095c96e862a333fead2e68b6b1b31533> /System/Library/PrivateFrameworks/Trial.framework/Trial
    0x1af6c3000 - 0x1aff40fff CoreML arm64 <cad3a5e35d3d38f0bf2573dd7824909d> /System/Library/Frameworks/CoreML.framework/CoreML
    0x1aff41000 - 0x1b075bfff Espresso arm64 <a9c76cdf0294373d98057b5f26a36e95> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
    0x1b075c000 - 0x1b085ffff VideoToolbox arm64 <0f92b1c88da93b588c7b88c3d88b2cce> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x1b0860000 - 0x1b08a6fff OnBoardingKit arm64 <87d9b25e76523d059928b9082d2656e6> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
    0x1b0990000 - 0x1b099ffff AXCoreUtilities arm64 <1c6130d548f236998a9374fb639e6fad> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
    0x1b09a0000 - 0x1b0edafff PhotosUI arm64 <7025da57bdbb3290b10a1bc799f4f941> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
    0x1b0edb000 - 0x1b1731fff PhotosUICore arm64 <a74a105401c4351691e071840d37b43c> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
    0x1b1732000 - 0x1b189ffff Montreal arm64 <666fba8e18743a16bdd3b1a913ec2840> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
    0x1b18a0000 - 0x1b19abfff LanguageModeling arm64 <461a3b0618833a09bd077feafc041464> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
    0x1b19ac000 - 0x1b19b4fff InternationalSupport arm64 <fcaab633cb863dd89aae70acc9443828> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
    0x1b19b5000 - 0x1b1bcefff iTunesCloud arm64 <edde79afadda3da4aea2a7fbb34a5eda> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
    0x1b1bcf000 - 0x1b1c0dfff libswiftUIKit.dylib arm64 <8de8df02dd41332eab5409f9ff49178e> /usr/lib/swift/libswiftUIKit.dylib
    0x1b1c8d000 - 0x1b1cc9fff CarKit arm64 <540ded614353311c8e5faf7e5473fb7e> /System/Library/PrivateFrameworks/CarKit.framework/CarKit
    0x1b1d17000 - 0x1b1db9fff CalendarDatabase arm64 <9316952d1ab03f868fa2aca2be1bf79b> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
    0x1b1dba000 - 0x1b1e03fff Notes arm64 <1cd9e42d83263ed6a27545b5aae4ef7b> /System/Library/PrivateFrameworks/Notes.framework/Notes
    0x1b1e04000 - 0x1b1eddfff LinkPresentation arm64 <f1079ecfe53b3dc6bc80a1e8f4cabc2d> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
    0x1b1ede000 - 0x1b1fd7fff Combine arm64 <82a8cab896ba3f1bb323169e3d3cc6af> /System/Library/Frameworks/Combine.framework/Combine
    0x1b205b000 - 0x1b206cfff UniformTypeIdentifiers arm64 <5e15336b027839e8aaff2e9d24430cdd> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
    0x1b206d000 - 0x1b20e8fff CloudDocs arm64 <d95bca32805d34d1893571c1dd0f45d1> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
    0x1b20e9000 - 0x1b22d1fff Message arm64 <c7fbfd76210e3662a5860b7cf6f4edd3> /System/Library/PrivateFrameworks/Message.framework/Message
    0x1b22d2000 - 0x1b2345fff EmailFoundation arm64 <7fa375405250344ea52731f278415354> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
    0x1b25cd000 - 0x1b25eefff FindMyDevice arm64 <86349157ff8f30adb041d57503396f84> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
    0x1b25ef000 - 0x1b2630fff MediaServices arm64 <3c87cb95f6c2300a821719216292c336> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
    0x1b2631000 - 0x1b27b1fff SearchFoundation arm64 <0a7098100cd03e1b81cb0692a92a2ca4> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
    0x1b27b2000 - 0x1b2809fff WebBookmarks arm64 <957831bb374f3fb59cdbf5918f315922> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x1b2882000 - 0x1b28b7fff libobjc.A.dylib arm64 <5a4c477a8ab33703a88e3af91d10189a> /usr/lib/libobjc.A.dylib
    0x1b28b8000 - 0x1b2915fff LoggingSupport arm64 <06792cd42df030139f258fda3f7690f6> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
    0x1b2916000 - 0x1b296ffff libc++.1.dylib arm64 <c5ff30276f9d36eaad5e5f7163ad82e2> /usr/lib/libc++.1.dylib
    0x1b2970000 - 0x1b2988fff libc++abi.dylib arm64 <769820bd31973f34a7115ac57106b834> /usr/lib/libc++abi.dylib
    0x1b2989000 - 0x1b29c6fff SetupAssistant arm64 <76032acb33fc37d1a3c9642a2a4f233e> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
    0x1b29c7000 - 0x1b29defff OctagonTrust arm64 <fb75ec5606aa33f4a63b820488b922d8> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
    0x1b2afa000 - 0x1b2b38fff CoreAutoLayout arm64 <63c693ccec6a344eb11b69018739f5ea> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
    0x1b2b39000 - 0x1b2c90fff Network arm64 <95adbbd034ae378a8b7253eddc49be76> /System/Library/Frameworks/Network.framework/Network
    0x1b2c91000 - 0x1b2cc5fff MobileKeyBag arm64 <4da560d5359833a7a213500035889bfe> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x1b2eda000 - 0x1b2eebfff BaseBoardUI arm64 <e64bf2566c4334acbbc65e275d501eab> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
    0x1b2eec000 - 0x1b2f84fff libvDSP.dylib arm64 <c793471c6787310e9a0f6e3c8e56fdf6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x1b2f85000 - 0x1b2fb7fff libAudioToolboxUtility.dylib arm64 <70991cc48c0330e2b701408c53d110da> /usr/lib/libAudioToolboxUtility.dylib
    0x1b305b000 - 0x1b3167fff AvatarUI arm64 <1b14272ddbf031df91194e9e72eea3a3> /System/Library/PrivateFrameworks/AvatarUI.framework/AvatarUI
    0x1b3168000 - 0x1b31effff CoreNLP arm64 <c2fcdf4851c53dcd874dc6330cf8116f> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
    0x1b31f0000 - 0x1b32f6fff FileProvider arm64 <420bb94bbcf9371a8147474f3ad15748> /System/Library/Frameworks/FileProvider.framework/FileProvider
    0x1b32f7000 - 0x1b3307fff BiomeStorage arm64 <5aa402a3235934358f6d1bc066e6f969> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
    0x1b3308000 - 0x1b331efff libswiftDispatch.dylib arm64 <ec2ae3076a773c9eab077cd4f9bfdf43> /usr/lib/swift/libswiftDispatch.dylib
    0x1b331f000 - 0x1b3353fff DataDetectorsCore arm64 <a88857fa1ed33f43be684902208e94a8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x1b3354000 - 0x1b33ebfff Symbolication arm64 <8a576c2622d03f6991bf2272a0ed4f3d> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
    0x1b33ec000 - 0x1b33fafff CrashReporterSupport arm64 <daf5d2f79c283bfda2f8394517bb6409> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x1b33fb000 - 0x1b3410fff FMCoreLite arm64 <c009272eab8f31bc9538645049a43276> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
    0x1b3456000 - 0x1b351efff TelephonyUtilities arm64 <b816535e61303daa9aa5833937e20374> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
    0x1b3553000 - 0x1b3739fff MPSNeuralNetwork arm64 <442254402cdd327f9e44cf0b4493cd20> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
    0x1b373a000 - 0x1b378cfff MPSCore arm64 <acc10a62bb3137578d1aa6954caebd41> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
    0x1b38dc000 - 0x1b3941fff CalendarFoundation arm64 <eb15f527be0f3bde87c903952642ed86> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
    0x1b3942000 - 0x1b399cfff TipsCore arm64 <b8b9bfa2913d3379b07703011eca0112> /System/Library/PrivateFrameworks/TipsCore.framework/TipsCore
    0x1b399d000 - 0x1b3a88fff NLP arm64 <c804f76cb64a310b9c7d1a8d2da04011> /System/Library/PrivateFrameworks/NLP.framework/NLP
    0x1b3a89000 - 0x1b3aaffff AppSupportUI arm64 <e4483af5a6723cdb859f888394a4bf51> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
    0x1b3ab8000 - 0x1b3b09fff FTServices arm64 <2a8ca5baad39349aaff8cb3e0cfe5bfb> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x1b3b0a000 - 0x1b3bb8fff libboringssl.dylib arm64 <be800c7870d5313da002ed3bb444bea9> /usr/lib/libboringssl.dylib
    0x1b3bb9000 - 0x1b3bcefff ProtocolBuffer arm64 <522e703fd3b832d6b82be7928388e72e> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x1b3bcf000 - 0x1b3cc4fff AVKit arm64 <c277c06de0ff32b68c89d3e1d44f180e> /System/Library/Frameworks/AVKit.framework/AVKit
    0x1b3e22000 - 0x1b3e30fff AssertionServices arm64 <33eca111016434eba76fdc36668d9eb1> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
    0x1b3e31000 - 0x1b3e58fff CloudServices arm64 <05f4e80ba4383048a8cc53f3cd3a51e9> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
    0x1b3eac000 - 0x1b3f7ffff Metal arm64 <b3c2c35125d33cb7a981eaed86bb8415> /System/Library/Frameworks/Metal.framework/Metal
    0x1b3f80000 - 0x1b40befff MediaExperience arm64 <a402e5a155a73f26bb2110249ad6656d> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
    0x1b40bf000 - 0x1b44b8fff VideoProcessing arm64 <734d7683bced32dc8763b1fa6495aeea> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
    0x1b44b9000 - 0x1b44cffff libsystem_trace.dylib arm64 <e84b1865305037d29bfdb252bd853f89> /usr/lib/system/libsystem_trace.dylib
    0x1b44d0000 - 0x1b4500fff CoreServicesInternal arm64 <b2618ed148eb35cb8bbae8829f5d8828> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
    0x1b4501000 - 0x1b456afff SafariCore arm64 <1682fd5490dc3a67a1cc05025baa6a59> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
    0x1b456b000 - 0x1b4786fff SafariShared arm64 <2cf6ca0b39d9336a940e202b2eeee616> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
    0x1b4787000 - 0x1b480efff AppStoreDaemon arm64 <641a2916bdb137b995b339b8dd7bff19> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
    0x1b480f000 - 0x1b4b8efff GameCenterUI arm64 <a25b8456628c3769a34cb46dd35d13eb> /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI
    0x1b4c22000 - 0x1b4c64fff ContactsAutocompleteUI arm64 <a9f28c5e5eab326285fceb4e5b2f6f28> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
    0x1b4c65000 - 0x1b4d8ffff MessageUI arm64 <f5e4141915843b92aeeacf194ffbb800> /System/Library/Frameworks/MessageUI.framework/MessageUI
    0x1b510b000 - 0x1b5181fff SAObjects arm64 <cb84708e0d34338cbdadf1e1f45b01c6> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
    0x1b5182000 - 0x1b51c9fff VoiceServices arm64 <3ee2ecfea92036199c1fa7a4c4032eaf> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x1b51ca000 - 0x1b51d2fff GraphicsServices arm64 <c442f5c9c5bf3a1ba30abdc3c2d43b30> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x1b51d3000 - 0x1b5223fff DeviceManagement arm64 <38e37f2bfd5033b78f0690f7b3f085c5> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
    0x1b5224000 - 0x1b5387fff Translation arm64 <fd14d024d79636d98f77457aa7af06e0> /System/Library/PrivateFrameworks/Translation.framework/Translation
    0x1b5388000 - 0x1b539bfff PowerLog arm64 <4c2d2656ba6a3824bbd5a54596d9bba2> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
    0x1b539c000 - 0x1b53c2fff DuetActivityScheduler arm64 <239b9eecee37372ca86ec465944dffbf> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
    0x1b6b5f000 - 0x1b6df8fff Vision arm64 <bae78c0df53f3932a618d81918fb36ee> /System/Library/Frameworks/Vision.framework/Vision
    0x1b6df9000 - 0x1b6e4ffff DataAccess arm64 <754cb76e38ee31e0813af06829464185> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x1b6e50000 - 0x1b6eb6fff ProactiveSupport arm64 <d1fba78257e73f8cb9b23cebfd28c8a3> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
    0x1b6ee0000 - 0x1b6efdfff ApplePushService arm64 <1f9ffaa43c8c31f197049d24e24fb774> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x1b6efe000 - 0x1b6f25fff BoardServices arm64 <1be8c5b2c8023cba9233e9fdba059104> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
    0x1b6f26000 - 0x1b6f31fff libswiftCloudKit.dylib arm64 <9c7bbd5bced03a18833a854d74504d56> /usr/lib/swift/libswiftCloudKit.dylib
    0x1b7075000 - 0x1b70a4fff libncurses.5.4.dylib arm64 <6245c78d51993970acc0a1e707728357> /usr/lib/libncurses.5.4.dylib
    0x1b70a5000 - 0x1b70e3fff OSAnalytics arm64 <f3eb424f18fb36b2a8d7f7414a80467d> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
    0x1b70e4000 - 0x1b713cfff CoreBluetooth arm64 <db9146383e993fbd9bb4be4840f33295> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    0x1b713d000 - 0x1b730dfff JetEngine arm64 <935919ed757330629d319ac6d70a1c09> /System/Library/PrivateFrameworks/JetEngine.framework/JetEngine
    0x1b730e000 - 0x1b734ffff TemplateKit arm64 <dfe31a4ed595356c80586d3b7c05e871> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
    0x1b7350000 - 0x1b738bfff MobileInstallation arm64 <deeb2855a3fa343a85c826236f9d13ee> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x1b738c000 - 0x1b7419fff libTelephonyUtilDynamic.dylib arm64 <aaf74d9be2723c3e93286ed603a30b16> /usr/lib/libTelephonyUtilDynamic.dylib
    0x1b741a000 - 0x1b7480fff NanoRegistry arm64 <7dcfcaa173e731a1ae981c011fb3f258> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
    0x1b7557000 - 0x1b7572fff CoreMaterial arm64 <f022ceec9067332a94c7d26f6c9a8993> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
    0x1b75e3000 - 0x1b7761fff libsqlite3.dylib arm64 <48973e26cf4d3c798b1805ffd4cec19a> /usr/lib/libsqlite3.dylib
    0x1b7762000 - 0x1b781ffff AVFCapture arm64 <f9a64fd17bcb359c9d8c04636c3e25b6> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
    0x1b7820000 - 0x1b7b51fff CMCapture arm64 <bb2a8ee0380539f2b44aa0b5888184d5> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
    0x1b7cee000 - 0x1b7f5bfff MobileSpotlightIndex arm64 <bd16554818e0353b9401d024ad64a0a4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
    0x1b7f5c000 - 0x1b7ffdfff Email arm64 <b1717660bcc83276ae7b02e5de25fe81> /System/Library/PrivateFrameworks/Email.framework/Email
    0x1b823a000 - 0x1b82bcfff BulletinBoard arm64 <bffbce03d67a370d92a44f5c4f40ba4c> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
    0x1b82bd000 - 0x1b835dfff PeopleSuggester arm64 <71ef1a4506fa372faff2c028729afb41> /System/Library/PrivateFrameworks/PeopleSuggester.framework/PeopleSuggester
    0x1b835e000 - 0x1b8368fff libsystem_notify.dylib arm64 <be957110ed5633f0981d450c075b52a7> /usr/lib/system/libsystem_notify.dylib
    0x1b8369000 - 0x1b83a8fff CryptoTokenKit arm64 <5f1a55123ecc377ea573e5a014063e58> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
    0x1b840e000 - 0x1b8483fff libcorecrypto.dylib arm64 <8d3aa58348e434699d05366396aa95a3> /usr/lib/system/libcorecrypto.dylib
    0x1b8484000 - 0x1b84a5fff UserManagement arm64 <85fc9f17a1b13fbcb479c1a863c5ecf9> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
    0x1b8571000 - 0x1b8587fff libsystem_asl.dylib arm64 <4fa4b7b0ed3c39ccaa5cbbb7748a90d2> /usr/lib/system/libsystem_asl.dylib
    0x1b8588000 - 0x1b85abfff AppSSO arm64 <dfd70cbb0a0337729b46f9988c85c32d> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
    0x1b85ac000 - 0x1b85cbfff SharedWebCredentials arm64 <64232bb66c8e35598d50521841252323> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
    0x1b85cc000 - 0x1b8784fff SafariServices arm64 <217656311100354883d8ecbd4b924f8b> /System/Library/Frameworks/SafariServices.framework/SafariServices
    0x1b87d7000 - 0x1b880bfff DataAccessExpress arm64 <48ad5776c42d31ef9f714fd66a669851> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x1b880c000 - 0x1b8842fff CoreServicesStore arm64 <b32d9af5e19d375aa8e194d1237da372> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
    0x1b8843000 - 0x1b8873fff CoreAnalytics arm64 <2716b472b5b13e9fb3bc7ba71faba879> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
    0x1b8874000 - 0x1b887efff SymptomAnalytics arm64 <d9ffea29cc1734b8bdc9011672a790f2> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
    0x1b8a60000 - 0x1b8a6ffff NanoPreferencesSync arm64 <198bdc5c21893a738579473403eecc29> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
    0x1b925f000 - 0x1b9288fff IconServices arm64 <a6700be468723e318e64a1402de1e78b> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
    0x1b930b000 - 0x1b93b9fff QuickLook arm64 <92b752cc5b0337eba79433f8247b7ec2> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x1b9cb4000 - 0x1b9f46fff vImage arm64 <cc2c6300444933b0af0844869f3f7f16> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    0x1babf8000 - 0x1badb3fff IMCore arm64 <fc7b81ffb4a23fe1ad9b0d49249e0aed> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x1bae9c000 - 0x1baeb3fff IAP arm64 <a2b542d9e08c3cdbad3c11c985aef6a5> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x1baeb4000 - 0x1baf0afff ktrace arm64 <da18435b30903f69a3d70b82fe893783> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
    0x1bb1f0000 - 0x1bb1fdfff Celestial arm64 <1ca80120e7943af6a6cb0f3b9a436a56> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x1bb29b000 - 0x1bb2defff Pegasus arm64 <2e8b129e26583921a96d54878034eb6b> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
    0x1bb2df000 - 0x1bb440fff WebKitLegacy arm64 <89b2283b17e83b2f9c00128d2c7a4fdd> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
    0x1bb4b2000 - 0x1bb52bfff ClassKit arm64 <1a09a467708236fda85765f543df343e> /System/Library/Frameworks/ClassKit.framework/ClassKit
    0x1bb52c000 - 0x1bb56dfff StoreKit arm64 <14e382033afe3c8e872ce6500d4796ce> /System/Library/Frameworks/StoreKit.framework/StoreKit
    0x1bc43e000 - 0x1bc448fff IOMobileFramebuffer arm64 <66c15d24ec6e39dc8000ab8183c6e63d> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x1bc449000 - 0x1bc4b9fff ScreenTimeCore arm64 <ef2c8e7534a635d8a694782cda49a0cb> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
    0x1bc4ba000 - 0x1bc4c5fff CoreIDV arm64 <2d792b1c03c23c52a854896dec2d3a7a> /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
    0x1bc4c6000 - 0x1bc55dfff AccountsDaemon arm64 <dcb2eb75181c336591b2c9445343b712> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
    0x1bc55e000 - 0x1bc6cbfff CloudPhotoLibrary arm64 <b08136fa8fc63bad9ee66d79bde5c3cd> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
    0x1bc6cc000 - 0x1bc988fff MusicLibrary arm64 <4a1b949bd9703016bfd143bd1490c90c> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x1bc989000 - 0x1bc9ebfff CallKit arm64 <7c655e2b94df319790c9e9a7dfb26937> /System/Library/Frameworks/CallKit.framework/CallKit
    0x1bca88000 - 0x1bcaa6fff PrototypeTools arm64 <a7f228e58bfe326985f5f6c7067a4a0d> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
    0x1bcaa7000 - 0x1bcad1fff PersistentConnection arm64 <216a148934d03e6f9594abb4455caa52> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x1bcb9e000 - 0x1bcbddfff BiomeStreams arm64 <ca19afeac41c3e41b39ec97020650be2> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
    0x1bcbf6000 - 0x1bce88fff PencilKit arm64 <4032442c8ecc30a8908a6f1790ea7e63> /System/Library/Frameworks/PencilKit.framework/PencilKit
    0x1bcf2c000 - 0x1bcf40fff libswiftUniformTypeIdentifiers.dylib arm64 <b5e1f48b3b7f304f9b47da69ce19bce3> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
    0x1bcf41000 - 0x1bd0a0fff CoreSpeech arm64 <2bd223e153ac389b86fc888cfcffa078> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
    0x1bd0a1000 - 0x1bd1effff IMDPersistence arm64 <24d132bde662395b88d01b065b195fcf> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
    0x1bd441000 - 0x1bd4fafff SafariSharedUI arm64 <dc4170a445dd3db3a539b3ea07145587> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
    0x1bd516000 - 0x1bd52bfff AppSSOCore arm64 <c16adc9980bb3890a817b0fcf781f0a2> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
    0x1bd536000 - 0x1bd54bfff CoreFollowUp arm64 <6b6c4b2afab439f9b1a91f11a91567e1> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
    0x1bd54c000 - 0x1bd5befff Rapport arm64 <eb7c202324c13e8083bfd8ec7a2a5f33> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
    0x1bd613000 - 0x1bd68bfff SiriUICore arm64 <fb3a604f73a733c8b0536f8be7c387c2> /System/Library/PrivateFrameworks/SiriUICore.framework/SiriUICore
    0x1bd69b000 - 0x1bd6abfff Categories arm64 <1d2d2ba7e0013611b9dfe21e743380b8> /System/Library/PrivateFrameworks/Categories.framework/Categories
    0x1bd964000 - 0x1bd98afff LocationSupport arm64 <c01ff9971ca0368ab33a9027fce11233> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
    0x1bd98b000 - 0x1bd9bcfff iCalendar arm64 <7ea32b5c310738c6a0872b6c5b959bbb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x1bd9bd000 - 0x1bd9eafff CoreAccessories arm64 <34ca5be3621933919004b6957c049562> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
    0x1bd9eb000 - 0x1bdadcfff ConfigurationEngineModel arm64 <322de0360a26373481f849c70697df76> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
    0x1bdadd000 - 0x1bdb05fff CacheDelete arm64 <e85c5c50a5b83d969a6f69063cb878b4> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
    0x1bdb06000 - 0x1bdb7cfff CVNLP arm64 <fb1c77a95eef3c77a3083af604cc62d5> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
    0x1bdbb8000 - 0x1bdcd9fff GameCenterFoundation arm64 <2c1c69d5a15336999370f1d38afc683e> /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation
    0x1bdcda000 - 0x1bdcdcfff OSAServicesClient arm64 <06a358bd57393b61acd63c72800a8fd5> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
    0x1bdcdd000 - 0x1bdcdffff BiomeFoundation arm64 <df7c63d3261531338ff42cfd8ea09e90> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
    0x1bdce0000 - 0x1bdd37fff ProtectedCloudStorage arm64 <c76062a3597236c5b69b1492df8bd7c0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
    0x1bdd38000 - 0x1bdd6bfff C2 arm64 <6386b55016863fdcba981f5f7675355c> /System/Library/PrivateFrameworks/C2.framework/C2
    0x1bdd6c000 - 0x1bdfdafff DifferentialPrivacy arm64 <4e139675a997395ea02a577be4376826> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
    0x1be1e3000 - 0x1bea40fff EmbeddedAcousticRecognition arm64 <b941f148334e3b0792dfd54bc571a3d0> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
    0x1bea41000 - 0x1beaf9fff SiriInstrumentation arm64 <1ed6dc61364832a0b2a149f695db5285> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
    0x1beafa000 - 0x1beb3afff BiometricKit arm64 <dd6c33d4533b3c7cac1234b1664ddd1b> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
    0x1beb88000 - 0x1bec31fff CoreSymbolication arm64 <b240341937f234b1afe11ecbce066a99> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
    0x1bec32000 - 0x1bec6bfff Proximity arm64 <43a87b1000e837aca7b766fbc7c2ee88> /System/Library/PrivateFrameworks/Proximity.framework/Proximity
    0x1bec9e000 - 0x1bed2afff SpeakerRecognition arm64 <80ff912c023f33c0ab5ca4db59177426> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
    0x1bed6e000 - 0x1bed77fff HearingCore arm64 <a23979defafd38d6bbf4d25f7001f46f> /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore
    0x1bf374000 - 0x1bf375fff MessageSupport arm64 <ace7b1cbf64b30cf8a156c464d370064> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
    0x1bf376000 - 0x1bf387fff IOSurface arm64 <60a2dd247d2139089de17414328bb3d4> /System/Library/Frameworks/IOSurface.framework/IOSurface
    0x1bf388000 - 0x1bf3e9fff MobileWiFi arm64 <f376154b288f3ea99a53a48e7f4187c1> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x1bf774000 - 0x1bf78efff DoNotDisturb arm64 <c8e51fef1c903ec98d15811d6d3d29fd> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
    0x1bf7fc000 - 0x1bf8a1fff MMCS arm64 <9436bd35a5d339e6ad2670c721af181c> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
    0x1bf90f000 - 0x1bf948fff libGLImage.dylib arm64 <a24dc10c81173370be0197da7d8d9291> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x1bf949000 - 0x1bf950fff libsystem_symptoms.dylib arm64 <6288ab570efa332babb879c823ae1b9f> /usr/lib/system/libsystem_symptoms.dylib
    0x1bf99c000 - 0x1bff43fff CoreAudio arm64 <27b166b91ca831569bac5ce7139173b8> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x1bff44000 - 0x1bff59fff ContactsDonation arm64 <bef950d7a2a53173a8047d347177783a> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
    0x1bff5a000 - 0x1bff76fff IntentsCore arm64 <3175181e59893abaa7ed5120ede403b5> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
    0x1c0013000 - 0x1c0047fff ImageCaptureCore arm64 <3a257da76d8c3c6fa727ca0470dd1550> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
    0x1c00a4000 - 0x1c0107fff RenderBox arm64 <118557e1f23d31caad62c4259847acc4> /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
    0x1c01a0000 - 0x1c02dbfff Navigation arm64 <bebbf52f180d3ddd82a0a7b8e1cada09> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
    0x1c02dc000 - 0x1c02f6fff SafariFoundation arm64 <c3e094b0f63c3eaeab8399f6c69e93ff> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
    0x1c046d000 - 0x1c047ffff MaterialKit arm64 <1265d41729413af488290d1a5433bf9b> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
    0x1c05fc000 - 0x1c0604fff EmojiKit arm64 <7680cd1dc86b36d6afbbfad69514a6ed> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
    0x1c0605000 - 0x1c0615fff CoreAUC arm64 <426fc0a8efd936e5b6741fb2a6b738c7> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
    0x1c079b000 - 0x1c0cbefff AudioCodecs arm64 <57c16520d893390aa09fc4ae0d9fcd29> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
    0x1c0e5b000 - 0x1c0e70fff SettingsFoundation arm64 <1a36a47064d4349bb53d56fd0eed3050> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
    0x1c0ed3000 - 0x1c0f16fff SiriActivation arm64 <716c61299b0533b59f49164b76f23972> /System/Library/PrivateFrameworks/SiriActivation.framework/SiriActivation
    0x1c14b6000 - 0x1c14dffff AccountsUI arm64 <fab23dd4f4c63aea84900333d656e7a2> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
    0x1c1562000 - 0x1c179afff RawCamera arm64 <c4fae66b7ac333a2a6ec58465a08658b> /System/Library/CoreServices/RawCamera.bundle/RawCamera
    0x1c17ff000 - 0x1c1859fff ToneLibrary arm64 <b1d7f8ef28213deab00859a2ce71d0a9> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
    0x1c185a000 - 0x1c18bdfff TrialProto arm64 <2143e558a9c63e44a9bbce41715424c6> /System/Library/PrivateFrameworks/TrialProto.framework/TrialProto
    0x1c203e000 - 0x1c204bfff MediaSafetyNet arm64 <a148ebc40a683652a66b7a38d9fab1dd> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
    0x1c204c000 - 0x1c2085fff TimeSync arm64 <98d778b00ec93f38903a096d8b4a7abd> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
    0x1c2113000 - 0x1c2156fff ExposureNotification arm64 <4ed715da71133a27bc3259baf83ee816> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
    0x1c217c000 - 0x1c21c8fff CoreCDPInternal arm64 <5c7a3c51f93c315dbba18bb2f85f2e31> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
    0x1c27b3000 - 0x1c27bcfff CoreTime arm64 <e5c461e10b4f3d88b6c9fb991ac63a9b> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x1c2eec000 - 0x1c30dafff NeutrinoCore arm64 <478ec3aac8da37419a41722c9c505868> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
    0x1c30e9000 - 0x1c31e1fff TextRecognition arm64 <6720da77038238d39df694f4776f839c> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
    0x1c31e2000 - 0x1c31ebfff ContextKitExtraction arm64 <ccad309b4b233902aaf1e9b034dbfba3> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
    0x1c3264000 - 0x1c32b6fff AppleAccountUI arm64 <9fef561776c53dd0b23bf63cde39995b> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
    0x1c32b7000 - 0x1c32b9fff libswiftObjectiveC.dylib arm64 <30c66a55fe3a361ea547b12549fddac3> /usr/lib/swift/libswiftObjectiveC.dylib
    0x1c32ba000 - 0x1c34fcfff libmorphun.dylib arm64 <6b4921a9343a30ec9bbd52d0b3f9d928> /usr/lib/libmorphun.dylib
    0x1c3b24000 - 0x1c3b88fff EmailCore arm64 <e6d761b37b643db6a0a1131511fe36d0> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
    0x1c3f18000 - 0x1c4414fff AVConference arm64 <8b467047037b36c2b213b1fb7300e561> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
    0x1c4415000 - 0x1c4431fff KeychainCircle arm64 <8918cf0b2b2e33cc989043d136908c51> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
    0x1c4463000 - 0x1c44acfff MIME arm64 <aedd1fa9146832858ca1925a93e2ce12> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x1c4774000 - 0x1c4789fff MailServices arm64 <ed7623142bba3dba933c145d17e651f6> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x1c478a000 - 0x1c47bffff PhotosPlayer arm64 <92cc7901b42d313fb71bc8ea689c7afc> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
    0x1c4800000 - 0x1c487dfff CoreDAV arm64 <9a0588b998ad3bd5a1dfa0d8de2b2161> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
    0x1c4a44000 - 0x1c4a52fff MobileIcons arm64 <389923fc37783ec1aec3b5ccce6207f7> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x1c4e00000 - 0x1c4ed0fff ProofReader arm64 <76b18e1b01ed30a19e08dacc6da8aa11> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x1c60aa000 - 0x1c60b4fff MallocStackLogging arm64 <df9ceb3f35c338b0af6c35a056289f89> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
    0x1c60ce000 - 0x1c60f9fff AttributeGraph arm64 <a3a0828b16ea35108cc4ae5f25d34b53> /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
    0x1c611a000 - 0x1c62d1fff EmailDaemon arm64 <6aa17453fa6235519669d036ca5524da> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
    0x1c62d2000 - 0x1c631cfff MetadataUtilities arm64 <9b5b55f549ad33628c7487ef32406ea5> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
    0x1c6864000 - 0x1c6894fff MailSupport arm64 <a3c7a25744873e129c1cf293b4d37eea> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
    0x1c6a25000 - 0x1c6a80fff CoreLocationProtobuf arm64 <116b0f4caa1a3a688117eb526eba96f6> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
    0x1c6c8e000 - 0x1c6cc0fff Bom arm64 <4909ff814c7c3e6d925aebf212c25375> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x1c6cf3000 - 0x1c6cf9fff PushKit arm64 <a330c2f61eac33f29a61f5777ae54bb1> /System/Library/Frameworks/PushKit.framework/PushKit
    0x1c6cfa000 - 0x1c6d5ffff PhotosFormats arm64 <52571a810f7c33b58a5a2dc8f274bcc6> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
    0x1c6d60000 - 0x1c6dcefff VisualLocalization arm64 <8f67494624063fefb3af8547d21d434f> /System/Library/PrivateFrameworks/VisualLocalization.framework/VisualLocalization
    0x1c6ef5000 - 0x1c6f86fff Quagga arm64 <53e26afd562e3c0fbac711e97437d9ed> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
    0x1c6f87000 - 0x1c6f8efff StudyLog arm64 <fb41c8f55d8a33288d155e60f07db114> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
    0x1c7cf0000 - 0x1c7d43fff ManagedConfigurationUI arm64 <7d2da92d10443f2cbb25ebf2bf623d30> /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
    0x1c7e73000 - 0x1c7eb2fff NaturalLanguage arm64 <83078c1509323e15a8b35af8ae1a2c82> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
    0x1c7f57000 - 0x1c8486fff libAudioDSP.dylib arm64 <823011ad43633f589ca73b2529fdf98a> /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib
    0x1c8487000 - 0x1c8491fff AudioDataAnalysis arm64 <721c19f4ca3433519055a93f6947416a> /System/Library/PrivateFrameworks/AudioDataAnalysis.framework/AudioDataAnalysis
    0x1c8523000 - 0x1c8757fff ARKitCore arm64 <df0da6b4f1a43a979307e5933874317e> /System/Library/PrivateFrameworks/ARKitCore.framework/ARKitCore
    0x1c8923000 - 0x1c893ffff MediaStream arm64 <f66034806c79329692e46463f1a5012f> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
    0x1c8bd5000 - 0x1c8bf6fff ScreenTimeUI arm64 <accacf4b3c6833908d4d9ffeb25ea3e2> /System/Library/PrivateFrameworks/ScreenTimeUI.framework/ScreenTimeUI
    0x1c9380000 - 0x1c93d5fff JetUI arm64 <3fa83cc98adf380486ce2ce0f84310f7> /System/Library/PrivateFrameworks/JetUI.framework/JetUI
    0x1c93d6000 - 0x1c94edfff InternalSwiftProtobuf arm64 <a5a7886accbc391a9272666ecdc65ba4> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/InternalSwiftProtobuf
    0x1c961b000 - 0x1c9642fff MediaConversionService arm64 <b7f532da06ed3cffaaa2a161e979794d> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
    0x1c9790000 - 0x1c98c8fff CoreHandwriting arm64 <2259cc20290c3762b5128749e7ecbf74> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
    0x1ca044000 - 0x1ca04ffff AppleIDAuthSupport arm64 <f187440bf5223df29b617dab5b1a3c24> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
    0x1ca05e000 - 0x1ca073fff LocalAuthentication arm64 <5664fbc24d5437ada64ac618697cf357> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
    0x1ca074000 - 0x1ca07afff IOAccelerator arm64 <c24348268d1d341d8506b4ca79266a38> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x1ca43e000 - 0x1ca448fff CloudPhotoServices arm64 <db45d1c02c88396b89e431f95a96671f> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
    0x1ca48c000 - 0x1ca51dfff iTunesStore arm64 <5477445b8161327a85bcfb3653c8280e> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x1ca8da000 - 0x1ca90afff libsystem_kernel.dylib arm64 <710a9023dc6a3df8ba82e8a1ae55195f> /usr/lib/system/libsystem_kernel.dylib
    0x1cabe2000 - 0x1cace9fff ResponseKit arm64 <4fe196a9a45b32adad123bcfa771bc42> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
    0x1cacea000 - 0x1cad22fff EmojiFoundation arm64 <3c467b1e78153ee5b8c621fb79277f34> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
    0x1cb302000 - 0x1cb30efff FontServices arm64 <be55dbd89092375fb06a32bb1cbb5288> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
    0x1cb454000 - 0x1cb4a1fff ViceroyTrace arm64 <d6a2ae9961173629be1385d242912b0f> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
    0x1cb4a2000 - 0x1cb4adfff MediaAccessibility arm64 <ffbb749d913035de9156ff7c8a0511e0> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
    0x1cb4ec000 - 0x1cbaddfff SiriTTS arm64 <18cfee1d589133f789403f002051f29f> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
    0x1cbade000 - 0x1cbaecfff SetupAssistantSupport arm64 <f1bdfe1abb7f33368ff927566338fa1a> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
    0x1cbaf4000 - 0x1cbb4ffff Social arm64 <54e8cd4bfa483b54aad9d3969cf40836> /System/Library/Frameworks/Social.framework/Social
    0x1cbc28000 - 0x1cbc57fff VirtualGarage arm64 <500dd63a15c33200a4b72b31d5a1985e> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
    0x1cbc58000 - 0x1cbc7afff NetAppsUtilities arm64 <93795375a93034d1bd4d2e121a4328c5> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
    0x1cbc7b000 - 0x1cbcdcfff Osprey arm64 <a28a6b6fddb230fbbf0d83b11189d58d> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
    0x1cd0fd000 - 0x1cd109fff libdscsym.dylib arm64 <efb042ea38fe30dda6d8fa7789960c72> /usr/lib/libdscsym.dylib
    0x1cd10a000 - 0x1cd119fff HangTracer arm64 <915c0e1d5b1f3156a466b36e300a6cf1> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
    0x1cd24c000 - 0x1cd25ffff PersonalAudio arm64 <652f0f3a5d163ea38526fe511807b4b1> /System/Library/PrivateFrameworks/PersonalAudio.framework/PersonalAudio
    0x1cd2c8000 - 0x1cd37efff SampleAnalysis arm64 <76d5d9d2a9d3333d97c2e15d2f8c68e7> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
    0x1cd37f000 - 0x1cd3acfff PlugInKit arm64 <6adb2e51a5b33b8fb2be4100d5b1d431> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
    0x1cd457000 - 0x1cd458fff libSystem.B.dylib arm64 <b0055075cfc839f485010993eca13049> /usr/lib/libSystem.B.dylib
    0x1cd4cd000 - 0x1cd548fff AvatarKit arm64 <40a2d8cedd7533ee8b2532aa83006e59> /System/Library/PrivateFrameworks/AvatarKit.framework/AvatarKit
    0x1cd745000 - 0x1cd751fff MobileActivation arm64 <1ef4f427c7513cc9931b8a8a323b6d73> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
    0x1cd752000 - 0x1cd7a8fff CalendarDaemon arm64 <57d04725213636b690a440683ede46ad> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
    0x1cd895000 - 0x1cd903fff libarchive.2.dylib arm64 <341f96be552b33478b3b3e7fbbacb32a> /usr/lib/libarchive.2.dylib
    0x1cd904000 - 0x1cd927fff libtailspin.dylib arm64 <6b8c649fab0c3bc783b0e5d1ba4b4e4b> /usr/lib/libtailspin.dylib
    0x1cd928000 - 0x1cdd4cfff libBNNS.dylib arm64 <9e8fe9b58d96350b98647c4270816dfc> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
    0x1cdd4d000 - 0x1cdd8efff SharedUtils arm64 <c43b45d5b72b3efeafafb93db0a4ed19> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
    0x1cdd8f000 - 0x1cddaefff CoreCDP arm64 <27f0358fc69f3a04b82254e221723df6> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
    0x1ce02f000 - 0x1ce034fff libsysdiagnose.dylib arm64 <62d300c2c0da305680e3752215de5108> /usr/lib/libsysdiagnose.dylib
    0x1ce06f000 - 0x1ce16efff CoreMediaStream arm64 <2285b4482c3c31b5ae7ff821e998b471> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
    0x1ce333000 - 0x1ce36afff ARKit arm64 <5681f8d0adc23955801aef63578e22db> /System/Library/Frameworks/ARKit.framework/ARKit
    0x1ce36b000 - 0x1ce36bfff AVFoundation arm64 <fe32a908c7c83679929132c7dce997e0> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x1ce36c000 - 0x1ce36cfff Accelerate arm64 <52cc079a182938cbaf4741cec11c91ae> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x1ce36d000 - 0x1ce419fff libBLAS.dylib arm64 <ee7be3562be033ed8484db1e78cb3e9b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x1ce41a000 - 0x1ce72bfff libLAPACK.dylib arm64 <17a3af64d0243c2ca35900fd34268502> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
    0x1ce72c000 - 0x1ce740fff libLinearAlgebra.dylib arm64 <942db3a0e0ed31f99bcc8153772feca5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
    0x1ce741000 - 0x1ce745fff libQuadrature.dylib arm64 <0709dd44574d3cc188afd31bd8385a76> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
    0x1ce746000 - 0x1ce7a7fff libSparse.dylib arm64 <11e70947e61e36239522e6d9374dab1b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
    0x1ce7a8000 - 0x1ce7b9fff libSparseBLAS.dylib arm64 <3ee19a8add11393e8ade56207238530f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
    0x1ce7ba000 - 0x1ce80dfff libvMisc.dylib arm64 <d7d9eaf22e983f6da9b5dba73cc3fe24> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
    0x1ce80e000 - 0x1ce80efff vecLib arm64 <1f6e9d31059e3d95b81f6c3c9c454e4f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x1ce813000 - 0x1ce814fff AdSupport arm64 <19dec5aa66cb3efd96f9b54e1bab1ea5> /System/Library/Frameworks/AdSupport.framework/AdSupport
    0x1ce815000 - 0x1ce83bfff AddressBook arm64 <7418578ec8d23948aee0d1ab1d900be5> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x1ce845000 - 0x1ce848fff AppTrackingTransparency arm64 <3b168d94096635acbc63705f3cf28afd> /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency
    0x1ce849000 - 0x1ce858fff AssetsLibrary arm64 <f0c333e8a1b438c58bf8e40f1f28fb8e> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x1ce859000 - 0x1ce969fff libEmbeddedSystemAUs.dylib arm64 <65b74393e9753703b424957bc2240911> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib
    0x1ce96a000 - 0x1ce985fff AuthenticationServices arm64 <6012bf9f944d3a8d824eb9b8da3433d7> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
    0x1ce9af000 - 0x1ce9e6fff CarPlay arm64 <03c4f140e4cc3662ae079f5bff8c99fd> /System/Library/Frameworks/CarPlay.framework/CarPlay
    0x1cea67000 - 0x1cead4fff CoreMIDI arm64 <8064b540c222364390119e322b6a5508> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
    0x1cf003000 - 0x1cf019fff ExternalAccessory arm64 <9dbba0ddecbf31c494f1a065bbbefdfc> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
    0x1cf02c000 - 0x1cf051fff GLKit arm64 <05bfde160c5133b2a60725f9b1eff6eb> /System/Library/Frameworks/GLKit.framework/GLKit
    0x1cf052000 - 0x1cf07ffff GSS arm64 <40f7fbf5a04032528105a12f852d4165> /System/Library/Frameworks/GSS.framework/GSS
    0x1cf080000 - 0x1cf132fff GameController arm64 <84979339847a3c2ea8985770253e8faf> /System/Library/Frameworks/GameController.framework/GameController
    0x1cf133000 - 0x1cf133fff GameKit arm64 <ecb7d3a3569b3c1a80adc0328e68582d> /System/Library/Frameworks/GameKit.framework/GameKit
    0x1cf134000 - 0x1cf199fff GameplayKit arm64 <c2e8014e08a83cd2834ba799949d4b94> /System/Library/Frameworks/GameplayKit.framework/GameplayKit
    0x1cf1b7000 - 0x1cf1cdfff IntentsUI arm64 <0095f90b82913079a3c7a74616baba25> /System/Library/Frameworks/IntentsUI.framework/IntentsUI
    0x1cf1ea000 - 0x1cf366fff MLCompute arm64 <73899936c93d3758b2f91f0afd82e674> /System/Library/Frameworks/MLCompute.framework/MLCompute
    0x1cf36d000 - 0x1cf389fff Messages arm64 <ced056230b1f34c4a59d15d9083c03bd> /System/Library/Frameworks/Messages.framework/Messages
    0x1cf38a000 - 0x1cf3a1fff MetalKit arm64 <1fc2ed082cfe3506a3abbb141add5ba9> /System/Library/Frameworks/MetalKit.framework/MetalKit
    0x1cf3a2000 - 0x1cf427fff MPSImage arm64 <9ba4f8dee06a39e788a7c9152388cf27> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
    0x1cf428000 - 0x1cf44efff MPSMatrix arm64 <385108181ac3375ca4f465abc4bd48a0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
    0x1cf44f000 - 0x1cf488fff MPSNDArray arm64 <d578e5e7296c32e9b1bb0f386e9437b3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
    0x1cf489000 - 0x1cf4d0fff MPSRayIntersector arm64 <08f0d53fe8913a9e8ad871b9466777ce> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
    0x1cf4d1000 - 0x1cf4d1fff MetalPerformanceShaders arm64 <063099160a5234ab96ec9b771f0296da> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
    0x1cf852000 - 0x1cf852fff MobileCoreServices arm64 <f24e1863520c3f948da51d31673617da> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x1cf853000 - 0x1d02bcfff ModelIO arm64 <54ddab8fa2df3358a94521a280612434> /System/Library/Frameworks/ModelIO.framework/ModelIO
    0x1d0338000 - 0x1d0367fff OpenAL arm64 <996b51d634b83eb99edc4a5857aa3af1> /System/Library/Frameworks/OpenAL.framework/OpenAL
    0x1d0431000 - 0x1d0439fff OpenGLES arm64 <72216545cbfe3f128f8d674a2ae620fa> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x1d043a000 - 0x1d043bfff libCVMSPluginSupport.dylib arm64 <fc398d5ef27636f1bdff69e35605e92e> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x1d043c000 - 0x1d0442fff libCoreFSCache.dylib arm64 <26459fe045433c9c930ef09cf1956a2a> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x1d0443000 - 0x1d0448fff libCoreVMClient.dylib arm64 <f782d0f4937a3bfba053910a74f917e6> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x1d0449000 - 0x1d0451fff libGFXShared.dylib arm64 <11b1c9ebb96f37c48c60a44f7c8a310b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x1d05fb000 - 0x1d06bafff PDFKit arm64 <52c067f1e3683fb7b5b7c3f328e64ded> /System/Library/Frameworks/PDFKit.framework/PDFKit
    0x1d06c8000 - 0x1d0700fff QuickLookThumbnailing arm64 <e0c24fdf66463f778d39589b350009d9> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
    0x1d0932000 - 0x1d095efff ReplayKit arm64 <9da710a9b2623a0e9fb9a3ba7ef60664> /System/Library/Frameworks/ReplayKit.framework/ReplayKit
    0x1d095f000 - 0x1d0d66fff SceneKit arm64 <66957c877ee23819a21f485829f25e07> /System/Library/Frameworks/SceneKit.framework/SceneKit
    0x1d0d6e000 - 0x1d0eabfff SoundAnalysis arm64 <428053bd8ca6330396e017a39ac0855c> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
    0x1d0eac000 - 0x1d0ebcfff Speech arm64 <abcfd932c3d63852b0d142945da84aac> /System/Library/Frameworks/Speech.framework/Speech
    0x1d0ebd000 - 0x1d0fd5fff SpriteKit arm64 <b4eff126def33de79ee4bc02f049c8ed> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
    0x1d0fd8000 - 0x1d0fd8fff UIKit arm64 <298d96a8b7d0356b8f73178672c923ea> /System/Library/Frameworks/UIKit.framework/UIKit
    0x1d0fe1000 - 0x1d10a4fff VideoSubscriberAccount arm64 <8ba9dacb0aeb3ed082bdc576d8cb23d9> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
    0x1d10a5000 - 0x1d1c8efff libfaceCore.dylib arm64 <ec632e17f1b33bc1bda3323f2f6ffa73> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
    0x1d1ca9000 - 0x1d1ca9fff VisionKit arm64 <70ea06df63eb37a2a9884eb04d3f9c94> /System/Library/Frameworks/VisionKit.framework/VisionKit
    0x1d21b3000 - 0x1d21b6fff AFKUser arm64 <6edfa9a8b4f833d7af49c1cc8360f555> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
    0x1d2276000 - 0x1d24f4fff ANECompiler arm64 <a530693d1cef3bc78ce742991a6b702b> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
    0x1d24f5000 - 0x1d2509fff ANEServices arm64 <d1233c7359643952b3f25d2acca68519> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
    0x1d250e000 - 0x1d25cbfff APFS arm64 <e4c37ac3e2c3346f9e45b39df906653b> /System/Library/PrivateFrameworks/APFS.framework/APFS
    0x1d25cc000 - 0x1d25d2fff ASEProcessing arm64 <74e220bfad063375bfe084caa49f0dac> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
    0x1d261a000 - 0x1d268dfff ICE arm64 <763327abdb9f3b80983e87dce960fd0c> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
    0x1d268e000 - 0x1d268efff LegacyHandle arm64 <bd7f12aaf30538c19e453e8e81bed56f> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
    0x1d268f000 - 0x1d2695fff SimpleKeyExchange arm64 <b24a18eba1993e359a034360c7efd956> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
    0x1d2696000 - 0x1d2696fff snatmap arm64 <a025419b0186398293fa39ce4a8fc903> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
    0x1d2da7000 - 0x1d2dacfff AggregateDictionary arm64 <9fbd1b917b3f3b6a8997ad71fc5ba3c9> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x1d2f3a000 - 0x1d3012fff AirPlaySync arm64 <c1503ce5ca313374803754af3828014d> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
    0x1d3116000 - 0x1d3131fff AlgosScoreFramework arm64 <2001e177f941343a93664179c55ebfb8> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
    0x1d324e000 - 0x1d33cafff AppC3D arm64 <9ee3b7462abb3df282b4f2d38e02f43d> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
    0x1d33cb000 - 0x1d33ecfff AppConduit arm64 <5a6b2eb886d2317690b9929d73be99a0> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
    0x1d345b000 - 0x1d34dcfff AppStoreComponents arm64 <703049ebd9f63c59a756cf7309aac187> /System/Library/PrivateFrameworks/AppStoreComponents.framework/AppStoreComponents
    0x1d34e3000 - 0x1d34edfff AppStoreOverlays arm64 <c02765cf46e03a888cd028341ab48150> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
    0x1d3523000 - 0x1d437dfff AppleCV3D arm64 <3c6b65e03f473880b1f96635259fca2e> /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
    0x1d437e000 - 0x1d43a6fff AppleCV3DMOVKit arm64 <d89d7bde29b33beca88a52ac9fc3a3b9> /System/Library/PrivateFrameworks/AppleCV3DMOVKit.framework/AppleCV3DMOVKit
    0x1d43a7000 - 0x1d43affff AppleCV3DModels arm64 <dbb1a1378d703533996c7f94591ae1b1> /System/Library/PrivateFrameworks/AppleCV3DModels.framework/AppleCV3DModels
    0x1d43b0000 - 0x1d454afff AppleCVA arm64 <8792229dca973a418a37d9cf31576209> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
    0x1d454b000 - 0x1d4599fff AppleDepth arm64 <293559dbc98531b19e0796bccfdcdf2d> /System/Library/PrivateFrameworks/AppleDepth.framework/AppleDepth
    0x1d459a000 - 0x1d45a9fff AppleFSCompression arm64 <92f731d4fe3f34c3b9369a36617c3852> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
    0x1d45b7000 - 0x1d45c4fff AppleIDSSOAuthentication arm64 <5ba76fa921e7369bb5dd36a140193e1d> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
    0x1d45c5000 - 0x1d4609fff AppleJPEG arm64 <222b37fea06c3580a764cd76d65a9f20> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
    0x1d4699000 - 0x1d46abfff AppleNeuralEngine arm64 <caae9d4bcf323b2a8884f6d0e8a20eaa> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
    0x1d46b5000 - 0x1d46d8fff AppleSauce arm64 <35d4cdc62a263c73b743d5116901364c> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
    0x1d4708000 - 0x1d4724fff AssetCacheServices arm64 <4c3c707d61663ad1b73b3f0849aee382> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
    0x1d4880000 - 0x1d48d9fff AuthKitUI arm64 <5d8d919393953f8c9d2234c60223c15f> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
    0x1d48da000 - 0x1d492cfff AutoLoop arm64 <d65cf261af45387580b8c2ab5f3526b5> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
    0x1d4964000 - 0x1d497cfff BiomePubSub arm64 <f5c80baf11513abaa543fafdd3453fd0> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
    0x1d4c1e000 - 0x1d4c2dfff BluetoothManager arm64 <ea68c4f8eafa31c1901d42c8abe36a3b> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x1d4cd6000 - 0x1d4cfcfff BridgePreferences arm64 <9c90a96d9fdb3c22a7b2e71f26d4e965> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
    0x1d4eb6000 - 0x1d4ec0fff CMCaptureCore arm64 <c06f5b71ee623b23b8fe9dd61c9248fa> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
    0x1d4ec1000 - 0x1d4ed6fff CPAnalytics arm64 <4a2533d624ce37f082e0c93b37c13954> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
    0x1d4ed9000 - 0x1d4ee8fff CPMS arm64 <e566508dd8e93b50bd73cd01669f2419> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
    0x1d4ee9000 - 0x1d4ef7fff CTCarrierSpace arm64 <5b71bd5c6be8317aa8570b948c82a05d> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
    0x1d5061000 - 0x1d5089fff CameraEditKit arm64 <7d4df0dfed6e32adba6764665e04fe9f> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
    0x1d51e3000 - 0x1d51e7fff CameraKit arm64 <6667208bd43c3f5e9b67daf0ab47aeb3> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
    0x1d51e8000 - 0x1d51f3fff CaptiveNetwork arm64 <60c52d9429ba31f29eb25e7c7e49471d> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x1d52ca000 - 0x1d52d6fff CarPlayUIServices arm64 <f5337ed0b8c530dba30c84275201b3e0> /System/Library/PrivateFrameworks/CarPlayUIServices.framework/CarPlayUIServices
    0x1d5306000 - 0x1d5352fff Catalyst arm64 <0f7e2505011f39b8a977bcefe7e56a08> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
    0x1d5375000 - 0x1d5395fff CellularPlanManager arm64 <d401cb5aa2793df796f8bd897eab8609> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
    0x1d5396000 - 0x1d53abfff CertInfo arm64 <d803b2c3bd3a34cab17125d8dcb8ddf5> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
    0x1d53ac000 - 0x1d53b4fff CertUI arm64 <cc04c2bb288e34e28dace0ec3b6db058> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x1d53bd000 - 0x1d540bfff ChunkingLibrary arm64 <cbb128ba0cb9343a826ccf576bb987d5> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x1d580f000 - 0x1d5816fff CommonAuth arm64 <6ff9c72c68b33c1dbebdb3bc01683209> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
    0x1d5817000 - 0x1d581bfff CommunicationsFilter arm64 <722faaf645ae304c9ce838ac9966609d> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
    0x1d58e7000 - 0x1d58eafff ConstantClasses arm64 <9c47d25fcf5d36438917c8d039f93ac0> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
    0x1d58f4000 - 0x1d592efff ContactsAutocomplete arm64 <d05bb587b3173358866a5e2dfc8c7a70> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
    0x1d5934000 - 0x1d59a3fff ContactsUICore arm64 <b20a5f359491386485de93264cb34de4> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
    0x1d59dd000 - 0x1d5a34fff CoreAppleCVA arm64 <da879bdf35b63d1c8fd6ec627f08a18f> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
    0x1d5a35000 - 0x1d5b2dfff CoreBrightness arm64 <1765dfec737433228bf78f936d9dea42> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
    0x1d5b2e000 - 0x1d5b52fff CoreCDPUI arm64 <c3ab6a65a6e93c0988ab7dfe80da71c0> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
    0x1d5b95000 - 0x1d5ba2fff CoreDuetDaemonProtocol arm64 <db7ba2473c90337ca75333dc7b5824be> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
    0x1d5ba5000 - 0x1d5ba7fff CoreDuetDebugLogging arm64 <39502d65e9ba34c096767356ffeafcdb> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
    0x1d5bb6000 - 0x1d5bc8fff CoreEmoji arm64 <622ce8c9e80d3f79a4b55d02189aad1f> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
    0x1d61c3000 - 0x1d61c7fff CoreOptimization arm64 <199f00437c293cd9b8a7421fce341056> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
    0x1d61c8000 - 0x1d6280fff CorePDF arm64 <9dd6e763322d33f0997e7b90f05d2111> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
    0x1d6281000 - 0x1d6289fff CorePhoneNumbers arm64 <22d79ac341b638c8bba8480de720903d> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
    0x1d628a000 - 0x1d62defff CorePrediction arm64 <79e5282a2b7a3106a33486651b07810b> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
    0x1d62df000 - 0x1d6bcafff CoreRE arm64 <0fa1f421885233388a1b63d919f39477> /System/Library/PrivateFrameworks/CoreRE.framework/CoreRE
    0x1d6bcb000 - 0x1d6bd5fff CoreRecents arm64 <be4da5e8145f3053b3f11987cd7e2eaf> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
    0x1d6bd6000 - 0x1d6c3bfff CoreRecognition arm64 <417bf7c8489c3d1f9ddd149c96238fd6> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
    0x1d6c3c000 - 0x1d6c51fff CoreSDB arm64 <6420f029d9ad301b902f50e24101e7dd> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
    0x1d6c52000 - 0x1d6c7afff CoreSVG arm64 <545bf642d8db31d4b351f41b2d7f13c4> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
    0x1d6e76000 - 0x1d6e7afff DAAPKit arm64 <59abb3a897a936cab439184f813ffaac> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
    0x1d6e9b000 - 0x1d6ea8fff DCIMServices arm64 <3c5f10d0fc763e3fa55eb261bf8954c6> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
    0x1d6ebf000 - 0x1d6efafff DataDetectorsNaturalLanguage arm64 <d9cdb09f9d153183ba7992b368b4adba> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
    0x1d6f5c000 - 0x1d6f91fff DeviceIdentity arm64 <91eb83e195ab3c21a6f1e9bc13a0a50a> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
    0x1d6fd5000 - 0x1d6fedfff DigitalAccess arm64 <fa5a8f832a753ac6ad6711bb634d01b0> /System/Library/PrivateFrameworks/DigitalAccess.framework/DigitalAccess
    0x1d70b6000 - 0x1d70ebfff DistributedEvaluation arm64 <9ec34d9d40923de4a0916021ad32e2e4> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
    0x1d713d000 - 0x1d71fffff DocumentCamera arm64 <d749de030a7236549068dbabdba6ce8f> /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera
    0x1d7200000 - 0x1d7238fff DocumentManager arm64 <b590c3d0865f3e2383c06a23ec02949d> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
    0x1d7239000 - 0x1d7256fff DocumentManagerCore arm64 <3e0314fbbbf6395b97b932f0fb9d0d46> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
    0x1d72d4000 - 0x1d72d6fff DragUI arm64 <bee79d188bf43178805c5f81f8b26db0> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
    0x1d7305000 - 0x1d7335fff EAP8021X arm64 <05ed599be0763419a462a51746077539> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x1d734b000 - 0x1d7355fff EmailAddressing arm64 <7f66dc0aa6cd3b05bd019a3a02eb651f> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
    0x1d7362000 - 0x1d7376fff Engram arm64 <1a992133aa3c3b559a76ff953e5b5fde> /System/Library/PrivateFrameworks/Engram.framework/Engram
    0x1d74a8000 - 0x1d74aefff ExtensionFoundation arm64 <542132ed16223f419b2139c5eaa9fbc7> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
    0x1d7622000 - 0x1d762efff FSEvents arm64 <1bf958e3dcd2338e808b36b5315c16bf> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
    0x1d762f000 - 0x1d764efff FTAWD arm64 <74f7a35d44e3372bab3cf69d4a7d2ffd> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
    0x1d764f000 - 0x1d7652fff FTClientServices arm64 <c11da5a87c323e36933c3ee6f47fe06b> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
    0x1d7653000 - 0x1d7a65fff FaceCore arm64 <6b879eb0cb8a3bbe9ae6eb7acbbdeafd> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
    0x1d7a6b000 - 0x1d7a6bfff FeatureFlags arm64 <c2ca9b26bdac32638d73570346d15e41> /System/Library/PrivateFrameworks/FeatureFlags.framework/FeatureFlags
    0x1d7a6c000 - 0x1d7a71fff FeatureFlagsSupport arm64 <ef1dcc30f9fc3be4942f8375abee0409> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
    0x1d7a72000 - 0x1d7a7cfff FeedbackLogger arm64 <d768355c74be3569b771af48160ceda7> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
    0x1d7bfd000 - 0x1d7d38fff libFontParser.dylib arm64 <d8eb08d6f51032b5bd265a90ae05c729> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x1d7d39000 - 0x1d7d41fff libGSFont.dylib arm64 <c4733ae6ac0430e0a737037097830df8> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
    0x1d7d42000 - 0x1d7d7ffff libGSFontCache.dylib arm64 <4f5453e376ef3726bd1c784cfacefcc1> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
    0x1d7de2000 - 0x1d7deffff libhvf.dylib arm64 <92751983c1553c8b9a01211cec96b9a7> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x1d7e15000 - 0x1d7e2bfff Futhark arm64 <cacfdd3361583576a4626b73ee456912> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
    0x1d896e000 - 0x1d896efff libmetal_timestamp.dylib arm64 <fb61108ae2cb3b2a9334f7954eedb291> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
    0x1d897d000 - 0x1d89a9fff GameCenterUICore arm64 <46bd28970c8c379a8d4b65b2130a5574> /System/Library/PrivateFrameworks/GameCenterUICore.framework/GameCenterUICore
    0x1d89aa000 - 0x1d8a49fff GameKitServices arm64 <9e9e9ea0821d37bd8a000c89b7821a5a> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
    0x1d8a4a000 - 0x1d8a67fff GenerationalStorage arm64 <c89697fadc04318a8a33db2fcb0893d0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x1d8a68000 - 0x1d8a75fff GraphVisualizer arm64 <bdb7d48d6219351cb837c7ef5a6ba653> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
    0x1d8aa2000 - 0x1d8aadfff HID arm64 <78168e6413c0379fa7b76e188a268b6b> /System/Library/PrivateFrameworks/HID.framework/HID
    0x1d8ac6000 - 0x1d8ac9fff HSAAuthentication arm64 <f2723f2f3fd732a68d6e3eb0f06ef581> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
    0x1d8d2d000 - 0x1d8d9dfff Heimdal arm64 <a6b2c1d2bd4b3a04aec1e4ab488b1be4> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
    0x1d9160000 - 0x1d91d3fff HomeSharing arm64 <d99d340adb3731e9b80bfb7462c2011a> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x1d922d000 - 0x1d9232fff IDSKVStore arm64 <543d6baa6af23744ab94934a93b9fa1c> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
    0x1d9492000 - 0x1d94a9fff IMSharedUI arm64 <638f6fa19a3f301aa1965c425e53ea43> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
    0x1d94d8000 - 0x1d94e5fff IMTranscoding arm64 <fb34719e68243d14ac832fad5cb86ba6> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
    0x1d9517000 - 0x1d9532fff IOGPU arm64 <4637c417bcdf3acaa68ecf264834780d> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
    0x1d9534000 - 0x1d953dfff IOKitten arm64 <97d4702767c13e4d833a879ca0985f41> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
    0x1d953e000 - 0x1d9540fff IOSurfaceAccelerator arm64 <01c4d4e54e623d4dabe5fabf5c91ee4b> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
    0x1d9567000 - 0x1d956efff IdleTimerServices arm64 <3b55554b0f173cc0aca0f831a1373407> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
    0x1d9576000 - 0x1d957bfff IncomingCallFilter arm64 <39539d3b54b131ff875b065dea62db67> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
    0x1d957c000 - 0x1d95fafff InertiaCam arm64 <91f812dd86bb3f519471a1d180c3a05d> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
    0x1d963d000 - 0x1d9649fff IntentsFoundation arm64 <923273aa9b923010a15a6f0db89f3dad> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
    0x1d9661000 - 0x1d9664fff InternationalTextSearch arm64 <824557dcfe1933b7bee366d803f7eff7> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
    0x1d9665000 - 0x1d967ffff IntlPreferences arm64 <7e5de8fc6da23cffa3ad14d0c384fe43> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
    0x1d96c6000 - 0x1d96e0fff Jet arm64 <fad05a74e4ea3f9bb012a668dac53243> /System/Library/PrivateFrameworks/Jet.framework/Jet
    0x1d98b9000 - 0x1d98c8fff LegacyGameKit arm64 <f2a3bdca81c13bfe9a906d05669b2941> /System/Library/PrivateFrameworks/LegacyGameKit.framework/LegacyGameKit
    0x1d98cd000 - 0x1d98d3fff LinguisticData arm64 <c72ffd2e6afa3087909ee8634ae50fc3> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
    0x1d991f000 - 0x1d9956fff LocalAuthenticationPrivateUI arm64 <9d2a35359b893b229c0cfce4f8b99381> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
    0x1d9a4d000 - 0x1d9a89fff MOVStreamIO arm64 <e72b0f38889430fe85d6212dde8ae21f> /System/Library/PrivateFrameworks/MOVStreamIO.framework/MOVStreamIO
    0x1d9b15000 - 0x1d9b15fff Marco arm64 <af1ac9a60bb530a1b6e39cef4d4d025f> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x1d9dfd000 - 0x1da117fff MediaLibraryCore arm64 <270d411e74b938b090bd2c3ee6d6d8bd> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
    0x1da118000 - 0x1da16afff MediaPlatform arm64 <25a6c53f9cc13f1599aff1cedb8a6f35> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
    0x1da536000 - 0x1da600fff MetalTools arm64 <257f1332b6e03c8a84d44f8bcb3d26b9> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
    0x1da622000 - 0x1da679fff MetricsKit arm64 <efcd5cd55f363dfa81a3a05f62b4b3b3> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
    0x1da689000 - 0x1da6c0fff MobileBluetooth arm64 <e4915f0cd4b83c249b31c75fa28ba941> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x1da740000 - 0x1da746fff MobileSystemServices arm64 <621b5f73eb4337db80809c57d3ce443a> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
    0x1daa7f000 - 0x1daa8dfff NanoSystemSettings arm64 <aa72c6900cba37ababa5d96ef0b69368> /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
    0x1daac7000 - 0x1daacdfff Netrb arm64 <c7836a99de09361a8f6241b0c0b561ad> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
    0x1dab9b000 - 0x1dabb8fff NeutrinoKit arm64 <6cdf997b6b803066baae23eb82cff079> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
    0x1dabf3000 - 0x1dabf5fff OAuth arm64 <5f54a8e220d63786af1a8138c4b4b843> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x1dac13000 - 0x1dac51fff OTSVG arm64 <8f6e10fce8373af0bd29a07cd2167d2e> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
    0x1db1a9000 - 0x1db1f9fff PBBridgeSupport arm64 <54130df657793489814fdc5ac79b984b> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
    0x1db241000 - 0x1db243fff ParsecSubscriptionServiceSupport arm64 <6b561f6c5fb933579c147da0ea972422> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
    0x1db248000 - 0x1db26efff Pasteboard arm64 <8e97c13f63863680ab9f8a69fb5b40da> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
    0x1db29a000 - 0x1db2a4fff PersonaKit arm64 <ce8613a5b2e83433b1b4543e927aac9d> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
    0x1db2a5000 - 0x1db2b0fff PersonaUI arm64 <cf0f90bab9653fd5a1d4945102bf9838> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
    0x1db2e9000 - 0x1db2e9fff PhoneNumbers arm64 <56e4346a5c81338ba38d340253ae812d> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
    0x1db2f2000 - 0x1db403fff PhotoImaging arm64 <951bd710f2a133d4b595ab85f08f31e4> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
    0x1db404000 - 0x1db45cfff PhotoLibrary arm64 <b7f20550d009350bae5a266e6fc7d500> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
    0x1db4a3000 - 0x1db4dffff PhotosImagingFoundation arm64 <51a3c77fb57f3669a21b632d046e74f6> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
    0x1db4e0000 - 0x1db529fff PhysicsKit arm64 <efbe7c6810a839608047896d8a44c122> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
    0x1db5cc000 - 0x1db5dafff PointerUIServices arm64 <241cf5030830342285a62c074fe8632b> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
    0x1dc9a8000 - 0x1dc9b4fff PrototypeToolsUI arm64 <4eabd5e055653834a4625d3c7664858a> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
    0x1dca16000 - 0x1dca2afff QuickLookSupport arm64 <3cfc2d364bb23a14a4e3073d4f76067b> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
    0x1dca2f000 - 0x1dca39fff RTCReporting arm64 <74617f2b5f0b37f5818a1e1881c43dfd> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
    0x1dcd52000 - 0x1dcd61fff RemoteTextInput arm64 <5570d4680dda3151a51cb9993c612124> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
    0x1dcd62000 - 0x1dcdc5fff RemoteUI arm64 <0e83410688dc3f5995b8f956e52a7350> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
    0x1dcdfb000 - 0x1dcdfffff RevealCore arm64 <03e42a9a5bae385c8c4ffc376030cbfc> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
    0x1dce15000 - 0x1dd188fff SDAPI arm64 <9742fff23e84339f86433a15c79d4c65> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
    0x1dd189000 - 0x1dd1affff SEService arm64 <e17517e2ac1a39d294826cfa95ce3bc5> /System/Library/PrivateFrameworks/SEService.framework/SEService
    0x1dd27e000 - 0x1dd285fff SceneIntelligence arm64 <6f600bc889513dd2a752316045a3e473> /System/Library/PrivateFrameworks/SceneIntelligence.framework/SceneIntelligence
    0x1dd432000 - 0x1dd44ffff ScreenshotServices arm64 <da9b465b46583904b0daecff01a50845> /System/Library/PrivateFrameworks/ScreenshotServices.framework/ScreenshotServices
    0x1de625000 - 0x1de62efff SignpostCollection arm64 <3305fbf42c31349897e66a98131d00d0> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
    0x1de62f000 - 0x1de62ffff SignpostMetrics arm64 <96443f7987ca39e182bcfdbd1720dd22> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
    0x1de631000 - 0x1de66cfff SignpostSupport arm64 <ccdb2378be8c3b8992f14a2252a71776> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
    0x1deb66000 - 0x1deb7efff SiriObservation arm64 <c53edde77bcc36758ca5170e40ac5238> /System/Library/PrivateFrameworks/SiriObservation.framework/SiriObservation
    0x1df14a000 - 0x1df14afff SoftLinking arm64 <130c9ddeba8739ea93e985084a8e201a> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
    0x1df4ca000 - 0x1df4e3fff StorageSettings arm64 <d7c75e829e4f30029b7bee4e0a292257> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
    0x1df51a000 - 0x1df557fff StreamingZip arm64 <115b6eed8cc534c29e7bbbe3212e2a1e> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
    0x1df55f000 - 0x1df568fff SymptomDiagnosticReporter arm64 <a39e90f34dac3f808b443424cd71eb7f> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
    0x1df597000 - 0x1df5b1fff SymptomPresentationFeed arm64 <1ba3727c22c83eab838fd91fb11d4645> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
    0x1df5ea000 - 0x1df5f9fff TCC arm64 <0efccb2e446b33229505717acde1cb82> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x1dfe7d000 - 0x1dff2efff TextureIO arm64 <2dc0cb47270334c7b12a9ac2938c27a0> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
    0x1dff5a000 - 0x1dff6cfff TipKit arm64 <2853b45629e734c7b41ef28f83a4f667> /System/Library/PrivateFrameworks/TipKit.framework/TipKit
    0x1dff6d000 - 0x1dff7bfff TipsUI arm64 <a9c315fcff163ebca1225695591a20f6> /System/Library/PrivateFrameworks/TipsUI.framework/TipsUI
    0x1e014f000 - 0x1e0156fff URLFormatting arm64 <8f2108d8e3923ea89e87c475d191a5cf> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
    0x1e0157000 - 0x1e0738fff USDKit arm64 <cb9fff4ef3133dad9e310ed1aae5767d> /System/Library/PrivateFrameworks/USDKit.framework/USDKit
    0x1e073a000 - 0x1e0762fff UsageTracking arm64 <3ac56b5c8fb03a778ed75b45bc0bc4f2> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
    0x1e1201000 - 0x1e12c4fff VoiceTrigger arm64 <f024dccaf0ea347fafb4da5de4c7c68b> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
    0x1e138d000 - 0x1e138efff WatchdogClient arm64 <31c54c5f3e7d39dba593695d81e157d0> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
    0x1e16d6000 - 0x1e1dfbfff libwebrtc.dylib arm64 <14ca516bac68316e904f7fbef9de849b> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
    0x1e1e7b000 - 0x1e1e8ffff WebUI arm64 <0965bc7098ef3411aa93169b77646050> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
    0x1e200c000 - 0x1e201bfff WirelessCoexManager arm64 <be26591d7d913ef28f0f7f3969f6ddf3> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
    0x1e237b000 - 0x1e237efff XCTTargetBootstrap arm64 <6ee8874f094437c7a3d44843f6b47276> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
    0x1e2409000 - 0x1e2428fff caulk arm64 <48b7cb9e59683988b3223bccb70939b2> /System/Library/PrivateFrameworks/caulk.framework/caulk
    0x1e48ae000 - 0x1e48b3fff kperf arm64 <194c5e0666113131bd9b15eb80cd977d> /System/Library/PrivateFrameworks/kperf.framework/kperf
    0x1e48b4000 - 0x1e48bcfff kperfdata arm64 <adea043c686a31fcae11e2eb7b62c19e> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
    0x1e48bd000 - 0x1e48d3fff libEDR arm64 <9a6a615c71c13b5589969f2fa7f8ccd5> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
    0x1e48ec000 - 0x1e48fcfff perfdata arm64 <a1b346bb8d0e33f29089dd3a71e86429> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
    0x1e48fd000 - 0x1e492dfff vCard arm64 <85506ed7a83e3296af4a81b8d53502b4> /System/Library/PrivateFrameworks/vCard.framework/vCard
    0x1e514f000 - 0x1e518bfff libAWDSupport.dylib arm64 <5625208dc20b3f578c741a15c4ffa50f> /usr/lib/libAWDSupport.dylib
    0x1e518c000 - 0x1e5520fff libAWDSupportFramework.dylib arm64 <41d62a1c13803133bad92208a50260d0> /usr/lib/libAWDSupportFramework.dylib
    0x1e56ab000 - 0x1e56bafff libAudioStatistics.dylib arm64 <286fbd3a40933571a04cd2e5fd559182> /usr/lib/libAudioStatistics.dylib
    0x1e5859000 - 0x1e588bfff libCRFSuite.dylib arm64 <e239585ee02d3a38941cbe3198e28aa6> /usr/lib/libCRFSuite.dylib
    0x1e588c000 - 0x1e588dfff libCTGreenTeaLogger.dylib arm64 <fda216cf81873d7db4bf18c8dbe7a71e> /usr/lib/libCTGreenTeaLogger.dylib
    0x1e588e000 - 0x1e5898fff libChineseTokenizer.dylib arm64 <7097febb92073bb89a973a1dcd9858cb> /usr/lib/libChineseTokenizer.dylib
    0x1e5b17000 - 0x1e5b1efff libIOReport.dylib arm64 <8c09a2ca6a0f3b48ae66906bf59e5499> /usr/lib/libIOReport.dylib
    0x1e5b95000 - 0x1e5b9bfff libMatch.1.dylib arm64 <cd68d4b51ef4328691fb331c06ea9659> /usr/lib/libMatch.1.dylib
    0x1e5bff000 - 0x1e5c55fff libParallelCompression.dylib arm64 <83d771c3da1d304286f9eca7d75ab589> /usr/lib/libParallelCompression.dylib
    0x1e5cb8000 - 0x1e5cbdfff libThaiTokenizer.dylib arm64 <29314d7a2dce3a31a9ed1702761e528e> /usr/lib/libThaiTokenizer.dylib
    0x1e5f1d000 - 0x1e5f1ffff libapp_launch_measurement.dylib arm64 <245cafd42ca330b99bad0de8314b78eb> /usr/lib/libapp_launch_measurement.dylib
    0x1e5f20000 - 0x1e5f36fff libapple_nghttp2.dylib arm64 <d06fd11e72083a2fb400bd159651f293> /usr/lib/libapple_nghttp2.dylib
    0x1e5f37000 - 0x1e5fc7fff libate.dylib arm64 <a7bff0c6e40e38898e861eaa738bb91b> /usr/lib/libate.dylib
    0x1e6057000 - 0x1e6067fff libbsm.0.dylib arm64 <9d72f0cb73a1393993bfd9b40c21f996> /usr/lib/libbsm.0.dylib
    0x1e6068000 - 0x1e6074fff libbz2.1.0.dylib arm64 <d3d4da82bdba35ee97f1b23fca5fa7b7> /usr/lib/libbz2.1.0.dylib
    0x1e6075000 - 0x1e6075fff libcharset.1.dylib arm64 <4aadca77ae8e3f49ad8fb46d21e2fc93> /usr/lib/libcharset.1.dylib
    0x1e6076000 - 0x1e6087fff libcmph.dylib arm64 <45237c78bf7d3b05801851186082fe18> /usr/lib/libcmph.dylib
    0x1e6088000 - 0x1e60a6fff libcompression.dylib arm64 <82d3dd0b261139b78b9a563326b27c27> /usr/lib/libcompression.dylib
    0x1e60a7000 - 0x1e60bcfff libcoretls.dylib arm64 <54b60a94fa283a2f9f17f1406156a648> /usr/lib/libcoretls.dylib
    0x1e60bd000 - 0x1e60befff libcoretls_cfhelpers.dylib arm64 <8ce752bb0fd53fda900365fdc4164366> /usr/lib/libcoretls_cfhelpers.dylib
    0x1e60e4000 - 0x1e60eafff libcupolicy.dylib arm64 <42bcd78a661732cda291fa3d608623ae> /usr/lib/libcupolicy.dylib
    0x1e60eb000 - 0x1e60f2fff libdns_services.dylib arm64 <ac26646925ed3b6eb3e7af79258a892f> /usr/lib/libdns_services.dylib
    0x1e60f3000 - 0x1e610ffff libedit.3.dylib arm64 <ff75fef6bc1732349cc2018184b509a2> /usr/lib/libedit.3.dylib
    0x1e6110000 - 0x1e6114fff libenergytrace.dylib arm64 <cf0461c4156b357bad693cfbf8b2b93a> /usr/lib/libenergytrace.dylib
    0x1e6115000 - 0x1e612cfff libexpat.1.dylib arm64 <c48b4b198ecb3dc7a6e2a5b5e7b663c1> /usr/lib/libexpat.1.dylib
    0x1e6157000 - 0x1e615bfff libgermantok.dylib arm64 <a45cf484186e32c8b18c15935a91abf2> /usr/lib/libgermantok.dylib
    0x1e615c000 - 0x1e6161fff libheimdal-asn1.dylib arm64 <b6ea5b4ba6323c9d95bd3a802e3e3b5d> /usr/lib/libheimdal-asn1.dylib
    0x1e6162000 - 0x1e6253fff libiconv.2.dylib arm64 <8bb0aadfd0e53bc0b0913ee28d1ef690> /usr/lib/libiconv.2.dylib
    0x1e6272000 - 0x1e6273fff liblangid.dylib arm64 <778d62c8eda339e78adcc06d04016909> /usr/lib/liblangid.dylib
    0x1e6274000 - 0x1e627ffff liblockdown.dylib arm64 <e6a3a3e2ba403ad1a26d44a22baea607> /usr/lib/liblockdown.dylib
    0x1e6280000 - 0x1e6298fff liblzma.5.dylib arm64 <87e5a49707323aa2a8b73a43fe575d3f> /usr/lib/liblzma.5.dylib
    0x1e62c6000 - 0x1e631afff libmecab.dylib arm64 <72ac55cbea153406aa335bb8c55f3888> /usr/lib/libmecab.dylib
    0x1e631b000 - 0x1e6547fff libmecabra.dylib arm64 <27e977cd20f935ee9fdc4b8a6fcd8c0e> /usr/lib/libmecabra.dylib
    0x1e6548000 - 0x1e655afff libmis.dylib arm64 <f0c7106b68643318adfe18a181c0eded> /usr/lib/libmis.dylib
    0x1e655b000 - 0x1e6570fff libnetworkextension.dylib arm64 <125eafb861193fa2bf07b652cca9ebd5> /usr/lib/libnetworkextension.dylib
    0x1e6914000 - 0x1e6948fff libpcap.A.dylib arm64 <972928e01d493242b6d770db68dba063> /usr/lib/libpcap.A.dylib
    0x1e6949000 - 0x1e6956fff libperfcheck.dylib arm64 <fa541ec5749f327590ded34009b62b2c> /usr/lib/libperfcheck.dylib
    0x1e695e000 - 0x1e696ffff libprequelite.dylib arm64 <85e10261e65b3392b8ef7d3a9ff0a27f> /usr/lib/libprequelite.dylib
    0x1e6970000 - 0x1e6981fff libprotobuf-lite.dylib arm64 <4a756434e07d34f3a69a5d4eb4d0a9ae> /usr/lib/libprotobuf-lite.dylib
    0x1e6982000 - 0x1e69dffff libprotobuf.dylib arm64 <aade98dc53f63367ab58bf423005aee6> /usr/lib/libprotobuf.dylib
    0x1e69e0000 - 0x1e6a7bfff libquic.dylib arm64 <947050e3c0e13621b1e9085c456b354b> /usr/lib/libquic.dylib
    0x1e6a7c000 - 0x1e6a93fff libresolv.9.dylib arm64 <698f647cf27a31798d0f216a9c44a818> /usr/lib/libresolv.9.dylib
    0x1e6a94000 - 0x1e6a96fff libsandbox.1.dylib arm64 <3f03803e499431ef894affd7a3ac4488> /usr/lib/libsandbox.1.dylib
    0x1e6a9a000 - 0x1e6a9cfff libspindump.dylib arm64 <2928ebd2ba07347baf4729e3820f2e9f> /usr/lib/libspindump.dylib
    0x1e6add000 - 0x1e6ae0fff libutil.dylib arm64 <7cbfcf78a4a23199ad29e523cdc88bde> /usr/lib/libutil.dylib
    0x1e6ae1000 - 0x1e6bc6fff libxml2.2.dylib arm64 <7df62f0fe39a33dea773cc9162bd9dd4> /usr/lib/libxml2.2.dylib
    0x1e6bcb000 - 0x1e6bf3fff libxslt.1.dylib arm64 <2e8b30655a043091b2ed04565e14dfa4> /usr/lib/libxslt.1.dylib
    0x1e6bf4000 - 0x1e6c05fff libz.1.dylib arm64 <99a3e334bcb9355984fc05df4c1f24a8> /usr/lib/libz.1.dylib
    0x1e6c45000 - 0x1e6c4bfff libswiftAVFoundation.dylib arm64 <a32b29c850cd39ab9377122abb12b45f> /usr/lib/swift/libswiftAVFoundation.dylib
    0x1e6c4c000 - 0x1e6caafff libswiftAccelerate.dylib arm64 <430254b2744435a0bdef1c9798a18fe5> /usr/lib/swift/libswiftAccelerate.dylib
    0x1e6ccf000 - 0x1e6cd0fff libswiftContacts.dylib arm64 <67a1e300b18b3a3db42ea22107535587> /usr/lib/swift/libswiftContacts.dylib
    0x1e6cd1000 - 0x1e6cd9fff libswiftCoreAudio.dylib arm64 <175240a1fa0435e39ad26c14b812d5c7> /usr/lib/swift/libswiftCoreAudio.dylib
    0x1e6cda000 - 0x1e6cdefff libswiftCoreData.dylib arm64 <439363cf13bc30aaa59af3b36c9c233f> /usr/lib/swift/libswiftCoreData.dylib
    0x1e6cdf000 - 0x1e6cdffff libswiftCoreFoundation.dylib arm64 <085f41ce30bf3502b0e425d784028986> /usr/lib/swift/libswiftCoreFoundation.dylib
    0x1e6ce0000 - 0x1e6ce0fff libswiftCoreImage.dylib arm64 <fb6957ae41da39d2a129c0481d9ae81a> /usr/lib/swift/libswiftCoreImage.dylib
    0x1e6ce1000 - 0x1e6ce3fff libswiftCoreLocation.dylib arm64 <741c9c26fdd038a4b45179ebec211f6c> /usr/lib/swift/libswiftCoreLocation.dylib
    0x1e6ce4000 - 0x1e6cecfff libswiftCoreMIDI.dylib arm64 <f22636c3140d342984126aaa39270281> /usr/lib/swift/libswiftCoreMIDI.dylib
    0x1e6ced000 - 0x1e6cf0fff libswiftCoreML.dylib arm64 <1c33818aba933eef8178aaa5f6a2c516> /usr/lib/swift/libswiftCoreML.dylib
    0x1e6cf1000 - 0x1e6d28fff libswiftCoreMedia.dylib arm64 <cf149e7aac9136bb9b6d45fb12803852> /usr/lib/swift/libswiftCoreMedia.dylib
    0x1e6d35000 - 0x1e6d3efff libswiftDarwin.dylib arm64 <a27161cdca4b3ee08d52383613e4bc56> /usr/lib/swift/libswiftDarwin.dylib
    0x1e6d5d000 - 0x1e6d61fff libswiftMetal.dylib arm64 <638941e3923d30299089dbe50d3b102e> /usr/lib/swift/libswiftMetal.dylib
    0x1e6dca000 - 0x1e6dcbfff libswiftQuartzCore.dylib arm64 <be0ade5ee1733b88a7bb246766b337e6> /usr/lib/swift/libswiftQuartzCore.dylib
    0x1e6e03000 - 0x1e6e04fff libswiftVision.dylib arm64 <85c2381c7c7633678a201c2104ccbb3e> /usr/lib/swift/libswiftVision.dylib
    0x1e6e07000 - 0x1e6e09fff libswiftWebKit.dylib arm64 <11b78cea61653d828ceeabe540b1eeeb> /usr/lib/swift/libswiftWebKit.dylib
    0x1e6e0a000 - 0x1e6e1bfff libswiftos.dylib arm64 <2d5b5c58f5cf38719976fd136ae9d33c> /usr/lib/swift/libswiftos.dylib
    0x1e6e1c000 - 0x1e6e2efff libswiftsimd.dylib arm64 <7433f351d360326baebd3aa05b797d02> /usr/lib/swift/libswiftsimd.dylib
    0x1e6e2f000 - 0x1e6e34fff libcache.dylib arm64 <89aa8601ab4f351f9ce12903ef23eccb> /usr/lib/system/libcache.dylib
    0x1e6e35000 - 0x1e6e41fff libcommonCrypto.dylib arm64 <5e6e00bc43a133f998b0960b31446c51> /usr/lib/system/libcommonCrypto.dylib
    0x1e6e42000 - 0x1e6e46fff libcompiler_rt.dylib arm64 <0f0dda3f9a403d23961450ae42f7ef3d> /usr/lib/system/libcompiler_rt.dylib
    0x1e6e47000 - 0x1e6e4ffff libcopyfile.dylib arm64 <000aa363cf12363eb98db20fad8f3282> /usr/lib/system/libcopyfile.dylib
    0x1e6f31000 - 0x1e6f31fff liblaunch.dylib arm64 <452c55c439a335a38e7e024fed01a123> /usr/lib/system/liblaunch.dylib
    0x1e6f32000 - 0x1e6f37fff libmacho.dylib arm64 <fef02d108d023241a8edfb163911f231> /usr/lib/system/libmacho.dylib
    0x1e6f38000 - 0x1e6f3afff libremovefile.dylib arm64 <698e53493ca2320882c74f55bb7373c1> /usr/lib/system/libremovefile.dylib
    0x1e6f3b000 - 0x1e6f3cfff libsystem_blocks.dylib arm64 <856eb3aca6c9340db379e59a69dd00f1> /usr/lib/system/libsystem_blocks.dylib
    0x1e6f3d000 - 0x1e6f3ffff libsystem_collections.dylib arm64 <54d98e7ceab035119266e4295c18e1ba> /usr/lib/system/libsystem_collections.dylib
    0x1e6f40000 - 0x1e6f44fff libsystem_configuration.dylib arm64 <9b403d3013f5304e9de1ac862acb8819> /usr/lib/system/libsystem_configuration.dylib
    0x1e6f45000 - 0x1e6f57fff libsystem_containermanager.dylib arm64 <3f591dec4da734d09b2c7f081f791f6e> /usr/lib/system/libsystem_containermanager.dylib
    0x1e6f58000 - 0x1e6f59fff libsystem_coreservices.dylib arm64 <1257a37051063cba8af2d1bd065b0190> /usr/lib/system/libsystem_coreservices.dylib
    0x1e6f5a000 - 0x1e6f63fff libsystem_darwin.dylib arm64 <b31b43f443e632abb311e088c6d44081> /usr/lib/system/libsystem_darwin.dylib
    0x1e6f64000 - 0x1e6f6cfff libsystem_dnssd.dylib arm64 <01a246d5b82a332eb95d631713b68b1f> /usr/lib/system/libsystem_dnssd.dylib
    0x1e6f6d000 - 0x1e6f6ffff libsystem_featureflags.dylib arm64 <d72202b5d5503198838be6bac1d4b70d> /usr/lib/system/libsystem_featureflags.dylib
    0x1e6f70000 - 0x1e6f9dfff libsystem_m.dylib arm64 <19973ee74ac73c66ad0cc9ad1afadd9f> /usr/lib/system/libsystem_m.dylib
    0x1e6f9e000 - 0x1e6fa8fff libsystem_platform.dylib arm64 <af56b99b9abb3dc7b85ef74352f87b30> /usr/lib/system/libsystem_platform.dylib
    0x1e6fa9000 - 0x1e6fa9fff libsystem_product_info_filter.dylib arm64 <c83b7e2d9f243513b6bfc7cb5612c5df> /usr/lib/system/libsystem_product_info_filter.dylib
    0x1e6faa000 - 0x1e6fbafff libsystem_pthread.dylib arm64 <d9c0947af08133abb885c0cecc183129> /usr/lib/system/libsystem_pthread.dylib
    0x1e6fbb000 - 0x1e6fbefff libsystem_sandbox.dylib arm64 <9b1a78a78dca3797ab74ff0b5506839e> /usr/lib/system/libsystem_sandbox.dylib
    0x1e6fbf000 - 0x1e6fc8fff libunwind.dylib arm64 <69e37dd6dc3f39369f868f0867f37852> /usr/lib/system/libunwind.dylib
    0x1e6fc9000 - 0x1e6ffbfff libxpc.dylib arm64 <a4c8925adb593beebed0c217eb1cd896> /usr/lib/system/libxpc.dylib
    0x1e7f70000 - 0x1e809efff AGXMetalA11 arm64 <9232c25c75493424a6764e86ec22bca7> /System/Library/Extensions/AGXMetalA11.bundle/AGXMetalA11
    0x1e809f000 - 0x1e81affff AVFAudio arm64 <72ee6f4bd6b33da5b4a04f2ea3d657f9> /System/Library/Frameworks/AVFAudio.framework/AVFAudio
    0x1e848f000 - 0x1e8495fff AuthenticationServicesCore arm64 <e2848c7ba4883f3dbdb38fe15a8f753c> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore
    0x1e8496000 - 0x1e84a2fff CMImaging arm64 <45d2052680f43a598ba73de9f863d168> /System/Library/PrivateFrameworks/CMImaging.framework/CMImaging
    0x1e84a3000 - 0x1e84b9fff CinematicFraming arm64 <fe145af730163157bb41b41b8a656840> /System/Library/PrivateFrameworks/CinematicFraming.framework/CinematicFraming
    0x1e85b7000 - 0x1e85cefff CoreSpeechFoundation arm64 <00651cf1c748333cac8b521824e271b2> /System/Library/PrivateFrameworks/CoreSpeechFoundation.framework/CoreSpeechFoundation
    0x1e875e000 - 0x1e876dfff MobileSafari arm64 <b5f71558e81533ffa58635130fd31c9a> /System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari
    0x1e87d7000 - 0x1e8f03fff PegasusAPI arm64 <d341de27cb423e5ea76f1223f778dcb5> /System/Library/PrivateFrameworks/PegasusAPI.framework/PegasusAPI
    0x1e9033000 - 0x1e9037fff SiriLiminal arm64 <b596b7c03ac1352c9d6b731e3f360ab8> /System/Library/PrivateFrameworks/SiriLiminal.framework/SiriLiminal
    0x1e91a6000 - 0x1e91b8fff SpotlightLinguistics arm64 <ec1b85d85b9036049dfcb13f27ab3450> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

    EOF

     
    Last edited: Aug 31, 2021
  10. derkoi

    derkoi

    Joined:
    Jul 3, 2012
    Posts:
    2,260
    Having this issue too, only on certain iPad devices though :(
     
  11. AytoMaximo

    AytoMaximo

    Joined:
    Aug 26, 2015
    Posts:
    76
    In my case there was an issue with string -> DateTime parsing. The specific device has different region/culture settings, so the app wasn't able to do valid convertations.
     
    derkoi likes this.
  12. derkoi

    derkoi

    Joined:
    Jul 3, 2012
    Posts:
    2,260
    I don't know the exact cause of mine but I narrowed it down to a save asset from the asset store, I changed it to another one and it's working fine now.
     
  13. hoaglobalgreen

    hoaglobalgreen

    Joined:
    Apr 15, 2022
    Posts:
    1
    No solution yet?
     
  14. andymads

    andymads

    Joined:
    Jun 16, 2011
    Posts:
    1,614
    This is the same for me. Some end users have been reporting a crash on launch, and I've found that one of my older iPads exhibits the same thing. Just trying to track down a possible cause.
     
  15. andymads

    andymads

    Joined:
    Jun 16, 2011
    Posts:
    1,614
    I'll just update and say that for me the problem was caused by a bug in Firebase 8.10.1 which has since been fixed.
     
    Petr777 likes this.