The app crash with this message:
"This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can lead to engine corruption and weird crashes".
But I can't find out where de backgrond thread is updating the UI.
I found that if I do not load any marker into the Google Map view component, this error don't appear. But if I do, the map is loaded an working well, but sudenly (in very random times) the crash appears. Even there are times that the app don't crash (most of the time it does).
Full crash report:
Incident Identifier: 34A039F6-9E4A-4E5C-B9B4-AB531A8E8D93
CrashReporter Key: 5f326dac824b350bd2afaacbdb938d680de621bc
Hardware Model: iPhone8,4
Process: WatchmanDoor [476]
Path: /private/var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/WatchmanDoor
Identifier: com.stmseguridad.WatchmanDoor
Version: 1 (2.0.9)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.stmseguridad.WatchmanDoor [625]
Date/Time: 2020-04-16 14:21:00.9449 +0200
Launch Time: 2020-04-16 14:18:12.7530 +0200
OS Version: iPhone OS 13.4 (17E255)
Release Type: User
Baseband Version: 9.52.01
Report Version: 104
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001a9d2d6e0
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [476]
Triggered by Thread: 3
Last Exception Backtrace:
0 CoreFoundation 0x1aa0cc5f0 __exceptionPreprocess + 224
1 libobjc.A.dylib 0x1a9deebcc objc_exception_throw + 55
2 Foundation 0x1aa5a3dac _AssertAutolayoutOnAllowedThreadsOnly + 419
3 Foundation 0x1aa3b0c2c -[NSISEngine _optimizeWithoutRebuilding] + 67
4 Foundation 0x1aa3b0b48 -[NSISEngine optimize] + 111
5 Foundation 0x1aa3b07bc -[NSISEngine performPendingChangeNotifications] + 111
6 UIKitCore 0x1ae6132d0 -[UIView+ 15499984 (Hierarchy) layoutSubviews] + 307
7 UIKitCore 0x1ae625c7c -[UIView+ 15576188 (CALayerDelegate) layoutSublayersOfLayer:] + 2143
8 QuartzCore 0x1b0bbf4ac -[CALayer layoutSublayers] + 283
9 QuartzCore 0x1b0bc5604 CA::Layer::layout_if_needed+ 1406468 (CA::Transaction*) + 467
10 QuartzCore 0x1b0bd0148 CA::Layer::layout_and_display_if_needed+ 1450312 (CA::Transaction*) + 139
11 QuartzCore 0x1b0b18e34 CA::Context::commit_transaction+ 699956 (CA::Transaction*, double) + 295
12 QuartzCore 0x1b0b427c4 CA::Transaction::commit+ 870340 () + 675
13 QuartzCore 0x1b0b43764 CA::Transaction::release_thread+ 874340 (void*) + 227
14 libsystem_pthread.dylib 0x1a9de5f8c _pthread_tsd_cleanup + 579
15 libsystem_pthread.dylib 0x1a9de2df4 _pthread_exit + 79
16 libsystem_pthread.dylib 0x1a9de3e64 _pthread_wqthread_exit + 95
17 libsystem_pthread.dylib 0x1a9de3c04 _pthread_wqthread + 415
18 libsystem_pthread.dylib 0x1a9de6740 start_wqthread + 7
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libobjc.A.dylib 0x00000001a9deab4c objc_msgSend + 44
1 AppleMetalGLRenderer 0x00000001c4b60624 GLDContextRec::setRenderState+ 54820 (unsigned int) + 84
2 AppleMetalGLRenderer 0x00000001c4b67084 gldRenderVertexArray+ 82052 (GLDContextRec*, unsigned int, unsigned int, int, int, unsigned int, void const*, int, void const*) + 1108
3 GLEngine 0x00000001c4ae3cd0 glDrawElements_ACC_ES2Exec + 416
4 WatchmanDoor 0x0000000103a12fcc 0x102c50000 + 14430156
5 WatchmanDoor 0x0000000103a17be0 0x102c50000 + 14449632
6 WatchmanDoor 0x0000000103ad4bb0 0x102c50000 + 15223728
7 WatchmanDoor 0x0000000103a1088c 0x102c50000 + 14420108
8 WatchmanDoor 0x0000000103a9ece8 0x102c50000 + 15002856
9 WatchmanDoor 0x0000000103a82788 0x102c50000 + 14886792
10 WatchmanDoor 0x0000000103acfc5c 0x102c50000 + 15203420
11 WatchmanDoor 0x0000000103a80da8 0x102c50000 + 14880168
12 WatchmanDoor 0x0000000103a7fc74 0x102c50000 + 14875764
13 QuartzCore 0x00000001b0a7f368 CA::Display::DisplayLink::dispatch_items+ 70504 (unsigned long long, unsigned long long, unsigned long long) + 516
14 IOKit 0x00000001ab010628 IODispatchCalloutFromCFMessage + 480
15 CoreFoundation 0x00000001aa021bc0 __CFMachPortPerform + 172
16 CoreFoundation 0x00000001aa04b200 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56
17 CoreFoundation 0x00000001aa04a90c __CFRunLoopDoSource1 + 444
18 CoreFoundation 0x00000001aa0456c0 __CFRunLoopRun + 1888
19 CoreFoundation 0x00000001aa044c34 CFRunLoopRunSpecific + 424
20 GraphicsServices 0x00000001b418e38c GSEventRunModal + 160
21 UIKitCore 0x00000001ae17722c UIApplicationMain + 1932
22 WatchmanDoor 0x000000010360fa9c 0x102c50000 + 10222236
23 libdyld.dylib 0x00000001a9ecc800 start + 4
Thread 1 name: com.apple.uikit.eventfetch-thread
Thread 1:
0 libsystem_kernel.dylib 0x00000001a9ea0198 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001a9e9f60c mach_msg + 72
2 CoreFoundation 0x00000001aa04a3b4 __CFRunLoopServiceMachPort + 148
3 CoreFoundation 0x00000001aa0453e8 __CFRunLoopRun + 1160
4 CoreFoundation 0x00000001aa044c34 CFRunLoopRunSpecific + 424
5 Foundation 0x00000001aa387bcc -[NSRunLoop+ 31692 (NSRunLoop) runMode:beforeDate:] + 228
6 Foundation 0x00000001aa387aac -[NSRunLoop+ 31404 (NSRunLoop) runUntilDate:] + 88
7 UIKitCore 0x00000001ae219160 -[UIEventFetcher threadMain] + 152
8 Foundation 0x00000001aa4b69d0 __NSThread__start__ + 848
9 libsystem_pthread.dylib 0x00000001a9de2d98 _pthread_start + 156
10 libsystem_pthread.dylib 0x00000001a9de674c thread_start + 8
Thread 2:
0 libsystem_pthread.dylib 0x00000001a9de6738 start_wqthread + 0
Thread 3 Crashed:
0 libsystem_c.dylib 0x00000001a9d2d6e0 __abort + 144
1 libsystem_c.dylib 0x00000001a9d2d6e0 __abort + 144
2 libsystem_c.dylib 0x00000001a9d2d650 __abort + 0
3 libc++abi.dylib 0x00000001a9e95cc0 __cxxabiv1::__aligned_malloc_with_fallback+ 76992 (unsigned long) + 0
4 libc++abi.dylib 0x00000001a9e87e10 demangling_unexpected_handler+ 19984 () + 0
5 libobjc.A.dylib 0x00000001a9deee80 _objc_terminate+ 24192 () + 124
6 libc++abi.dylib 0x00000001a9e9514c std::__terminate(void (*)+ 74060 ()) + 16
7 libc++abi.dylib 0x00000001a9e97bd8 __cxa_get_exception_ptr + 0
8 libc++abi.dylib 0x00000001a9e97b98 __cxxabiv1::exception_cleanup_func+ 84888 (_Unwind_Reason_Code, _Unwind_Exception*) + 0
9 libobjc.A.dylib 0x00000001a9deecf8 _objc_exception_destructor+ 23800 (void*) + 0
10 Foundation 0x00000001aa5a3dac -[NSISEngine tryToOptimizeReturningMutuallyExclusiveConstraints] + 0
11 Foundation 0x00000001aa3b0c2c -[NSISEngine _optimizeWithoutRebuilding] + 68
12 Foundation 0x00000001aa3b0b48 -[NSISEngine optimize] + 112
13 Foundation 0x00000001aa3b07bc -[NSISEngine performPendingChangeNotifications] + 112
14 UIKitCore 0x00000001ae6132d0 -[UIView+ 15499984 (Hierarchy) layoutSubviews] + 308
15 UIKitCore 0x00000001ae625c7c -[UIView+ 15576188 (CALayerDelegate) layoutSublayersOfLayer:] + 2144
16 QuartzCore 0x00000001b0bbf4ac -[CALayer layoutSublayers] + 284
17 QuartzCore 0x00000001b0bc5604 CA::Layer::layout_if_needed+ 1406468 (CA::Transaction*) + 468
18 QuartzCore 0x00000001b0bd0148 CA::Layer::layout_and_display_if_needed+ 1450312 (CA::Transaction*) + 140
19 QuartzCore 0x00000001b0b18e34 CA::Context::commit_transaction+ 699956 (CA::Transaction*, double) + 296
20 QuartzCore 0x00000001b0b427c4 CA::Transaction::commit+ 870340 () + 676
21 QuartzCore 0x00000001b0b43764 CA::Transaction::release_thread+ 874340 (void*) + 228
22 libsystem_pthread.dylib 0x00000001a9de5f8c _pthread_tsd_cleanup + 580
23 libsystem_pthread.dylib 0x00000001a9de2df4 _pthread_exit + 80
24 libsystem_pthread.dylib 0x00000001a9de3e64 _pthread_wqthread_legacy_worker_wrap + 0
25 libsystem_pthread.dylib 0x00000001a9de3c04 _pthread_wqthread + 416
26 libsystem_pthread.dylib 0x00000001a9de6740 start_wqthread + 8
Thread 4 name: com.apple.NSURLConnectionLoader
Thread 4:
0 libsystem_kernel.dylib 0x00000001a9ea0198 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001a9e9f60c mach_msg + 72
2 CoreFoundation 0x00000001aa04a3b4 __CFRunLoopServiceMachPort + 148
3 CoreFoundation 0x00000001aa0453e8 __CFRunLoopRun + 1160
4 CoreFoundation 0x00000001aa044c34 CFRunLoopRunSpecific + 424
5 CFNetwork 0x00000001ad309c44 0x1ad308000 + 7236
6 Foundation 0x00000001aa4b69d0 __NSThread__start__ + 848
7 libsystem_pthread.dylib 0x00000001a9de2d98 _pthread_start + 156
8 libsystem_pthread.dylib 0x00000001a9de674c thread_start + 8
Thread 5 name: com.google.Maps.LabelingBehavior
Thread 5:
0 libsystem_kernel.dylib 0x00000001a9ea0198 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001a9e9f60c mach_msg + 72
2 CoreFoundation 0x00000001aa04a3b4 __CFRunLoopServiceMachPort + 148
3 CoreFoundation 0x00000001aa0453e8 __CFRunLoopRun + 1160
4 CoreFoundation 0x00000001aa044c34 CFRunLoopRunSpecific + 424
5 Foundation 0x00000001aa387bcc -[NSRunLoop+ 31692 (NSRunLoop) runMode:beforeDate:] + 228
6 WatchmanDoor 0x0000000103b4e330 0x102c50000 + 15721264
7 Foundation 0x00000001aa4b69d0 __NSThread__start__ + 848
8 libsystem_pthread.dylib 0x00000001a9de2d98 _pthread_start + 156
9 libsystem_pthread.dylib 0x00000001a9de674c thread_start + 8
Thread 6:
0 libsystem_pthread.dylib 0x00000001a9de6738 start_wqthread + 0
Thread 7:
0 libsystem_pthread.dylib 0x00000001a9de6738 start_wqthread + 0
Thread 8:
0 libsystem_pthread.dylib 0x00000001a9de6738 start_wqthread + 0
Thread 3 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000001
x4: 0x0000000000000000 x5: 0x0000000000989680 x6: 0x000000000000006e x7: 0x0000000000000001
x8: 0x0000000000000000 x9: 0x0000000000000002 x10: 0x000000002daafd89 x11: 0x000000000000000b
x12: 0x00000001e48ea080 x13: 0x0000000000000000 x14: 0x0000000000000010 x15: 0x0000000000000000
x16: 0x0000000000000030 x17: 0x00000002d7ffffff x18: 0x0000000000000000 x19: 0x000000016d57ec48
x20: 0x00000001f3404c80 x21: 0x000000016d57ed00 x22: 0x0000000169ba05b0 x23: 0x00000001e4b8c000
x24: 0x0000000000000001 x25: 0x0000000000000068 x26: 0x000000000000009c x27: 0x0000000000000068
x28: 0x000000002b310019 fp: 0x000000016d57ec60 lr: 0x00000001a9d2d6e0
sp: 0x000000016d57ec30 pc: 0x00000001a9d2d6e0 cpsr: 0x80000000
esr: 0xf2000001 Address size fault
Binary Images:
0x102c50000 - 0x103fbffff WatchmanDoor arm64 <6aa3fbbb03af37a386681ee85fc2c8df> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/WatchmanDoor
0x105540000 - 0x1055fffff CropViewController arm64 <c65d8a8911cd3934818fb5eec6416d7c> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/CropViewController.framework/CropViewController
0x10565c000 - 0x1056d3fff DKCamera arm64 <4dd4e30eb89c3d758dd221dcaa42b43e> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/DKCamera.framework/DKCamera
0x105744000 - 0x10576bfff FLAnimatedImage arm64 <d6f061dc1dd63939aa6071f934be4911> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/FLAnimatedImage.framework/FLAnimatedImage
0x10578c000 - 0x10579ffff NavigationDrawer arm64 <01d869b190c73f8ea7046c1796c97323> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/NavigationDrawer.framework/NavigationDrawer
0x1057dc000 - 0x10583ffff dyld arm64 <23eead922ec9376cbb08574507ab6177> /usr/lib/dyld
0x1058b8000 - 0x105a53fff Alamofire arm64 <d714cfc18e4132298ec5557e344a68ac> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/Alamofire.framework/Alamofire
0x105bb8000 - 0x105d93fff DKImagePickerController arm64 <0aced42a776838f187dd12c3bcb19165> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/DKImagePickerController.framework/DKImagePickerController
0x105f44000 - 0x1060dffff DKPhotoGallery arm64 <36e26c0583613b859923b35801141f07> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/DKPhotoGallery.framework/DKPhotoGallery
0x106238000 - 0x1062affff DropDown arm64 <8cdfb0ccdde93fbb91d3a04ca21d75a4> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/DropDown.framework/DropDown
0x10631c000 - 0x106387fff FittedSheets arm64 <77d1b5269e903f33848b78f392d883e4> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/FittedSheets.framework/FittedSheets
0x106408000 - 0x1072cbfff Realm arm64 <6879e554d804316387d416075dda1ad9> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/Realm.framework/Realm
0x1082d0000 - 0x1083ebfff RealmSwift arm64 <d82b926159013bd8ac060ec8b43e1443> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/RealmSwift.framework/RealmSwift
0x108530000 - 0x10877ffff RxCocoa arm64 <eba90ca9ea463807a2450a2cd5524373> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/RxCocoa.framework/RxCocoa
0x108998000 - 0x1089a7fff RxRelay arm64 <e80717b153b9389cbb758a98af646915> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/RxRelay.framework/RxRelay
0x1089c4000 - 0x108e67fff RxSwift arm64 <a6074055d1e9352fbfc5b0c825d94f91> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/RxSwift.framework/RxSwift
0x1091bc000 - 0x1092effff SDWebImage arm64 <67eb1313fe2a33d790515f93622dfebc> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/SDWebImage.framework/SDWebImage
0x109394000 - 0x1093a3fff SDWebImageFLPlugin arm64 <2e04e72a4dd73ba49d56562eece1530b> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/SDWebImageFLPlugin.framework/SDWebImageFLPlugin
0x1093bc000 - 0x109443fff Swinject arm64 <b26af52063423e919504ce354d0d2316> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/Swinject.framework/Swinject
0x1094b0000 - 0x109687fff SwinjectAutoregistration arm64 <e78da0e394e83675add3c3737027bba0> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/SwinjectAutoregistration.framework/SwinjectAutoregistration
0x1096f4000 - 0x10970bfff SwinjectStoryboard arm64 <547fa60556d03996aaf59908d1c88a9d> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/SwinjectStoryboard.framework/SwinjectStoryboard
0x109730000 - 0x1097c7fff ZIPFoundation arm64 <36a4d7a60a5a33f1a82ff11ac587ad89> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/ZIPFoundation.framework/ZIPFoundation
0x10983c000 - 0x109a17fff iOSDFULibrary arm64 <f55757c5874e3490b10592c7e45b42bd> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/iOSDFULibrary.framework/iOSDFULibrary
0x109c24000 - 0x109c67fff WDCommon arm64 <332890e4938f396ca6e5fa89d990e9d0> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/WDCommon.framework/WDCommon
0x109cd4000 - 0x109cf7fff WDNetwork arm64 <1eba7aad282c3d7bbe3ad7249ce66ca9> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/WDNetwork.framework/WDNetwork
0x109d40000 - 0x109dd3fff WDConnectivity arm64 <867702ad286132898c87fc1195a66a2a> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/WDConnectivity.framework/WDConnectivity
0x109ec8000 - 0x109f4bfff libclang_rt.asan_ios_dynamic.dylib arm64 <8bc18eecf63031e090e3099f9f7160cf> /var/containers/Bundle/Application/717E7E5E-4E42-4950-B8C8-FC2042C09EDC/WatchmanDoor.app/Frameworks/libclang_rt.asan_ios_dynamic.dylib
0x16cfe0000 - 0x16cfebfff libobjc-trampolines.dylib arm64 <2df134bae62230edb227eb9333bfa4d9> /usr/lib/libobjc-trampolines.dylib
0x1a9c71000 - 0x1a9c87fff libsystem_trace.dylib arm64 <f67d8aff28893f9abf166036c3203325> /usr/lib/system/libsystem_trace.dylib
0x1a9c88000 - 0x1a9cb9fff libxpc.dylib arm64 <9e9d069de3b136fa85755e1d9e6b6b54> /usr/lib/system/libxpc.dylib
0x1a9cba000 - 0x1a9cbafff libsystem_blocks.dylib arm64 <0afa438b8355370794f5015ad81f32df> /usr/lib/system/libsystem_blocks.dylib
0x1a9cbb000 - 0x1a9d36fff libsystem_c.dylib arm64 <8d39ff48e14c3f868e1090f54896bb65> /usr/lib/system/libsystem_c.dylib
0x1a9d37000 - 0x1a9dabfff libdispatch.dylib arm64 <5a83d0cf8fb937278a32012d20a47ec8> /usr/lib/system/libdispatch.dylib
0x1a9dac000 - 0x1a9dccfff libsystem_malloc.dylib arm64 <a0a7d67af0f3399a8f006f92716d8e6f> /usr/lib/system/libsystem_malloc.dylib
0x1a9dcd000 - 0x1a9dd7fff libsystem_platform.dylib arm64 <a5d5822c76223859b0c0b869b7e244b5> /usr/lib/system/libsystem_platform.dylib
0x1a9dd8000 - 0x1a9de8fff libsystem_pthread.dylib arm64 <fb1dd49f0cfb3114bdb40ef7be44f6bc> /usr/lib/system/libsystem_pthread.dylib
0x1a9de9000 - 0x1a9e1afff libobjc.A.dylib arm64 <091241f8e94c39ba9ca67352e998bb41> /usr/lib/libobjc.A.dylib
0x1a9e1b000 - 0x1a9e82fff libcorecrypto.dylib arm64 <28c07c08a95635b1b04e88d84542020b> /usr/lib/system/libcorecrypto.dylib
0x1a9e83000 - 0x1a9e9bfff libc++abi.dylib arm64 <f07199ac8a903127b17f0a906ffb7302> /usr/lib/libc++abi.dylib
0x1a9e9c000 - 0x1a9ecafff libsystem_kernel.dylib arm64 <b422ba38a9f63062be28d28d39e3fe25> /usr/lib/system/libsystem_kernel.dylib
0x1a9ecb000 - 0x1a9efdfff libdyld.dylib arm64 <876fb49abfba37bfad376ffc90f7f981> /usr/lib/system/libdyld.dylib
0x1a9efe000 - 0x1a9f06fff libsystem_darwin.dylib arm64 <fc50d2ff80ac31179ff0608fa6cff3a3> /usr/lib/system/libsystem_darwin.dylib
0x1a9f07000 - 0x1a9f60fff libc++.1.dylib arm64 <d7934e7f3eed3c078d1342fe55250c88> /usr/lib/libc++.1.dylib
0x1a9f61000 - 0x1a9fa1fff libsystem_info.dylib arm64 <6a94223de5dc3df6b89780ba56191d92> /usr/lib/system/libsystem_info.dylib
0x1a9fa2000 - 0x1aa315fff CoreFoundation arm64 <409609cd841038e1ba5dbded609d2018> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1aa316000 - 0x1aa37ffff SystemConfiguration arm64 <b1f843cc55883c0ba02fc5b80883cc9c> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1aa380000 - 0x1aa637fff Foundation arm64 <1a46239df2fc34b695bc9f38869f0c85> /System/Library/Frameworks/Foundation.framework/Foundation
0x1aa638000 - 0x1aa66afff libCRFSuite.dylib arm64 <b5116ed3cf69347d85687d2c8d5d76c0> /usr/lib/libCRFSuite.dylib
0x1aa66b000 - 0x1aa7e5fff CoreServices arm64 <43035d98ba1c3d5d972fd61df826fcb3> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1aa7e6000 - 0x1aa846fff libSparse.dylib arm64 <fd83188d02163838a7c012b81f36e440> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1aa847000 - 0x1aad31fff ImageIO arm64 <428fc36a6d0234b5a10cc2cf6f9e0674> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1aad32000 - 0x1aad34fff ConstantClasses arm64 <07aead6b70b73890b27f7aea1cd02350> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1aad35000 - 0x1aaed3fff CoreText arm64 <3a068b6f533e36b18e9823833c815854> /System/Library/Frameworks/CoreText.framework/CoreText
0x1aaed4000 - 0x1ab009fff Security arm64 <d5a88c36cb0932a6906055bbc4b6817d> /System/Library/Frameworks/Security.framework/Security
0x1ab00a000 - 0x1ab0adfff IOKit arm64 <d138895882be3a12964aa53ca8da1b74> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1ab0ae000 - 0x1ab0e5fff libMobileGestalt.dylib arm64 <fe7d38beb09530eca24b70bc964ec273> /usr/lib/libMobileGestalt.dylib
0x1ab0e6000 - 0x1ab142fff libprotobuf.dylib arm64 <027d49d7fea839cda49a4a4fb32c7f6f> /usr/lib/libprotobuf.dylib
0x1ab143000 - 0x1ab154fff libprotobuf-lite.dylib arm64 <2c82919a66fa30a7841320190f2c202d> /usr/lib/libprotobuf-lite.dylib
0x1ab155000 - 0x1ab3a5fff libicucore.A.dylib arm64 <e00735d86bab31f8acbac8fdb01f290e> /usr/lib/libicucore.A.dylib
0x1ab3a6000 - 0x1ab3cffff CoreServicesInternal arm64 <7b6acc45f64532258e2012c49fbcde7a> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1ab3d0000 - 0x1ab417fff WirelessDiagnostics arm64 <dc60c14089ab3ecb916e94fb63a2ae46> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1ab418000 - 0x1ab451fff libAWDSupport.dylib arm64 <52926ffdcfd0397881e93a4df6893672> /usr/lib/libAWDSupport.dylib
0x1ab452000 - 0x1ab8d6fff CoreAudio arm64 <e467570caf523683bf36ce2594f1c98e> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1ab8d7000 - 0x1abba3fff CoreImage arm64 <4aee50c9e546312ead5d721a6afdb059> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1abba4000 - 0x1abc92fff LanguageModeling arm64 <1d022988ea363113a096c2f107568542> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1abc93000 - 0x1abcd9fff Lexicon arm64 <9d08273daeac34e78493ff7bff76cab2> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1abcda000 - 0x1abe5cfff libsqlite3.dylib arm64 <4fadb9ee56a73afca3604780ddf3411b> /usr/lib/libsqlite3.dylib
0x1abe5d000 - 0x1abe8ffff MobileKeyBag arm64 <6cf66de926bb32089688747ed1dbd888> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1abe90000 - 0x1abe99fff libsystem_notify.dylib arm64 <21a918766a2c3f89855046e0f854018a> /usr/lib/system/libsystem_notify.dylib
0x1abe9a000 - 0x1ac07bfff CoreDuet arm64 <5640bda664273303800ed189c16e8049> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1ac07c000 - 0x1ac1befff Montreal arm64 <69a3d186833f35c5963a43e4d365e897> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1ac1bf000 - 0x1ac2a5fff NLP arm64 <22401c0f186737c295999afaf82b1840> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1ac2a6000 - 0x1ac2c3fff CellularPlanManager arm64 <c88939c958243367b5401c11b803b8d1> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1ac2c4000 - 0x1ac301fff AppSupport arm64 <1731e2fba0303bdbb0cf8b02e5e56ecd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1ac302000 - 0x1ac7d3fff libnetwork.dylib arm64 <cf9b76bf435b38d2aed3fb2c050d9216> /usr/lib/libnetwork.dylib
0x1ac7d4000 - 0x1ac8e0fff ManagedConfiguration arm64 <a40f654260d932528c5ebff3f5575cab> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1ac8e1000 - 0x1ac90afff CoreServicesStore arm64 <c16b4fad3e753a2e85d67639481e8080> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1ac90b000 - 0x1ac92bfff UserManagement arm64 <ad5afd364e75332288e4a3bbcce41b5a> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1ac92c000 - 0x1acbe3fff CoreML arm64 <4b1ed9735bef37929aa9775df017a4f2> /System/Library/Frameworks/CoreML.framework/CoreML
0x1acbe4000 - 0x1acbfafff ProtocolBuffer arm64 <4e652067e296363bbfa380eba32585ad> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1acbfb000 - 0x1acc15fff CommonUtilities arm64 <8c65f3b91e6d322ebeedf8a0e60e717a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1acc16000 - 0x1acc16fff libenergytrace.dylib arm64 <b9fc54b519c53301bda0c5607f0e7806> /usr/lib/libenergytrace.dylib
0x1acc17000 - 0x1acc4dfff RunningBoardServices arm64 <c78723a9f231370b8944596226f2b836> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1acc4e000 - 0x1acccbfff BaseBoard arm64 <33a252545a9730ab9cc7fad0345d4758> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1acccc000 - 0x1ad221fff SiriTTS arm64 <f4cc905a59803fe5b6283c8d3b2e70c7> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1ad222000 - 0x1ad294fff CoreLocation arm64 <c8b1e677d38435d38b12bab96c65a426> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1ad2a2000 - 0x1ad2f6fff Accounts arm64 <75940abf4f773731855da69467dbb796> /System/Library/Frameworks/Accounts.framework/Accounts
0x1ad2f7000 - 0x1ad307fff SharedWebCredentials arm64 <1393d99cb36e3c7083e82748f44855b0> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1ad308000 - 0x1ad66afff CFNetwork arm64 <c4865497192b3dbe81e984a99b788adf> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1ad66b000 - 0x1ad74afff UIFoundation arm64 <5633754447e039efbb34f207fda2553c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1ad74b000 - 0x1ae85ffff UIKitCore arm64 <3062ff32218237a2a5f9b38f6fb6b8c3> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1ae860000 - 0x1ae86dfff AssertionServices arm64 <eff14a5c8feb33c1ac3004921caa2a25> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1ae86e000 - 0x1ae940fff CoreTelephony arm64 <f04a58a0c439319784c1f4ea154f6363> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1ae941000 - 0x1ae946fff AggregateDictionary arm64 <e0ce74236eb13c98bb05186b7f4e3d2b> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1ae947000 - 0x1ae95dfff libsystem_asl.dylib arm64 <24190e9ac7db3006b4dfc5e64e85774a> /usr/lib/system/libsystem_asl.dylib
0x1ae95e000 - 0x1ae9d6fff CloudDocs arm64 <c2f43b62730b3b8ba93d6acca741d864> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1ae9d7000 - 0x1aecfffff CoreData arm64 <a654d396b79c3f469e3fbe9ec0ee1af4> /System/Library/Frameworks/CoreData.framework/CoreData
0x1aed00000 - 0x1aef25fff Vision arm64 <958d82a44f733f0f96350b6f68bd9381> /System/Library/Frameworks/Vision.framework/Vision
0x1aef26000 - 0x1aef68fff PhotoFoundation arm64 <9e49f30ca736349893a9716346e41898> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1aef69000 - 0x1aef94fff BoardServices arm64 <728b59e6907e31e5892de5b2c55c48ce> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1aef95000 - 0x1af04afff libboringssl.dylib arm64 <e764c033b42637618fe522445b621fcf> /usr/lib/libboringssl.dylib
0x1af04b000 - 0x1af059fff libsystem_networkextension.dylib arm64 <3a3722da76863c2a99c2cce0e3924bf7> /usr/lib/system/libsystem_networkextension.dylib
0x1af05a000 - 0x1af07afff CoreAnalytics arm64 <85843ee0a89b3316a3e68531eba75336> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1af07b000 - 0x1af1ebfff CloudKit arm64 <d54d14692ec130d7b5af5f852438dc3e> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1af1ec000 - 0x1af239fff SpringBoardServices arm64 <50878840805636d7bff4a6aa6d6cdfa9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1af23a000 - 0x1af2acfff FrontBoardServices arm64 <ca8e712fa22732ae842b65567f6046bb> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1af2ad000 - 0x1af3d4fff Network arm64 <38a032852b86333e95c553eb41e5d3e5> /System/Library/Frameworks/Network.framework/Network
0x1af3d5000 - 0x1af431fff libusrtcp.dylib arm64 <10fe0faf8a4d3bcfbc43e8a951656957> /usr/lib/libusrtcp.dylib
0x1af432000 - 0x1af439fff libsystem_symptoms.dylib arm64 <a0e89bc6db7f3c578468bdc9ae67fdcb> /usr/lib/system/libsystem_symptoms.dylib
0x1af43a000 - 0x1b0324fff GeoServices arm64 <d2fc5b30d98a352d952013a5b60a073b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1b0325000 - 0x1b032dfff TCC arm64 <e8eb1bfdf24d34f2a53b5d0700632050> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1b032e000 - 0x1b0387fff IMFoundation arm64 <b2d85b147b823944beebc644d365b564> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1b0388000 - 0x1b04fbfff CoreUtils arm64 <b642c3a48cdc3b1aba6d651b7e00d61c> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1b04fc000 - 0x1b05adfff IMSharedUtilities arm64 <7e3c3dc898663d13b83dffaa5a1170a5> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1b05ae000 - 0x1b05e3fff ImageCaptureCore arm64 <99700767f48d36cb8ccb1d9e33962eda> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1b05e4000 - 0x1b05edfff libsystem_containermanager.dylib arm64 <4764ee5a2f0a3fbb8a756f60f0e02cd8> /usr/lib/system/libsystem_containermanager.dylib
0x1b05ee000 - 0x1b0669fff AppleAccount arm64 <972cea5083b43105b83f737be8ad7a43> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1b066a000 - 0x1b0684fff ApplePushService arm64 <61a7d33046ff3eec8d22ddd488a37581> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1b0685000 - 0x1b076dfff IDS arm64 <cf2b018761f736d4a1dfad15aa703c85> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1b076e000 - 0x1b0898fff IDSFoundation arm64 <a6bd395156ff3624b78997bb3ed24a06> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1b0899000 - 0x1b089afff libCTGreenTeaLogger.dylib arm64 <2ab5f36320803bda84913992c492743e> /usr/lib/libCTGreenTeaLogger.dylib
0x1b08ff000 - 0x1b09fffff CoreMedia arm64 <b9bf44cd041a37af8879451f66687468> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b0a00000 - 0x1b0a0ffff UIKitServices arm64 <0eeb42c795483dba82a142eeda85503e> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1b0a10000 - 0x1b0a6dfff BackBoardServices arm64 <6f0540d2fedc308eacff631bff19cd69> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1b0a6e000 - 0x1b0cbffff QuartzCore arm64 <ba9eccee9f613baab8a88eb3b7e0a24f> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1b0cc0000 - 0x1b0d87fff ColorSync arm64 <503c108270703f1786df14588e7f9ff7> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b0d88000 - 0x1b12f7fff CoreGraphics arm64 <e068b7652d603d90aba30df6da3578bc> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1b12f8000 - 0x1b1427fff Contacts arm64 <18807e6ef924349a9384161c92390665> /System/Library/Frameworks/Contacts.framework/Contacts
0x1b1428000 - 0x1b1456fff UserNotifications arm64 <44b07041e9723af2a6446a04bc8588a7> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b1457000 - 0x1b147afff LocationSupport arm64 <470b39d55daf3170b1a38841292d494d> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1b147b000 - 0x1b15d6fff Sharing arm64 <34759ac26e85385f9cca89d83469028d> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1b15d7000 - 0x1b1c16fff WebKit arm64 <0d71fc8cc7e331948094d1c767c7bc09> /System/Library/Frameworks/WebKit.framework/WebKit
0x1b1c17000 - 0x1b39cbfff WebCore arm64 <fbf9a3b9df503629af395c41d3e4e83a> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1b39cc000 - 0x1b39e6fff libAccessibility.dylib arm64 <f55983edebf933948322efaefe1ecbca> /usr/lib/libAccessibility.dylib
0x1b39e7000 - 0x1b39f2fff AXCoreUtilities arm64 <c9ced073466a32208dbabf96d0a50f15> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1b39f3000 - 0x1b3a66fff ContactsFoundation arm64 <0ba958ac9959337ca4d72b34bd2d50aa> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1b3a67000 - 0x1b3a7bfff PowerLog arm64 <eec0214c57da38818a8622fde679829c> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1b3a7c000 - 0x1b3a8dfff IOSurface arm64 <4abf1719833c3f8db61863ff9b392891> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1b3a8e000 - 0x1b418afff MediaToolbox arm64 <bce0f04fbe4d3f55bce62184be284bfd> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1b418b000 - 0x1b4193fff GraphicsServices arm64 <aea26bf9483739a29902950b92b52592> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b427c000 - 0x1b4474fff AVFoundation arm64 <20bfceb457453bd2a5b3ce71ea50c1b2> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b4475000 - 0x1b44acfff OnBoardingKit arm64 <e2e88272c1933ba4b9f2245bc7dba1e1> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1b44ad000 - 0x1b44fbfff MobileWiFi arm64 <3e4f5fc8825839f084694f7c77d62907> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1b44fc000 - 0x1b4514fff MobileAsset arm64 <9a597efb899f383a867473d91b06eb94> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1b4515000 - 0x1b4522fff libGSFont.dylib arm64 <59fe7a3b9b8437a7a992bdae0faab9d6> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1b4523000 - 0x1b452cfff FontServices arm64 <2b26f3985f9030d39a40bfe0df98686b> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b452d000 - 0x1b4676fff libFontParser.dylib arm64 <cac8dc5601323efd9875a5e886d92ea8> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1b46c6000 - 0x1b47fffff SearchFoundation arm64 <e91f6d1fcdd23a1595d49b7ed678ec0a> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1b4800000 - 0x1b491efff Preferences arm64 <9cb3558569ea3b2c8a520db57aba8688> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1b491f000 - 0x1b4f8dfff PhotoLibraryServices arm64 <7e2dec0b4e49338fb908b97df773b12a> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1b4f8e000 - 0x1b51f2fff vImage arm64 <1987440ca5e638368a23cd7341b1932a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1b51f3000 - 0x1b5427fff AudioToolbox arm64 <9eea0978fcad33cc9e3035ea939b2143> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1b5428000 - 0x1b545afff libAudioToolboxUtility.dylib arm64 <5e0ec0bf47f03853a777ea0123cdecaa> /usr/lib/libAudioToolboxUtility.dylib
0x1b545b000 - 0x1b5617fff ContactsUI arm64 <f9dc4b6c059f37809b709240dcc469ac> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1b5682000 - 0x1b5886fff Photos arm64 <beb29988134830ce91e9ba3af86440a0> /System/Library/Frameworks/Photos.framework/Photos
0x1b5887000 - 0x1b591bfff ShareSheet arm64 <0e75ee0b6aeb34c69e1403fe2a0b602a> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1b5930000 - 0x1b59e4fff PDFKit arm64 <d8c1fee5d77635d895bbd3b646f269fc> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1b5a62000 - 0x1b5a8ffff DocumentManager arm64 <df6155e3a82c3b98aad02755b34ffac2> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1b5ceb000 - 0x1b5d62fff AuthKit arm64 <2fda46a0c0c03b0e8222936e5ef11f24> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1b5d63000 - 0x1b617ffff Intents arm64 <4c28f731a5bf380abec95b89347dcca6> /System/Library/Frameworks/Intents.framework/Intents
0x1b6180000 - 0x1b6194fff libCGInterfaces.dylib arm64 <e2a730f6b7b63f2aa3be0ed27cf3cab5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1b6195000 - 0x1b62f4fff WebKitLegacy arm64 <dd6cd4bf7b9535ea92c9c5d914af546b> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1b62f5000 - 0x1b635ffff TextInput arm64 <982b9b2cc64d3667aeb3863f355e5f6f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1b63db000 - 0x1b63defff XCTTargetBootstrap arm64 <5c185207156334bcbfddbae1d7470d2b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1b63df000 - 0x1b6493fff CorePDF arm64 <4068ec815d3438b59ad58c2ae7167ef4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1b64cf000 - 0x1b6880fff MediaPlayer arm64 <2730d66693cf3968b472685e5323ea96> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1b6881000 - 0x1b6b98fff AppleMediaServices arm64 <bfd95f83910f387e9876e28ebdd4dd57> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1b6b99000 - 0x1b6bbffff CacheDelete arm64 <0c48aade3fe43589acc552d3e119c591> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1b6bc0000 - 0x1b6d87fff CoreMotion arm64 <70ed3ef1d8263d55b5eae657ac5e8057> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1b6d88000 - 0x1b6e75fff AVFAudio arm64 <1df3312395353945983fb139a4216fa9> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1b6e76000 - 0x1b7092fff RawCamera arm64 <1bf4eb4c14f636da870cb1a1b23a7e77> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1b7093000 - 0x1b7149fff CoreUI arm64 <d90479e8d57435b1a4cbab0423d21770> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1b714a000 - 0x1b716efff AppSupportUI arm64 <7264f3b8500e30b0ad4e3f00500d64bd> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1b716f000 - 0x1b71a4fff CoreVideo arm64 <443ef021c4123a32a3970433993d16fe> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1b71a5000 - 0x1b73dbfff AudioToolboxCore arm64 <5cc99c07d3b3317aa0aa90b7edb05d00> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1b73dc000 - 0x1b741ffff CoreDuetContext arm64 <badc9da39c60341aa29c34542cb16158> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1b7420000 - 0x1b745afff SetupAssistant arm64 <3f5a75d178773381875c6c41678d79e1> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1b745b000 - 0x1b7517fff TelephonyUtilities arm64 <5c63d78ffe1433738deae30f6c98838d> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1b7518000 - 0x1b7542fff PlugInKit arm64 <5d4ad58191a23317a0d2ee6357784767> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1b7543000 - 0x1b78c5fff libswiftCore.dylib arm64 <dcbc2d499c313dbebcf3b0f5205f87fe> /usr/lib/swift/libswiftCore.dylib
0x1b78c6000 - 0x1b7a01fff AssistantServices arm64 <a8b7086d107935e5a99f4496e472e170> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1b7a02000 - 0x1b7a61fff ProactiveSupport arm64 <f139ee3c405538eb8b0e3157dfeb850b> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1b7a62000 - 0x1b7ca4fff MapKit arm64 <7029e175072a3830a8d7e0402b5e3436> /System/Library/Frameworks/MapKit.framework/MapKit
0x1b7ca5000 - 0x1b7cc1fff PrototypeTools arm64 <cc8e1d9d10a23e8785900518b23242dd> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1b7cc2000 - 0x1b7db3fff MediaExperience arm64 <d3696f197c97386d855765ea3931bdea> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1b7db4000 - 0x1b8088fff ********* arm64 <f23ff8ceade230c2946daf42793d76ab> /System/Library/PrivateFrameworks/*********.framework/*********
0x1b8089000 - 0x1b80e5fff CallKit arm64 <43fdc2704c013b87a03e8d080c082b83> /System/Library/Frameworks/CallKit.framework/CallKit
0x1b82ab000 - 0x1b89a1fff VectorKit arm64 <5655a0aafafb3c3d8b69a2ef8e8e2146> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1b89a2000 - 0x1b8a71fff AVKit arm64 <2afc669447223d058ee6c706b54cbb35> /System/Library/Frameworks/AVKit.framework/AVKit
0x1b8a72000 - 0x1b8aa0fff Pegasus arm64 <8b990cff02533a6782f88bd0831837f4> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1b8aa1000 - 0x1b8aa3fff libapp_launch_measurement.dylib arm64 <2741e56c89873a20acde4979ee28be22> /usr/lib/libapp_launch_measurement.dylib
0x1b8ab9000 - 0x1b8b1bfff CoreSpotlight arm64 <73ad186f492c3a338c9f3cea760b172f> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1b8b1c000 - 0x1b8bb3fff AddressBookLegacy arm64 <e45307d41ffb3a969616fe7e59195de2> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1b8bb4000 - 0x1b8bc3fff CrashReporterSupport arm64 <8f50c9095b293180a908ffdbdeecede3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1b8bc4000 - 0x1b8bd6fff MobileBluetooth arm64 <6c5b5fd25a743a74b69bc8e8fe200b70> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1b8bd7000 - 0x1b8c90fff LinkPresentation arm64 <652903c4cccb3fb38ef4495e900b809b> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1b8cc9000 - 0x1b8ccdfff libsystem_configuration.dylib arm64 <1f77794460993bc0a06207f2193781f6> /usr/lib/system/libsystem_configuration.dylib
0x1b8cce000 - 0x1b8d28fff RemoteUI arm64 <2f684cc557103242b20baf988113cb51> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1b8d29000 - 0x1b8d7efff AuthKitUI arm64 <629ab78d4fc83ddfb4d6a2126d3215f5> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1b8d7f000 - 0x1b8de4fff CoreRecognition arm64 <2ebd686e061537b7a7b8e68085e0fba0> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1b8de5000 - 0x1b8e67fff Social arm64 <286389b70f603f62ad78a0c38377938f> /System/Library/Frameworks/Social.framework/Social
0x1b8eb5000 - 0x1b8ec3fff HangTracer arm64 <f7cd6e3068023cb8b89cfb387970d104> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1b8ec4000 - 0x1b8f29fff CoreNLP arm64 <bc2c4aea12293a0fab1f92fc80182f74> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1b8f2a000 - 0x1b8f2bfff liblangid.dylib arm64 <e1c11f41cd7031148ffeb431b53b9fdd> /usr/lib/liblangid.dylib
0x1b8f2c000 - 0x1b9db7fff JavaScriptCore arm64 <aaf4e988dfd33f50af21779cf1258c80> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1b9db8000 - 0x1b9e45fff libTelephonyUtilDynamic.dylib arm64 <a187f39512fe32d99a85829691a49f64> /usr/lib/libTelephonyUtilDynamic.dylib
0x1b9e5a000 - 0x1ba0d8fff StoreServices arm64 <ec2375561d7b3b6aad035307560492cd> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1ba0d9000 - 0x1ba0e2fff IOMobileFramebuffer arm64 <7462439e125833758ae73bd083b45ae2> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1ba0e3000 - 0x1ba26afff SafariServices arm64 <140f2dc426773ad0a53b9091cc230645> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1ba45a000 - 0x1ba474fff CoreMaterial arm64 <0c57d0346b8038ac99da29d1c5756073> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1ba475000 - 0x1ba55afff libxml2.2.dylib arm64 <59363b79c5c93f4a8225d4514922256a> /usr/lib/libxml2.2.dylib
0x1bbdc9000 - 0x1bbe11fff MetadataUtilities arm64 <a6b4a006922d31b3a175503669bc8e3c> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1bbe12000 - 0x1bbe6afff UserActivity arm64 <5cee49c805f930de8cad926a2d5d9417> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1bc79b000 - 0x1bc9acfff NetworkExtension arm64 <b9952b5daeb134a6b570a193e0440119> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1bc9ad000 - 0x1bc9e2fff DataDetectorsCore arm64 <3d0a108f71733e29965b637096e09ec8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1bc9e3000 - 0x1bca42fff CalendarFoundation arm64 <741401805340338b9af74bb4b3abbcec> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1bca43000 - 0x1bcb35fff EventKit arm64 <ccf2cfad170235068b9442ef6e9223c3> /System/Library/Frameworks/EventKit.framework/EventKit
0x1bcb36000 - 0x1bcb6cfff MediaServices arm64 <280846cf79173979b3983b4d12c94480> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1bcf88000 - 0x1bcfc7fff BiometricKit arm64 <e6db96b653b93c1ebfc883ed0eaf8aec> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1bcfc8000 - 0x1bcff2fff PersistentConnection arm64 <396582b9038d33ecbbaf6270715f2b50> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1bcff3000 - 0x1bd046fff CalendarDaemon arm64 <7f06d2437059300ab555af7cb5998810> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1bd047000 - 0x1bd0ddfff CalendarDatabase arm64 <94a758b9924130a9a008623815ebbac9> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1bd0de000 - 0x1bd2ccfff MediaRemote arm64 <1a209e28192c390bab18d149f841c17f> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1bd2cd000 - 0x1bd2d5fff CorePhoneNumbers arm64 <68106cb9cf6d390d8e267e7bbf249c6b> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1bd2e6000 - 0x1bd30cfff DuetActivityScheduler arm64 <13c0f1714e3036779c37852398f0bafa> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1bd411000 - 0x1bd433fff CoreSVG arm64 <73bfc0febb0d31628b9223dc7a5a983f> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1bd44e000 - 0x1bd46bfff ProactiveEventTracker arm64 <d3f6831ea3103097999b303f03c8719e> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1bd46c000 - 0x1bd477fff MallocStackLogging arm64 <bd95833751b935d8bfaa122f9c6eaafa> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1bd478000 - 0x1bd50cfff CoreSuggestions arm64 <5692520a6a6a3fa4a4dabef3347d528b> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1bd50d000 - 0x1bd6befff IMCore arm64 <fe16f952a8763d4ba91b2fb929d8ef98> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1bd6bf000 - 0x1bd710fff DeviceManagement arm64 <a2ec1a2c4bdc3d4da47e05f8c0b0810d> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1bdf15000 - 0x1bdf22fff BluetoothManager arm64 <f0706407ab963b31aac5f69d7e70dead> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1bdf23000 - 0x1bdf58fff CoreBluetooth arm64 <bfd3e1ab946c30a4b6a3c86c831f13d2> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1bdf59000 - 0x1bdf5bfff libsystem_sandbox.dylib arm64 <19bf542aa27f358aaf26c829d92f3995> /usr/lib/system/libsystem_sandbox.dylib
0x1be040000 - 0x1be077fff TextInputUI arm64 <584490afffd630b0a2b86d6045db9880> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1be086000 - 0x1be092fff ContextKit arm64 <af4e539a51ed31f58501db604920f663> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1be0c3000 - 0x1be12ffff Rapport arm64 <0d829a31fed33c2bb4da9a2712178c8c> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1be130000 - 0x1be173fff OSAnalytics arm64 <66d408f799793943ae529a4b12829625> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1be174000 - 0x1be1a2fff MobileInstallation arm64 <82830c2abb583bd5a627995189600504> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1be1a3000 - 0x1be23dfff Metal arm64 <245b6ff0bdfd33a7a34ce4fe57ebc2a2> /System/Library/Frameworks/Metal.framework/Metal
0x1be23e000 - 0x1be244fff IOAccelerator arm64 <3335cc966200367c99e96bb8fd064751> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1be245000 - 0x1be250fff MediaAccessibility arm64 <f8f4cb6f12af349aadc0c2124373d615> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1be26e000 - 0x1be275fff libsystem_dnssd.dylib arm64 <59b26d826fd335ed998cf5b62e38f910> /usr/lib/system/libsystem_dnssd.dylib
0x1be276000 - 0x1be27cfff PushKit arm64 <634713aced1d38df81cd370674d873ad> /System/Library/Frameworks/PushKit.framework/PushKit
0x1be27d000 - 0x1be382fff FileProvider arm64 <817c33078d9f344bae2e99274886c2de> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1be397000 - 0x1be398fff BackgroundTaskAgent arm64 <2ba41ad36b8a36088b6f0097d4a014fd> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1be399000 - 0x1be39efff LinguisticData arm64 <ee7e5c2f67d63fdb8f294a556494ffa5> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1be39f000 - 0x1be3b7fff CoreSDB arm64 <3c8d2ae38db03228b83874a7957493c9> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1be3b8000 - 0x1be3c8fff Categories arm64 <4aee06d32058399082825c91d95b7771> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1be3e3000 - 0x1be49efff ************ arm64 <cb7226845bc83f528ef0eb5e3d9e7d06> /System/Library/Frameworks/************.framework/************
0x1be8d4000 - 0x1be933fff PersonalizationPortrait arm64 <c41be57e68c13b2e91365a72b69ae410> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1be9fd000 - 0x1bea05fff SymptomDiagnosticReporter arm64 <7f5611dfa5063e699db9329b22f493de> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1bea06000 - 0x1bea08fff IOSurfaceAccelerator arm64 <4d17d1ca325c350a8cceec8a93550c14> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1bea09000 - 0x1beab7fff AssetsLibraryServices arm64 <4955c2b198f034fabf1be5e071b1f199> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1beab8000 - 0x1beaeafff DataAccessExpress arm64 <ccd6268a555f36fc823411bece0a960a> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1beb5a000 - 0x1beb6ffff CoreFollowUp arm64 <edfbe826475a330eb7062eaf1f013738> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1beb70000 - 0x1beb78fff FamilyCircle arm64 <47b6531315713b6fb50aa030a9bc27b9> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1beb79000 - 0x1beb8efff libcoretls.dylib arm64 <e83864eb177533af91d71d6e5bfd6799> /usr/lib/libcoretls.dylib
0x1bebe5000 - 0x1bec76fff libate.dylib arm64 <0dbd4cdb7d493a94a11e8c4b6eb9d303> /usr/lib/libate.dylib
0x1bff01000 - 0x1bff25fff Pasteboard arm64 <e599feae3d8d3929b1afefeaf62018d6> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1bff26000 - 0x1bff74fff FTServices arm64 <c451d4c6281f34c7880529373e2a84d7> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1c0026000 - 0x1c0090fff SAObjects arm64 <4d72bf5c563e3a9ca016e691ae307b08> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1c0091000 - 0x1c009bfff CoreRecents arm64 <e64c1a460cf23b7880679d9bc3521015> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1c0144000 - 0x1c0151fff DataMigration arm64 <bda78d7eac783fb7ad49253a971577af> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1c0305000 - 0x1c0329fff IconServices arm64 <9d0a77437f5e311097babd6a8f94e8a1> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c032a000 - 0x1c0516fff iTunesCloud arm64 <e806cac9c1f13e80bf88b696c4cdd5e4> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1c0517000 - 0x1c07dcfff MusicLibrary arm64 <c4573d69b57033c8871d37d686109222> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1c07dd000 - 0x1c07defff WatchdogClient arm64 <834e0b823de23ff6b57e7904ce03a445> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1c07df000 - 0x1c07f0fff libprequelite.dylib arm64 <83d923c30f863498843177b257132ca9> /usr/lib/libprequelite.dylib
0x1c0815000 - 0x1c081afff IDSKVStore arm64 <0107cc7a4d5e38619995358ffa0a265d> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1c081b000 - 0x1c082bfff CoreEmoji arm64 <577a37002ad53990bcc8b0c9fd511a74> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1c08c4000 - 0x1c0926fff ClassKit arm64 <a5b8753d353b33adb396bb4c1770589a> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c0992000 - 0x1c099ffff CPMS arm64 <df575af01b103cfcb663abf02f06ac80> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1c09a0000 - 0x1c09a8fff RTCReporting arm64 <0a2ce1ac2e2e3ce4a08f6cac1003638f> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c0b04000 - 0x1c0b50fff MobileBackup arm64 <c8b58b1f4f1b3c4e90d8a015dc4b8a5d> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1c0bff000 - 0x1c0c06fff CoreTime arm64 <cf3715716c1635b68d871a966ae17239> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1c0c4d000 - 0x1c0d8cfff IMDPersistence arm64 <cd78aa6993ee36f289a9f7f9f382bc4d> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1c1234000 - 0x1c1287fff ToneLibrary arm64 <ae796371fa9c388d875bf9987e816484> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1c1521000 - 0x1c153ffff AppConduit arm64 <154844916f3532859f72c3ab9b95ae87> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c1540000 - 0x1c1558fff IntlPreferences arm64 <19b52e5151793276afea6f0b59e6a97e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c18ff000 - 0x1c19edfff CoreBrightness arm64 <df0aac48fa243894800d72a97e6b4943> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c19ee000 - 0x1c19f5fff libIOReport.dylib arm64 <ab2118f813b933e48f29f6d37d8d976e> /usr/lib/libIOReport.dylib
0x1c1b7e000 - 0x1c1db1fff libBNNS.dylib arm64 <a36340b78a703f8180b712c7759ab043> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c1db2000 - 0x1c1db9fff StudyLog arm64 <6ba8e4d9754b3e25b97d3084e1646db0> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c1e40000 - 0x1c1ecefff iTunesStore arm64 <b89f93b7ddc33e6993b8701d7e98e765> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1c2921000 - 0x1c2978fff SafariCore arm64 <0cd7ad921ee937db82a85e9a9252636d> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1c2979000 - 0x1c29e0fff ScreenTimeCore arm64 <3a52a67989fb39a98d87749022ce38c6> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1c2feb000 - 0x1c2ffdfff LocalAuthentication arm64 <b6f98d423e8634dc93182ca70b09cf3b> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c2ffe000 - 0x1c3002fff CommunicationsFilter arm64 <b6b1cc145f2a3b199c85ada5af8dfd3e> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1c3003000 - 0x1c3025fff AddressBook arm64 <437470fa20f039ebbd8f319565a681e7> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1c3026000 - 0x1c3031fff CaptiveNetwork arm64 <dc9b5ed33e063d7eb9edec10ebd0e665> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1c3182000 - 0x1c3232fff libBLAS.dylib arm64 <62050c2e28b83071926604f28576b48a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1c3233000 - 0x1c3241fff CTCarrierSpace arm64 <41d7677ad9313fe891ce68c033bec647> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1c3a50000 - 0x1c3b1bfff CoreParsec arm64 <cdc62617d5a9365bafacc9546ea06583> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1c3d09000 - 0x1c3d24fff libtailspin.dylib arm64 <450b7c0ece54385bbdab05395a050bcd> /usr/lib/libtailspin.dylib
0x1c3d81000 - 0x1c3d95fff ContactsDonation arm64 <d9c53579f3753255a0d649fe1f7780dc> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1c3de0000 - 0x1c3de9fff MobileActivation arm64 <ed46d70e41b63f13bf3b17894f6b594d> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1c3e6a000 - 0x1c3e78fff MobileIcons arm64 <3326557a3286356a87ca1df0d6130151> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1c3e79000 - 0x1c3f78fff ResponseKit arm64 <f16e781681d434dab63e5b9f5b065347> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1c403f000 - 0x1c4089fff CoreHaptics arm64 <06db7c401d2d3d9cb266f37874fa0bbb> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1c41c3000 - 0x1c4252fff CoreSymbolication arm64 <a57040868d163139acb568011b34123a> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1c4253000 - 0x1c4259fff IdleTimerServices arm64 <39c79767aa7034c9a680af46224d4640> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c4352000 - 0x1c440bfff VideoSubscriberAccount arm64 <b9300042738f365c90ca366308d929c9> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1c4420000 - 0x1c4423fff FTClientServices arm64 <78f0b76870173a47ae1f3024101d4aad> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1c4424000 - 0x1c4489fff ContactsUICore arm64 <2da1d6849b7b36e3bc95d2be741b2ea9> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1c48e5000 - 0x1c492cfff LoggingSupport arm64 <6b7e370405d33c45967ac8c458928a3f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1c4a30000 - 0x1c4a89fff ProtectedCloudStorage arm64 <bbc869b2f84b34d6bf61cef9d1fa8fc0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1c4a8a000 - 0x1c4b52fff GLEngine arm64 <1b5a16deb30b3589831851240da1efc8> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1c4b53000 - 0x1c4b6ffff AppleMetalGLRenderer arm64 <5c891a5bc2563d5ab3f6c42856ce154e> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1c4b70000 - 0x1c4b78fff OpenGLES arm64 <287f3b01842d30da9702f5cd4793458e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1c4b79000 - 0x1c4cd7fff libGLProgrammability.dylib arm64 <0f85f94239203b818fe9f75af9a6782f> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x1c4cd8000 - 0x1c4ce0fff libGFXShared.dylib arm64 <2209635c627c36d381f28da5e9019b90> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1c4ce1000 - 0x1c4d16fff SharedUtils arm64 <f6c64f0f3df3385aab929b5f99acb807> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c4d17000 - 0x1c4d64fff PhotosFormats arm64 <80f459a667303db0b188f9a6c61eb6cd> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1c6371000 - 0x1c63adfff StreamingZip arm64 <80a7602a6d27384abec3ffe12bc0c50f> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1c6fec000 - 0x1c719ffff SafariShared arm64 <930666655b4937d9a2152c6834d06a0a> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1c7225000 - 0x1c7228fff InternationalTextSearch arm64 <d534123f5b233184ac92042f378619cd> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1c7246000 - 0x1c7262fff AssetCacheServices arm64 <fe2d1f58a37a30459b13dcc1814362e6> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1c7bd3000 - 0x1c7bd8fff IncomingCallFilter arm64 <d6b56428a9b634788ecddd75c8420b8e> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1c7bf4000 - 0x1c7c0cfff NetworkStatistics arm64 <52d0181fe70c385697ef3746d5fe1bb4> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1c8078000 - 0x1c807efff Netrb arm64 <53cc7821890f34b380124739cbb90896> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1c8082000 - 0x1c80b2fff EAP8021X arm64 <e8e5622aa64439bdae85b80f604662f1> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1c80b3000 - 0x1c80b5fff OSAServicesClient arm64 <785aab0a88ed34ba885d7483d3be9ee9> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1c8239000 - 0x1c823dfff libgermantok.dylib arm64 <e15d5eee368a3e16b9a11328963ce574> /usr/lib/libgermantok.dylib
0x1c823e000 - 0x1c82f1fff libmecab.dylib arm64 <0bb7b7b678bb3ab887345ee24d6eff43> /usr/lib/libmecab.dylib
0x1c82f2000 - 0x1c832dfff Catalyst arm64 <986bc11a0f5131e191295b9c7a3f7ab2> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1c83ea000 - 0x1c8402fff EmojiFoundation arm64 <73ce79d27270382791122516bb308cf8> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1c8499000 - 0x1c84d5fff VoiceServices arm64 <e6f4af2654f03125b334ccce6916d07d> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1c84d6000 - 0x1c85ecfff Navigation arm64 <16a6a764ab0a3f75bc063f808063cbbf> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1c8905000 - 0x1c8913fff CoreDuetDaemonProtocol arm64 <165d40fd3ad831c19723d85738aabf53> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1c8914000 - 0x1c8933fff FTAWD arm64 <51a4c50a1e883595bf4d7195a506fc8c> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1c9ee5000 - 0x1c9ee7fff OAuth arm64 <a6900a3c3a9639aca03ab1e00576cede> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1ca182000 - 0x1ca1bdfff DifferentialPrivacy arm64 <b0a6360b231337369dc89715c832eb22> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1ca997000 - 0x1caa05fff libarchive.2.dylib arm64 <f687622c8e6e3452a0d48f7ed993c0d4> /usr/lib/libarchive.2.dylib
0x1caa06000 - 0x1caa36fff C2 arm64 <0d7a3e496f95395c9eae28b0d0b16ba5> /System/Library/PrivateFrameworks/C2.framework/C2
0x1caa37000 - 0x1caa6afff NaturalLanguage arm64 <cfa438750b4032c8b14daf751e0b0df0> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1caafd000 - 0x1caafefff libsystem_coreservices.dylib arm64 <50693ebd12b43fc8acaad84a8b82a0df> /usr/lib/system/libsystem_coreservices.dylib
0x1cab10000 - 0x1cab22fff libmis.dylib arm64 <70eb0208446d35d1a06035cee66ecf30> /usr/lib/libmis.dylib
0x1cab23000 - 0x1cab78fff WebBookmarks arm64 <999457f8960a3611bf14c3f4619837a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1cab79000 - 0x1cab86fff DCIMServices arm64 <2f74408211e2332b8aa91789e71ae562> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1cab87000 - 0x1cacd7fff CloudPhotoLibrary arm64 <51a836e0dea1366b83a29640fc2648b1> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1cad12000 - 0x1cad1afff libcopyfile.dylib arm64 <f5f048c1d258338f96bd94863b7f84e4> /usr/lib/system/libcopyfile.dylib
0x1cad1b000 - 0x1cad3cfff UsageTracking arm64 <81e36061690d39c19eb46f605c1fbcff> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1cb07e000 - 0x1cb112fff AccountsDaemon arm64 <7abea61a48783baaa76d6ba23b765846> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1cb113000 - 0x1cb11efff AppleIDSSOAuthentication arm64 <e4999d56d7673b7b9c1370b23fcbbec5> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1cb11f000 - 0x1cb132fff SettingsFoundation arm64 <d6b7da8b402b3d9c91234c18f5dc7ffb> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1cb26b000 - 0x1cb2edfff Symbolication arm64 <31fd30f6ccb13309b25294a1d85326e2> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1cb4a2000 - 0x1cb4effff ChunkingLibrary arm64 <6c669fdc362138dd89e33201adb10962> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1cb4f3000 - 0x1cb4f7fff DAAPKit arm64 <407eb1b504133cf59185bb985c8834bd> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1cb9cc000 - 0x1cb9cefff CoreDuetDebugLogging arm64 <1fd35a97edf032d68a771db66fc72f52> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1cc4f3000 - 0x1cc531fff SignpostSupport arm64 <a8ffcfa229463bc087f1dcc98e94864e> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1cc7c6000 - 0x1cc7cffff SignpostCollection arm64 <4f5984b7fa9938779a0e784f4ec5f2e1> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1ccefc000 - 0x1ccf02fff URLFormatting arm64 <fbc08a2be4293492a507ee08d69db0b9> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1ccf17000 - 0x1ccfbefff MMCS arm64 <a0b62405414f3082832d301e6c98c361> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1cd016000 - 0x1cd242fff MobileSpotlightIndex arm64 <001c3d304f153304b2a50fef0300dae4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1cd665000 - 0x1cd6abfff CoreLocationProtobuf arm64 <354363c3361234f0bde81d06b68951a8> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1cd75f000 - 0x1cd7dbfff Quagga arm64 <1e8a7a5cf04239d8b8a9d719c1aeddad> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1cdae6000 - 0x1cdafbfff libEDR arm64 <66ee6000bd2339d1ba5e6b3b10c2470c> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1ce719000 - 0x1ce726fff libperfcheck.dylib arm64 <3ba9a8fd8a773231ab960d7701333c63> /usr/lib/libperfcheck.dylib
0x1ce727000 - 0x1ce732fff libAudioStatistics.dylib arm64 <c74af5a6998431e3b5cf65f2283d2145> /usr/lib/libAudioStatistics.dylib
0x1ce8f6000 - 0x1ce906fff caulk arm64 <eb0f4cd651633b23948a25c8c2ba93c2> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1ce945000 - 0x1ce94bfff MobileSystemServices arm64 <a1c84260dd6f36be94784291ef6f1c30> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1cfa7d000 - 0x1cfa87fff HID arm64 <b07d4f0b24023f4ea0d2ab04d5871a94> /System/Library/PrivateFrameworks/HID.framework/HID
0x1cfab4000 - 0x1cfaedfff libGLImage.dylib arm64 <15ad0d4a18443118ac68cf15538dab9e> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1cfee8000 - 0x1cfef9fff libSparseBLAS.dylib arm64 <1f51189eaa19385c94b7fb0292561c82> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1cfefa000 - 0x1cff0dfff Engram arm64 <6e8e17826af3317f92fb524fa0b85c33> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1cff84000 - 0x1cffbefff DataDetectorsNaturalLanguage arm64 <fdd18833bb40393cb0b36aa612898268> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1d02b5000 - 0x1d02bdfff FSEvents arm64 <ff8eb4136ed734ddbba680ce0c3e88be> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d02cd000 - 0x1d034afff CoreDAV arm64 <bc90cfd12bae381e89a63307c80599a5> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1d0c93000 - 0x1d0ca3fff RemoteTextInput arm64 <76a999dbfd5a363384d1ad23aaadccf6> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d0ccc000 - 0x1d0cfbfff iCalendar arm64 <9df467aa8d1630b69f7d5e1371cf1b12> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1d0d18000 - 0x1d0d21fff CloudPhotoServices arm64 <fa48e241fdfe38fe8596c734d100b850> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1d0d60000 - 0x1d0d74fff libLinearAlgebra.dylib arm64 <83e007597b01399783a65a8f7a6c3208> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d0e08000 - 0x1d0f02fff ConfigurationEngineModel arm64 <4577aebeb8fc3bd09d1b030d97373dde> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1d0f03000 - 0x1d0f0afff CertUI arm64 <6680caf12d653f11a1df07a43db46053> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d0fef000 - 0x1d0ffdfff CoreAUC arm64 <0baa16e29c3a372aafd1f0e84f547e5c> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1d198e000 - 0x1d19d4fff PhysicsKit arm64 <b47ea3ebcfd037bda7b951e1ad5f7f90> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d19d5000 - 0x1d1a26fff CorePrediction arm64 <e70c69587f633651b1c42a87caa03dc9> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d1e18000 - 0x1d1e65fff SafariSafeBrowsing arm64 <76e45ab6253135dbbcc5b9657344c140> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1d2213000 - 0x1d2289fff HomeSharing arm64 <f5d31569258d319fa9d6df64a246504d> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d2317000 - 0x1d2335fff GenerationalStorage arm64 <05a7c289ff76316bad961b4e87eefbf6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d2398000 - 0x1d23a3fff PersonaKit arm64 <818ad3bb76b83cf2a5e2abd964da978b> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d23a4000 - 0x1d23b0fff PersonaUI arm64 <65aeb7d64ae135f28487092ea21b4344> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d27bc000 - 0x1d27c1fff kperf arm64 <4dd4a30e85383405b9959fde4fd003f1> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1d295e000 - 0x1d296cfff AssetsLibrary arm64 <486139609c8b3b29bf7561f253873e44> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1d2999000 - 0x1d29ccfff libpcap.A.dylib arm64 <80be39cf99d83d1eb3c6b8d3fd8a838d> /usr/lib/libpcap.A.dylib
0x1d2c8c000 - 0x1d2ca0fff WebUI arm64 <a9cd6647a4913d30ac88fd88bc4c4667> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1d2ca1000 - 0x1d2cb8fff SafariFoundation arm64 <ebcb0a0b83f53be091d8d09e80e2b2ec> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1d2d04000 - 0x1d2d9efff libvDSP.dylib arm64 <76375e092cdb311185ec8ed1d8f4bfc9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1d2d9f000 - 0x1d2dc9fff vCard arm64 <b0b531acb8d93d96b56ebc95a2d3f347> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d2e11000 - 0x1d2e9bfff SampleAnalysis arm64 <b0b83d5c49fc3b3d9737165254abfacb> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d2e9c000 - 0x1d2ea8fff IntentsFoundation arm64 <2090563ffa41300da28ea5bc984ed49b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d3094000 - 0x1d3096fff ParsecSubscriptionServiceSupport arm64 <a90bc317d0c63803a67dd9fac0e4bc06> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1d3097000 - 0x1d3126fff MediaPlatform arm64 <a7f36f3dd45230f78c0dfd793cf737da> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1d3127000 - 0x1d3437fff MediaLibraryCore arm64 <55b303ee3c563e8ba58e5d3aaa7af419> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1d349a000 - 0x1d34d2fff PhotosImagingFoundation arm64 <d5ab64a694fc362c8a1af663f04dc142> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1d34d3000 - 0x1d34f5fff MediaConversionService arm64 <546cb2add7863f26a98d7269bef43091> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1d34f6000 - 0x1d3513fff MediaStream arm64 <53b300858ffc31d8a6b4c6c007e5e24b> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1d3514000 - 0x1d360efff CoreMediaStream arm64 <199d1804e5113baa9df9d57487aeb62a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1d3728000 - 0x1d3728fff Accelerate arm64 <9818869ce13333be8f6636eea59aedc8> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d3729000 - 0x1d3a3efff libLAPACK.dylib arm64 <1d4e4b0531313da5b611fb2575e17079> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1d3a3f000 - 0x1d3a43fff libQuadrature.dylib arm64 <cccd3657551a38ef9e6c240d60dc8df8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1d3a44000 - 0x1d3a9dfff libvMisc.dylib arm64 <435399eb7a8f3979b0d139c3f453fd29> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d3a9e000 - 0x1d3a9efff vecLib arm64 <b52984345da233bb9108b4b63a4b26a6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d3aa7000 - 0x1d3ab5fff AuthenticationServices arm64 <5af6c2ea423e34cdbe63b7567d256def> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1d3afa000 - 0x1d3beefff Combine arm64 <25b66e311fbc3bf68cb6df8c27a2152f> /System/Library/Frameworks/Combine.framework/Combine
0x1d3c00000 - 0x1d3c50fff CoreMIDI arm64 <c742c545e39338cfa7a113ee469671dc> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1d3e29000 - 0x1d3e4efff GLKit arm64 <04b0e586b6263ee5a348025776314cb2> /System/Library/Frameworks/GLKit.framework/GLKit
0x1d3e4f000 - 0x1d3e7cfff GSS arm64 <a117041e533335ba8e67d0af00477b37> /System/Library/Frameworks/GSS.framework/GSS
0x1d3e8f000 - 0x1d3ec1fff MPSCore arm64 <7f98e0d3952a38c09bc314765766fc86> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1d3ec2000 - 0x1d3f3efff MPSImage arm64 <63f5ffc1702e36ff841abafcd47d0301> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d3f3f000 - 0x1d3f61fff MPSMatrix arm64 <cb977b3da929362a9a59a85ba312a392> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d3f62000 - 0x1d3f76fff MPSNDArray arm64 <8a75d75a84c439e0bdf578136ceb73f1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1d3f77000 - 0x1d4108fff MPSNeuralNetwork arm64 <4b7b42c84e2538758d2503bcaf4c695d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1d4109000 - 0x1d414dfff MPSRayIntersector arm64 <9d947816460c35e2b072e2d9b809d01b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1d414e000 - 0x1d414efff MetalPerformanceShaders arm64 <7de1dbb3681835558dfb8c6d50de268b> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1d415b000 - 0x1d415bfff MobileCoreServices arm64 <d7873825e57d3c4081f1da103c723f89> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d4166000 - 0x1d4167fff libCVMSPluginSupport.dylib arm64 <cda51c2ff1b33e6fa71ae3ae6daa7325> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d4168000 - 0x1d416efff libCoreFSCache.dylib arm64 <84690d5764ad3ee3864e18d4704e08cd> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d416f000 - 0x1d4174fff libCoreVMClient.dylib arm64 <66daee76addf32a981f2daca6fb6b0fe> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d41a9000 - 0x1d41e0fff QuickLookThumbnailing arm64 <b2d5c531a95638c695531339b1bbfa52> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1d4615000 - 0x1d4615fff UIKit arm64 <47a27c57c3aa387fbc3d53d2e7249e16> /System/Library/Frameworks/UIKit.framework/UIKit
0x1d4863000 - 0x1d49b5fff ANECompiler arm64 <931531fa29713983a242fe34c7917616> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1d49b6000 - 0x1d49c6fff ANEServices arm64 <c2fbaeaf090e35deacb75ae881fb4b14> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1d49cf000 - 0x1d4a5ffff APFS arm64 <0d446bc9f2f93ca0b2ee1727925f10ef> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1d4a60000 - 0x1d4a64fff ASEProcessing arm64 <d4b121b1aabb3f92baafe2a6b70e32de> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1d4c0b000 - 0x1d4c16fff AccountSettings arm64 <d3c47caea6ce393a80e478b9f1266638> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1d5515000 - 0x1d5523fff AppleFSCompression arm64 <a1d88ec9766332a89edc09ee5ab40182> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1d5524000 - 0x1d552efff AppleIDAuthSupport arm64 <fe30c61996483b1887f3cc6c25edf7ce> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d552f000 - 0x1d5570fff AppleJPEG arm64 <14d3a4bcfc0f374297d912b8c85cc5a0> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d55b9000 - 0x1d55cafff AppleNeuralEngine arm64 <622801b185fe3bfb834d3d44ad9f9187> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1d55d1000 - 0x1d55f4fff AppleSauce arm64 <f5d836a116f13ebba5fc71d3efb4d030> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d57ed000 - 0x1d581dfff Bom arm64 <0dfe861e6be13f9eb920584c5b46f646> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1d6296000 - 0x1d629dfff CommonAuth arm64 <ba671729ef0f30039c1774666fc6592c> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1d669a000 - 0x1d669efff CoreOptimization arm64 <81a3200ad13730a59e896c36e69ff6fc> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1d67e9000 - 0x1d67f4fff DeviceIdentity arm64 <8e7caf4f24f0322c9947f91c17a715fd> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1d6984000 - 0x1d69a0fff DocumentManagerCore arm64 <a077927cd5eb35ce992239758da231b9> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1d6a57000 - 0x1d70b2fff Espresso arm64 <9df07bcd41c4334fb57ed6ea22476366> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1d7364000 - 0x1d7775fff FaceCore arm64 <4de7d3c4806235d09407711b87b2bae5> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1d7846000 - 0x1d785afff libGSFontCache.dylib arm64 <abcdc382bad33a6c9ba10d0cf44c136f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1d78be000 - 0x1d78cafff libhvf.dylib arm64 <9563809693d6387db69fea88af4564e3> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1d78ec000 - 0x1d7900fff Futhark arm64 <07fc0e314de9321fb0f6ff75d012a134> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1d844c000 - 0x1d844cfff libmetal_timestamp.dylib arm64 <114bf199e7e0374d94e385c271b0c8a3> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1d85cd000 - 0x1d85d9fff GraphVisualizer arm64 <d5a5d07491713bfd892d31889ec1b6ce> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1d8eca000 - 0x1d8f3afff Heimdal arm64 <0a1b601c4d7331c4a37c44d2f5271264> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1d9486000 - 0x1d948cfff InternationalSupport arm64 <56238f820e0f3cc4befe347f830ffe44> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1d972c000 - 0x1d972cfff Marco arm64 <d1a138229ac438b586ef4d9bd9f5d5a2> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1d9be1000 - 0x1d9c0bfff MetricsKit arm64 <6464cc726ac63bd0b755a159e205a73f> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1d9c1b000 - 0x1d9c2efff MobileDeviceLink arm64 <687959b4e80d3fe08b0cc23ec02a82b2> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1d9ee2000 - 0x1d9f21fff OTSVG arm64 <4295cc2da66d3905963b70f4ca852533> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1da566000 - 0x1da566fff PhoneNumbers arm64 <e23d89e41d5939f5a5def8c70b89efe4> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1dbf30000 - 0x1dbf34fff RevealCore arm64 <40fbd11d577e3bbc9d10621400e5f57f> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1dc0d0000 - 0x1dc0dcfff SetupAssistantSupport arm64 <12028ece9f6a3995b90d31fed2d46a77> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1dc0fa000 - 0x1dc0fafff SignpostMetrics arm64 <bd8c101a86253fdb87532ccbd64266f7> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1dc128000 - 0x1dc158fff SiriInstrumentation arm64 <a08172f898bf358b9e79ac9ced804429> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1dc96d000 - 0x1dca88fff TextRecognition arm64 <3f60021f659d3da9b2b470d0b997fc61> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1dca89000 - 0x1dcb2afff TextureIO arm64 <55a7d4be7c2835d59ed2cbc7db47f880> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1ddaa3000 - 0x1de004fff libwebrtc.dylib arm64 <fb6670b5c0093e729bd61ea2e0c710f4> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1de19c000 - 0x1de1a4fff kperfdata arm64 <0280752ec857378482e788bd63ad43ef> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1de1a5000 - 0x1de1ecfff ktrace arm64 <fddcc7c6de53358985ed0fe969d61468> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1de205000 - 0x1de211fff perfdata arm64 <d5f09efc1baa33a0b6a7e59d13432cfb> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1de509000 - 0x1de832fff libAWDSupportFramework.dylib arm64 <5079327466f43f86b15028858aa1bb67> /usr/lib/libAWDSupportFramework.dylib
0x1de9dc000 - 0x1de9e6fff libChineseTokenizer.dylib arm64 <5dd82d181e2e32d4a3e755012a2534aa> /usr/lib/libChineseTokenizer.dylib
0x1dea10000 - 0x1debc2fff libFosl_dynamic.dylib arm64 <6692e724c11b3bfb9593a3180f183057> /usr/lib/libFosl_dynamic.dylib
0x1dec3d000 - 0x1dec44fff libMatch.1.dylib arm64 <d0d21782e5c730e59c5059b33b72995c> /usr/lib/libMatch.1.dylib
0x1ded03000 - 0x1ded04fff libSystem.B.dylib arm64 <18687f3a21d73966b82704fc5d4e2188> /usr/lib/libSystem.B.dylib
0x1ded0d000 - 0x1ded0ffff libThaiTokenizer.dylib arm64 <342d2a135b0a37a2969fcb30ef6f5217> /usr/lib/libThaiTokenizer.dylib
0x1dee0e000 - 0x1dee23fff libapple_nghttp2.dylib arm64 <50a1e06796123db8af9bdc15a2c82dfe> /usr/lib/libapple_nghttp2.dylib
0x1dee9c000 - 0x1deeacfff libbsm.0.dylib arm64 <8072366407503038b0e1eccd42c12f23> /usr/lib/libbsm.0.dylib
0x1deead000 - 0x1deeb9fff libbz2.1.0.dylib arm64 <aa92d96b6c6b3c30b868bd327247c281> /usr/lib/libbz2.1.0.dylib
0x1deeba000 - 0x1deebafff libcharset.1.dylib arm64 <3a1952fac60c363fb2720123f782b09c> /usr/lib/libcharset.1.dylib
0x1deebb000 - 0x1deeccfff libcmph.dylib arm64 <3db1a5a10dee3c8cac717ea539ca7ff6> /usr/lib/libcmph.dylib
0x1deecd000 - 0x1deee4fff libcompression.dylib arm64 <d5cd6dc1de683966b5a5a18a6f5eae85> /usr/lib/libcompression.dylib
0x1deee5000 - 0x1deee6fff libcoretls_cfhelpers.dylib arm64 <7940b1e1e9b33782860ac608bfd44fbc> /usr/lib/libcoretls_cfhelpers.dylib
0x1deee7000 - 0x1deeedfff libcupolicy.dylib arm64 <39fd4f3cb58e35ab8095f873beed4007> /usr/lib/libcupolicy.dylib
0x1def2d000 - 0x1def36fff libdscsym.dylib arm64 <0b0f4385a47f3eeb9cc385864a69b909> /usr/lib/libdscsym.dylib
0x1def37000 - 0x1def53fff libedit.3.dylib arm64 <208aef48da0a3872b9cabc520a506e19> /usr/lib/libedit.3.dylib
0x1def7f000 - 0x1def84fff libheimdal-asn1.dylib arm64 <40eb02d5300c3a129e2ad0ed647ac737> /usr/lib/libheimdal-asn1.dylib
0x1def85000 - 0x1df076fff libiconv.2.dylib arm64 <8467990cb00c3b1194ce7feae7e3370a> /usr/lib/libiconv.2.dylib
0x1df08c000 - 0x1df097fff liblockdown.dylib arm64 <63d8b54e30bf3af39b56fc654cabf8ff> /usr/lib/liblockdown.dylib
0x1df098000 - 0x1df0b0fff liblzma.5.dylib arm64 <4074d76ec7a93b8492a262a059d3b837> /usr/lib/liblzma.5.dylib
0x1df42d000 - 0x1df45cfff libncurses.5.4.dylib arm64 <fde38058c2563bb88c96fc717f409d6b> /usr/lib/libncurses.5.4.dylib
0x1df45d000 - 0x1df472fff libnetworkextension.dylib arm64 <6dc4d4e4896a3c5da26ddd4f3528d833> /usr/lib/libnetworkextension.dylib
0x1df7f5000 - 0x1df80cfff libresolv.9.dylib arm64 <7d42c468c5223bcd8764b1706b530a84> /usr/lib/libresolv.9.dylib
0x1df80d000 - 0x1df80ffff libsandbox.1.dylib arm64 <ae76c31a749a355a9d26b8c216681c0f> /usr/lib/libsandbox.1.dylib
0x1df810000 - 0x1df815fff libsysdiagnose.dylib arm64 <8accc334bf85392e96f9800ceeffd6c0> /usr/lib/libsysdiagnose.dylib
0x1df816000 - 0x1df847fff libtidy.A.dylib arm64 <9596a6a694de3e1d80c5a18e8f81366a> /usr/lib/libtidy.A.dylib
0x1df84f000 - 0x1df852fff libutil.dylib arm64 <0520efce5fe43c2fb18ee9d621dd2433> /usr/lib/libutil.dylib
0x1df880000 - 0x1df891fff libz.1.dylib arm64 <58a7ec43dad53a55aa9ed43f7d72639e> /usr/lib/libz.1.dylib
0x1df8b8000 - 0x1df8bafff liblog_network.dylib arm64 <331cc2c0fc3237aea38af49702e318fd> /usr/lib/log/liblog_network.dylib
0x1df8ca000 - 0x1df8d9fff libswiftAVFoundation.dylib arm64 <f6c94e8fc06a3bee900d6e1005f79a79> /usr/lib/swift/libswiftAVFoundation.dylib
0x1df93e000 - 0x1df94afff libswiftCoreAudio.dylib arm64 <b592a969021d36bbacada028a20e50ad> /usr/lib/swift/libswiftCoreAudio.dylib
0x1df953000 - 0x1df957fff libswiftCoreFoundation.dylib arm64 <95f4aa43717e35ed8455f1f98a41d718> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1df958000 - 0x1df966fff libswiftCoreGraphics.dylib arm64 <6a3a6ef138423e4cad5e634184b7ed1c> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1df967000 - 0x1df96bfff libswiftCoreImage.dylib arm64 <5667910aa13f374a8d4b562110880561> /usr/lib/swift/libswiftCoreImage.dylib
0x1df96c000 - 0x1df972fff libswiftCoreLocation.dylib arm64 <3aa2846d79dd33cbaf7f052f26c4670c> /usr/lib/swift/libswiftCoreLocation.dylib
0x1df973000 - 0x1df97cfff libswiftCoreMIDI.dylib arm64 <8a5e058bc53d3c078874697b119441e0> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1df97d000 - 0x1df9b6fff libswiftCoreMedia.dylib arm64 <d34dc3b537293cd585ac046077ee9cda> /usr/lib/swift/libswiftCoreMedia.dylib
0x1df9b7000 - 0x1df9c0fff libswiftDarwin.dylib arm64 <3d54fb1adeda33e4ba691b56bddf23d8> /usr/lib/swift/libswiftDarwin.dylib
0x1df9c1000 - 0x1df9dafff libswiftDispatch.dylib arm64 <96f8dbd7431c38ec9b6436e82a2c3a36> /usr/lib/swift/libswiftDispatch.dylib
0x1df9db000 - 0x1dfb48fff libswiftFoundation.dylib arm64 <8b541f9dd90234288dfaea18559508b2> /usr/lib/swift/libswiftFoundation.dylib
0x1dfb85000 - 0x1dfb8cfff libswiftMetal.dylib arm64 <23a9ea2bb79e33518d47c8ef06b87ca0> /usr/lib/swift/libswiftMetal.dylib
0x1dfbfc000 - 0x1dfc02fff libswiftObjectiveC.dylib arm64 <8433a4b12ec035638806cb4be16007bb> /usr/lib/swift/libswiftObjectiveC.dylib
0x1dfc03000 - 0x1dfc0cfff libswiftPhotos.dylib arm64 <c8ddc687651730e4a3cfdadc5df5e549> /usr/lib/swift/libswiftPhotos.dylib
0x1dfc0d000 - 0x1dfc12fff libswiftQuartzCore.dylib arm64 <c53da33c928a3323ab582b5c59b20fd8> /usr/lib/swift/libswiftQuartzCore.dylib
0x1dfc54000 - 0x1dfc6dfff libswiftUIKit.dylib arm64 <d14e6a0abc373717854e10207c781d7a> /usr/lib/swift/libswiftUIKit.dylib
0x1dfc88000 - 0x1dfca3fff libswiftsimd.dylib arm64 <0fc2969b84e73704b291c6a625f0dc5c> /usr/lib/swift/libswiftsimd.dylib
0x1dfca4000 - 0x1dfca9fff libcache.dylib arm64 <f8f9d9c8fa2c341f9f6ba0fe985552eb> /usr/lib/system/libcache.dylib
0x1dfcaa000 - 0x1dfcb6fff libcommonCrypto.dylib arm64 <367980207814337795ba9d6fd082d14e> /usr/lib/system/libcommonCrypto.dylib
0x1dfcb7000 - 0x1dfcbbfff libcompiler_rt.dylib arm64 <cd83d9e185c43820a03fd018a7321b2a> /usr/lib/system/libcompiler_rt.dylib
0x1dfd89000 - 0x1dfd89fff liblaunch.dylib arm64 <5e9d917f41d23568889a2d74a12446a9> /usr/lib/system/liblaunch.dylib
0x1dfd8a000 - 0x1dfd8ffff libmacho.dylib arm64 <7e4bdcc5830e33feb1141fcd5abe21aa> /usr/lib/system/libmacho.dylib
0x1dfd90000 - 0x1dfd92fff libremovefile.dylib arm64 <4acd11ced3f83562a5ff9d6896b07164> /usr/lib/system/libremovefile.dylib
0x1dfd93000 - 0x1dfd94fff libsystem_featureflags.dylib arm64 <956d43661dea3dd5a7029b8d345289ca> /usr/lib/system/libsystem_featureflags.dylib
0x1dfd95000 - 0x1dfdc2fff libsystem_m.dylib arm64 <adfc3aac75c0342cb72b2d50d29ef28d> /usr/lib/system/libsystem_m.dylib
0x1dfdc3000 - 0x1dfdc8fff libunwind.dylib arm64 <2ad0d47cf0f53a9f8c140cb8dd009c91> /usr/lib/system/libunwind.dylib
0x1e00a8000 - 0x1e010ffff NanoRegistry arm64 <115719fffc0d394a9516e82dd06f219c> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1e0110000 - 0x1e011dfff NanoPreferencesSync arm64 <d48f6b82db873cd99cb3332f0d4a8f48> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1e0aa3000 - 0x1e0b86fff AGXMetalA9 arm64 <c3748a2f9e0c35afbfcdb1dcce479ec2> /System/Library/Extensions/AGXMetalA9.bundle/AGXMetalA9
0x1e0be4000 - 0x1e0c1dfff CryptoTokenKit arm64 <15782f61144b32ffa99852964437ef46> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1e1b37000 - 0x1e1b55fff AppSSO arm64 <218026c5368839a281410c2a703778c8> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1e1b56000 - 0x1e1b6afff AppSSOCore arm64 <a8d86f1c336531a0a7144e8c0e059684> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1e1f63000 - 0x1e1f6dfff PointerUIServices arm64 <0df18b83eb173ca9a87fd1391fdeea49> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1e1f6e000 - 0x1e1ff2fff SafariSharedUI arm64 <07a13071a4f2307e8e6ebacd4f692dd3> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
EOF
So, I think I found the error and fixed it.
When I received the response from my API with the asset list, I create a MapInfoModel like this:
private func generateMapInfo(assets: [APIAssetModel]) -> MapInfoModel {
var markers = [ClusterMarkerItem]()
var locations = [CLLocationCoordinate2D]()
assets.forEach({ asset in
if nil != asset.lat && nil != asset.lng {
if asset.lat! > -85 && asset.lat! < 85 {
let latlng = CLLocationCoordinate2D(latitude: asset.lat!, longitude: asset.lng!)
for index in 0..<(asset.productsCount ?? 0) {
--> let marker = GMSMarker(position: latlng)
marker.title = "\(asset.id)_\(index)"
markers.append(ClusterMarkerItem(position: latlng,
marker: marker,
asset: asset,
prod_position: index))
}
locations.append(latlng)
}
}
})
return MapInfoModel(assetList: assets, clusterList: markers, locationList: locations)
}
This method was called from a background thread and, as you can see, I was instantiating a GMSMarker. This doesn't rise any error/warning and the map is loaded and showing the clusters well. But, here is the thing, I suspect that after loading the cluster, Google Maps SDK does something with the GMSMarkers loaded in it, and I suspect that, that action is been called from the thread where GMSMarker was created, so, if it was created from a background thread, XCode will show the error:
> This application is modifying the autolayout engine from a background thread
I'm just guessing but, if you can confirm this it would be very helpful for other users to review his code and make sure that the GMSMarker are instantiated from the Main thread. And that is exactly the solution of this:
> Instantiate GMSMarker from Main thread (in this case I use DispatchQueue.main.async{}).
Btw, I have to change the code a little to be able to instantiate it from Main thread.