Skip to content

[iOS] Crash in debug when opening from the home screen #67624

@i6x86

Description

@i6x86

Edit:

Current state of the issue: #67624 (comment)

This workflow unfortunately can't work, due to changes in iOS 14. Flutter apps in debug mode on iOS 14+ can only be launched from flutter run, Flutter-aware tools including IDEs, or Xcode:
#62518
#60657 (comment)
#120789 (comment)

This issue is for showing a clear error message instead of crashing. When there are no plugins, we successfully do that:
#67624 (comment)
flutter/engine#20980

But when there is a plugin doing innocent plugin things, we crash:
#67624 (comment)
#67624 (comment)


Original report:

The app works fine when I install it but when I quit and open the app it crashes. Before the update to iOS 14 everything worked fine. Now if I want to have the app working I have to install the release version and it works fine.

Here is the flutter doctor -v result:

flutter doctor -v
> [✓] Flutter (Channel stable, 1.22.0, on Mac OS X 10.15.6 19G2021, locale es-ES)
> • Flutter version 1.22.0 at .......
> • Framework revision d408d30 (9 days ago), 2020-09-29 11:49:17 -0700
> • Engine revision 5babba6c4d
> • Dart version 2.10.0
> 
> [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
> • Android SDK at ......
> • Platform android-30, build-tools 30.0.2
> • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
> • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
> • All Android licenses accepted.
> 
> [✓] Xcode - develop for iOS and macOS (Xcode 12.0)
> • Xcode at /Applications/Xcode.app/Contents/Developer
> • Xcode 12.0, Build version 12A7209
> • CocoaPods version 1.9.1
> 
> [✓] Android Studio (version 4.0)
> • Android Studio at /Applications/Android Studio.app/Contents
> • Flutter plugin version 50.0.1
> • Dart plugin version 193.7547
> • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
> 
> [✓] VS Code (version 1.48.2)
> • VS Code at /Applications/Visual Studio Code.app/Contents
> • Flutter extension version 3.13.2
> 
> [!] Connected device
> ! No devices available
> 
> ! Doctor found issues in 1 category.

And this is the crash log:

logs
> Incident Identifier: 38F98108-E792-4BA1-BCA0-92392814C3A6
> CrashReporter Key:   9aa6f15ce8b81ce7885b075e2f4545fcef1cdd5e
> Hardware Model:      iPhone9,3
> Process:             Runner [1517]
> Path:                /private/var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Runner
> Identifier:          com.blabla.bla
> Version:             1 (2.5)
> Code Type:           ARM-64 (Native)
> Role:                Foreground
> Parent Process:      launchd [1]
> Coalition:           com.blabla.bla [848]
> 
> 
> Date/Time:           2020-10-08 11:46:32.6644 +0200
> Launch Time:         2020-10-08 11:46:31.3007 +0200
> OS Version:          iPhone OS 14.0.1 (18A393)
> Release Type:        User
> Baseband Version:    5.00.00
> Report Version:      104
> 
> Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
> Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
> VM Region Info: 0 is not in any region.  Bytes before following region: 4341383168
>       REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
>       UNUSED SPACE AT START
> --->  
>       __TEXT                        102c44000-103c70000        [ 16.2M] r-x/r-x SM=COW  ...er.app/Runner
> 
> Termination Signal: Segmentation fault: 11
> Termination Reason: Namespace SIGNAL, Code 0xb
> Terminating Process: exc handler [1517]
> Triggered by Thread:  0
> 
> Thread 0 name:  Dispatch queue: com.apple.main-thread
> Thread 0 Crashed:
> 0   libswiftCore.dylib            	0x00000001ac0c95e8 0x1abd87000 + 3417576
> 1   Runner                        	0x0000000103948414 0x102c44000 + 13648916
> 2   Runner                        	0x0000000103948414 0x102c44000 + 13648916
> 3   Runner                        	0x00000001039487c4 0x102c44000 + 13649860
> 4   Runner                        	0x0000000103929c04 0x102c44000 + 13523972
> 5   Runner                        	0x0000000102c4bf48 0x102c44000 + 32584
> 6   Runner                        	0x0000000102c4c5d8 0x102c44000 + 34264
> 7   Runner                        	0x0000000102c4cd3c 0x102c44000 + 36156
> 8   UIKitCore                     	0x00000001aac10558 0x1aa0f3000 + 11654488
> 9   UIKitCore                     	0x00000001aac124f8 0x1aa0f3000 + 11662584
> 10  UIKitCore                     	0x00000001aac17cac 0x1aa0f3000 + 11685036
> 11  UIKitCore                     	0x00000001aa2f6c4c 0x1aa0f3000 + 2112588
> 12  UIKitCore                     	0x00000001aa81982c 0x1aa0f3000 + 7497772
> 13  UIKitCore                     	0x00000001aa2f7734 0x1aa0f3000 + 2115380
> 14  UIKitCore                     	0x00000001aa2f723c 0x1aa0f3000 + 2114108
> 15  UIKitCore                     	0x00000001aa2f7560 0x1aa0f3000 + 2114912
> 16  UIKitCore                     	0x00000001aa2f6e1c 0x1aa0f3000 + 2113052
> 17  UIKitCore                     	0x00000001aa2fe9bc 0x1aa0f3000 + 2144700
> 18  UIKitCore                     	0x00000001aa7330a0 0x1aa0f3000 + 6553760
> 19  UIKitCore                     	0x00000001aa83110c 0x1aa0f3000 + 7594252
> 20  UIKitCore                     	0x00000001aa2fe754 0x1aa0f3000 + 2144084
> 21  UIKitCore                     	0x00000001aa1409b4 0x1aa0f3000 + 317876
> 22  UIKitCore                     	0x00000001aa13f454 0x1aa0f3000 + 312404
> 23  UIKitCore                     	0x00000001aa140600 0x1aa0f3000 + 316928
> 24  UIKitCore                     	0x00000001aac15e80 0x1aa0f3000 + 11677312
> 25  UIKitCore                     	0x00000001aa759914 0x1aa0f3000 + 6711572
> 26  FrontBoardServices            	0x00000001b6c53cb4 0x1b6c4b000 + 36020
> 27  FrontBoardServices            	0x00000001b6c7b6e0 0x1b6c4b000 + 198368
> 28  FrontBoardServices            	0x00000001b6c61410 0x1b6c4b000 + 91152
> 29  FrontBoardServices            	0x00000001b6c7b3f4 0x1b6c4b000 + 197620
> 30  libdispatch.dylib             	0x00000001a800e280 0x1a7fad000 + 397952
> 31  libdispatch.dylib             	0x00000001a7fb3b0c 0x1a7fad000 + 27404
> 32  FrontBoardServices            	0x00000001b6ca04b8 0x1b6c4b000 + 349368
> 33  FrontBoardServices            	0x00000001b6ca0180 0x1b6c4b000 + 348544
> 34  FrontBoardServices            	0x00000001b6ca0654 0x1b6c4b000 + 349780
> 35  CoreFoundation                	0x00000001a8355240 0x1a82bb000 + 631360
> 36  CoreFoundation                	0x00000001a8355140 0x1a82bb000 + 631104
> 37  CoreFoundation                	0x00000001a8354488 0x1a82bb000 + 627848
> 38  CoreFoundation                	0x00000001a834ea40 0x1a82bb000 + 604736
> 39  CoreFoundation                	0x00000001a834e200 0x1a82bb000 + 602624
> 40  GraphicsServices              	0x00000001be449598 0x1be446000 + 13720
> 41  UIKitCore                     	0x00000001aac14004 0x1aa0f3000 + 11669508
> 42  UIKitCore                     	0x00000001aac195d8 0x1aa0f3000 + 11691480
> 43  Runner                        	0x0000000102c4d960 0x102c44000 + 39264
> 44  libdyld.dylib                 	0x00000001a802d598 0x1a802c000 + 5528
> 
> Thread 1:
> 0   libsystem_pthread.dylib       	0x00000001edcbb86c 0x1edcad000 + 59500
> 
> Thread 2 name:  Dispatch queue: com.google.FIRCoreDiagnostics
> Thread 2:
> 0   libicucore.A.dylib            	0x00000001a822d684 0x1a8063000 + 1877636
> 1   libicucore.A.dylib            	0x00000001a80ab554 0x1a8063000 + 296276
> 2   libicucore.A.dylib            	0x00000001a80ab7d4 0x1a8063000 + 296916
> 3   libicucore.A.dylib            	0x00000001a80ab730 0x1a8063000 + 296752
> 4   libicucore.A.dylib            	0x00000001a822d094 0x1a8063000 + 1876116
> 5   libicucore.A.dylib            	0x00000001a822d144 0x1a8063000 + 1876292
> 6   libicucore.A.dylib            	0x00000001a81ceda0 0x1a8063000 + 1490336
> 7   libicucore.A.dylib            	0x00000001a81cead8 0x1a8063000 + 1489624
> 8   libicucore.A.dylib            	0x00000001a81cf0b4 0x1a8063000 + 1491124
> 9   libicucore.A.dylib            	0x00000001a8230c6c 0x1a8063000 + 1891436
> 10  CoreFoundation                	0x00000001a83e9438 0x1a82bb000 + 1238072
> 11  CoreFoundation                	0x00000001a83f5a6c 0x1a82bb000 + 1288812
> 12  CoreFoundation                	0x00000001a83f7ac8 0x1a82bb000 + 1297096
> 13  CoreFoundation                	0x00000001a83f6f18 0x1a82bb000 + 1294104
> 14  CoreFoundation                	0x00000001a82cebf4 0x1a82bb000 + 80884
> 15  CoreFoundation                	0x00000001a82ceb08 0x1a82bb000 + 80648
> 16  CoreFoundation                	0x00000001a82cf894 0x1a82bb000 + 84116
> 17  CoreFoundation                	0x00000001a82d4728 0x1a82bb000 + 104232
> 18  Runner                        	0x0000000102cb7330 0x102c44000 + 471856
> 19  Runner                        	0x0000000102cb7208 0x102c44000 + 471560
> 20  Runner                        	0x0000000102cb7000 0x102c44000 + 471040
> 21  libdispatch.dylib             	0x00000001a800d298 0x1a7fad000 + 393880
> 22  libdispatch.dylib             	0x00000001a800e280 0x1a7fad000 + 397952
> 23  libdispatch.dylib             	0x00000001a7fb6fa8 0x1a7fad000 + 40872
> 24  libdispatch.dylib             	0x00000001a7fb7a84 0x1a7fad000 + 43652
> 25  libdispatch.dylib             	0x00000001a7fc1518 0x1a7fad000 + 83224
> 26  libsystem_pthread.dylib       	0x00000001edcb85a4 0x1edcad000 + 46500
> 27  libsystem_pthread.dylib       	0x00000001edcbb874 0x1edcad000 + 59508
> 
> Thread 3 name:  Dispatch queue: com.apple.NSURLSession-work
> Thread 3:
> 0   libsystem_kernel.dylib        	0x00000001d2d4d3ec 0x1d2d25000 + 164844
> 1   libsqlite3.dylib              	0x00000001c06a1808 0x1c05f0000 + 727048
> 2   libsqlite3.dylib              	0x00000001c065b998 0x1c05f0000 + 440728
> 3   libsqlite3.dylib              	0x00000001c066481c 0x1c05f0000 + 477212
> 4   libsqlite3.dylib              	0x00000001c0657360 0x1c05f0000 + 422752
> 5   libsqlite3.dylib              	0x00000001c064bb40 0x1c05f0000 + 375616
> 6   libsqlite3.dylib              	0x00000001c0613494 0x1c05f0000 + 144532
> 7   libsqlite3.dylib              	0x00000001c06328d8 0x1c05f0000 + 272600
> 8   libsqlite3.dylib              	0x00000001c063046c 0x1c05f0000 + 263276
> 9   libsqlite3.dylib              	0x00000001c05f8834 0x1c05f0000 + 34868
> 10  CFNetwork                     	0x00000001a8b19964 0x1a89a7000 + 1517924
> 11  CFNetwork                     	0x00000001a8b19f68 0x1a89a7000 + 1519464
> 12  CFNetwork                     	0x00000001a8a1a268 0x1a89a7000 + 471656
> 13  CFNetwork                     	0x00000001a8a1e050 0x1a89a7000 + 487504
> 14  CFNetwork                     	0x00000001a8bb2cbc 0x1a89a7000 + 2145468
> 15  CFNetwork                     	0x00000001a8b315a4 0x1a89a7000 + 1615268
> 16  CFNetwork                     	0x00000001a8bee494 0x1a89a7000 + 2389140
> 17  CFNetwork                     	0x00000001a8b2bf00 0x1a89a7000 + 1593088
> 18  CFNetwork                     	0x00000001a8a44e00 0x1a89a7000 + 646656
> 19  CFNetwork                     	0x00000001a89b14a4 0x1a89a7000 + 42148
> 20  CFNetwork                     	0x00000001a8a469fc 0x1a89a7000 + 653820
> 21  libdispatch.dylib             	0x00000001a7fbd93c 0x1a7fad000 + 67900
> 22  libdispatch.dylib             	0x00000001a800e280 0x1a7fad000 + 397952
> 23  libdispatch.dylib             	0x00000001a7fb6fa8 0x1a7fad000 + 40872
> 24  libdispatch.dylib             	0x00000001a7fb7ab4 0x1a7fad000 + 43700
> 25  libdispatch.dylib             	0x00000001a7fc1518 0x1a7fad000 + 83224
> 26  libsystem_pthread.dylib       	0x00000001edcb85a4 0x1edcad000 + 46500
> 27  libsystem_pthread.dylib       	0x00000001edcbb874 0x1edcad000 + 59508
> 
> Thread 4 name:  com.apple.uikit.eventfetch-thread
> Thread 4:
> 0   libsystem_kernel.dylib        	0x00000001d2d288c4 0x1d2d25000 + 14532
> 1   libsystem_kernel.dylib        	0x00000001d2d27cc8 0x1d2d25000 + 11464
> 2   CoreFoundation                	0x00000001a835474c 0x1a82bb000 + 628556
> 3   CoreFoundation                	0x00000001a834ebd0 0x1a82bb000 + 605136
> 4   CoreFoundation                	0x00000001a834e200 0x1a82bb000 + 602624
> 5   Foundation                    	0x00000001a9558278 0x1a9550000 + 33400
> 6   Foundation                    	0x00000001a9558158 0x1a9550000 + 33112
> 7   UIKitCore                     	0x00000001aacbf9fc 0x1aa0f3000 + 12372476
> 8   Foundation                    	0x00000001a96b4c48 0x1a9550000 + 1461320
> 9   libsystem_pthread.dylib       	0x00000001edcb6b70 0x1edcad000 + 39792
> 10  libsystem_pthread.dylib       	0x00000001edcbb880 0x1edcad000 + 59520
> 
> Thread 5:
> 0   libsystem_pthread.dylib       	0x00000001edcbb86c 0x1edcad000 + 59500
> 
> Thread 6 name:  Dispatch queue: com.apple.NSURLSession-work
> Thread 6:
> 0   libsystem_kernel.dylib        	0x00000001d2d4c3a0 0x1d2d25000 + 160672
> 1   libsystem_platform.dylib      	0x00000001edca58cc 0x1edca1000 + 18636
> 2   CFNetwork                     	0x00000001a8a1a174 0x1a89a7000 + 471412
> 3   CFNetwork                     	0x00000001a8a1e050 0x1a89a7000 + 487504
> 4   CFNetwork                     	0x00000001a8bb2cbc 0x1a89a7000 + 2145468
> 5   CFNetwork                     	0x00000001a8b315a4 0x1a89a7000 + 1615268
> 6   CFNetwork                     	0x00000001a8bee494 0x1a89a7000 + 2389140
> 7   CFNetwork                     	0x00000001a8b2bf00 0x1a89a7000 + 1593088
> 8   CFNetwork                     	0x00000001a8a44e00 0x1a89a7000 + 646656
> 9   CFNetwork                     	0x00000001a89b14a4 0x1a89a7000 + 42148
> 10  CFNetwork                     	0x00000001a8a469fc 0x1a89a7000 + 653820
> 11  libdispatch.dylib             	0x00000001a7fbd93c 0x1a7fad000 + 67900
> 12  libdispatch.dylib             	0x00000001a800e280 0x1a7fad000 + 397952
> 13  libdispatch.dylib             	0x00000001a7fb6fa8 0x1a7fad000 + 40872
> 14  libdispatch.dylib             	0x00000001a7fb7ab4 0x1a7fad000 + 43700
> 15  libdispatch.dylib             	0x00000001a7fc1518 0x1a7fad000 + 83224
> 16  libsystem_pthread.dylib       	0x00000001edcb85a4 0x1edcad000 + 46500
> 17  libsystem_pthread.dylib       	0x00000001edcbb874 0x1edcad000 + 59508
> 
> Thread 0 crashed with ARM Thread State (64-bit):
>     x0: 0x0000000000000000   x1: 0x0000000103af0eeb   x2: 0x0000000000000000   x3: 0x00000001b6ccd7e0
>     x4: 0x00000001086d9e40   x5: 0x00000001eff93dbb   x6: 0x00000001f037883b   x7: 0x0000000000000000
>     x8: 0x0000000000000066   x9: 0x0000000000000000  x10: 0x00000001fdebfef8  x11: 0x00000001a7f68000
>    x12: 0x00000002100a0000  x13: 0x0000000100000000  x14: 0x0000000000000018  x15: 0x0000000000000000
>    x16: 0x00000001ac0c95c4  x17: 0x000000010394877c  x18: 0x0000000000000000  x19: 0x0000000000000000
>    x20: 0x0000000103f136d0  x21: 0x00000001fe562000  x22: 0x0000000000000001  x23: 0x00000001f0478259
>    x24: 0x0000000000000000  x25: 0x00000001f00acf02  x26: 0x000000002b870064  x27: 0x0000000000000010
>    x28: 0x0000000000000001   fp: 0x000000016d1b9110   lr: 0x0000000103948414
>     sp: 0x000000016d1b9100   pc: 0x00000001ac0c95e8 cpsr: 0x80000000
>    esr: 0x92000006 (Data Abort) byte read Translation fault
> 
> Binary Images:
> 0x102c44000 - 0x103c6ffff Runner arm64  <5731085c084134fba6094e6d9f2e4f56> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Runner
> 0x105ea4000 - 0x105ecffff AppAuth arm64  <dc0b63ed4b7237c686bb9ddcf76cae01> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/AppAuth.framework/AppAuth
> 0x105f10000 - 0x105f2bfff FBLPromises arm64  <47ffb7f46ced3f03a29f5134e64e9a59> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/FBLPromises.framework/FBLPromises
> 0x105f50000 - 0x105f6ffff FBSDKLoginKit arm64  <a4b1b01edf3d39459a6ec64c9d762cbd> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit
> 0x105fa0000 - 0x105faffff GTMAppAuth arm64  <0b907d96828837569da349f4245c8d58> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/GTMAppAuth.framework/GTMAppAuth
> 0x105fc8000 - 0x10601bfff GTMSessionFetcher arm64  <d35908e117de3d0d8eec90cb070b0dc0> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
> 0x106070000 - 0x106097fff GoogleUtilities arm64  <5707abb26b443b849b5daa8902d2fba3> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
> 0x1060d4000 - 0x10613ffff dyld arm64  <db2dc234676830f889db5b18092543c0> /usr/lib/dyld
> 0x1061c0000 - 0x106297fff FBSDKCoreKit arm64  <d688d5eae36c34dfb2f0a89206e06ceb> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit
> 0x1063c8000 - 0x107be7fff Flutter arm64  <303e7d8c65a63732a405b1cae8530e92> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/Flutter.framework/Flutter
> 0x108344000 - 0x1083bffff Protobuf arm64  <6b579405cbb53ad4aac972413f480ab1> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/Protobuf.framework/Protobuf
> 0x10846c000 - 0x10847ffff PureLayout arm64  <a03826b56c483b1f9a79ef4a2b2bc85b> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/PureLayout.framework/PureLayout
> 0x108494000 - 0x10852bfff absl arm64  <156e9ee9e7dd3d5f8906971d8bff3dad> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/absl.framework/absl
> 0x1086a4000 - 0x1086affff apple_sign_in arm64  <bf63e3aaf7b930619b9aee9a92c5b60f> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/apple_sign_in.framework/apple_sign_in
> 0x1086c4000 - 0x1086d7fff flutter_inapp_purchase arm64  <010b47d10ae43d9283e1981943c99d48> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/flutter_inapp_purchase.framework/flutter_inapp_purchase
> 0x1086ec000 - 0x1086f7fff geocoder arm64  <1f086ea8328b33c0a39d00556d7bbb1a> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/geocoder.framework/geocoder
> 0x108708000 - 0x108713fff geoflutterfire arm64  <266044c62da4352f8619997a0df89186> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/geoflutterfire.framework/geoflutterfire
> 0x108728000 - 0x108a3bfff grpc arm64  <f7609a0b9d56360798bb82c2c6463c7f> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/grpc.framework/grpc
> 0x109368000 - 0x109453fff grpcpp arm64  <f6c5cfc5c735327c85f08a90667e335b> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/grpcpp.framework/grpcpp
> 0x109894000 - 0x1098a3fff image_picker arm64  <c320d7f4c64c3810bc07159ad3d07b2b> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/image_picker.framework/image_picker
> 0x1098bc000 - 0x109947fff leveldb arm64  <5cee097678833f96a352519f3cac4aa1> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/leveldb.framework/leveldb
> 0x109aa8000 - 0x109ab3fff location arm64  <26423ebfe4c735eda99cd1e769d75e48> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/location.framework/location
> 0x109ac8000 - 0x109ad3fff nanopb arm64  <1bf63966d56232f9926bcc2664bdbce3> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/nanopb.framework/nanopb
> 0x109ae4000 - 0x109af7fff notification_permissions arm64  <5bed075682c93511984fa5ce44f17be0> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/notification_permissions.framework/notification_permissions
> 0x109b20000 - 0x109cc3fff openssl_grpc arm64  <b776b02a1ebf3ee2a05388e12f5c3514> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/openssl_grpc.framework/openssl_grpc
> 0x109e98000 - 0x109ea3fff url_launcher arm64  <cf5c0c85c58b39ab988c1216f8b521d2> /var/containers/Bundle/Application/FCB25262-4792-4397-A162-ECE742C11522/Runner.app/Frameworks/url_launcher.framework/url_launcher
> 0x10d0b8000 - 0x10d0c3fff libobjc-trampolines.dylib arm64  <531731c8e9f131659c4be4d34eb3ad02> /usr/lib/libobjc-trampolines.dylib
> 0x1a7fad000 - 0x1a802bfff libdispatch.dylib arm64  <a564fa91a3e33a41afd1410fad72e52a> /usr/lib/system/libdispatch.dylib
> 0x1a802c000 - 0x1a8062fff libdyld.dylib arm64  <77e573148a58306490c08af9a4745430> /usr/lib/system/libdyld.dylib
> 0x1a8063000 - 0x1a82bafff libicucore.A.dylib arm64  <b69f2d5b339d3615816342da657b3a4a> /usr/lib/libicucore.A.dylib
> 0x1a82bb000 - 0x1a8663fff CoreFoundation arm64  <f80fca31bf7632938bc61729588ae8b6> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
> 0x1a8664000 - 0x1a87fcfff CoreServices arm64  <248e39da84ae30ec9b99d0828d6d6adc> /System/Library/Frameworks/CoreServices.framework/CoreServices
> 0x1a87fd000 - 0x1a8845fff WirelessDiagnostics arm64  <6618cbc3569a38c28aa1920c4c034f64> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
> 0x1a8846000 - 0x1a88befff SystemConfiguration arm64  <9a8a9b4a8d233d76a3e00d2e23adc717> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
> 0x1a88bf000 - 0x1a89a6fff CoreTelephony arm64  <080a8015d906315b95b5d151427bb5ef> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
> 0x1a89a7000 - 0x1a8e27fff CFNetwork arm64  <c2a586f195cb35cfb58d7c215706514e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
> 0x1a8e28000 - 0x1a94defff libnetwork.dylib arm64  <4c7453197a833572a6f67c7a93253d78> /usr/lib/libnetwork.dylib
> 0x1a94df000 - 0x1a954ffff Accounts arm64  <1119c5897f3f318eb36fb7cadd13b35d> /System/Library/Frameworks/Accounts.framework/Accounts
> 0x1a9550000 - 0x1a97eafff Foundation arm64  <4b7b9c0abad3348d95a394784bfed02e> /System/Library/Frameworks/Foundation.framework/Foundation
> 0x1a97eb000 - 0x1a9b4cfff ImageIO arm64  <1eb4eb79e3d63843bdf651030946d702> /System/Library/Frameworks/ImageIO.framework/ImageIO
> 0x1a9b66000 - 0x1aa0f2fff CoreGraphics arm64  <8db9d5e0ae2e3452ba61e08b61d0b5a7> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
> 0x1aa0f3000 - 0x1ab4a7fff UIKitCore arm64  <00ea142638f73fd2be0104ebd44eca35> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
> 0x1ab4a8000 - 0x1ab4c4fff libAccessibility.dylib arm64  <6eaa2bbb983c31e0a54445ab83e375e7> /usr/lib/libAccessibility.dylib
> 0x1ab4c5000 - 0x1ab737fff QuartzCore arm64  <3e647da558433774b65aa1928066ebbc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
> 0x1ab738000 - 0x1ab79dfff BackBoardServices arm64  <8d8ff0c391863e14b59fba5a0379b135> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
> 0x1ab79e000 - 0x1ab825fff TextInput arm64  <702a96ae5cd631b79303a51a20deabf5> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
> 0x1ab88e000 - 0x1abc22fff AppleMediaServices arm64  <77068928b7f338e5af9a4e43248471e6> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
> 0x1abc23000 - 0x1abd86fff libswiftFoundation.dylib arm64  <772ae6f29e433d17a60cf1c6478a5266> /usr/lib/swift/libswiftFoundation.dylib
> 0x1abd87000 - 0x1ac137fff libswiftCore.dylib arm64  <9156be86d4b63a8184608728fa38c978> /usr/lib/swift/libswiftCore.dylib
> 0x1ac138000 - 0x1ac14cfff UIKitServices arm64  <1f3cd175224d3f26a5600d139f4f1f40> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
> 0x1ac14d000 - 0x1ac294fff Preferences arm64  <a4ca293a84a8386ab0c553e3edb81fe4> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
> 0x1ac295000 - 0x1ac4a3fff ContactsUI arm64  <ef8404e6d4473b74ade7086388ebe493> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
> 0x1ac4a4000 - 0x1ac65cfff CoreText arm64  <acab3f31cda932a28fe5566404fc7b76> /System/Library/Frameworks/CoreText.framework/CoreText
> 0x1ac65d000 - 0x1ac675fff ExtensionKit arm64  <eb2e265374973c91ae06db90c531dee8> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
> 0x1ac68b000 - 0x1ac708fff BaseBoard arm64  <b9796c0d4cb6374bbfefc4211e2a621b> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
> 0x1ac709000 - 0x1ac91efff CoreDuet arm64  <0d0b95a19dc033fc80a96c7ae0f93653> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
> 0x1ac91f000 - 0x1aca65fff Contacts arm64  <b92ac3df43b93676abbcd44967415cd3> /System/Library/Frameworks/Contacts.framework/Contacts
> 0x1aca66000 - 0x1adec4fff GeoServices arm64  <44979cf9b49d3a9ab31bb4ddd82be40e> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
> 0x1adec5000 - 0x1adf49fff CoreLocation arm64  <5c9e124296273b4b9cbcf94e3d5785b9> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
> 0x1adf4a000 - 0x1ae0e6fff CloudKit arm64  <c9e5d97746e93c0f8ea54a1a53852093> /System/Library/Frameworks/CloudKit.framework/CloudKit
> 0x1ae0e7000 - 0x1ae449fff CoreData arm64  <d6bd337e6232360cbc36ab1edb921118> /System/Library/Frameworks/CoreData.framework/CoreData
> 0x1af037000 - 0x1af041fff libswiftCoreGraphics.dylib arm64  <1531409888db39449ce5db0a9e8f5374> /usr/lib/swift/libswiftCoreGraphics.dylib
> 0x1af042000 - 0x1af080fff AppSupport arm64  <7007fbe50270309dbb72a9675db02535> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
> 0x1af081000 - 0x1af19dfff ManagedConfiguration arm64  <4af6524e93173aafaf9f264dcac12fd8> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
> 0x1af19e000 - 0x1af20afff IMFoundation arm64  <88c687b2e1de325c95cf8d8559614f0a> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
> 0x1af20b000 - 0x1af30dfff IDS arm64  <6b252a94405c31729d5d0777dc17a546> /System/Library/PrivateFrameworks/IDS.framework/IDS
> 0x1af30e000 - 0x1af44afff Security arm64  <d6b2c1cb544d3d628f8b0e86922622dc> /System/Library/Frameworks/Security.framework/Security
> 0x1af44b000 - 0x1af840fff MediaPlayer arm64  <38faaf1386f43bf8aee30315f8e03fc8> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
> 0x1af841000 - 0x1af858fff AudioSession arm64  <dc0b478c08c33b24be2fb932a6fa08f0> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
> 0x1af859000 - 0x1af9d1fff AVFCore arm64  <4af35698d09930f897bfdb8192af532a> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
> 0x1af9d2000 - 0x1aff20fff Intents arm64  <26c944ab8a4e39a4820d1744faeb5ec0> /System/Library/Frameworks/Intents.framework/Intents
> 0x1aff6c000 - 0x1b0260fff CoreImage arm64  <36f179cea2393257b48e1f20786da448> /System/Library/Frameworks/CoreImage.framework/CoreImage
> 0x1b0261000 - 0x1b031afff ColorSync arm64  <486b1137d98a3a9f91f386bd7f2f425d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
> 0x1b031b000 - 0x1b0353fff CoreVideo arm64  <9e006d465bb939e9ab31782d3f254f8c> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
> 0x1b0354000 - 0x1b0a69fff MediaToolbox arm64  <bb26609fdb0d3079bcbee8b5757deabd> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
> 0x1b0a6a000 - 0x1b0b55fff CoreMedia arm64  <b48e8ae41fe437b0bfc9bf9255a835ef> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
> 0x1b0b56000 - 0x1b0dc0fff AudioToolbox arm64  <1f4e77b23328305ca19f50a8773b7637> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
> 0x1b0dc1000 - 0x1b0e10fff CoreHaptics arm64  <4bed7c06a10c3a7590b6166e97e8035a> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
> 0x1b0e11000 - 0x1b0e6dfff UserActivity arm64  <2ec555d881403493a67b00c906e9a3a6> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
> 0x1b0e6e000 - 0x1b0f6dfff UIFoundation arm64  <ac4b381071c5329eab3171245848a2a3> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
> 0x1b0f6e000 - 0x1b0fabfff libsystem_info.dylib arm64  <86ea93b2cc963d8ca53ebfcf708b5ec5> /usr/lib/system/libsystem_info.dylib
> 0x1b0fac000 - 0x1b1028fff libsystem_c.dylib arm64  <e64a11f730ec313c8acfb0de81756ee6> /usr/lib/system/libsystem_c.dylib
> 0x1b1029000 - 0x1b1071fff RunningBoardServices arm64  <4bd250113ccc351eaa970f2b8ce9436d> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
> 0x1b1072000 - 0x1b1fa4fff JavaScriptCore arm64  <5f868c00551331a1adf812a5ade40e41> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
> 0x1b2521000 - 0x1b25a6fff ContactsFoundation arm64  <257b2b7bdbca3e6b88c8421592d39fe8> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
> 0x1b25a7000 - 0x1b27cafff HealthKit arm64  <fe05c2cec3793a85860fe9587df15244> /System/Library/Frameworks/HealthKit.framework/HealthKit
> 0x1b27cb000 - 0x1b27ecfff ProactiveEventTracker arm64  <9fee4f7ebeee35a28af89190fbc2726b> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
> 0x1b27ed000 - 0x1b2836fff Lexicon arm64  <78773acb16613a8b9eec2879de95e700> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
> 0x1b2837000 - 0x1b289ffff PersonalizationPortrait arm64  <50a07a3b5e3134d8986ed77a3c3de4a7> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
> 0x1b28a0000 - 0x1b28ecfff CoreDuetContext arm64  <1e09c135b60a339ebe3c48ee226bdfd0> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
> 0x1b28ed000 - 0x1b2992fff IOKit arm64  <ac262e0f73c53352a36cd240aed00570> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x1b2993000 - 0x1b29a2fff DataMigration arm64  <36ee29905cf33ea4b63c9e57ebff658a> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
> 0x1b29a3000 - 0x1b29fafff SpringBoardServices arm64  <159a44bea3c33324adb33c5ed8b4d4af> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
> 0x1b29fb000 - 0x1b2a0cfff ContextKit arm64  <72e2125daf3a34bc8e803a89245c66c5> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
> 0x1b2a0d000 - 0x1b2c64fff CoreMotion arm64  <ced520684e043c36a22acebca7007ee6> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
> 0x1b2c65000 - 0x1b2d9afff EventKit arm64  <4368112a67393f67a1f8e1c5f5cfc2cf> /System/Library/Frameworks/EventKit.framework/EventKit
> 0x1b32b2000 - 0x1b3503fff MediaRemote arm64  <90db9d33776933cb81a9a412bf701032> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
> 0x1b3504000 - 0x1b369bfff CoreUtils arm64  <f509e9b22a093c2d88d34f0411370f74> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
> 0x1b369c000 - 0x1b36b1fff FamilyCircle arm64  <832c7de05cca39cab22a8d7403401cc1> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
> 0x1b36b2000 - 0x1b371dfff CoreSpotlight arm64  <eb1b9b360a0d37e39e3538ff2c779663> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
> 0x1b3ae9000 - 0x1b3c69fff AssistantServices arm64  <a2cb42c2525d339f8772366a6766bdbb> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
> 0x1b3c6a000 - 0x1b3d2bfff CoreUI arm64  <06b307c805fb365c9a17bf28e03315ad> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
> 0x1b3d2c000 - 0x1b3d79fff SafariSafeBrowsing arm64  <2f7c2bb62eb53887897d840f25e56412> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
> 0x1b3d7a000 - 0x1b44a1fff WebKit arm64  <d2b002fc25433913b5c93b01c4fa936a> /System/Library/Frameworks/WebKit.framework/WebKit
> 0x1b44a2000 - 0x1b6801fff WebCore arm64  <24a23357aaff3969b8ac1c1b9e59b652> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
> 0x1b6802000 - 0x1b685efff libMobileGestalt.dylib arm64  <dc5e8552363c3a369d3f34167d2ee890> /usr/lib/libMobileGestalt.dylib
> 0x1b685f000 - 0x1b687afff CommonUtilities arm64  <0b5a598e0add354085b5beb2bcfa6dc1> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
> 0x1b687b000 - 0x1b69e0fff IDSFoundation arm64  <34c0a0a0f6c33886bab5c794cfa320f0> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
> 0x1b69e1000 - 0x1b6addfff IMSharedUtilities arm64  <437d42c98ffe3ff081b71f4e3d87cc8c> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
> 0x1b6ade000 - 0x1b6b7efff CoreSuggestions arm64  <1536f2bcf499367f910d541000fdb6a8> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
> 0x1b6b7f000 - 0x1b6c19fff AddressBookLegacy arm64  <d4ba359136373c76bbca277ff35d79a6> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
> 0x1b6c1a000 - 0x1b6c4afff UserNotifications arm64  <609d7b0ee0523347a0f9a80503675b1e> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
> 0x1b6c4b000 - 0x1b6ccbfff FrontBoardServices arm64  <4722b22ec68836a38a0fb123cada07ce> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
> 0x1b6ccc000 - 0x1b6ceefff libsystem_malloc.dylib arm64  <ab9cee1431f83a1d88a6a326ab836926> /usr/lib/system/libsystem_malloc.dylib
> 0x1b6cef000 - 0x1b6fa4fff MapKit arm64  <b80856e61b5f32c4a566a173a4c287f5> /System/Library/Frameworks/MapKit.framework/MapKit
> 0x1b6fa5000 - 0x1b776dfff VectorKit arm64  <f7a5ccb87e1f3d969eb9f3ad57f00f5f> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
> 0x1b776e000 - 0x1b77f7fff AuthKit arm64  <67b5623b340e3d86a3382db5cc964e7f> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
> 0x1b77f8000 - 0x1b7886fff AppleAccount arm64  <48612228b5e132e7930d54b0acf6c9af> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
> 0x1b7887000 - 0x1b798cfff AVFAudio arm64  <7a95cc9202f1319aba84f5849848469a> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
> 0x1b798d000 - 0x1b7be4fff AudioToolboxCore arm64  <9e71dd080cef36eb9d8352fd2c75abc9> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
> 0x1b7c14000 - 0x1b7eaafff StoreServices arm64  <226381cbfa2836c89191bc7626dbcc81> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
> 0x1b7eab000 - 0x1b801efff Sharing arm64  <1aefc8bfff5a36388a6bd2e345802099> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
> 0x1b801f000 - 0x1b80befff ShareSheet arm64  <a6c9670a5f6b3ea68a0a5c44b37f8af4> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
> 0x1b80bf000 - 0x1b81a6fff CoreParsec arm64  <b254a3c4b329379cb72ec408ee6aa314> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
> 0x1b81a7000 - 0x1b81ecfff PhotoFoundation arm64  <dd918b7fc49335adaa053febad37db42> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
> 0x1b81ed000 - 0x1b841dfff Photos arm64  <8e09f62192833004a65111865068ddff> /System/Library/Frameworks/Photos.framework/Photos
> 0x1b841e000 - 0x1b8aeefff PhotoLibraryServices arm64  <4e747551dfe23a6f9fb35df1c222f7f3> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
> 0x1b8aef000 - 0x1b8ba4fff AssetsLibraryServices arm64  <f79e0c9d60653c7ca0ae7db02361a970> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
> 0x1b8ba5000 - 0x1b8bf4fff MobileBackup arm64  <4b01636f4da8353aa4a297f16f20b4ec> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
> 0x1b8bf5000 - 0x1b8c08fff MSUDataAccessor arm64  <80ceb033883d3258b4422801fe348b08> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
> 0x1b8c09000 - 0x1b8c2efff MobileAsset arm64  <b584963553bb3adca793f115acbf49ff> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
> 0x1b8c2f000 - 0x1b8c3efff libsystem_networkextension.dylib arm64  <a135b009fd9b3b3299978ba024bd4544> /usr/lib/system/libsystem_networkextension.dylib
> 0x1b8c3f000 - 0x1b8e7afff NetworkExtension arm64  <92af9527011c3256adebcf3e2925a305> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
> 0x1b8ea5000 - 0x1b9267fff CoreML arm64  <7d66482de4f3308582c21fce441f6b5d> /System/Library/Frameworks/CoreML.framework/CoreML
> 0x1b9268000 - 0x1b9a81fff Espresso arm64  <99c3dab82d27363982de3212ad3ab10a> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
> 0x1b9a82000 - 0x1b9b6dfff VideoToolbox arm64  <a151f840cfed3618a0077f3314424eaf> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
> 0x1b9b6e000 - 0x1b9bb6fff OnBoardingKit arm64  <a37c8a0dd6fc3fb1a716cb3703ee7697> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
> 0x1b9ca9000 - 0x1b9cb8fff AXCoreUtilities arm64  <639753bc281334d89a36eeaff0d77176> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
> 0x1baae1000 - 0x1bac50fff Montreal arm64  <e0b801b4b6083e71b7824ef7074942e9> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
> 0x1bac51000 - 0x1bad5dfff LanguageModeling arm64  <27a195926ea23cc2af8559c7eb55d4a5> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
> 0x1bad5e000 - 0x1bad66fff InternationalSupport arm64  <368cef823686339bab0f913210fdfaad> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
> 0x1bad67000 - 0x1baf9efff iTunesCloud arm64  <a232badfc206390ab00b45af4f21ab1d> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
> 0x1baf9f000 - 0x1bafdbfff libswiftUIKit.dylib arm64  <b4c3563833b43bb5922e2dfd456502c5> /usr/lib/swift/libswiftUIKit.dylib
> 0x1bb0e9000 - 0x1bb18bfff CalendarDatabase arm64  <33aaefba2d3736b9b7b87298fb7c3438> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
> 0x1bb18c000 - 0x1bb1d4fff Notes arm64  <c59aca811d2b30578dd1c555ddfe7a6b> /System/Library/PrivateFrameworks/Notes.framework/Notes
> 0x1bb1d5000 - 0x1bb2abfff LinkPresentation arm64  <dd50f5b7528b3a1abc6eb2a71287f754> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
> 0x1bb2ac000 - 0x1bb39dfff Combine arm64  <594a0d33b2e23a6a95d5390c3b1f3112> /System/Library/Frameworks/Combine.framework/Combine
> 0x1bb424000 - 0x1bb434fff UniformTypeIdentifiers arm64  <d350a3b2316c31dd80e97c844188d78a> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
> 0x1bb435000 - 0x1bb4b1fff CloudDocs arm64  <c434ebfedf7f3b7993012aec47808baf> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
> 0x1bb4b2000 - 0x1bb6a0fff Message arm64  <136e493c73b73ae2891ce9a817bc9db7> /System/Library/PrivateFrameworks/Message.framework/Message
> 0x1bb6a1000 - 0x1bb718fff EmailFoundation arm64  <f00ef13f9c6831ca9fb01b668997aa6d> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
> 0x1bb97e000 - 0x1bb9b8fff MediaServices arm64  <8b4cc7f15b183fce95b33fdc9e32d64e> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
> 0x1bb9b9000 - 0x1bbb1dfff SearchFoundation arm64  <f18cc8d283133a5e93a731f54204aa78> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
> 0x1bbb1e000 - 0x1bbb76fff WebBookmarks arm64  <05f1a760622c38c8ad624512374f0da1> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
> 0x1bbbf2000 - 0x1bbc2afff libobjc.A.dylib arm64  <19e9f9a3f38334eaa5f2a59774933351> /usr/lib/libobjc.A.dylib
> 0x1bbc2b000 - 0x1bbc8afff LoggingSupport arm64  <4c06c79633853395850ce8fa3fa81141> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
> 0x1bbc8b000 - 0x1bbce4fff libc++.1.dylib arm64  <da67cb48478c3703b904cdb242a7f957> /usr/lib/libc++.1.dylib
> 0x1bbce5000 - 0x1bbcfdfff libc++abi.dylib arm64  <9bdc8fb7f27b37588232411f2a070984> /usr/lib/libc++abi.dylib
> 0x1bbcfe000 - 0x1bbd3cfff SetupAssistant arm64  <5c93f286b0153da6bb97e6f8308fca2e> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
> 0x1bbd3d000 - 0x1bbd55fff OctagonTrust arm64  <4d4d03731a63304d97f97b325599ec28> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
> 0x1bbe5c000 - 0x1bbe9cfff CoreAutoLayout arm64  <3bc7cf7c2e7538829037e607c116b9ca> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
> 0x1bbe9d000 - 0x1bbff2fff Network arm64  <67039f9e1e69383ea880069034391a06> /System/Library/Frameworks/Network.framework/Network
> 0x1bbff3000 - 0x1bc027fff MobileKeyBag arm64  <d29b9fde1baf36ad8961c36fbb2a70fc> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
> 0x1bc245000 - 0x1bc258fff BaseBoardUI arm64  <b7c6c0c4a95b38b59002e210484848c3> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
> 0x1bc259000 - 0x1bc2f3fff libvDSP.dylib arm64  <c55aaf2d958a33a0ad9bf4cfdd8e48c6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
> 0x1bc2f4000 - 0x1bc326fff libAudioToolboxUtility.dylib arm64  <d1e86c5a1bf03fd0b39c6330a5ffe5b1> /usr/lib/libAudioToolboxUtility.dylib
> 0x1bc4c4000 - 0x1bc54cfff CoreNLP arm64  <a23c25ae670134fd896abe988a1bb98c> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
> 0x1bc54d000 - 0x1bc658fff FileProvider arm64  <02b95742eef73bc688fdb11dcf0c910c> /System/Library/Frameworks/FileProvider.framework/FileProvider
> 0x1bc659000 - 0x1bc668fff BiomeStorage arm64  <a977dd6b47153c018911efc1098bec1e> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
> 0x1bc669000 - 0x1bc67ffff libswiftDispatch.dylib arm64  <3b7ae0fe9c23347888a15fe9053de99d> /usr/lib/swift/libswiftDispatch.dylib
> 0x1bc680000 - 0x1bc6b5fff DataDetectorsCore arm64  <05b1738eeabf30a7944d237e25330e00> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
> 0x1bc6b6000 - 0x1bc740fff Symbolication arm64  <1b798f7ce66b33589838af2e889e6ebd> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
> 0x1bc741000 - 0x1bc75efff CrashReporterSupport arm64  <02a6ad802ab137e9a23a4936922c071e> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
> 0x1bc79b000 - 0x1bc863fff TelephonyUtilities arm64  <327043ac85d2336ebf8d980016902002> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
> 0x1bc89a000 - 0x1bca81fff MPSNeuralNetwork arm64  <a0568a6501de34ef81c8cdc81f96044d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
> 0x1bca82000 - 0x1bcad5fff MPSCore arm64  <ed6393fdf55a3ef4919adc36a3caa181> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
> 0x1bcc25000 - 0x1bcc8dfff CalendarFoundation arm64  <ebff33ebf2403637a306026589f3a811> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
> 0x1bccec000 - 0x1bcdd9fff NLP arm64  <86f130b92bca37bd863f6b2982b33df0> /System/Library/PrivateFrameworks/NLP.framework/NLP
> 0x1bcdda000 - 0x1bce01fff AppSupportUI arm64  <6d086ace75ad3b899554cfb0aaaf6b73> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
> 0x1bce0a000 - 0x1bce5cfff FTServices arm64  <0c6145a59ef930d788498d760e2478cf> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
> 0x1bce5d000 - 0x1bcf09fff libboringssl.dylib arm64  <13f92f4a74393c7b844803e524055329> /usr/lib/libboringssl.dylib
> 0x1bcf0a000 - 0x1bcf20fff ProtocolBuffer arm64  <d054565aab6a384c8a34ab50862e369f> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
> 0x1bcf21000 - 0x1bd020fff AVKit arm64  <3a31ec8e1c443ddcac3e318f59c1308e> /System/Library/Frameworks/AVKit.framework/AVKit
> 0x1bd184000 - 0x1bd192fff AssertionServices arm64  <441bcb1580e9332bbdaa932daf272733> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
> 0x1bd193000 - 0x1bd1bafff CloudServices arm64  <561da489bf933eeeb30c584e03ebb812> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
> 0x1bd20d000 - 0x1bd2e6fff Metal arm64  <127b5a5e58ed3ba18771ea667305519d> /System/Library/Frameworks/Metal.framework/Metal
> 0x1bd2e7000 - 0x1bd415fff MediaExperience arm64  <69dbd1b3ebfb34509d7513f20e3c6bfc> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
> 0x1bd7c3000 - 0x1bd7d9fff libsystem_trace.dylib arm64  <27106d0783f33262a2186c09cb43bbd6> /usr/lib/system/libsystem_trace.dylib
> 0x1bd7da000 - 0x1bd80afff CoreServicesInternal arm64  <a1f716fc85c235bfa842533b5056a21f> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
> 0x1bd80b000 - 0x1bd86cfff SafariCore arm64  <6be7efe04e97323381a96ba2b15c4649> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
> 0x1bd86d000 - 0x1bda89fff SafariShared arm64  <5994fac516373872b3eefaeee9ba34bd> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
> 0x1bda8a000 - 0x1bdb1afff AppStoreDaemon arm64  <fc2f0e3d40643731928e379abcb7319f> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
> 0x1bded5000 - 0x1bdf19fff ContactsAutocompleteUI arm64  <99572dbb15ff3fca9bed282ec70fd44f> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
> 0x1bdf1a000 - 0x1be04cfff MessageUI arm64  <52893b6ce16039e19e00fb330d72f62d> /System/Library/Frameworks/MessageUI.framework/MessageUI
> 0x1be368000 - 0x1be402fff SAObjects arm64  <ee8741bf031732ae8addd3404fe35402> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
> 0x1be403000 - 0x1be445fff VoiceServices arm64  <5d58836cdc8d363b8451d3d57faf38e4> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
> 0x1be446000 - 0x1be44efff GraphicsServices arm64  <7762c1613c1b3e56ba759cb873604898> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
> 0x1be44f000 - 0x1be4a2fff DeviceManagement arm64  <82cfbcc2d68f347eb27f92806539fc49> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
> 0x1be4a3000 - 0x1be604fff Translation arm64  <d98382b967a633a686a0d4f8ed2fa520> /System/Library/PrivateFrameworks/Translation.framework/Translation
> 0x1be605000 - 0x1be619fff PowerLog arm64  <fa316322274a3edfb0f24695fdfa39cb> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
> 0x1be61a000 - 0x1be641fff DuetActivityScheduler arm64  <2f304715b5ab33098f1fe60f5f253ee5> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
> 0x1bfb45000 - 0x1bfdd6fff Vision arm64  <b40357a23a29373bb352961291271131> /System/Library/Frameworks/Vision.framework/Vision
> 0x1bfdd7000 - 0x1bfe30fff DataAccess arm64  <d9598dff4796385494a686a977115b70> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
> 0x1bfe31000 - 0x1bfe9bfff ProactiveSupport arm64  <f2c830d151bb34e7ab8fd4250743c2e0> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
> 0x1bfec7000 - 0x1bfee4fff ApplePushService arm64  <a5fa6bb2d5d83e4db58c01e18fcac7e3> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
> 0x1bfee5000 - 0x1bff0bfff BoardServices arm64  <c7a26f1fed133352b792e02a7d6189a0> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
> 0x1c005b000 - 0x1c008afff libncurses.5.4.dylib arm64  <534d915a39213f77a6f822a8892be94a> /usr/lib/libncurses.5.4.dylib
> 0x1c008b000 - 0x1c00d6fff OSAnalytics arm64  <4fe5520295d93e4287b2f3d284b8340c> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
> 0x1c00d7000 - 0x1c0159fff CoreBluetooth arm64  <d226d59480e43a11b19da9fd0a82ada3> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
> 0x1c0326000 - 0x1c0368fff TemplateKit arm64  <ec1f58d49fdc3135923d05f14ccb28f2> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
> 0x1c0369000 - 0x1c039bfff MobileInstallation arm64  <7e4f8f06ecfc3eab890efcb394dabdaa> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
> 0x1c039c000 - 0x1c042afff libTelephonyUtilDynamic.dylib arm64  <30eaf24df2793f489b51d83e50ad6177> /usr/lib/libTelephonyUtilDynamic.dylib
> 0x1c042b000 - 0x1c0492fff NanoRegistry arm64  <e2e8bbe9a58d318da122d4f07d8c61d1> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
> 0x1c0564000 - 0x1c0580fff CoreMaterial arm64  <8b58bde11d7d3a12aa801bfd971db617> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
> 0x1c05f0000 - 0x1c0772fff libsqlite3.dylib arm64  <2c36458eaa8b3745a820f81bc42a8205> /usr/lib/libsqlite3.dylib
> 0x1c0773000 - 0x1c082efff AVFCapture arm64  <95eb034ce265335290c436a74b46432a> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
> 0x1c082f000 - 0x1c0b4bfff CMCapture arm64  <e1b94c798737384d902adac539005a57> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
> 0x1c0c96000 - 0x1c0ee6fff MobileSpotlightIndex arm64  <ff1cb805ca553f338dbddeabf5eea249> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
> 0x1c0ee7000 - 0x1c0f88fff Email arm64  <74111cf055e93301be0d79b39032dde7> /System/Library/PrivateFrameworks/Email.framework/Email
> 0x1c12e7000 - 0x1c12f1fff libsystem_notify.dylib arm64  <53d35bc61c833bb8bdd07cb45194afdc> /usr/lib/system/libsystem_notify.dylib
> 0x1c12f2000 - 0x1c1334fff CryptoTokenKit arm64  <9959770c4df038c9b104fe83150c7a8a> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
> 0x1c139c000 - 0x1c140dfff libcorecrypto.dylib arm64  <0132fdd2a91538919c322733a68c136f> /usr/lib/system/libcorecrypto.dylib
> 0x1c140e000 - 0x1c1430fff UserManagement arm64  <446f0ed5432e39f7ba07fc13098c05cd> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
> 0x1c1501000 - 0x1c1517fff libsystem_asl.dylib arm64  <2d732c1c91d739da8981bb8ea0265b47> /usr/lib/system/libsystem_asl.dylib
> 0x1c1518000 - 0x1c153afff AppSSO arm64  <4b6f1d80a33632d29a687d1e74899d13> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
> 0x1c153b000 - 0x1c1557fff SharedWebCredentials arm64  <9de5e81a0235315a910b073c10496cce> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
> 0x1c1558000 - 0x1c172afff SafariServices arm64  <c6b7db8f62ce3c569bc392ffda489368> /System/Library/Frameworks/SafariServices.framework/SafariServices
> 0x1c1780000 - 0x1c17b6fff DataAccessExpress arm64  <4ccafb8eae983b01ab3c6a2250807c06> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
> 0x1c17b7000 - 0x1c17edfff CoreServicesStore arm64  <030438846e5b39faae37c22fa736bdb8> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
> 0x1c17ee000 - 0x1c1812fff CoreAnalytics arm64  <43ed2b52d6bf34ff85a81fa594917963> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
> 0x1c1813000 - 0x1c181efff SymptomAnalytics arm64  <b1e84a0dcf1b30559a0f256409424768> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
> 0x1c19fa000 - 0x1c1a09fff NanoPreferencesSync arm64  <f80f79b345713bd28f159efe73cefd53> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
> 0x1c21b5000 - 0x1c21dffff IconServices arm64  <3f645203f06b3c5494b55cbc282a8018> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
> 0x1c2ba7000 - 0x1c2e42fff vImage arm64  <4d2753e5ccc03c1ebeb4d89472ebf7cd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
> 0x1c399c000 - 0x1c3b6dfff IMCore arm64  <90bb42ba12e63f4cb7af84925deba533> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
> 0x1c3c5d000 - 0x1c3c74fff IAP arm64  <32ccdc96ce9b32f4b3c2929de687899b> /System/Library/PrivateFrameworks/IAP.framework/IAP
> 0x1c3c75000 - 0x1c3ccafff ktrace arm64  <097420ebaa7e36ae9dbf36f796be63e9> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
> 0x1c3fb2000 - 0x1c3fbffff Celestial arm64  <4943ee031d6f3f7ca307f6c5fc714f16> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
> 0x1c4063000 - 0x1c40a6fff Pegasus arm64  <c5e7519cd58c3455afcfb6b94c0194af> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
> 0x1c40a7000 - 0x1c4205fff WebKitLegacy arm64  <02f26121740a3a808167d6e3e1041857> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
> 0x1c4271000 - 0x1c42e0fff ClassKit arm64  <fd158d64632d31d1b81196f88c443a0e> /System/Library/Frameworks/ClassKit.framework/ClassKit
> 0x1c42e1000 - 0x1c4322fff StoreKit arm64  <7b942ae79dd53539a3ccbe63d6c412b4> /System/Library/Frameworks/StoreKit.framework/StoreKit
> 0x1c4f1c000 - 0x1c4f26fff IOMobileFramebuffer arm64  <dcdc7f06833c3f8e9e1d245cf8b94f02> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
> 0x1c4f27000 - 0x1c4f98fff ScreenTimeCore arm64  <fc360858775b3847a41661b598272451> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
> 0x1c503f000 - 0x1c51b3fff CloudPhotoLibrary arm64  <212b417af05b3373b0d1332506f81181> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
> 0x1c51b4000 - 0x1c5477fff MusicLibrary arm64  <69c7de31875239d6bc4b0489ae44ffd1> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
> 0x1c5478000 - 0x1c54dcfff CallKit arm64  <437f05ae96573c92aba3c50325d4d334> /System/Library/Frameworks/CallKit.framework/CallKit
> 0x1c557a000 - 0x1c5598fff PrototypeTools arm64  <d3f78765bb3137baacf8009e96d8b371> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
> 0x1c5599000 - 0x1c55c4fff PersistentConnection arm64  <16765b75546c37c381d5e435d025a787> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
> 0x1c5693000 - 0x1c56b1fff BiomeStreams arm64  <6616da253d933cfe9ea43d84b29d1b33> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
> 0x1c56cc000 - 0x1c596dfff PencilKit arm64  <85200dc2069c3a63905d2e017e6df390> /System/Library/Frameworks/PencilKit.framework/PencilKit
> 0x1c5a23000 - 0x1c5b90fff CoreSpeech arm64  <6f90b804c2c433f19a11784d7c4befa0> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
> 0x1c5b91000 - 0x1c5cddfff IMDPersistence arm64  <9397ac0068ea3e119c103bda21d106e8> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
> 0x1c5f08000 - 0x1c5fb8fff SafariSharedUI arm64  <73380cf7c7433dbb8ad65a01c35bf38e> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
> 0x1c5fd5000 - 0x1c5feafff AppSSOCore arm64  <f8d2d4db4a71381c97518a92a2d21b65> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
> 0x1c5ff5000 - 0x1c600bfff CoreFollowUp arm64  <0bd8154ad157397ebce9c7a77815c21b> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
> 0x1c600c000 - 0x1c607efff Rapport arm64  <ad4b3a0b533f3dd18ce3c95647c11147> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
> 0x1c611c000 - 0x1c612dfff Categories arm64  <516867c7736331e1b280994f631b443b> /System/Library/PrivateFrameworks/Categories.framework/Categories
> 0x1c63c9000 - 0x1c63effff LocationSupport arm64  <8a9be86de4a13e62bffb1705c59938b3> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
> 0x1c63f0000 - 0x1c6422fff iCalendar arm64  <0aee8247fe7a34daad7902c510ad9a6c> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
> 0x1c644e000 - 0x1c6550fff ConfigurationEngineModel arm64  <81686722304b3479b525a76b49c27a06> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
> 0x1c6551000 - 0x1c657afff CacheDelete arm64  <78237707ea453c1e82e84825f349de82> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
> 0x1c657b000 - 0x1c65f4fff CVNLP arm64  <9e4fcf078fb93f3ca6e23f37b0c5bdf5> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
> 0x1c672d000 - 0x1c672ffff OSAServicesClient arm64  <4976b7be0b953226a56f02869e05429b> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
> 0x1c6730000 - 0x1c6732fff BiomeFoundation arm64  <d1f577c3e48b31e3af24795eb59b9b6c> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
> 0x1c6733000 - 0x1c678afff ProtectedCloudStorage arm64  <383e1d3f1f3331d9a9cf892509f52ca1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
> 0x1c678b000 - 0x1c67c1fff C2 arm64  <198f3ea947503cc39f9d220e5ebdc001> /System/Library/PrivateFrameworks/C2.framework/C2
> 0x1c67c2000 - 0x1c6814fff DifferentialPrivacy arm64  <64c195d18a443e6a8675e492b757a65c> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
> 0x1c69db000 - 0x1c7195fff EmbeddedAcousticRecognition arm64  <170675581f7430978650d55646ed6f27> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
> 0x1c7196000 - 0x1c720afff SiriInstrumentation arm64  <6a75112efa313407b7aabdccbbff962f> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
> 0x1c720b000 - 0x1c724cfff BiometricKit arm64  <6dfcf19d45003fdbbd8407b54b6e1f7b> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
> 0x1c727f000 - 0x1c732efff CoreSymbolication arm64  <757c9f0b17273bba990c590adc517fa5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
> 0x1c739d000 - 0x1c7447fff SpeakerRecognition arm64  <98c71a64ed66338a9817bb6841ea5b8f> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
> 0x1c7a23000 - 0x1c7a24fff MessageSupport arm64  <bcfd5a40fca03afe8d89f7fe32d7615d> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
> 0x1c7a25000 - 0x1c7a36fff IOSurface arm64  <8f94086085d737abb5aaac2b1866d86c> /System/Library/Frameworks/IOSurface.framework/IOSurface
> 0x1c7a37000 - 0x1c7a96fff MobileWiFi arm64  <1a97840fcb963453be177d661925cefb> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
> 0x1c7de6000 - 0x1c7e01fff DoNotDisturb arm64  <61646d8b0bf4310cb6a4fa2992c5c52e> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
> 0x1c7e67000 - 0x1c7f0dfff MMCS arm64  <16ec2b038dc939f48cb197c2b2bcc6d3> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
> 0x1c7f70000 - 0x1c7fa9fff libGLImage.dylib arm64  <cf2eef14d66d36aa949e5befda03088b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
> 0x1c7faa000 - 0x1c7fb1fff libsystem_symptoms.dylib arm64  <b85143fe2be737688af32e1d37a86a1d> /usr/lib/system/libsystem_symptoms.dylib
> 0x1c7ff4000 - 0x1c85a0fff CoreAudio arm64  <67773bc042d8391eaa3fdadf97f39bab> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
> 0x1c85a1000 - 0x1c85b6fff ContactsDonation arm64  <b7e1d933de073d239e2222a86cac9f7f> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
> 0x1c85b7000 - 0x1c85d4fff IntentsCore arm64  <9cbdcce1a777332884f739bc42eabb54> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
> 0x1c8672000 - 0x1c86a8fff ImageCaptureCore arm64  <1a0585d91f983e01a8bc876b7ceb1ec3> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
> 0x1c87f7000 - 0x1c8934fff Navigation arm64  <6f465c4af8133c238ea816421b082667> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
> 0x1c8935000 - 0x1c8950fff SafariFoundation arm64  <927a05b3c2c636ea86fbe98ecf590be1> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
> 0x1c8ac4000 - 0x1c8ad7fff MaterialKit arm64  <e87a6b90bfa03c6fbb7c4618184d651b> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
> 0x1c8bd9000 - 0x1c8be9fff CoreAUC arm64  <523a64721fb3342b94b28c35ee4fd67e> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
> 0x1c93e3000 - 0x1c93f3fff SettingsFoundation arm64  <c1226215f8ba3db881e481878c2f4f87> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
> 0x1c9db1000 - 0x1c9e0bfff ToneLibrary arm64  <a6b1eda9bf093ea69c7f46925b41ff7f> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
> 0x1ca5fe000 - 0x1ca60bfff MediaSafetyNet arm64  <a9e7a7d80dad359f9ccff776c2a33a90> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
> 0x1ca60c000 - 0x1ca647fff TimeSync arm64  <7fd32790f5ce3bcea216a85abae43e94> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
> 0x1ca6d7000 - 0x1ca712fff ExposureNotification arm64  <6b3dea6c17253363aa8d7e96efb05acb> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
> 0x1cad62000 - 0x1cad6bfff CoreTime arm64  <ed632bf6778b3ff2a7e5df4b28073eeb> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
> 0x1cb6be000 - 0x1cb7bafff TextRecognition arm64  <3f64a0db36e53d4692d521e8a55bcdf9> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
> 0x1cb8cb000 - 0x1cb8d4fff ContextKitExtraction arm64  <21524cab8edf34a1b467a8c8081a30b4> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
> 0x1cb9a6000 - 0x1cb9a8fff libswiftObjectiveC.dylib arm64  <e9e09b0b9f92392f9fad1c9f6c989e85> /usr/lib/swift/libswiftObjectiveC.dylib
> 0x1cb9a9000 - 0x1cbbe5fff libmorphun.dylib arm64  <42896de222683a989657134990dc55bd> /usr/lib/libmorphun.dylib
> 0x1cc1d6000 - 0x1cc23efff EmailCore arm64  <a168fc31d402300f994b639e261444ab> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
> 0x1ccafd000 - 0x1ccb47fff MIME arm64  <d46b0eb80b953bfdbada50b9f473cbbf> /System/Library/PrivateFrameworks/MIME.framework/MIME
> 0x1cce0e000 - 0x1cce23fff MailServices arm64  <258559bfc4323c8a8e430bb9848565f0> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
> 0x1cce9f000 - 0x1ccf20fff CoreDAV arm64  <e1e784b0dd223349be80f1b93f2b07d4> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
> 0x1cd0eb000 - 0x1cd0f9fff MobileIcons arm64  <babb5e4371b53c38a6cb824c212e6fe6> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
> 0x1cd4c4000 - 0x1cd594fff ProofReader arm64  <30f6ea879d11339582dbce6af9c232ed> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
> 0x1ce6e2000 - 0x1ce6ecfff MallocStackLogging arm64  <858acb277af3359a8fd07152b168f83a> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
> 0x1ce74f000 - 0x1ce90cfff EmailDaemon arm64  <c92f40ddb5ec341399d16f4186b90585> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
> 0x1ce90d000 - 0x1ce957fff MetadataUtilities arm64  <cce4c0a2e62e3d399a9fbb5e0dea7d30> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
> 0x1cee64000 - 0x1cee91fff MailSupport arm64  <733b54820ea83948b2c632517a9e8b33> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
> 0x1cefd9000 - 0x1cf031fff CoreLocationProtobuf arm64  <f12482f70d263955b66e45df0c68da11> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
> 0x1cf235000 - 0x1cf266fff Bom arm64  <7cb897977fe03d0e84104df94cfc60a5> /System/Library/PrivateFrameworks/Bom.framework/Bom
> 0x1cf296000 - 0x1cf29cfff PushKit arm64  <ffa088e21dab396d84943bb7aa81819a> /System/Library/Frameworks/PushKit.framework/PushKit
> 0x1cf29d000 - 0x1cf301fff PhotosFormats arm64  <88e0363dce0a344c9310c67180a4480f> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
> 0x1cf44d000 - 0x1cf4defff Quagga arm64  <16715f6e7b1d385fa856ca8df5600c8d> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
> 0x1cf4df000 - 0x1cf4e6fff StudyLog arm64  <93b1a618f6083a1aa2ab05298e2db029> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
> 0x1d040e000 - 0x1d044dfff NaturalLanguage arm64  <de4b268a090034b693e05d481a97cdcb> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
> 0x1d0e98000 - 0x1d0eb5fff MediaStream arm64  <19492adf8696318db7a39e2c69c8c826> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
> 0x1d1a71000 - 0x1d1a98fff MediaConversionService arm64  <7f66e10eb510321d8cdc202862d54307> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
> 0x1d1be7000 - 0x1d1d23fff CoreHandwriting arm64  <bbf2b7a929dd3001bdac84e820ddd672> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
> 0x1d2440000 - 0x1d244bfff AppleIDAuthSupport arm64  <ed66c34b77d7399eac6e24e6ae1acb3b> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
> 0x1d245a000 - 0x1d2470fff LocalAuthentication arm64  <2c84adac652935d1934557abc150e9be> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
> 0x1d24e8000 - 0x1d24eefff IOAccelerator arm64  <eab9ed1834473d798cae3b74751ab9b6> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
> 0x1d28b4000 - 0x1d28bdfff CloudPhotoServices arm64  <359bb0c1f3363e079dc47e0b52200a69> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
> 0x1d28fe000 - 0x1d2992fff iTunesStore arm64  <0252c87d03b339438063d43355cce3b3> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
> 0x1d2d25000 - 0x1d2d54fff libsystem_kernel.dylib arm64  <82dbf088d58735cf959815f79c12eaa4> /usr/lib/system/libsystem_kernel.dylib
> 0x1d2f72000 - 0x1d3079fff ResponseKit arm64  <c2964f19570c3b16ae474c2221d03aa6> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
> 0x1d307a000 - 0x1d30b2fff EmojiFoundation arm64  <73de32427e5f3764b03c1433e6e376a9> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
> 0x1d368e000 - 0x1d369afff FontServices arm64  <dba6ff60c1d3311da5d116ae5092e555> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
> 0x1d382c000 - 0x1d3837fff MediaAccessibility arm64  <b2d8b4ea7bde35c6a97130bb23dc1305> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
> 0x1d3878000 - 0x1d3e43fff SiriTTS arm64  <caaebb80de0739e9bb9658848388e5ae> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
> 0x1d3e44000 - 0x1d3e52fff SetupAssistantSupport arm64  <1e22cc340d043c43b63bff994d7367b2> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
> 0x1d3e5a000 - 0x1d3eb7fff Social arm64  <80b6ed82eb5e37c9928dcc6cba7c405b> /System/Library/Frameworks/Social.framework/Social
> 0x1d3f4d000 - 0x1d3f7cfff VirtualGarage arm64  <e76b4a83ecc73dec8fdf49f9833add81> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
> 0x1d3f7d000 - 0x1d3fa1fff NetAppsUtilities arm64  <966a9c89cfa039c98b5acc200ede32bc> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
> 0x1d3fa2000 - 0x1d4004fff Osprey arm64  <cb1d66887280310b9c07bd10240326c7> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
> 0x1d5431000 - 0x1d543dfff libdscsym.dylib arm64  <4eb292dfd43834d4a7b219841e8326c5> /usr/lib/libdscsym.dylib
> 0x1d543e000 - 0x1d544ffff HangTracer arm64  <28aed98179ea3d32a8dc4e8a397ff700> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
> 0x1d55fc000 - 0x1d56b4fff SampleAnalysis arm64  <74a526e5693b39f9a867d04debeac387> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
> 0x1d56b5000 - 0x1d56e3fff PlugInKit arm64  <a1dae7ad9f003dbc8baec9d505b5e2fe> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
> 0x1d577a000 - 0x1d577bfff libSystem.B.dylib arm64  <ebdb6d14cbdc3ce0ab68c0ee237a16e0> /usr/lib/libSystem.B.dylib
> 0x1d5a5e000 - 0x1d5a66fff MobileActivation arm64  <d748b4cf6b8535f9b06f5fc6bfa5cf1d> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
> 0x1d5a67000 - 0x1d5abefff CalendarDaemon arm64  <31871f62e60a3208b5b119cac39e1c39> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
> 0x1d5bb3000 - 0x1d5c21fff libarchive.2.dylib arm64  <584a70fd7da63008b71604ef99254229> /usr/lib/libarchive.2.dylib
> 0x1d5c22000 - 0x1d5c45fff libtailspin.dylib arm64  <fa2e827ad7b334e58a715cf79f831b7f> /usr/lib/libtailspin.dylib
> 0x1d5c46000 - 0x1d606cfff libBNNS.dylib arm64  <a42c621f162e32d5a9672b9ad124d346> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
> 0x1d606d000 - 0x1d60acfff SharedUtils arm64  <87ca7742c6013aa3b4120db837f4125f> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
> 0x1d6346000 - 0x1d634bfff libsysdiagnose.dylib arm64  <e2294cfba70f32eeae90b41c738922a7> /usr/lib/libsysdiagnose.dylib
> 0x1d637e000 - 0x1d647ffff CoreMediaStream arm64  <1a8124d7be223cd896e27e4fb56bbbc0> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
> 0x1d667b000 - 0x1d667bfff AVFoundation arm64  <47a18200c0333bc9864cdb00a2e46c29> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
> 0x1d667c000 - 0x1d667cfff Accelerate arm64  <61d6e706b1863b32a2a8e01ac1d46443> /System/Library/Frameworks/Accelerate.framework/Accelerate
> 0x1d667d000 - 0x1d672cfff libBLAS.dylib arm64  <b404152c5ebe3ab5bba9c852ee97ea31> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
> 0x1d672d000 - 0x1d6a3ffff libLAPACK.dylib arm64  <8625162ce6dc3c7e8c654a7d6bf57cbe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
> 0x1d6a40000 - 0x1d6a54fff libLinearAlgebra.dylib arm64  <1cab0d8379243f9296d553ac0d70cbd6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
> 0x1d6a55000 - 0x1d6a59fff libQuadrature.dylib arm64  <c4b76ae2a5783857b19b17e7a82e7309> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
> 0x1d6a5a000 - 0x1d6abbfff libSparse.dylib arm64  <9fff1eaa7a4f3e619368364d0721f352> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
> 0x1d6abc000 - 0x1d6acdfff libSparseBLAS.dylib arm64  <7dd5047a29e9366197256c1e0020011a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
> 0x1d6ace000 - 0x1d6b27fff libvMisc.dylib arm64  <220714da804534e2b661bd16662bbc7f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
> 0x1d6b28000 - 0x1d6b28fff vecLib arm64  <adeee68d3e453776add246aad6dae801> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
> 0x1d6b2d000 - 0x1d6b2dfff AdSupport arm64  <4248169fc2ca3dd0b2d458b57a94f7d3> /System/Library/Frameworks/AdSupport.framework/AdSupport
> 0x1d6b62000 - 0x1d6b71fff AssetsLibrary arm64  <04d7589548b73c48a260ff5c4c11b122> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
> 0x1d6c83000 - 0x1d6c9efff AuthenticationServices arm64  <cb8bec376ff33352b0c5eff65c206ba9> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
> 0x1d72f1000 - 0x1d7307fff ExternalAccessory arm64  <56e3ba45907c3b8082c41c681db4f4a4> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
> 0x1d731b000 - 0x1d7343fff GLKit arm64  <5808ba5d4cc13cf181d9ca27d7d4b3ef> /System/Library/Frameworks/GLKit.framework/GLKit
> 0x1d7344000 - 0x1d7371fff GSS arm64  <94a6af7a883b38de8d6c3540f2b4c83f> /System/Library/Frameworks/GSS.framework/GSS
> 0x1d74cc000 - 0x1d7613fff MLCompute arm64  <2a1c84ab8b0e3dd69efe5508531b1d62> /System/Library/Frameworks/MLCompute.framework/MLCompute
> 0x1d7638000 - 0x1d7650fff MetalKit arm64  <3fd3676cdf1e36e8bf16d560cdd14035> /System/Library/Frameworks/MetalKit.framework/MetalKit
> 0x1d7651000 - 0x1d76d6fff MPSImage arm64  <a744a1dc0803351d962c706046fe56a6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
> 0x1d76d7000 - 0x1d76fdfff MPSMatrix arm64  <55d5253d52b432c89fc1d451f9d55f6e> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
> 0x1d76fe000 - 0x1d7736fff MPSNDArray arm64  <5cb7c6034ece3efc9d0fe60311e96562> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
> 0x1d7737000 - 0x1d777ffff MPSRayIntersector arm64  <a2457e1d186c35df8e6b720f51604300> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
> 0x1d7780000 - 0x1d7780fff MetalPerformanceShaders arm64  <cea4592557393600bbf50a1ea2e23dd0> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
> 0x1d7afc000 - 0x1d7afcfff MobileCoreServices arm64  <7275644f2e2f394e9fe4bc9279f5f778> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
> 0x1d86e2000 - 0x1d86eafff OpenGLES arm64  <3f31fb62ab1733009a9bfe21c1507898> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
> 0x1d86eb000 - 0x1d86ecfff libCVMSPluginSupport.dylib arm64  <f357556cd2df3ac39603664f87aa04c8> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
> 0x1d86ed000 - 0x1d86f3fff libCoreFSCache.dylib arm64  <c198a37a10713397910d44bbbe89f354> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
> 0x1d86f4000 - 0x1d86f9fff libCoreVMClient.dylib arm64  <ef1d65f5b0f03a04b64c80209bce055f> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
> 0x1d86fa000 - 0x1d8702fff libGFXShared.dylib arm64  <ac3853445de336668360e5b93f2dc30d> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
> 0x1d88af000 - 0x1d896ffff PDFKit arm64  <b9466cfc60c6314b831289b9361055ec> /System/Library/Frameworks/PDFKit.framework/PDFKit
> 0x1d897e000 - 0x1d89b9fff QuickLookThumbnailing arm64  <ca8940d211d6360d883a0db1d4d05f81> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
> 0x1d9034000 - 0x1d917afff SoundAnalysis arm64  <602c37cf55673c82a682c3069d8c5e49> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
> 0x1d917b000 - 0x1d918afff Speech arm64  <bc25b53f5dde30599a41bc3a1c3086d6> /System/Library/Frameworks/Speech.framework/Speech
> 0x1d92ac000 - 0x1d92acfff UIKit arm64  <0684bbaa65d33a28aa9770f30beb518c> /System/Library/Frameworks/UIKit.framework/UIKit
> 0x1d92b5000 - 0x1d9378fff VideoSubscriberAccount arm64  <85d2244029213e3e9ed6abca339ba22e> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
> 0x1d9379000 - 0x1d9f4ffff libfaceCore.dylib arm64  <92ca66d6bc2a3f47841cefc88e39970a> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
> 0x1d9f6a000 - 0x1d9f6afff VisionKit arm64  <bb5315801ccd31d48b9d368afbe2882e> /System/Library/Frameworks/VisionKit.framework/VisionKit
> 0x1da47f000 - 0x1da482fff AFKUser arm64  <69c1d09c8a403dfabb1a2d3e06c22000> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
> 0x1da542000 - 0x1da7bdfff ANECompiler arm64  <41638650c8f83d6292e0e3bf25cd8a9a> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
> 0x1da7be000 - 0x1da7d1fff ANEServices arm64  <66b4799b31a73955af1cf67acaf714e3> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
> 0x1da7d6000 - 0x1da88dfff APFS arm64  <823ea73b7581318ca59d5efb59d0e199> /System/Library/PrivateFrameworks/APFS.framework/APFS
> 0x1da88e000 - 0x1da893fff ASEProcessing arm64  <43e5bc61f8ad3e9a8cea6787497bd35e> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
> 0x1db06c000 - 0x1db071fff AggregateDictionary arm64  <59d523348b21398b880ac82a7af28390> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
> 0x1db1f0000 - 0x1db2c9fff AirPlaySync arm64  <bfd72e08cc2e3390a3299141ec62e4e4> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
> 0x1db3d0000 - 0x1db3ebfff AlgosScoreFramework arm64  <3a3863c728423925af48609ec0ee1654> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
> 0x1db510000 - 0x1db531fff AppConduit arm64  <c11b391a62263245b9c8cea122e9dd49> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
> 0x1db601000 - 0x1db60bfff AppStoreOverlays arm64  <14f9102955e83f829bf3aeccdbeea637> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
> 0x1dc698000 - 0x1dc6a7fff AppleFSCompression arm64  <ff58c35416ed37628f2315b40db8e5c6> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
> 0x1dc6b4000 - 0x1dc6c1fff AppleIDSSOAuthentication arm64  <f95cd2626f9c320183b79e8a96a8b74f> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
> 0x1dc6c2000 - 0x1dc705fff AppleJPEG arm64  <ca73b2334751376d8d20e48fc7bf9366> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
> 0x1dc780000 - 0x1dc794fff AppleNeuralEngine arm64  <33956eaa28523b89989b56ef570bd5cb> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
> 0x1dc79e000 - 0x1dc7c1fff AppleSauce arm64  <98773b29d1ca32859bb2e33e372e7ad4> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
> 0x1dc7f0000 - 0x1dc80dfff AssetCacheServices arm64  <09fca87c8e573488afca2933c3ce83d2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
> 0x1dc96c000 - 0x1dc9c7fff AuthKitUI arm64  <2d8b369a66b13cd3bac3ab2940f2da70> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
> 0x1dca56000 - 0x1dca6efff BiomePubSub arm64  <1e923137ddf739c9911f97c4d6f5e50b> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
> 0x1dcd0c000 - 0x1dcd1afff BluetoothManager arm64  <90c10ed5788738f29ab95d30a5c296c8> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
> 0x1dcfa0000 - 0x1dcfaafff CMCaptureCore arm64  <46a5a06a59cb33448f65493275cacd3b> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
> 0x1dcfab000 - 0x1dcfc1fff CPAnalytics arm64  <30408100613c3b2c8d9dfa6c108abf74> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
> 0x1dcfc4000 - 0x1dcfd3fff CPMS arm64  <e39e55f4bd8b3eb8a2c67baa319925b5> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
> 0x1dcfd4000 - 0x1dcfe3fff CTCarrierSpace arm64  <0398db29b63f3fd7b23a67a8f0c7ab07> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
> 0x1dd2e6000 - 0x1dd2f1fff CaptiveNetwork arm64  <5d00f4e42152382fb63fbd925f29fd05> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
> 0x1dd40d000 - 0x1dd447fff Catalyst arm64  <10f788d2edbd3c71a060989320948615> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
> 0x1dd46c000 - 0x1dd48dfff CellularPlanManager arm64  <33a79b49d65f3614b3cbc328807e2626> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
> 0x1dd4a6000 - 0x1dd4aefff CertUI arm64  <8e8238ad50313f549562a5a751565776> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
> 0x1dd4b7000 - 0x1dd505fff ChunkingLibrary arm64  <c720b94d770535e990d278956ad4c6d3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
> 0x1dd8e3000 - 0x1dd8eafff CommonAuth arm64  <005934a481e63a9dbcbfd6c43aab0fbe> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
> 0x1dd8eb000 - 0x1dd8effff CommunicationsFilter arm64  <c3f7f2dbb27739768d3513cd21e0882f> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
> 0x1dd9bf000 - 0x1dd9c2fff ConstantClasses arm64  <0acd87d41849364085c69009cf692c90> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
> 0x1dd9cc000 - 0x1dda08fff ContactsAutocomplete arm64  <9e30014a284c3d849a0499054efca7af> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
> 0x1dda0e000 - 0x1dda7efff ContactsUICore arm64  <c6a2a2e593423f3b92ce7626687de64b> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
> 0x1ddbf8000 - 0x1ddce9fff CoreBrightness arm64  <f0ead13cec4232fc864fceb96b90362b> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
> 0x1ddd53000 - 0x1ddd62fff CoreDuetDaemonProtocol arm64  <14a65e5a1411356d8ad7e24969046a33> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
> 0x1ddd65000 - 0x1ddd67fff CoreDuetDebugLogging arm64  <6e6f179aad41307282f668e877577ada> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
> 0x1ddd76000 - 0x1ddd88fff CoreEmoji arm64  <20394a668c1a320b80df41055cee6182> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
> 0x1de2b2000 - 0x1de2b6fff CoreOptimization arm64  <df515a8d246e342891f774e3bf18cfa6> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
> 0x1de2b7000 - 0x1de370fff CorePDF arm64  <61a4575378d23bd186a8cc421e380a85> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
> 0x1de371000 - 0x1de379fff CorePhoneNumbers arm64  <64a166806f5031a997756c064232fe11> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
> 0x1de37a000 - 0x1de3cefff CorePrediction arm64  <8f16184fb32432259b700ea8212322cf> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
> 0x1decce000 - 0x1decd8fff CoreRecents arm64  <cae303f5db9332b9855a723ec5bb1425> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
> 0x1decd9000 - 0x1ded3ffff CoreRecognition arm64  <8f8cceef99943c5ea633556e701c72fb> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
> 0x1ded40000 - 0x1ded58fff CoreSDB arm64  <e5aa802021963bec817cdaa2019f18bf> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
> 0x1ded59000 - 0x1ded81fff CoreSVG arm64  <3217d7e9ae72350c87ebb30b3b364cc6> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
> 0x1def2b000 - 0x1def2ffff DAAPKit arm64  <000646563fa239d78a713726219ff5fa> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
> 0x1def4d000 - 0x1def5afff DCIMServices arm64  <63a2d9f55857305d8db1d5ec86c247ff> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
> 0x1def71000 - 0x1defadfff DataDetectorsNaturalLanguage arm64  <20dd0e19fab8334baf5a45c147003723> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
> 0x1df010000 - 0x1df01ffff DeviceIdentity arm64  <3982948d7e8d31b3b4cbcc808159a972> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
> 0x1df147000 - 0x1df17cfff DistributedEvaluation arm64  <a7526b4438473dba9cea82959de74137> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
> 0x1df1c9000 - 0x1df294fff DocumentCamera arm64  <298879733d063d00b693a696958f85dc> /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera
> 0x1df295000 - 0x1df2cffff DocumentManager arm64  <7c3051c977cd374db31b43b733d94e4e> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
> 0x1df2d0000 - 0x1df2eefff DocumentManagerCore arm64  <602d77fd1c8d3df6ab53f027fdb0695e> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
> 0x1df372000 - 0x1df374fff DragUI arm64  <19371251fd3433e2b7299e371b5d8db5> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
> 0x1df3a3000 - 0x1df3d3fff EAP8021X arm64  <723dfd9ab82837e6a343f505d7e6144c> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
> 0x1df3ea000 - 0x1df3f4fff EmailAddressing arm64  <f3d3bf02d8a8343682df04362d1acd42> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
> 0x1df402000 - 0x1df416fff Engram arm64  <166b4486f1b732fcbd1cf18a3d8f316a> /System/Library/PrivateFrameworks/Engram.framework/Engram
> 0x1df54f000 - 0x1df556fff ExtensionFoundation arm64  <3057cf1d42953e77929fb8679c6e9ff9> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
> 0x1df6d0000 - 0x1df6d8fff FSEvents arm64  <2018b3b538ba3346ad0c38c0dd50ae58> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
> 0x1df6d9000 - 0x1df6f8fff FTAWD arm64  <cb695906b83d399084be8dbd6ae8b389> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
> 0x1df6f9000 - 0x1df6fcfff FTClientServices arm64  <ca550f99b27832faa21556deb2e7a364> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
> 0x1df6fd000 - 0x1dfb0ffff FaceCore arm64  <1212449c1d813831a67f01c0bbb73ccd> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
> 0x1dfb18000 - 0x1dfb1dfff FeatureFlagsSupport arm64  <e1d9daac7ab23bdfa836ac445704ea89> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
> 0x1dfb1e000 - 0x1dfb26fff FeedbackLogger arm64  <ab4f2105d16833c09669ad65b8387d8e> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
> 0x1dfcaf000 - 0x1dfdebfff libFontParser.dylib arm64  <811fcf65dfa1310ba7269cb3184c18c4> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
> 0x1dfdec000 - 0x1dfdf4fff libGSFont.dylib arm64  <23ada823abf434bda35b475e1b402f79> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
> 0x1dfdf5000 - 0x1dfe32fff libGSFontCache.dylib arm64  <2e6bbc94fcb13b36bb6848ea16466410> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
> 0x1dfe96000 - 0x1dfea3fff libhvf.dylib arm64  <c9c2ba49f172327fa09b274b163bebfa> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
> 0x1dfec9000 - 0x1dfee0fff Futhark arm64  <68f212da64673bf5a405e54d98905b5b> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
> 0x1e0b0a000 - 0x1e0b28fff GenerationalStorage arm64  <e5421432be29351b9a27bc7462df8a3d> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
> 0x1e0b29000 - 0x1e0b36fff GraphVisualizer arm64  <8d7ecf3365e43e499586765506ebd73f> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
> 0x1e0b61000 - 0x1e0b6cfff HID arm64  <4121b87277253bc2bd754a4cba7daa72> /System/Library/PrivateFrameworks/HID.framework/HID
> 0x1e0da9000 - 0x1e0e19fff Heimdal arm64  <42cd52f7f54736bea11d5bb4ae1312f7> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
> 0x1e101b000 - 0x1e1092fff HomeSharing arm64  <7c96ce5e48183277b1d2afead6445f65> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
> 0x1e10ec000 - 0x1e10f1fff IDSKVStore arm64  <73479e1d6a2531a28b10570c0cf76bef> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
> 0x1e1409000 - 0x1e1412fff IOKitten arm64  <ebcf65636f953fd092e8a0fc807e5136> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
> 0x1e1413000 - 0x1e1415fff IOSurfaceAccelerator arm64  <d2c560b91ce9359f8aa43eb55cd6b530> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
> 0x1e1439000 - 0x1e1440fff IdleTimerServices arm64  <545551ecfa1a38faa6836766fc80200d> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
> 0x1e1448000 - 0x1e144dfff IncomingCallFilter arm64  <ee7c6774a5933ce5ad256b55b68dc7a0> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
> 0x1e150c000 - 0x1e1518fff IntentsFoundation arm64  <801454c3444c3d04840ce557e6aec172> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
> 0x1e1532000 - 0x1e1535fff InternationalTextSearch arm64  <2cd95d117f0631eaa158de4107181f2c> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
> 0x1e1536000 - 0x1e1551fff IntlPreferences arm64  <655065db99d53d638ef5bf18b4dfc07f> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
> 0x1e17b0000 - 0x1e17b6fff LinguisticData arm64  <1d113deee31d3c7aa4136f8a7721d172> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
> 0x1e1804000 - 0x1e183cfff LocalAuthenticationPrivateUI arm64  <7305e6b963e3398eab22cd178df9f378> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
> 0x1e19f3000 - 0x1e19f3fff Marco arm64  <7b19828708ec396ab560a8d93384f83c> /System/Library/PrivateFrameworks/Marco.framework/Marco
> 0x1e1c55000 - 0x1e1f6cfff MediaLibraryCore arm64  <70dbe537580231e385add0f635542d3b> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
> 0x1e1f6d000 - 0x1e1ffcfff MediaPlatform arm64  <d720207864df306ba6783f3e3555e8c1> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
> 0x1e23e0000 - 0x1e24a8fff MetalTools arm64  <b5ad1500f65a3872bed8180b6c3fee2d> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
> 0x1e24ca000 - 0x1e2515fff MetricsKit arm64  <e55dbb4c401a33fb93bdd568adaede04> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
> 0x1e2529000 - 0x1e253dfff MobileBluetooth arm64  <bc20ab35182736f89facdc754ee9cebf> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
> 0x1e25bd000 - 0x1e25c3fff MobileSystemServices arm64  <34a5144899f431068ab1eb0c593a56a8> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
> 0x1e2953000 - 0x1e2959fff Netrb arm64  <25e84c85ec463a549d770a75fed95719> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
> 0x1e2a15000 - 0x1e2a2efff NetworkStatistics arm64  <9e20389a661f39b7b2c22c2d718d8253> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
> 0x1e2ae3000 - 0x1e2ae5fff OAuth arm64  <1e015c64f5e435f19bb32a64ba4149d5> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
> 0x1e2b04000 - 0x1e2b44fff OTSVG arm64  <29902cc4eb1732728b22d4340051a2e6> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
> 0x1e3145000 - 0x1e3147fff ParsecSubscriptionServiceSupport arm64  <e16df16207663b8ebf2883673b9b377e> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
> 0x1e314c000 - 0x1e3174fff Pasteboard arm64  <8326ef1a9c53387683bf62097e6c3ef6> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
> 0x1e31a3000 - 0x1e31aefff PersonaKit arm64  <ddb14d125c9032888ab748a0e23add78> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
> 0x1e31af000 - 0x1e31bbfff PersonaUI arm64  <00025b65125e373e8e5d77b44e44f5d6> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
> 0x1e31dd000 - 0x1e31ddfff PhoneNumbers arm64  <b48d6337a78e323f8f3985d828f1ae8a> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
> 0x1e3389000 - 0x1e33c5fff PhotosImagingFoundation arm64  <09e384900c7a3f57bdcd12b8187f36b8> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
> 0x1e33c6000 - 0x1e3411fff PhysicsKit arm64  <8700df181762319689b0666d96317e0b> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
> 0x1e34c5000 - 0x1e34d0fff PointerUIServices arm64  <7af31d2a3bfe3889984fd2123249d11f> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
> 0x1e493b000 - 0x1e4945fff RTCReporting arm64  <b03b6aaa9a88351a8d9d74498a139963> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
> 0x1e4c70000 - 0x1e4c81fff RemoteTextInput arm64  <1f0b5969dcc33ee1b3ef5d18f71bafce> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
> 0x1e4c82000 - 0x1e4ce7fff RemoteUI arm64  <6554860eb6873b688ae2de66b7e841bc> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
> 0x1e4d1d000 - 0x1e4d21fff RevealCore arm64  <1dbbab8b8aab3e60b3a65e008771f25d> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
> 0x1e4d37000 - 0x1e50b0fff SDAPI arm64  <2ca1b92d06443e528dfbe57c2b6de578> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
> 0x1e55e3000 - 0x1e55ecfff SignpostCollection arm64  <32cfeee632f130839759f0825bea533f> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
> 0x1e55ed000 - 0x1e55edfff SignpostMetrics arm64  <5cfb0c69eb7e31c0a20c0dbb5da662c1> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
> 0x1e55ef000 - 0x1e562dfff SignpostSupport arm64  <297b123ed97a3d3e911caa9e50c9f51b> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
> 0x1e5e70000 - 0x1e5e70fff SoftLinking arm64  <97fdfaaec8e5375bbcc4f54ccb9d35ed> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
> 0x1e637c000 - 0x1e63b9fff StreamingZip arm64  <728b1d8e97b23e95a25895b8c4ddd8e4> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
> 0x1e63c1000 - 0x1e63cbfff SymptomDiagnosticReporter arm64  <b0f71b4cf8323f8f94c0ac3a51fb7a8f> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
> 0x1e63fc000 - 0x1e6417fff SymptomPresentationFeed arm64  <32326bc9953c3691b86968625b0eb2f5> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
> 0x1e6452000 - 0x1e6462fff TCC arm64  <7d96fad4a42e3cfc9fa0d0819adc51c4> /System/Library/PrivateFrameworks/TCC.framework/TCC
> 0x1e6d25000 - 0x1e6dd7fff TextureIO arm64  <8d6baa10d66b347f966b89ecb1ad7882> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
> 0x1e6ff1000 - 0x1e6ff8fff URLFormatting arm64  <a9906aa18ea53cf7a839182c8442d836> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
> 0x1e75d1000 - 0x1e75fafff UsageTracking arm64  <5ae190ff14fd3af081a843cd35bc72cb> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
> 0x1e808e000 - 0x1e8150fff VoiceTrigger arm64  <75a310f8cf6c3d9f9ef3213e818310d8> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
> 0x1e8212000 - 0x1e8213fff WatchdogClient arm64  <fd203ca56dc93fc0a6a4c565efccaee7> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
> 0x1e84d3000 - 0x1e8bfbfff libwebrtc.dylib arm64  <95ef997e2cda36829d1e60e5af1001f2> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
> 0x1e8c74000 - 0x1e8c89fff WebUI arm64  <08d89ecbf82d32bdaf5436faf72c56ce> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
> 0x1e918b000 - 0x1e918efff XCTTargetBootstrap arm64  <4db35f739c0e351dbab043c5d3f4c6ba> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
> 0x1e91ea000 - 0x1e9209fff caulk arm64  <3862d3b38b0339c096e2e1ecbc1eff2e> /System/Library/PrivateFrameworks/caulk.framework/caulk
> 0x1eb640000 - 0x1eb645fff kperf arm64  <b50ef8fda61f3350b15fd654c4338625> /System/Library/PrivateFrameworks/kperf.framework/kperf
> 0x1eb646000 - 0x1eb64efff kperfdata arm64  <86e99d81f33a34439b09a139668b516d> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
> 0x1eb64f000 - 0x1eb664fff libEDR arm64  <a09e7c62d2903d39b63575e7d9275262> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
> 0x1eb680000 - 0x1eb690fff perfdata arm64  <d4bad467622e32c2b1b67c655a3dd666> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
> 0x1eb691000 - 0x1eb6bffff vCard arm64  <fb429e5a3c2032a28558d7ec1d1deb10> /System/Library/PrivateFrameworks/vCard.framework/vCard
> 0x1ebfba000 - 0x1ebff3fff libAWDSupport.dylib arm64  <0900d15497f13a82be19a2f57c4a6373> /usr/lib/libAWDSupport.dylib
> 0x1ebff4000 - 0x1ec3a4fff libAWDSupportFramework.dylib arm64  <fbd4315c19843f1582f8ae8edfd4f9cc> /usr/lib/libAWDSupportFramework.dylib
> 0x1ec51e000 - 0x1ec52dfff libAudioStatistics.dylib arm64  <941dacf1afb63a5f8e674a0b35d6d12b> /usr/lib/libAudioStatistics.dylib
> 0x1ec6c7000 - 0x1ec6f9fff libCRFSuite.dylib arm64  <38dd74de263e32c4aa9f98a5c1dbdf33> /usr/lib/libCRFSuite.dylib
> 0x1ec6fa000 - 0x1ec6fbfff libCTGreenTeaLogger.dylib arm64  <71c2384339923959a065ad15d9ea065a> /usr/lib/libCTGreenTeaLogger.dylib
> 0x1ec6fc000 - 0x1ec706fff libChineseTokenizer.dylib arm64  <0d66a477057a345e969675522f8b9d92> /usr/lib/libChineseTokenizer.dylib
> 0x1ec9a0000 - 0x1ec9a7fff libIOReport.dylib arm64  <47776e894e7c3d3cb063ed9653f68742> /usr/lib/libIOReport.dylib
> 0x1eca1d000 - 0x1eca24fff libMatch.1.dylib arm64  <a4308b309cfe31e986adcd0e6f64f986> /usr/lib/libMatch.1.dylib
> 0x1ecb38000 - 0x1ecb3dfff libThaiTokenizer.dylib arm64  <29c767a8fdb73c91b4fe13382b993043> /usr/lib/libThaiTokenizer.dylib
> 0x1ecc70000 - 0x1ecc72fff libapp_launch_measurement.dylib arm64  <d1735d998c2d3be78b696b6d39142141> /usr/lib/libapp_launch_measurement.dylib
> 0x1ecc73000 - 0x1ecc89fff libapple_nghttp2.dylib arm64  <15aed6e3e0873b0599ed6efe290b728a> /usr/lib/libapple_nghttp2.dylib
> 0x1ecc8a000 - 0x1ecd1bfff libate.dylib arm64  <0c19f1907abc3e0ea07189310a496ee2> /usr/lib/libate.dylib
> 0x1ecdaa000 - 0x1ecdbafff libbsm.0.dylib arm64  <143fbc15b02d338fb6a1b39767b0d8d6> /usr/lib/libbsm.0.dylib
> 0x1ecdbb000 - 0x1ecdc7fff libbz2.1.0.dylib arm64  <080f312258a2361d9557680fa41fb3ea> /usr/lib/libbz2.1.0.dylib
> 0x1ecdc8000 - 0x1ecdc8fff libcharset.1.dylib arm64  <d2bfd5647e693ce2acbd75d812dcc6e1> /usr/lib/libcharset.1.dylib
> 0x1ecdc9000 - 0x1ecddafff libcmph.dylib arm64  <957916b8197333c095f7b195badcf739> /usr/lib/libcmph.dylib
> 0x1ecddb000 - 0x1ecdf2fff libcompression.dylib arm64  <aed5585423dc3ee98604ba680abd1af2> /usr/lib/libcompression.dylib
> 0x1ecdf3000 - 0x1ece08fff libcoretls.dylib arm64  <10f0a6718f0f3a79bb127189648ca0fd> /usr/lib/libcoretls.dylib
> 0x1ece09000 - 0x1ece0afff libcoretls_cfhelpers.dylib arm64  <35c08391a163309589115dd323a82c36> /usr/lib/libcoretls_cfhelpers.dylib
> 0x1ece2e000 - 0x1ece34fff libcupolicy.dylib arm64  <ef0f2a7ba6e936af8936e0db17e323ac> /usr/lib/libcupolicy.dylib
> 0x1ece35000 - 0x1ece3cfff libdns_services.dylib arm64  <354111811df03f3dbc9422a2f0029e42> /usr/lib/libdns_services.dylib
> 0x1ece3d000 - 0x1ece59fff libedit.3.dylib arm64  <816a737710183b56b430f6f012547f19> /usr/lib/libedit.3.dylib
> 0x1ece5a000 - 0x1ece5afff libenergytrace.dylib arm64  <49849d3b12be3842a0dea70c436742c5> /usr/lib/libenergytrace.dylib
> 0x1ece5b000 - 0x1ece72fff libexpat.1.dylib arm64  <9380047a0ed13d20aa54a8ba1c7238d7> /usr/lib/libexpat.1.dylib
> 0x1ece9f000 - 0x1ecea3fff libgermantok.dylib arm64  <e73d3ce2fa013e018127019335d46924> /usr/lib/libgermantok.dylib
> 0x1ecea4000 - 0x1ecea9fff libheimdal-asn1.dylib arm64  <a250977984703286b4315bd0e88feb85> /usr/lib/libheimdal-asn1.dylib
> 0x1eceaa000 - 0x1ecf9bfff libiconv.2.dylib arm64  <d4a9a55a604038338f69b29eddf4984a> /usr/lib/libiconv.2.dylib
> 0x1ecfbf000 - 0x1ecfc0fff liblangid.dylib arm64  <4bb82b46fc223c43b783c6a6bd162e1b> /usr/lib/liblangid.dylib
> 0x1ecfc1000 - 0x1ecfccfff liblockdown.dylib arm64  <7c5295079d7e3d42bc17efc5e7f43fbc> /usr/lib/liblockdown.dylib
> 0x1ecfcd000 - 0x1ecfe5fff liblzma.5.dylib arm64  <3c34ab768cdb312aba64cb27ef9ec744> /usr/lib/liblzma.5.dylib
> 0x1ed013000 - 0x1ed066fff libmecab.dylib arm64  <4cc93102498936959dd3af5cd2af2a89> /usr/lib/libmecab.dylib
> 0x1ed067000 - 0x1ed28ffff libmecabra.dylib arm64  <726149fd8b053eb99a419645d17ba944> /usr/lib/libmecabra.dylib
> 0x1ed290000 - 0x1ed2a2fff libmis.dylib arm64  <38cd9bee64a536f397b90688a3398702> /usr/lib/libmis.dylib
> 0x1ed2a3000 - 0x1ed2b8fff libnetworkextension.dylib arm64  <74a1f61b74a932ee9b7dc0755cc4ba39> /usr/lib/libnetworkextension.dylib
> 0x1ed652000 - 0x1ed685fff libpcap.A.dylib arm64  <7480e8ed4b0a36aea58f3f22f7e371dc> /usr/lib/libpcap.A.dylib
> 0x1ed686000 - 0x1ed693fff libperfcheck.dylib arm64  <616d38d57d6e3911ab6af0d9d561d9e4> /usr/lib/libperfcheck.dylib
> 0x1ed69b000 - 0x1ed6acfff libprequelite.dylib arm64  <6be5e72e06f733e18fa03f8477252e2e> /usr/lib/libprequelite.dylib
> 0x1ed6ad000 - 0x1ed6befff libprotobuf-lite.dylib arm64  <b98ef8a9292334f986913ee4e9b7e5ef> /usr/lib/libprotobuf-lite.dylib
> 0x1ed6bf000 - 0x1ed71dfff libprotobuf.dylib arm64  <38ef6eb728c636059bc52eaea57905a3> /usr/lib/libprotobuf.dylib
> 0x1ed77c000 - 0x1ed793fff libresolv.9.dylib arm64  <c2903025c58a3c7ca5a2fb41ca23dcc4> /usr/lib/libresolv.9.dylib
> 0x1ed794000 - 0x1ed796fff libsandbox.1.dylib arm64  <18a398f15acf3f22a42e79d5a18e8d3a> /usr/lib/libsandbox.1.dylib
> 0x1ed7de000 - 0x1ed7e1fff libutil.dylib arm64  <855d6c2ba0fe3bb987fc1750eaa844bb> /usr/lib/libutil.dylib
> 0x1ed7e2000 - 0x1ed8c7fff libxml2.2.dylib arm64  <a1fa300be30537d5b8cd229bf10711f6> /usr/lib/libxml2.2.dylib
> 0x1ed8cc000 - 0x1ed8f4fff libxslt.1.dylib arm64  <65b0eb3790f631438487ddf4da152208> /usr/lib/libxslt.1.dylib
> 0x1ed8f5000 - 0x1ed906fff libz.1.dylib arm64  <b5c9f814a8163e21a9b1a7fb9cd49723> /usr/lib/libz.1.dylib
> 0x1ed9d4000 - 0x1ed9dcfff libswiftCoreAudio.dylib arm64  <503562067bbb3457bf701bc123419392> /usr/lib/swift/libswiftCoreAudio.dylib
> 0x1ed9e2000 - 0x1ed9e2fff libswiftCoreFoundation.dylib arm64  <aeedfc18a720335bb6e52de001da4304> /usr/lib/swift/libswiftCoreFoundation.dylib
> 0x1ed9e3000 - 0x1ed9e3fff libswiftCoreImage.dylib arm64  <50c208a74ed63984ad35704a09ea580d> /usr/lib/swift/libswiftCoreImage.dylib
> 0x1ed9e4000 - 0x1ed9e6fff libswiftCoreLocation.dylib arm64  <ff4546fa4db93cbbb25c192c2494427f> /usr/lib/swift/libswiftCoreLocation.dylib
> 0x1ed9f5000 - 0x1eda2cfff libswiftCoreMedia.dylib arm64  <2f9b2f3a084038de9e092b1c5f45950e> /usr/lib/swift/libswiftCoreMedia.dylib
> 0x1eda39000 - 0x1eda42fff libswiftDarwin.dylib arm64  <2f4513fb62d5359a9227bde0bfccaa31> /usr/lib/swift/libswiftDarwin.dylib
> 0x1eda61000 - 0x1eda65fff libswiftMetal.dylib arm64  <7befc66aa88a307c86842305b2d41194> /usr/lib/swift/libswiftMetal.dylib
> 0x1edad1000 - 0x1edad2fff libswiftQuartzCore.dylib arm64  <bf3f0ed3317d3a27ad8ba3967af761ae> /usr/lib/swift/libswiftQuartzCore.dylib
> 0x1edb35000 - 0x1edb3afff libcache.dylib arm64  <c03e75419e3838759e85571c9c91265e> /usr/lib/system/libcache.dylib
> 0x1edb3b000 - 0x1edb47fff libcommonCrypto.dylib arm64  <398a60893251355c8e2a4a756006b994> /usr/lib/system/libcommonCrypto.dylib
> 0x1edb48000 - 0x1edb4cfff libcompiler_rt.dylib arm64  <3b729469f4bc324f887d7760ae88dfdc> /usr/lib/system/libcompiler_rt.dylib
> 0x1edb4d000 - 0x1edb55fff libcopyfile.dylib arm64  <c44a9ca1863931de8b239455d58fd5f6> /usr/lib/system/libcopyfile.dylib
> 0x1edc36000 - 0x1edc36fff liblaunch.dylib arm64  <239b4628269d3a30befc4a1cdde62200> /usr/lib/system/liblaunch.dylib
> 0x1edc37000 - 0x1edc3cfff libmacho.dylib arm64  <1f4e88a2765131f19fbc3e4e4778513d> /usr/lib/system/libmacho.dylib
> 0x1edc3d000 - 0x1edc3ffff libremovefile.dylib arm64  <20332a9fbf18357daa68f9d3c38de5ef> /usr/lib/system/libremovefile.dylib
> 0x1edc40000 - 0x1edc41fff libsystem_blocks.dylib arm64  <c82a363dbe2937079b856b63e9750ac6> /usr/lib/system/libsystem_blocks.dylib
> 0x1edc42000 - 0x1edc44fff libsystem_collections.dylib arm64  <529aa57f7ed83d6582239e358795e383> /usr/lib/system/libsystem_collections.dylib
> 0x1edc45000 - 0x1edc49fff libsystem_configuration.dylib arm64  <7aeaf1d58b8c3916b207dfe53f70d36f> /usr/lib/system/libsystem_configuration.dylib
> 0x1edc4a000 - 0x1edc5afff libsystem_containermanager.dylib arm64  <0e46f112fbab39ae80c66e7f2d8a88c7> /usr/lib/system/libsystem_containermanager.dylib
> 0x1edc5b000 - 0x1edc5cfff libsystem_coreservices.dylib arm64  <0676c79bd19e3733bc767cb4bb5ea03e> /usr/lib/system/libsystem_coreservices.dylib
> 0x1edc5d000 - 0x1edc66fff libsystem_darwin.dylib arm64  <2ec6f22cd9323dadae5f69e95eead17d> /usr/lib/system/libsystem_darwin.dylib
> 0x1edc67000 - 0x1edc6ffff libsystem_dnssd.dylib arm64  <0105e492820c3b28818db2a4faabc858> /usr/lib/system/libsystem_dnssd.dylib
> 0x1edc70000 - 0x1edc72fff libsystem_featureflags.dylib arm64  <6740a2aaf41b3c3a8065cf127b500502> /usr/lib/system/libsystem_featureflags.dylib
> 0x1edc73000 - 0x1edca0fff libsystem_m.dylib arm64  <5a30e5550a8d3d4f958099a8e166f84b> /usr/lib/system/libsystem_m.dylib
> 0x1edca1000 - 0x1edcabfff libsystem_platform.dylib arm64  <4eb8aaf4abbe393ebeb7709438b60b01> /usr/lib/system/libsystem_platform.dylib
> 0x1edcac000 - 0x1edcacfff libsystem_product_info_filter.dylib arm64  <9f86cf4ccb7633dd847ad851dafe9fde> /usr/lib/system/libsystem_product_info_filter.dylib
> 0x1edcad000 - 0x1edcbdfff libsystem_pthread.dylib arm64  <9a31891727db312e91d681661034fcc6> /usr/lib/system/libsystem_pthread.dylib
> 0x1edcbe000 - 0x1edcc1fff libsystem_sandbox.dylib arm64  <98c632a1deb039d3924f81fed09a1cd7> /usr/lib/system/libsystem_sandbox.dylib
> 0x1edcc2000 - 0x1edccbfff libunwind.dylib arm64  <a8f36de8879b32c2a0eeceb65e6d8fe7> /usr/lib/system/libunwind.dylib
> 0x1edccc000 - 0x1edcfdfff libxpc.dylib arm64  <2c2fdbd6c4a93dfbb3850ecf6f0f97f8> /usr/lib/system/libxpc.dylib
> 0x1ef06c000 - 0x1ef07efff SpotlightLinguistics arm64  <7f9b5278e82f3b0282155c9cbe747c65> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics
> 
> EOF
> 
> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listc: crashStack traces logged to the consolee: OS-version specificAffects only some versions of the relevant operating systeme: device-specificOnly manifests on certain devicesengineflutter/engine related. See also e: labels.platform-iosiOS applications specificallyteam-iosOwned by iOS platform teamtriaged-iosTriaged by iOS platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions