app crashes with EXC_CRASH (SIGABRT), when manually launched on device with Debug build

I know this issue is rather common on the forum, and I've read a few. But in my case, it is just kind of unclear how I could proceed from what I can get from the crash log.


Now the app works perfectly fine in Debug build, if launched from Xcode onto the device. But it will crash on launch if launched on device whether

  • the device is disconnected from Xcode, or
  • the Launch option in Run scheme is set to be Wait for executable to be launched


From frame 1, I see this is an uncaught exception: objc_exception_throw. But i am not sure why this is happening, since this project is entirely Swift + Metal. Maybe it is because of the Metal bridging header?


From frame 2, it seems it is some exception in system framework, but i can't decode more from this.


From frame 3, with some searching, UINibDecoderDecodeObjectForValue seem to be related to IBOutlet. I feel like this may be the case, but I could be wrong about this – I wish I'm on the right track. If someone has more experience, I would appreciate it if you could shed some light on this.




Below is an associated crash log, I replaced the product name with "********", which should not degrade the idea presented in the crash log.


Incident Identifier: D4FA0A2F-C71B-4EF7-A077-C1EDAD6D5136
CrashReporter Key:   c8146b6579182c18b4a200f0e9bd052ba816ac18
Hardware Model:      iPhone12,3
Process:             ********
Path:                /private/var/containers/Bundle/Application/********
Identifier:          ********.********.********
Version:             1 (1.0)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           ************




Date/Time:           2020-02-05 19:09:19.7522 -0500
Launch Time:         2020-02-05 19:09:19.3690 -0500
OS Version:          iPhone OS 13.3.1 (17D50)
Release Type:        User
Baseband Version:    1.04.06
Report Version:      104


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


Last Exception Backtrace:
0   CoreFoundation                 0x18932096c __exceptionPreprocess + 224
1   libobjc.A.dylib               0x189039028 objc_exception_throw + 59
2   CoreFoundation                 0x18921014c +[NSException raise:format:] + 111
3   UIFoundation                   0x18c96810c UINibDecoderDecodeObjectForValue + 411
4   UIFoundation                   0x18c90300c -[UINibDecoder decodeObjectForKey:] + 319
5   UIKitCore                     0x18d0ad9f0 -[UIRuntimeConnection initWithCoder:] + 175
6   UIFoundation                   0x18c96824c UINibDecoderDecodeObjectForValue + 731
7   UIFoundation                   0x18c968480 UINibDecoderDecodeObjectForValue + 1295
8   UIFoundation                   0x18c90300c -[UINibDecoder decodeObjectForKey:] + 319
9   UIKitCore                     0x18d0a88f0 -[NSCoder+ 7121136 (UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 491
10  UIKitCore                     0x18d0ab528 -[UINib instantiateWithOwner:options:] + 1115
11  UIKitCore                     0x18cddbc88 -[UIViewController _loadViewFromNibNamed:bundle:] + 367
12  UIKitCore                     0x18cddc74c -[UIViewController loadView] + 179
13  UIKitCore                     0x18cddca1c -[UIViewController loadViewIfRequired] + 187
14  UIKitCore                     0x18cddd104 -[UIViewController view] + 31
15  UIKitCore                     0x18d459a4c -[UIWindow addRootViewControllerViewIfPossible] + 175
16  UIKitCore                     0x18d459180 -[UIWindow _updateLayerOrderingAndSetLayerHidden:actionBlock:] + 227
17  UIKitCore                     0x18d45a0e4 -[UIWindow _setHidden:forced:] + 367
18  UIKit                         0x1bf2a95ac -[UIWindowAccessibility _orderFrontWithoutMakingKey] + 87
19  UIKitCore                     0x18d46b2c8 -[UIWindow _mainQueue_makeKeyAndVisible] + 51
20  UIKitCore                     0x18d4192b0 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 3219
21  UIKitCore                     0x18d41f340 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1251
22  UIKitCore                     0x18cbb7bec -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 151
23  UIKitCore                     0x18d069518 _UIScenePerformActionsWithLifecycleActionMask + 111
24  UIKitCore                     0x18cbb8724 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 211
25  UIKitCore                     0x18cbb8154 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 303
26  UIKitCore                     0x18cbb8540 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 751
27  UIKitCore                     0x18cbb7dc4 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 339
28  UIKitCore                     0x18cbbc544 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke_2 + 195
29  UIKitCore                     0x18d08339c ___UISceneSettingsDiffActionPerformChangesWithTransitionContext_block_invoke + 27
30  UIKitCore                     0x18cf957bc +[BSAnimationSettings+ 5994428 (UIKit) tryAnimatingWithSettings:actions:completion:] + 867
31  UIKitCore                     0x18d083354 _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 259
32  UIKitCore                     0x18cbbc25c __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 151
33  UIKitCore                     0x18d08323c _UISceneSettingsDiffActionPerformActionsWithDelayForTransitionContext + 107
34  UIKitCore                     0x18cbbc0b8 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 391
35  UIKitCore                     0x18ca24434 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke + 639
36  UIKitCore                     0x18ca22ef8 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 255
37  UIKitCore                     0x18ca24164 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 235
38  UIKitCore                     0x18d41d730 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 563
39  UIKitCore                     0x18cfb76bc -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 375
40  FrontBoardServices             0x18e515e10 -[FBSSceneImpl _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 451
41  FrontBoardServices             0x18e53caa0 __86-[FBSWorkspaceScenesClient sceneID:createWithParameters:transitionContext:completion:]_block_invoke.168 + 115
42  FrontBoardServices             0x18e520ef4 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 239
43  FrontBoardServices             0x18e53c734 __86-[FBSWorkspaceScenesClient sceneID:createWithParameters:transitionContext:completion:]_block_invoke + 343
44  libdispatch.dylib             0x188fc5fd8 _dispatch_client_callout + 19
45  libdispatch.dylib             0x188fc8d1c _dispatch_block_invoke_direct + 263
46  FrontBoardServices             0x18e563254 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 47
47  FrontBoardServices             0x18e562f00 -[FBSSerialQueue _queue_performNextIfPossible] + 431
48  FrontBoardServices             0x18e56346c -[FBSSerialQueue _performNextFromRunLoopSource] + 31
49  CoreFoundation                 0x18929c108 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 27
50  CoreFoundation                 0x18929c05c __CFRunLoopDoSource0 + 83
51  CoreFoundation                 0x18929b7c8 __CFRunLoopDoSources0 + 183
52  CoreFoundation                 0x189296694 __CFRunLoopRun + 1067
53  CoreFoundation                 0x189295f40 CFRunLoopRunSpecific + 479
54  GraphicsServices               0x193526534 GSEventRunModal + 107
55  UIKitCore                     0x18d421580 UIApplicationMain + 1939
56  ************                 0x104cbf2f0 0x104c68000 + 357104
57  libdyld.dylib                 0x189114e18 start + 3




Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib         0x000000018910aefc __pthread_kill + 8
1   libsystem_pthread.dylib       0x000000018902a8b8 pthread_kill + 228
2   libsystem_c.dylib             0x0000000188fbaa74 abort + 104
3   libc++abi.dylib               0x00000001890d23c8 __cxa_bad_cast + 0
4   libc++abi.dylib               0x00000001890d25c0 demangling_unexpected_handler+ 5568 () + 0
5   libobjc.A.dylib               0x0000000189039308 _objc_terminate+ 25352 () + 124
6   libc++abi.dylib               0x00000001890df634 std::__terminate(void (*)+ 58932 ()) + 20
7   libc++abi.dylib               0x00000001890df5c0 std::terminate+ 58816 () + 44
8   libdispatch.dylib             0x0000000188fc5fec _dispatch_client_callout + 40
9   libdispatch.dylib             0x0000000188fc8d1c _dispatch_block_invoke_direct + 264
10  FrontBoardServices             0x000000018e563254 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48
11  FrontBoardServices             0x000000018e562f00 -[FBSSerialQueue _queue_performNextIfPossible] + 432
12  FrontBoardServices             0x000000018e56346c -[FBSSerialQueue _performNextFromRunLoopSource] + 32
13  CoreFoundation                 0x000000018929c108 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
14  CoreFoundation                 0x000000018929c05c __CFRunLoopDoSource0 + 84
15  CoreFoundation                 0x000000018929b7c8 __CFRunLoopDoSources0 + 184
16  CoreFoundation                 0x0000000189296694 __CFRunLoopRun + 1068
17  CoreFoundation                 0x0000000189295f40 CFRunLoopRunSpecific + 480
18  GraphicsServices               0x0000000193526534 GSEventRunModal + 108
19  UIKitCore                     0x000000018d421580 UIApplicationMain + 1940
20  ************                 0x0000000104cbf2f0 0x104c68000 + 357104
21  libdyld.dylib                 0x0000000189114e18 start + 4


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


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


Thread 3 name:  Dispatch queue: AXCodeLoader
Thread 3:
0   libsystem_kernel.dylib         0x00000001890e8c04 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001890e8020 mach_msg + 76
2   libdispatch.dylib             0x0000000188fdb510 _dispatch_mach_send_and_wait_for_reply + 556
3   libdispatch.dylib             0x0000000188fdb904 dispatch_mach_send_with_result_and_wait_for_reply + 56
4   libxpc.dylib                   0x0000000188f1b594 xpc_connection_send_message_with_reply_sync + 240
5   Foundation                     0x00000001898211fc __NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__ + 16
6   Foundation                     0x00000001895e7090 -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:] + 2704
7   Foundation                     0x0000000189637530 -[NSXPCConnection _sendSelector:withProxy:arg1:arg2:arg3:arg4:] + 156
8   Foundation                     0x0000000189828360 _NSXPCDistantObjectSimpleMessageSend4 + 52
9   CoreServices                   0x00000001898e22d4 LaunchServices::URLPropertyProvider::prepareValues+ 66260 (__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 1012
10  CoreServicesInternal           0x000000018a654c70 prepareValuesForBitmap+ 76912 (__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 376
11  CoreServicesInternal           0x000000018a658094 _FSURLCacheResourcePropertiesForKeys + 132
12  CoreServicesInternal           0x000000018a662e3c _GetDirectoryURLs+ 134716 (_CFURLEnumerator*) + 968
13  CoreServicesInternal           0x000000018a661e78 _URLEnumeratorGetNextURL + 152
14  CoreFoundation                 0x0000000189348ed4 CFURLEnumeratorGetNextURL + 76
15  Foundation                     0x000000018962b288 -[NSURLDirectoryEnumerator nextObject] + 92
16  CoreFoundation                 0x00000001891f5390 -[NSEnumerator countByEnumeratingWithState:objects:count:] + 64
17  CoreFoundation                 0x00000001891f9438 -[NSEnumerator allObjects] + 124
18  AccessibilityUtilities         0x000000019357ab14 -[AXCodeLoader _accessibilityBundleMapURLs] + 172
19  AccessibilityUtilities         0x000000019357a3a4 -[AXCodeLoader _updateAccessibilityCodeItemDefinitionsIfNeeded] + 144
20  AccessibilityUtilities         0x00000001935790ec __76-[AXCodeLoader beginTrackingLoadedCodeItemsWithMode:completion:targetQueue:]_block_invoke + 136
21  libdispatch.dylib             0x0000000188fc4b7c _dispatch_call_block_and_release + 32
22  libdispatch.dylib             0x0000000188fc5fd8 _dispatch_client_callout + 20
23  libdispatch.dylib             0x0000000188fcc450 _dispatch_lane_serial_drain + 568
24  libdispatch.dylib             0x0000000188fcce7c _dispatch_lane_invoke + 368
25  libdispatch.dylib             0x0000000188fd5f20 _dispatch_workloop_worker_thread + 580
26  libsystem_pthread.dylib       0x000000018902b6d0 _pthread_wqthread + 280
27  libsystem_pthread.dylib       0x00000001890319e8 start_wqthread + 8


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


Thread 5 name:  com.apple.uikit.eventfetch-thread
Thread 5:
0   libsystem_kernel.dylib         0x00000001890e8c04 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001890e8020 mach_msg + 76
2   CoreFoundation                 0x000000018929b964 __CFRunLoopServiceMachPort + 220
3   CoreFoundation                 0x00000001892967fc __CFRunLoopRun + 1428
4   CoreFoundation                 0x0000000189295f40 CFRunLoopRunSpecific + 480
5   Foundation                     0x00000001895db340 -[NSRunLoop+ 33600 (NSRunLoop) runMode:beforeDate:] + 232
6   Foundation                     0x00000001895db218 -[NSRunLoop+ 33304 (NSRunLoop) runUntilDate:] + 92
7   UIKitCore                     0x000000018d4bce9c -[UIEventFetcher threadMain] + 156
8   Foundation                     0x00000001895d9fa4 -[NSThread main] + 40
9   Foundation                     0x0000000189715a74 __NSThread__start__ + 852
10  libsystem_pthread.dylib       0x0000000189029840 _pthread_start + 168
11  libsystem_pthread.dylib       0x00000001890319f4 thread_start + 8


Thread 6:
0   libsystem_pthread.dylib       0x00000001890319e0 start_wqthread + 0


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x000000016b195f20   x5: 0x000000016b1964d0   x6: 0x000000000000006e   x7: 0x0000000000000500
    x8: 0x00000000000005b9   x9: 0x93678f87f9d79a24  x10: 0x0000000000000002  x11: 0x0000000000000003
   x12: 0x0000000000000000  x13: 0x00000000000007fb  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x00000001c7816f10  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000407  x21: 0x0000000104e3d920  x22: 0x0000000000000000  x23: 0x0000000104e3d920
   x24: 0x0000000000002003  x25: 0x0000000000000001  x26: 0x000000016b196c90  x27: 0x0000000000000000
   x28: 0x000000016b197b00   fp: 0x000000016b196430   lr: 0x000000018902a8b8
    sp: 0x000000016b196410   pc: 0x000000018910aefc cpsr: 0x40000000
   esr: 0x56000080  Address size fault


Binary Images:
0x104c68000 - 0x104ccffff ******* arm64  <9ed9e655e60735cb8fcbb00557c07e87> /var/containers/Bundle/Application/********
0x104dcc000 - 0x104e33fff dyld arm64e  <e008b93875933f57b94a747bc6c3beb5> /usr/lib/dyld
0x108100000 - 0x10810bfff libobjc-trampolines.dylib arm64e  <a782ecde318c3379b33e7d204926c9c9> /usr/lib/libobjc-trampolines.dylib
0x188ef8000 - 0x188f0efff libsystem_trace.dylib arm64e  <1177e8a367aa3c8cb5605bcc40419d54> /usr/lib/system/libsystem_trace.dylib
0x188f0f000 - 0x188f42fff libxpc.dylib arm64e  <e2894301267b3872a3cd0aaf659353a9> /usr/lib/system/libxpc.dylib
0x188f43000 - 0x188f43fff libsystem_blocks.dylib arm64e  <0fb3b7d281de30979e83b408b48e8b0e> /usr/lib/system/libsystem_blocks.dylib
0x188f44000 - 0x188fc2fff libsystem_c.dylib arm64e  <8b9c0d18aeba3e24a95f2ec54f9fb4ef> /usr/lib/system/libsystem_c.dylib
0x188fc3000 - 0x188ffffff libdispatch.dylib arm64e  <0c7a69cdf2ee3426bfd8742c903d3d07> /usr/lib/system/libdispatch.dylib
0x189000000 - 0x189020fff libsystem_malloc.dylib arm64e  <479f1b0225ee32ce8c0afaf20cd9e0c6> /usr/lib/system/libsystem_malloc.dylib
0x189021000 - 0x189027fff libsystem_platform.dylib arm64e  <b07cc9f89c9f38b0bb974a77bf6a5db4> /usr/lib/system/libsystem_platform.dylib
0x189028000 - 0x189032fff libsystem_pthread.dylib arm64e  <637416f6a7a3339b96ed9ebc80d38988> /usr/lib/system/libsystem_pthread.dylib
0x189033000 - 0x189063fff libobjc.A.dylib arm64e  <2c18c54e6c84310c851ff9602890d908> /usr/lib/libobjc.A.dylib
0x189064000 - 0x1890d0fff libcorecrypto.dylib arm64e  <9d52b5f81c483635ad32214f878e3e29> /usr/lib/system/libcorecrypto.dylib
0x1890d1000 - 0x1890e4fff libc++abi.dylib arm64e  <b60e71f7dd75323c8831b1ca4d42e3cb> /usr/lib/libc++abi.dylib
0x1890e5000 - 0x189113fff libsystem_kernel.dylib arm64e  <ae36dce0999d39909eed01106f17dc90> /usr/lib/system/libsystem_kernel.dylib
0x189114000 - 0x189147fff libdyld.dylib arm64e  <9d12204719b736a2a89227401f9e0e6c> /usr/lib/system/libdyld.dylib
0x189148000 - 0x189150fff libsystem_darwin.dylib arm64e  <e2c1c480b2ec3bbea3fa4c70e4056c64> /usr/lib/system/libsystem_darwin.dylib
0x189151000 - 0x1891abfff libc++.1.dylib arm64e  <fff3d40d85a0308eac32908bca1188d0> /usr/lib/libc++.1.dylib
0x1891ac000 - 0x1891edfff libsystem_info.dylib arm64e  <c2e15922d993340aaa5da454a57dfb76> /usr/lib/system/libsystem_info.dylib
0x1891ee000 - 0x18956bfff CoreFoundation arm64e  <dc2c95c6b95439e886a25e0af8801e87> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x18956c000 - 0x1895d2fff SystemConfiguration arm64e  <9e1b636801ac32da9dabce33f20ce872> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1895d3000 - 0x18989efff Foundation arm64e  <7a7a96af79e43db1890442e61cae8999> /System/Library/Frameworks/Foundation.framework/Foundation
0x18989f000 - 0x1898d1fff libCRFSuite.dylib arm64e  <15ee962961303d46964ecd419e64345a> /usr/lib/libCRFSuite.dylib
0x1898d2000 - 0x189a55fff CoreServices arm64e  <9298be2d0bd93660bddcf43d32ea3872> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x189a56000 - 0x189ab8fff libSparse.dylib arm64e  <797932fbc17f372bbd2cb9bc2d55cac1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x189ab9000 - 0x189fb2fff ImageIO arm64e  <b301e385830f311ebce0e786df524e8e> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x189fb3000 - 0x189fb5fff ConstantClasses arm64e  <96b656dd09a03e82b9c2917ab36a3fdd> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x189fb6000 - 0x18a14efff CoreText arm64e  <6f9c00cf003b30d4aa51df5f3d3192aa> /System/Library/Frameworks/CoreText.framework/CoreText
0x18a14f000 - 0x18a28ffff Security arm64e  <98dbc2a227aa3095a418269882fd49c0> /System/Library/Frameworks/Security.framework/Security
0x18a290000 - 0x18a336fff IOKit arm64e  <667b9f46ecd936bfa2d3caedcb32a283> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x18a337000 - 0x18a36efff libMobileGestalt.dylib arm64e  <0cd87d8d90db3de6b7dc85346b64132c> /usr/lib/libMobileGestalt.dylib
0x18a36f000 - 0x18a3cdfff libprotobuf.dylib arm64e  <84356760fd593baf9331b1564b037b82> /usr/lib/libprotobuf.dylib
0x18a3ce000 - 0x18a3e0fff libprotobuf-lite.dylib arm64e  <afe26eb886903b9d8b40f2eb669569f3> /usr/lib/libprotobuf-lite.dylib
0x18a3e1000 - 0x18a641fff libicucore.A.dylib arm64e  <8081f1ff2cca3276a3c0acaf2f9943df> /usr/lib/libicucore.A.dylib
0x18a642000 - 0x18a66bfff CoreServicesInternal arm64e  <9f1ec5aa2de6365faae639ecc04cb409> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x18a66c000 - 0x18a6b3fff WirelessDiagnostics arm64e  <8fc0efe64190310a983f0c5fb6193ec2> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18a6b4000 - 0x18a6effff libAWDSupport.dylib arm64e  <8ebe6715cabe301f966a732931ea6d89> /usr/lib/libAWDSupport.dylib
0x18a6f0000 - 0x18ab38fff CoreAudio arm64e  <3f986cb2a41f3bf78245e3d097083f80> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x18ab39000 - 0x18ae11fff CoreImage arm64e  <3e5cfeadb2583798bf4b1a2423970190> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x18ae12000 - 0x18af05fff LanguageModeling arm64e  <48322aa016cd3caaae9bd581976e0cd0> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18af06000 - 0x18af4cfff Lexicon arm64e  <98e8e301e91833da9d507b19399a334b> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x18af4d000 - 0x18b0d3fff libsqlite3.dylib arm64e  <1670cf23e637381abf5faebd116d31ee> /usr/lib/libsqlite3.dylib
0x18b0d4000 - 0x18b106fff MobileKeyBag arm64e  <a9ba69467e52322c80d1eb9510833006> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x18b107000 - 0x18b110fff libsystem_notify.dylib arm64e  <c5024cb0e4843b2482250cf4d9f2c074> /usr/lib/system/libsystem_notify.dylib
0x18b111000 - 0x18b300fff CoreDuet arm64e  <babcef413a0538e180cb77001abe9ae0> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18b301000 - 0x18b448fff Montreal arm64e  <f946b0df71d33c548887bd95cd59b533> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x18b449000 - 0x18b52efff NLP arm64e  <48080f0657193195a19e8695b3706eb6> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x18b52f000 - 0x18b54dfff CellularPlanManager arm64e  <2df1c5e75924353aaf33dbac62fb2031> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x18b54e000 - 0x18b58bfff AppSupport arm64e  <eed8464e61c1385abb34a937feda945f> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x18b58c000 - 0x18ba66fff libnetwork.dylib arm64e  <6ecb169749ec30cb980f63831f8412ad> /usr/lib/libnetwork.dylib
0x18ba67000 - 0x18bb77fff ManagedConfiguration arm64e  <01d6e90e5d173ab9bb56afbbad078ca7> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18bb78000 - 0x18bba2fff CoreServicesStore arm64e  <24e44ad3986f340fbe32c6e3642628a6> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x18bba3000 - 0x18bbc4fff UserManagement arm64e  <6b21d05273aa35bf9aebbd45b36c8c87> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18bbc5000 - 0x18be7cfff CoreML arm64e  <ef0b2716cf4c3cac951bf41bc896ae52> /System/Library/Frameworks/CoreML.framework/CoreML
0x18be7d000 - 0x18be93fff ProtocolBuffer arm64e  <129d63f1fbcb30e18ec3bed0f9f21589> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x18be94000 - 0x18beaefff CommonUtilities arm64e  <97dc2a6830c6367ba376049aa37a0263> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x18beaf000 - 0x18beaffff libenergytrace.dylib arm64e  <d04472667569321f996d7e7bb9115053> /usr/lib/libenergytrace.dylib
0x18beb0000 - 0x18bee8fff RunningBoardServices arm64e  <9f651b0077a73117a2eda47d407045da> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x18bee9000 - 0x18bf61fff BaseBoard arm64e  <6dea964e3a97384f81b8d5a3be499760> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18bf62000 - 0x18c4b1fff SiriTTS arm64e  <dd7c78de46223697afddf684489c7819> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x18c4b2000 - 0x18c524fff CoreLocation arm64e  <823cfd7bdba33fe4a2c58859d96555c5> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18c532000 - 0x18c588fff Accounts arm64e  <8760adcf0b723e0c8098e561851ca835> /System/Library/Frameworks/Accounts.framework/Accounts
0x18c59a000 - 0x18c8fafff CFNetwork arm64e  <e94fb3fd49b5399497b4f12c844cbe7e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x18c8fb000 - 0x18c9ddfff UIFoundation arm64e  <8badfa0df51739f9ac82cecdb0a4ac66> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18c9de000 - 0x18db02fff UIKitCore arm64e  <aafefebec17233468972810eb8f2f2c6> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x18db03000 - 0x18db11fff AssertionServices arm64e  <92e1717258813893bdc292409ee6ec7c> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x18db12000 - 0x18dbe9fff CoreTelephony arm64e  <7b0b55a59dc733fab88e0c20a1f781f1> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18dbea000 - 0x18dbeffff AggregateDictionary arm64e  <3fe399052aec3a05a8b161d8a2297524> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x18dbf0000 - 0x18dc06fff libsystem_asl.dylib arm64e  <8720eceb36db35b1b69d89c13bd6464f> /usr/lib/system/libsystem_asl.dylib
0x18dc07000 - 0x18dc83fff CloudDocs arm64e  <604ea7d3f96b38e483d2d285c95f5123> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x18dc84000 - 0x18dfb7fff CoreData arm64e  <35eaef65b0fe3387a6f1953ba6c6b221> /System/Library/Frameworks/CoreData.framework/CoreData
0x18dfb8000 - 0x18e1e4fff Vision arm64e  <c604ff11adca3a2cad5d7a2d039375d7> /System/Library/Frameworks/Vision.framework/Vision
0x18e1e5000 - 0x18e229fff PhotoFoundation arm64e  <80a565ddfcb436fb9e5979e8ddbefff3> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x18e22a000 - 0x18e255fff BoardServices arm64e  <beb1470764c9331495f5e60681f32d92> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x18e30e000 - 0x18e31cfff libsystem_networkextension.dylib arm64e  <07dd981a43d432e4a75f0edf005264e3> /usr/lib/system/libsystem_networkextension.dylib
0x18e31d000 - 0x18e33dfff CoreAnalytics arm64e  <9a1858e559963c299cc192367406f027> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x18e33e000 - 0x18e4b8fff CloudKit arm64e  <3055305cd1a331e19ce67c367cfa3b6a> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18e4b9000 - 0x18e508fff SpringBoardServices arm64e  <99531da589fd32ec8788899443a3c764> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18e509000 - 0x18e580fff FrontBoardServices arm64e  <370f1f18e8a936b5b0eb9735a02ce2de> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x18e581000 - 0x18e699fff Network arm64e  <1219db6932e9365aa50a7ff994f4fe4e> /System/Library/Frameworks/Network.framework/Network
0x18e6f7000 - 0x18e6fefff libsystem_symptoms.dylib arm64e  <f76c087a16863e20b189be0ee42175dc> /usr/lib/system/libsystem_symptoms.dylib
0x18e6ff000 - 0x18f655fff GeoServices arm64e  <11521e66ab173ead938efa40b6134e46> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18f656000 - 0x18f65efff TCC arm64e  <97e67d9c4a10360c9f412456dcbdc97e> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x18f65f000 - 0x18f6bafff IMFoundation arm64e  <506939c097453d359a2fe6bcbb2b06d8> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18f6bb000 - 0x18f81dfff CoreUtils arm64e  <3cf1c31488173637a72f8ba3bfe83a53> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18f8d0000 - 0x18f8fdfff ImageCaptureCore arm64e  <3e0c371cfedf398eb63c183fabf14142> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x18f8fe000 - 0x18f907fff libsystem_containermanager.dylib arm64e  <b96c896edc9f394c81f8dfbc1091e47b> /usr/lib/system/libsystem_containermanager.dylib
0x18f908000 - 0x18f986fff AppleAccount arm64e  <44c8ad8bd0e1386ca4f8f5558eb86e07> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18f987000 - 0x18f9a2fff ApplePushService arm64e  <328793b3825a387cbf3ebb42999ac370> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18f9a3000 - 0x18fa93fff IDS arm64e  <335b4e0fb0c237898ea7fc998e5d5f4d> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18fa94000 - 0x18fbc4fff IDSFoundation arm64e  <0ed663fbdf353be69dac32c646232225> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18fbc5000 - 0x18fbc6fff libCTGreenTeaLogger.dylib arm64e  <8cbc0d475be530e188f1c51e7d73100d> /usr/lib/libCTGreenTeaLogger.dylib
0x18fc2c000 - 0x18fd2dfff CoreMedia arm64e  <89ad72de99123e85b361ad7cd6d823f0> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18fd2e000 - 0x18fd3efff UIKitServices arm64e  <7ca41cb46fd03e96a3d9dfbe74305ad7> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x18fd3f000 - 0x18fd93fff BackBoardServices arm64e  <e485693989fe3af1b52f0a73a4f372c0> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18fd94000 - 0x18ffebfff QuartzCore arm64e  <4da865ca7f363d7f952e05a9e5ed505d> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18ffec000 - 0x1901a9fff ColorSync arm64e  <62b6e344294735a18231a30bc9ed11d3> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1901aa000 - 0x19071dfff CoreGraphics arm64e  <ec19539856b13b91b6996b20fde8cb80> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x19071e000 - 0x190859fff Contacts arm64e  <48f4fe0bc42d317496b32040b12c1c9e> /System/Library/Frameworks/Contacts.framework/Contacts
0x19085a000 - 0x19088afff UserNotifications arm64e  <cffabd1a9c043e179af4ef72f20227e3> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x19088b000 - 0x1908aefff LocationSupport arm64e  <72ccaa1df5673dd69db2fbb902140de5> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1908af000 - 0x190a14fff Sharing arm64e  <eccc88bef8b639d49b19e7fa09c0110f> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x190a15000 - 0x191034fff WebKit arm64e  <d74e8e63b96338449ca08a3a0f5fae4c> /System/Library/Frameworks/WebKit.framework/WebKit
0x191035000 - 0x192d51fff WebCore arm64e  <ca426a2f548134acaf0a08332c0a84e0> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x192d52000 - 0x192d6afff libAccessibility.dylib arm64e  <02691cb3d3723935be9f2eca79233d00> /usr/lib/libAccessibility.dylib
0x192d6b000 - 0x192d76fff AXCoreUtilities arm64e  <d2740e1c60fe3260a9de67012c8bdea4> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x192d77000 - 0x192df1fff ContactsFoundation arm64e  <7f5d4eea47773b1bbadc29d7884a2873> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x192df2000 - 0x192e06fff PowerLog arm64e  <e38c8d42d0883dad874a93d61f25ac88> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x192e07000 - 0x192e18fff IOSurface arm64e  <a16823eb17723ae7b9cd5669882ff3bb> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x192e19000 - 0x193522fff MediaToolbox arm64e  <be59c72809d7384a9f934aadd48c111a> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x193523000 - 0x19352bfff GraphicsServices arm64e  <35a16dda337d378fadb4b70c8a46bb74> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x19352c000 - 0x193613fff AccessibilityUtilities arm64e  <7483f88cc3cd38cca19195fde6df19dc> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x193614000 - 0x193812fff AVFoundation arm64e  <bae1d0dcb9063af29651a0f35779be54> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x193813000 - 0x19384bfff OnBoardingKit arm64e  <7d7c486a497d35d28e4789d9d33a0fc0> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x19384c000 - 0x19389bfff MobileWiFi arm64e  <5a17dab6bf123c54a0cf18f0dd97acd7> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x19389c000 - 0x1938b5fff MobileAsset arm64e  <4a80dea66d10317da3eee57759fa61a5> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1938b6000 - 0x1938c3fff libGSFont.dylib arm64e  <c96a3942f2ca31ab8dce9438045c53ab> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1938c4000 - 0x1938cdfff FontServices arm64e  <46c4ddbaeaa4332a898aaeaa89f7e1f9> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1938ce000 - 0x193a1cfff libFontParser.dylib arm64e  <134fc516ef1e3a9d9a070562ef2edd0d> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x193a1d000 - 0x193a68fff AXRuntime arm64e  <905dc921afe63398a0cfac3372c35897> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x193a69000 - 0x193a6bfff libAXSafeCategoryBundle.dylib arm64e  <2f42052fb97232d98f2b45e017d1245c> /usr/lib/libAXSafeCategoryBundle.dylib
0x193a6c000 - 0x193baefff SearchFoundation arm64e  <e2dd5f62149c3d02b602b0ebd69a6acb> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x193baf000 - 0x193cd5fff Preferences arm64e  <3748c2dac51b3873b4b5b7e62f27843a> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x193cd6000 - 0x194366fff PhotoLibraryServices arm64e  <075b26b661d03d29b1516b52069649a5> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x194367000 - 0x1945f4fff vImage arm64e  <aa8f48dda782376f8cfded6032f80502> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1945f5000 - 0x194823fff AudioToolbox arm64e  <8b3c3977613a35cd9e099c8d6ad2d5c2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x194824000 - 0x194859fff libAudioToolboxUtility.dylib arm64e  <7ffd108a616a3c1198848493484b633d> /usr/lib/libAudioToolboxUtility.dylib
0x194a24000 - 0x194a90fff UIAccessibility arm64e  <8acb1a10522d3d699d9fb74f22867b79> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x194a91000 - 0x194ca0fff Photos arm64e  <7c38c43acb9b3f728d0ae4ef9d003f90> /System/Library/Frameworks/Photos.framework/Photos
0x194ca1000 - 0x194d38fff ShareSheet arm64e  <9bc883eda26338e1b1bfac87f237ea28> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x194d39000 - 0x194d4cfff BaseBoardUI arm64e  <012f30149cfb3625b2cf61f64232dfe1> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x194d4d000 - 0x194e04fff PDFKit arm64e  <602b3922eaca3cc5946f7b729bc42e12> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x194e05000 - 0x194e86fff FrontBoard arm64e  <1567d434331e3c6e96a73321fe0d9a77> /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
0x194e87000 - 0x194eb5fff DocumentManager arm64e  <9a8115eff3ac3da7848ef4ad7665945d> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x19511b000 - 0x195194fff AuthKit arm64e  <0537fa42b3f63bcca8ceb49af7b816aa> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x195195000 - 0x1955c5fff Intents arm64e  <3e961b6587ad3a64af9e1a3700a745f4> /System/Library/Frameworks/Intents.framework/Intents
0x1955db000 - 0x19572afff WebKitLegacy arm64e  <7958a1d222d93765bb4fa9e950d3a92e> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x19572b000 - 0x195795fff TextInput arm64e  <4bd92dd0b07d3df8a30e8e916bd2e6ef> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x195796000 - 0x195815fff AXMediaUtilities arm64e  <b2a10260fe3939a795c53d9a1dc552f9> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x195816000 - 0x195819fff XCTTargetBootstrap arm64e  <7be167b6515e32f0849de3cc36d2a4e9> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x19581a000 - 0x1958d0fff CorePDF arm64e  <8aa9c332a88e3ac4a1a3c07e09d00c29> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1958d1000 - 0x19590dfff AccessibilityUIUtilities arm64e  <64eb98310f053e44bf76e38c0e88849f> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x195cd1000 - 0x195fe8fff AppleMediaServices arm64e  <cc9185fff85233d88fa2ba27d0484a5d> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x195fe9000 - 0x196010fff CacheDelete arm64e  <fe5a3037180f3296a227af040e050806> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x196011000 - 0x1961d6fff CoreMotion arm64e  <1f0fe3143bc83a458a18611ff553c5da> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1961d7000 - 0x1962c3fff AVFAudio arm64e  <a9217a70e269333db8c50b19e2fb365c> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1964c1000 - 0x19657afff CoreUI arm64e  <f5600e8a391739438a16ecaca280efc5> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1965a0000 - 0x1965d6fff CoreVideo arm64e  <8425dd4299353b3ea645ce6b2506f1b1> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1965d7000 - 0x196811fff AudioToolboxCore arm64e  <304ca2eb510835fea129a34a508460c4> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x196812000 - 0x196858fff CoreDuetContext arm64e  <bde5e1666a8a34fead8bad7aa9b1d53f> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x196859000 - 0x196894fff SetupAssistant arm64e  <db3c0cdfc4f43630ab150c62635f1acf> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x196895000 - 0x196956fff TelephonyUtilities arm64e  <09b26840a5153c609cdedc831bf0ef30> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x196957000 - 0x196981fff PlugInKit arm64e  <f4803530aa9e3ba9855c260f6e3ac1af> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x196982000 - 0x196d0dfff libswiftCore.dylib arm64e  <95929e13207b33dc8fb760fffde1c5b0> /usr/lib/swift/libswiftCore.dylib
0x196d0e000 - 0x196e50fff AssistantServices arm64e  <a034d18510aa3910a42a844a5590c18a> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x196e51000 - 0x196eb2fff ProactiveSupport arm64e  <f9a02e6b23163ac292a162118afd10e9> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1970fb000 - 0x197113fff PrototypeTools arm64e  <3e66f9d5dc4c39e9a15c85b0a019e45c> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x197114000 - 0x197208fff MediaExperience arm64e  <53a8c9f892be3b1c92f59abc109425c7> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x197209000 - 0x1974dafff ********* arm64e  <a65707c2082632bcbea8425b59a76944> /System/Library/PrivateFrameworks/*********.framework/*********
0x197e02000 - 0x197ed6fff AVKit arm64e  <c1e8588176e33ae38d5e4336933ddc6e> /System/Library/Frameworks/AVKit.framework/AVKit
0x197ed7000 - 0x197f07fff Pegasus arm64e  <ce0d0eb51ab63147b8219b86106c088e> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x197f08000 - 0x197f0afff libapp_launch_measurement.dylib arm64e  <e9e6d9c0433635088072c4025e7d9fe9> /usr/lib/libapp_launch_measurement.dylib
0x197ff1000 - 0x198055fff CoreSpotlight arm64e  <da23ed5d5b7c3e688825fcb8a1a319cc> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x198056000 - 0x1980eefff AddressBookLegacy arm64e  <4c8135626d87370da6112470f1a6e2d1> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1980ef000 - 0x1980fefff CrashReporterSupport arm64e  <218df76812bf3b50985d0b892be69ce2> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1980ff000 - 0x198111fff MobileBluetooth arm64e  <54099d82862a309099ca820e4e0d084a> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x198112000 - 0x1981d1fff LinkPresentation arm64e  <e9806606689131c88570426a27c1e9a3> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x198209000 - 0x19820dfff libsystem_configuration.dylib arm64e  <ac925c4261b7348da2ba46577384d5db> /usr/lib/system/libsystem_configuration.dylib
0x1983f6000 - 0x198404fff HangTracer arm64e  <8cd94d2dcc9a3a869ccfaa65c6677d23> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x198405000 - 0x19846dfff CoreNLP arm64e  <c91cefc790493a66b021c09bb62d8034> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x19846e000 - 0x19846ffff liblangid.dylib arm64e  <52181791212639f09917bf721f063966> /usr/lib/liblangid.dylib
0x198470000 - 0x19926afff JavaScriptCore arm64e  <c487262f3edb302ab3153576e2d08b43> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x19926b000 - 0x1992f7fff libTelephonyUtilDynamic.dylib arm64e  <833d266872bf30e289655265351155dd> /usr/lib/libTelephonyUtilDynamic.dylib
0x199596000 - 0x19959ffff IOMobileFramebuffer arm64e  <6d3be74710283533afed3b93ebfa73e0> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x199911000 - 0x19992bfff CoreMaterial arm64e  <8c5d46a66d3f3a27977ef9ac8605a0d0> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x19992c000 - 0x199a16fff libxml2.2.dylib arm64e  <09efa77806b83c38b6392a34be03791c> /usr/lib/libxml2.2.dylib
0x19b114000 - 0x19b11efff SymptomAnalytics arm64e  <6d8f8a15f92b31b79cf1f88c0f2187ab> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x19b11f000 - 0x19b168fff MetadataUtilities arm64e  <de1eeb33ff423aedbb7fdd3907423ae8> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x19bb3c000 - 0x19bd62fff NetworkExtension arm64e  <4b59ff48c0fb3788b91cfed840ff2930> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x19bd63000 - 0x19bd99fff DataDetectorsCore arm64e  <968860c84ea936b99f48c59bbb0335d4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x19bd9a000 - 0x19bdfcfff CalendarFoundation arm64e  <063a50b7d176373196ba5ddf6cae167f> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x19bdfd000 - 0x19bef6fff EventKit arm64e  <e2a24a26fc8735fa9b35ed358bcb25d5> /System/Library/Frameworks/EventKit.framework/EventKit
0x19bef7000 - 0x19bf2dfff MediaServices arm64e  <99e8d14f5f7e3633888108b1b9d59abe> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x19c35f000 - 0x19c3a0fff BiometricKit arm64e  <f69fdd9815cc32d1b64e1d81d36be971> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x19c3a1000 - 0x19c3cdfff PersistentConnection arm64e  <40955322e8d031749dd09c4dad3d73d1> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x19c3ce000 - 0x19c421fff CalendarDaemon arm64e  <f26d7a3557773fa190bbe5cd907e42b4> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x19c422000 - 0x19c4bbfff CalendarDatabase arm64e  <777b53980e103eeb93d52ddff2ccf2ac> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x19c4bc000 - 0x19c6acfff MediaRemote arm64e  <df203d075d313ad2a2b2a2c510b2559b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x19c6ad000 - 0x19c6b5fff CorePhoneNumbers arm64e  <cd45ada05fdf36bf92e824d7e078d759> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x19c6c6000 - 0x19c6edfff DuetActivityScheduler arm64e  <41a4be55c4643536baac7d99a4a55898> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x19c7f6000 - 0x19c819fff CoreSVG arm64e  <975d3d7d05ea39b3a3f0746c8feff2b6> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x19c81a000 - 0x19c834fff SymptomPresentationFeed arm64e  <c6cb5f6f124939f28b4c3d6b3eeb619d> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x19c835000 - 0x19c852fff ProactiveEventTracker arm64e  <9a778bbcee333e9d83eabb095db13f00> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x19c853000 - 0x19c85dfff MallocStackLogging arm64e  <d64d8dcf62673842b2b961f6ebc86aec> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x19c85e000 - 0x19c8f7fff CoreSuggestions arm64e  <c477a614a411316584a2c9e1be49740e> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x19d332000 - 0x19d33ffff BluetoothManager arm64e  <2027bc7f509b3b9c812cd17f9f1fb1eb> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x19d340000 - 0x19d375fff CoreBluetooth arm64e  <3a9d0d5841b23be6a5ad8e77aefd147e> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x19d376000 - 0x19d378fff libsystem_sandbox.dylib arm64e  <92820689c0b63e909927898e40e8492e> /usr/lib/system/libsystem_sandbox.dylib
0x19d4e7000 - 0x19d556fff Rapport arm64e  <ec9dcb56769a312c9cb3551a797dc5b4> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x19d557000 - 0x19d583fff OSAnalytics arm64e  <8bb68f3961f03e188a1e77d7b1e444ce> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x19d584000 - 0x19d5b4fff MobileInstallation arm64e  <943199a1a35e350891acb25ac74f13ce> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x19d5b5000 - 0x19d653fff Metal arm64e  <13e30f11be8f3c7489816f5c6cd252fd> /System/Library/Frameworks/Metal.framework/Metal
0x19d654000 - 0x19d659fff IOAccelerator arm64e  <d769cff975e430d2a7db4ea4612ff862> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x19d65a000 - 0x19d665fff MediaAccessibility arm64e  <6d0dbf955da63c2eab9be1c152917141> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x19d687000 - 0x19d68efff libsystem_dnssd.dylib arm64e  <e8549e75a1463486b7cd35ac881d2f4b> /usr/lib/system/libsystem_dnssd.dylib
0x19d68f000 - 0x19d695fff PushKit arm64e  <4a78830211d53250aa6ca483801f76ad> /System/Library/Frameworks/PushKit.framework/PushKit
0x19d696000 - 0x19d7a3fff FileProvider arm64e  <11f085a9c6b0364e801352afc807dcc8> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x19d7b6000 - 0x19d7b7fff BackgroundTaskAgent arm64e  <5262dc14b6b5363c9751576865856ab4> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x19d7b8000 - 0x19d7bcfff LinguisticData arm64e  <6bf342b353083f7e93df51ccd826784e> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x19d802000 - 0x19d8befff ************ arm64e  <746b696a17a5345588763dfa3787b26c> /System/Library/Frameworks/************.framework/************
0x19de39000 - 0x19de41fff SymptomDiagnosticReporter arm64e  <6e2ceb18b3c238909c7224059cc73ef3> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x19de42000 - 0x19de44fff IOSurfaceAccelerator arm64e  <bc2cae1654eb3bd9aa4f0c8cc50588b7> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x19de45000 - 0x19def7fff AssetsLibraryServices arm64e  <b5776c4b5f653965b2245f15e41c486e> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x19def8000 - 0x19df27fff DataAccessExpress arm64e  <ec7e8ce10a9d38869a5daca5e2e6bb78> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x19df9b000 - 0x19dfb0fff CoreFollowUp arm64e  <229b93a314b93e49a938da9ac5222793> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x19dfba000 - 0x19dfd0fff libcoretls.dylib arm64e  <cd17611b39043652897fee5b2ea1fb21> /usr/lib/libcoretls.dylib
0x19e028000 - 0x19e0bbfff libate.dylib arm64e  <116c6d4c61f137c8839f8da4d2dbf65a> /usr/lib/libate.dylib
0x19f112000 - 0x19f161fff FTServices arm64e  <cb48a8cd36b33387ad9c46a91306ea16> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x19f21a000 - 0x19f296fff SAObjects arm64e  <09f857ae919f3698a8f375150a5e4920> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x19f34e000 - 0x19f35bfff DataMigration arm64e  <a73a8e89759d35cba88fbadc443a884c> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x19f517000 - 0x19f53cfff IconServices arm64e  <69a79f0246f7318e9f84432ae2583776> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x19fa04000 - 0x19fa05fff WatchdogClient arm64e  <effb2efa64fb3059b6638ea86a4fb428> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x19fa06000 - 0x19fa17fff libprequelite.dylib arm64e  <ebd5dd109e02312c96b7681e6adca8a4> /usr/lib/libprequelite.dylib
0x19fa40000 - 0x19fa50fff CoreEmoji arm64e  <3432d5e489283d21947a96119c3e2de8> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x19faeb000 - 0x19fb3bfff ClassKit arm64e  <c49bc10ecf7a31068198f799ecbf15a6> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x19fba9000 - 0x19fbb5fff CPMS arm64e  <448027b7060638f78685e9ba02f12079> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x19fbb6000 - 0x19fbbefff RTCReporting arm64e  <34d689e0594f3131a0e95b06e4e92686> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x19fd26000 - 0x19fd73fff MobileBackup arm64e  <e70600fe2ca130a6870ba358dc541f09> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x19fe27000 - 0x19fe2efff CoreTime arm64e  <16e5a4ebcdfd3cfbbdcca5b45a2104b6> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1a002d000 - 0x1a0057fff DistributedEvaluation arm64e  <4fa7b626c1353a96aaad2ee3712b363c> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1a03f3000 - 0x1a0449fff ToneLibrary arm64e  <cd2eaa5e9d083e8ab2522a22cfb99987> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1a072e000 - 0x1a074dfff AppConduit arm64e  <15e48773d3623be0aa19b9c43cc811cf> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1a074e000 - 0x1a0767fff IntlPreferences arm64e  <ec36a852bc8c3692b345c97bd6e99c80> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1a0afa000 - 0x1a0bd0fff CoreBrightness arm64e  <4b5a024ddea13d2393a605e0ff4bdf7f> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1a0bd1000 - 0x1a0bd8fff libIOReport.dylib arm64e  <e826276b294f386ba6499ea24f4fc9a7> /usr/lib/libIOReport.dylib
0x1a0d73000 - 0x1a0f41fff libBNNS.dylib arm64e  <116a7bc6fe8438508a399d4148a14157> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1a0f42000 - 0x1a0f49fff StudyLog arm64e  <4ff082f0011f3289a1e45e67989414de> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1a21a2000 - 0x1a21c7fff RTTUtilities arm64e  <f53f55ddac8e3d8a8d0d925e2c3acc15> /System/Library/PrivateFrameworks/RTTUtilities.framework/RTTUtilities
0x1a21c8000 - 0x1a21cffff HearingCore arm64e  <c89a7eacacd33d04b9f1cc71d6a339a5> /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore
0x1a21d0000 - 0x1a21e4fff LocalAuthentication arm64e  <8e091e31375c35c6997377e77017f695> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1a21e5000 - 0x1a21e9fff CommunicationsFilter arm64e  <63170ee0d92833038a8805c4b108205a> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1a220e000 - 0x1a2219fff CaptiveNetwork arm64e  <476ff0ebdfad369091402e62746699f8> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1a2369000 - 0x1a2443fff libBLAS.dylib arm64e  <93845678947e367dab50fe5aba3658e0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1a2444000 - 0x1a2452fff CTCarrierSpace arm64e  <c5d9724109dd3554a50a5a6bda992347> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1a2c71000 - 0x1a2d44fff CoreParsec arm64e  <4ad5def0785b36dfab77d26134c68a9a> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1a2d45000 - 0x1a2d94fff CallHistory arm64e  <7f1e9eca4aa13c45b72bfce908794582> /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
0x1a2f42000 - 0x1a2f5dfff libtailspin.dylib arm64e  <01cde70cb0ad3b9c86de40ef2d35e99e> /usr/lib/libtailspin.dylib
0x1a301d000 - 0x1a3026fff MobileActivation arm64e  <e94000bc00d13297816a979264d1c235> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1a3027000 - 0x1a302bfff AccessibilityUIShared arm64e  <b4d0c9e54e55331897c49f8a4ba5ad8a> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x1a302c000 - 0x1a30a9fff HearingUtilities arm64e  <951c9478199837cb997dd03c044a253a> /System/Library/PrivateFrameworks/HearingUtilities.framework/HearingUtilities
0x1a30aa000 - 0x1a30b9fff MobileIcons arm64e  <e8b1677059c43251888e6178c36f70ef> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1a30ba000 - 0x1a31bbfff ResponseKit arm64e  <0fb7f7f7d27a37fb813025bb39a5e337> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1a3287000 - 0x1a32d1fff CoreHaptics arm64e  <97e7305b832e38188a551f54e1fe4bad> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1a32d2000 - 0x1a339cfff ProofReader arm64e  <3045032abf5831d48c16141d126543da> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1a3410000 - 0x1a3495fff CoreSymbolication arm64e  <f0eec0342d5a33fb98357efca5afc5f1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1a3496000 - 0x1a349cfff IdleTimerServices arm64e  <d815c22c53ae36db9013f683fc336df6> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1a3b55000 - 0x1a3b9dfff LoggingSupport arm64e  <6d91a02d77f5366693ae5e1ece278654> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1a3cbf000 - 0x1a3d1afff ProtectedCloudStorage arm64e  <650a9321018c3dc69333c60a6e7a50ef> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1a3e09000 - 0x1a3e14fff OpenGLES arm64e  <94b3d65e12d233a6be1dff206fdb9770> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1a3f7e000 - 0x1a3f87fff libGFXShared.dylib arm64e  <fb4460e8ba8c3d8baac7de055809a90d> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1a3f88000 - 0x1a3fbdfff SharedUtils arm64e  <4b19c22d14f83923aa7e010297fc74b7> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1a3fbe000 - 0x1a400cfff PhotosFormats arm64e  <4967749c8ba13d50a094a64458b16779> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1a50bc000 - 0x1a50f9fff StreamingZip arm64e  <3e4530a0128c3b9ba889d99ad4aba0d5> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1a6046000 - 0x1a6048fff InternationalTextSearch arm64e  <05229f5b79a93bb29db74ff61354b99a> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1a6067000 - 0x1a6084fff AssetCacheServices arm64e  <bf68da8120d03698b7c84548aec95546> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1a65ca000 - 0x1a6a1ffff AVConference arm64e  <781615886eef3199ac0ce54b0037ef0a> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x1a6a20000 - 0x1a6a25fff IncomingCallFilter arm64e  <74f0cdea19833a58ad773cefcde01605> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1a6a41000 - 0x1a6a59fff NetworkStatistics arm64e  <b4143b227aac3a7583cfd39e14aed702> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1a6d70000 - 0x1a6d75fff AccessibilityUI arm64e  <59490f2402d8316aa555260e8d245109> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x1a6ecb000 - 0x1a6ed1fff Netrb arm64e  <e736b3216345356ea8bcdc5a4cc09857> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1a6ed5000 - 0x1a6f05fff EAP8021X arm64e  <c9407b41d59c3343bf8a18cd5e363062> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1a6f06000 - 0x1a6f08fff OSAServicesClient arm64e  <7934932006823fc397cf49fabbd7f923> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1a70b4000 - 0x1a70b8fff libgermantok.dylib arm64e  <23d00f88b91735a2bb8fe76ad5418e75> /usr/lib/libgermantok.dylib
0x1a70b9000 - 0x1a716cfff libmecab.dylib arm64e  <8c3f2375f78239dfb775560a59ac81bf> /usr/lib/libmecab.dylib
0x1a72ff000 - 0x1a733bfff VoiceServices arm64e  <a9d0387c91e03f1f85cfdcf6f9fc712a> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1a777e000 - 0x1a778cfff CoreDuetDaemonProtocol arm64e  <cb6182dd85823f918d437db9dcb92c12> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1a778d000 - 0x1a77adfff FTAWD arm64e  <2bf094aa76783858a2727b3dbf55dcfc> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1a8d7c000 - 0x1a8d7efff OAuth arm64e  <a03fe232d94739eda8f94a6aaa4f486c> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1a986f000 - 0x1a98dffff libarchive.2.dylib arm64e  <446b5d27268d39aabc3050908c749d8c> /usr/lib/libarchive.2.dylib
0x1a98e0000 - 0x1a9911fff C2 arm64e  <0cf16449e8ab35548a2abca64f0149d7> /System/Library/PrivateFrameworks/C2.framework/C2
0x1a9912000 - 0x1a9946fff NaturalLanguage arm64e  <c41cc139fee9362c9cc23bdec6744f6b> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1a99dc000 - 0x1a99ddfff libsystem_coreservices.dylib arm64e  <3204f9091c1233fab5466a9223b06851> /usr/lib/system/libsystem_coreservices.dylib
0x1a99ef000 - 0x1a9a01fff libmis.dylib arm64e  <96350964eef03fcba5ec4766879e0681> /usr/lib/libmis.dylib
0x1a9a5a000 - 0x1a9a67fff DCIMServices arm64e  <5b39235fa48b3f93b518f51728078080> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1a9a68000 - 0x1a9bc4fff CloudPhotoLibrary arm64e  <6d7e2258735e3c768105d12915ec5017> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1a9c01000 - 0x1a9c09fff libcopyfile.dylib arm64e  <84d0f64d3bf137dab97d8d923269030e> /usr/lib/system/libcopyfile.dylib
0x1a9f82000 - 0x1aa015fff AccountsDaemon arm64e  <3f8a85867cc63d2dbaa332341d5e46ca> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1aa016000 - 0x1aa021fff AppleIDSSOAuthentication arm64e  <f55271ec49aa356e923e6c17c85ec3af> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1aa022000 - 0x1aa035fff SettingsFoundation arm64e  <88e8248538203e6c8f72efbd49b779ef> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1aa16d000 - 0x1aa1ebfff Symbolication arm64e  <eaf904a010683b1b87478c480cb82c8d> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1aa3b1000 - 0x1aa400fff ChunkingLibrary arm64e  <9592da8776323f5db15d9e951caccd38> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1aa929000 - 0x1aa92bfff CoreDuetDebugLogging arm64e  <e3ad9cd8f47b3ef28a3d834a9dfd6e37> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1ab46b000 - 0x1ab4aafff SignpostSupport arm64e  <095c8f61cca43acfaf940b0cae3d1a81> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1ab718000 - 0x1ab721fff SignpostCollection arm64e  <93e7acda3960357c8c12c311e8cfd898> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1abe78000 - 0x1abe7ffff URLFormatting arm64e  <af4657972d9a3148be598ac4f48ae688> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1abe94000 - 0x1abf3cfff MMCS arm64e  <e87ddbe94f2d3a3c8f2412a63b88f40a> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1abf96000 - 0x1ac1c8fff MobileSpotlightIndex arm64e  <24d7554765f9374b8f015e479265dd01> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1ac5b2000 - 0x1ac5f9fff CoreLocationProtobuf arm64e  <ae6d4309b7d930b2b3b7eedfb88536d3> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1ac6b0000 - 0x1ac72bfff Quagga arm64e  <eae325508ce13ea8966251ea1968b80c> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1ac9cc000 - 0x1ac9dafff libAXSpeechManager.dylib arm64e  <0fa5fe6ef3af37738200e8180fc2adf4> /usr/lib/libAXSpeechManager.dylib
0x1aca41000 - 0x1aca56fff libEDR arm64e  <35b978e85ed83cb9902df7fc6ec4942a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1ad3bd000 - 0x1ad6abfff VideoProcessing arm64e  <4b9d57dabfd439818f65a5673a801684> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1ad6ac000 - 0x1ad6bafff libperfcheck.dylib arm64e  <08b6f2b01ad733d8850ed9f74a850daa> /usr/lib/libperfcheck.dylib
0x1ad6bb000 - 0x1ad6c6fff libAudioStatistics.dylib arm64e  <6b4e849f634939ccaca655176fe01098> /usr/lib/libAudioStatistics.dylib
0x1ad890000 - 0x1ad8a0fff caulk arm64e  <241108a1274533088bfee659dd6730dc> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1ad8e0000 - 0x1ad8e6fff MobileSystemServices arm64e  <f66b520c3d50375f98f0091d36161f5b> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1ada85000 - 0x1ada9efff TextToSpeech arm64e  <ac75d29024c03da69cce45462df44c4c> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1adaa3000 - 0x1adadefff ViceroyTrace arm64e  <25e2b56fe8b93e9482be141a5659052b> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x1ae9d0000 - 0x1aea0cfff libGLImage.dylib arm64e  <849fb0b1dd9b34b49e0e68680423c43c> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1aee4e000 - 0x1aee5ffff libSparseBLAS.dylib arm64e  <6ef8dc44dfc93a05bcbe1a198af28b5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1aee60000 - 0x1aee74fff Engram arm64e  <c3236b7fb2e43b8aa1e434213a4304c6> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1aeeef000 - 0x1aef2afff DataDetectorsNaturalLanguage arm64e  <8ab89a73eca73b2285510de5cb0782b0> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1af22b000 - 0x1af233fff FSEvents arm64e  <5b158faba27f3a85961d10e020e21131> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1af244000 - 0x1af2c3fff CoreDAV arm64e  <8b69582689fb39beaa6c1a1e51677b07> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1afbd8000 - 0x1afbe8fff RemoteTextInput arm64e  <cb5c2682d65a369cb57d33fa45d39e7b> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1afc11000 - 0x1afc41fff iCalendar arm64e  <bdf022eee345337c99e9704d4bcc27b8> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1afc5e000 - 0x1afc67fff CloudPhotoServices arm64e  <44827c84a43a3ac4b629167e919bf097> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1afca7000 - 0x1afcbbfff libLinearAlgebra.dylib arm64e  <32b55a7bef82324aa31d6a4c6e82e057> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1aff67000 - 0x1aff75fff CoreAUC arm64e  <9468bc25e6943dfd9423f61c852d84f8> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1b0a26000 - 0x1b0a6dfff PhysicsKit arm64e  <d07db9feda3e385cb9465cf3b37f1dae> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1b0a6e000 - 0x1b0ac0fff CorePrediction arm64e  <5b9d739f30ed3633ad93f4b521445be9> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1b0f41000 - 0x1b0f89fff SafariSafeBrowsing arm64e  <b9d076fc432a31e2829491b24003e57e> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1b1451000 - 0x1b146ffff GenerationalStorage arm64e  <769d226045e03f4b847a6bd82d747e48> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1b14d5000 - 0x1b14e0fff PersonaKit arm64e  <c511fe3b420331b289457da490a18510> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1b1909000 - 0x1b190efff kperf arm64e  <e0fd1f30deab30e2a9115796ae230551> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1b1aeb000 - 0x1b1b25fff libpcap.A.dylib arm64e  <c319e503a88e3fb2ae7ff4b449b568e2> /usr/lib/libpcap.A.dylib
0x1b1e7e000 - 0x1b1f24fff libvDSP.dylib arm64e  <9f1b4e370a99382a8d89b5af0ea6415b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1b1f25000 - 0x1b1f51fff vCard arm64e  <8a9f9a01a2703c7cb17abd91cc0c1119> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1b1f9a000 - 0x1b2027fff SampleAnalysis arm64e  <4b593dd91f29363486585e72ac9b2486> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1b2028000 - 0x1b2033fff IntentsFoundation arm64e  <29094ecb940b3e49bc76d8981c709690> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1b25e7000 - 0x1b2620fff PhotosImagingFoundation arm64e  <d8993c4651f037a7a54f7a3586a95bf4> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1b2621000 - 0x1b2643fff MediaConversionService arm64e  <02236575bc533597834469da3e0e645f> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1b2644000 - 0x1b2662fff MediaStream arm64e  <2192a1f0a3a63161949eb2c8367f7d06> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1b2663000 - 0x1b2764fff CoreMediaStream arm64e  <62d263809b0438eea3b5a01ca8254062> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1b2881000 - 0x1b2881fff Accelerate arm64e  <daa9c13c7fdb38a2b5a4e6f3df7659d6> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1b2883000 - 0x1b2bc0fff libLAPACK.dylib arm64e  <987217b663813be989eb40f1df2d4ff1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1b2bc1000 - 0x1b2bc5fff libQuadrature.dylib arm64e  <488e274068b73ddfaa9ea39baf59f3f8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1b2bc6000 - 0x1b2c1ffff libvMisc.dylib arm64e  <05334e5d9b6f39d0a1216130d7b84f97> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1b2c20000 - 0x1b2c20fff vecLib arm64e  <e898be21a999319ba485548bb4859e6b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1b2c7b000 - 0x1b2d87fff Combine arm64e  <dd73247011e23ca59195094e2730a538> /System/Library/Frameworks/Combine.framework/Combine
0x1b2d9a000 - 0x1b2deafff CoreMIDI arm64e  <4cc731960104310a8d720ef7f7b8e750> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1b2fd9000 - 0x1b3006fff GSS arm64e  <10c1886968cb34ba8325929687a1d70c> /System/Library/Frameworks/GSS.framework/GSS
0x1b301a000 - 0x1b304cfff MPSCore arm64e  <c02479200b9a3611b29fb68184d8b60f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1b304d000 - 0x1b30c6fff MPSImage arm64e  <815d123c891430528b28b9cbb1735b76> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1b30c7000 - 0x1b30e9fff MPSMatrix arm64e  <f30b6410a53932ff8d397f2f8351eb49> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1b30ea000 - 0x1b30fefff MPSNDArray arm64e  <b3c4364cfadf3d5180e3c9d6b794bd4f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1b30ff000 - 0x1b3294fff MPSNeuralNetwork arm64e  <3e2e0cfca6853dbabf688e234a7fdc86> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1b3295000 - 0x1b32dafff MPSRayIntersector arm64e  <bdc1bfca25403cf4a6505b09095c502f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1b32db000 - 0x1b32dbfff MetalPerformanceShaders arm64e  <ee7830af0c0e34718b0d49b2b47068ea> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1b32e8000 - 0x1b32e8fff MobileCoreServices arm64e  <cf705b73e23d3f44ac1f80c686536cef> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1b32f3000 - 0x1b32f4fff libCVMSPluginSupport.dylib arm64e  <34adfd8e959a30a699308bbcb6a68b97> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1b32f5000 - 0x1b32fbfff libCoreFSCache.dylib arm64e  <4fa56656d0703730b8b7be685d14cef7> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1b32fc000 - 0x1b3301fff libCoreVMClient.dylib arm64e  <2303188bf70a32078227ae92ef2dc9ca> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1b3336000 - 0x1b336efff QuickLookThumbnailing arm64e  <2d6a0b4e77343145a118b08fd76fc877> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1b3687000 - 0x1b3788fff SoundAnalysis arm64e  <3f719150c88738cb9383dc7513501e5f> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1b378b000 - 0x1b378bfff UIKit arm64e  <96df300bc0b432658133434fe94c795d> /System/Library/Frameworks/UIKit.framework/UIKit
0x1b3b46000 - 0x1b3c86fff ANECompiler arm64e  <95342f9eac13373fa6652cba48b5d31d> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1b3c87000 - 0x1b3c98fff ANEServices arm64e  <bd9d66e96d7c371f94e92f9b386e5b50> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1b3ca1000 - 0x1b3d32fff APFS arm64e  <abc2cd67ae1f3a94b3a77dbb9410d2fe> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1b3d33000 - 0x1b3d37fff ASEProcessing arm64e  <813d4875d3123d2083f7f54e67406654> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1b3d51000 - 0x1b3db7fff ICE arm64e  <71364a4e4a18399aa1895f5ebf4d4148> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x1b3db8000 - 0x1b3db8fff LegacyHandle arm64e  <0c4ca0629be13a87901afa7395da45af> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x1b3db9000 - 0x1b3dbffff SimpleKeyExchange arm64e  <e9dbd7eb807f35308418e25f084c1d68> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x1b3dc0000 - 0x1b3dc0fff snatmap arm64e  <028ce0b81216345aa25ca2fb1f6d4d24> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x1b3dc7000 - 0x1b3dcefff AXFrontBoardUtils arm64e  <97ae72230b0e3586ba71f84c7c2b9339> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils
0x1b3de5000 - 0x1b3debfff SpeakTypingServices arm64e  <fded464b4460322fa0071ed9e719b179> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x1b3e43000 - 0x1b3e85fff AccessibilitySharedSupport arm64e  <a7299b02974a3c7ab6967294c2acfe39> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1b3ee3000 - 0x1b3eeefff AccountSettings arm64e  <8b81f1d5a26730a28032279362c233d3> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1b4615000 - 0x1b47cafff AppleCVA arm64e  <63fad9eac362389abd6d51ee1a416ce6> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1b483d000 - 0x1b484bfff AppleFSCompression arm64e  <be2976a9098936bdaeeb595cf029cf9b> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1b4852000 - 0x1b485cfff AppleIDAuthSupport arm64e  <767165649aad35d1be07a3e17836fb16> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1b485d000 - 0x1b489ffff AppleJPEG arm64e  <99fc08d523b83f5dacbfc347f7189d41> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1b48bb000 - 0x1b48ccfff AppleNeuralEngine arm64e  <5ba1eb56f0b4337f9e1977fb4c80b997> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1b48d3000 - 0x1b48f6fff AppleSauce arm64e  <f0cb99f323a73d03a139c49cf6c41ab1> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1b4a37000 - 0x1b4a8bfff AutoLoop arm64e  <6037ed23075e3cc98475420144188fed> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1b4afb000 - 0x1b4b2bfff Bom arm64e  <11fce97348f439439e7c35bcd663d649> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1b55f6000 - 0x1b55fdfff CommonAuth arm64e  <ee06de91c40d3a3a8abaaf90d5a4f387> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1b57ac000 - 0x1b589bfff CoreAppleCVA arm64e  <4bfc0de0e2553cc5864b028bb06225f6> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1b5a32000 - 0x1b5a35fff CoreOptimization arm64e  <7a01f6f33e8333679c22f69495e7ea4d> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1b5b50000 - 0x1b5b5bfff DeviceIdentity arm64e  <0889ebc4bb343b00b0de4fd6947beea8> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1b5ced000 - 0x1b5d09fff DocumentManagerCore arm64e  <76354137b4ad3a2db4c614d4a918f5d8> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1b5dcb000 - 0x1b6397fff Espresso arm64e  <5f68481ad8b232188840d17d81a99547> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1b666c000 - 0x1b6a7ffff FaceCore arm64e  <d60a07b0691d36e6bd692fdf0f7f7d6b> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1b6b55000 - 0x1b6b68fff libGSFontCache.dylib arm64e  <72f67cdc64c33973a2d9ab831c570fd4> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1b6bcf000 - 0x1b6bdbfff libhvf.dylib arm64e  <f16dbf931f4d3c8db212eb868d202eb9> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1b6bfd000 - 0x1b6c11fff Futhark arm64e  <a9d8c7dc21823abfb71945cb47ff23cb> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1b791b000 - 0x1b7927fff GraphVisualizer arm64e  <823f8952925c349cb70927c695feacb2> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1b82b7000 - 0x1b8327fff Heimdal arm64e  <ed41231c23a23bd4ae52ff6d26ef4284> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1b87d6000 - 0x1b883ffff InertiaCam arm64e  <10274f94465030c7bfacbfc82734041e> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1b8888000 - 0x1b888efff InternationalSupport arm64e  <2207de040b58322980dcd9a00c09440e> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1b8b53000 - 0x1b8b53fff Marco arm64e  <1bff78277f363f4195e5f33d8aefa22d> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1b9053000 - 0x1b9066fff MobileDeviceLink arm64e  <6a6292db7a2f3e308ad97185d2fee6b3> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1b931f000 - 0x1b935ffff OTSVG arm64e  <1766611019083e14909da771581fb644> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1b99de000 - 0x1b99defff PhoneNumbers arm64e  <ed456ac4bd903b78b1a47422d92f7340> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1bb3de000 - 0x1bb3e2fff RevealCore arm64e  <f5159444bdde3846a157aab561c393d5> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1bb4d4000 - 0x1bb506fff ScreenReaderCore arm64e  <520ea5da3e113eff8ca2dc2d7681e331> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1bb57c000 - 0x1bb588fff SetupAssistantSupport arm64e  <076b12e0c3283973b83b50faac9a0eff> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1bb5a7000 - 0x1bb5a7fff SignpostMetrics arm64e  <06fd3e7756263027b617d51af79fd87c> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1bb5d6000 - 0x1bb5fefff SiriInstrumentation arm64e  <84a1f834add0360b9f2ac0435014b597> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1bbd90000 - 0x1bbeb1fff TextRecognition arm64e  <f70cac6cc90d3146b2b6c9e013b00f98> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1bbeb2000 - 0x1bbf56fff TextureIO arm64e  <960b646f43c73db2bcdd1b68e4b11981> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1bcdb3000 - 0x1bd2affff libwebrtc.dylib arm64e  <7afdf5c54b4037be8f73c4d0e9ba1b05> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1bd37e000 - 0x1bd390fff WirelessCoexManager arm64e  <50731df5d62530deb1cc4f846e370734> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x1bd449000 - 0x1bd451fff kperfdata arm64e  <3f2e5197a8e93f13bbd1e51b0f0044d6> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1bd452000 - 0x1bd49bfff ktrace arm64e  <c6321da021713236b36ce359e6f6b2e3> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1bd4b4000 - 0x1bd4c0fff perfdata arm64e  <fbb03adeac8c3021b29016aea484e4c7> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1bd80d000 - 0x1bd80dfff libAWDProtobufFacetimeiMessage.dylib arm64e  <770d8cfffc203bdba5fc9739e575ab85> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x1bd88d000 - 0x1bdb95fff libAWDSupportFramework.dylib arm64e  <22a732b4f1363ccf9a240da77e6ecc28> /usr/lib/libAWDSupportFramework.dylib
0x1bdd49000 - 0x1bdd53fff libChineseTokenizer.dylib arm64e  <19ee02458a9930bfbd6a7b498cd26008> /usr/lib/libChineseTokenizer.dylib
0x1bdd79000 - 0x1bdf3dfff libFosl_dynamic.dylib arm64e  <2ec3d3e588573001ba8c8eac0c468af9> /usr/lib/libFosl_dynamic.dylib
0x1bdfb8000 - 0x1bdfbffff libMatch.1.dylib arm64e  <c9ccfaf084f63190a72e570c7e74fabd> /usr/lib/libMatch.1.dylib
0x1be07c000 - 0x1be07dfff libSystem.B.dylib arm64e  <773c3a5bb56e304984cfe35816be0791> /usr/lib/libSystem.B.dylib
0x1be086000 - 0x1be087fff libThaiTokenizer.dylib arm64e  <27faaf2b799c3a298b7af5a2acf847eb> /usr/lib/libThaiTokenizer.dylib
0x1be187000 - 0x1be19cfff libapple_nghttp2.dylib arm64e  <ee3a83b9547b312eae767dfa8158b6d6> /usr/lib/libapple_nghttp2.dylib
0x1be216000 - 0x1be226fff libbsm.0.dylib arm64e  <521d3c6f861c3989b2f40eb13d2dd33f> /usr/lib/libbsm.0.dylib
0x1be227000 - 0x1be233fff libbz2.1.0.dylib arm64e  <151a0a3a7b6338ee8cddfe5cca976cc6> /usr/lib/libbz2.1.0.dylib
0x1be234000 - 0x1be234fff libcharset.1.dylib arm64e  <2ff687dceebb322a928c71c254eadd20> /usr/lib/libcharset.1.dylib
0x1be235000 - 0x1be246fff libcmph.dylib arm64e  <d84d45b2dfd5376eb73883a39a553cf9> /usr/lib/libcmph.dylib
0x1be247000 - 0x1be25efff libcompression.dylib arm64e  <adf3fe98bea632d59c9313e109621095> /usr/lib/libcompression.dylib
0x1be25f000 - 0x1be260fff libcoretls_cfhelpers.dylib arm64e  <05fb230a923b33e080efebc218e88d95> /usr/lib/libcoretls_cfhelpers.dylib
0x1be261000 - 0x1be267fff libcupolicy.dylib arm64e  <3e82ed8fc58c3ca8ac7949427f56e922> /usr/lib/libcupolicy.dylib
0x1be2a8000 - 0x1be2b1fff libdscsym.dylib arm64e  <dcd811f774223b3995f0618733aff23e> /usr/lib/libdscsym.dylib
0x1be2b2000 - 0x1be2cffff libedit.3.dylib arm64e  <9b81c5a882923e74aaa84c522c55923b> /usr/lib/libedit.3.dylib
0x1be2e9000 - 0x1be2eefff libheimdal-asn1.dylib arm64e  <1792150aa9f9387c9d3c012d7942d9c5> /usr/lib/libheimdal-asn1.dylib
0x1be2ef000 - 0x1be3e1fff libiconv.2.dylib arm64e  <585d7b1ecfde3dbd8cfb65745e2e7ac8> /usr/lib/libiconv.2.dylib
0x1be3f7000 - 0x1be402fff liblockdown.dylib arm64e  <4ea2f33daedf369094e2cd6ce79a5e3e> /usr/lib/liblockdown.dylib
0x1be403000 - 0x1be41bfff liblzma.5.dylib arm64e  <0121b6fe5e813f688d09dd5a4068605a> /usr/lib/liblzma.5.dylib
0x1be7a4000 - 0x1be7d4fff libncurses.5.4.dylib arm64e  <411fcdf6338b3c0ea7d63098c56db18c> /usr/lib/libncurses.5.4.dylib
0x1be7d5000 - 0x1be7e9fff libnetworkextension.dylib arm64e  <2a685141e3d83a11a99863a93f534f0e> /usr/lib/libnetworkextension.dylib
0x1beb75000 - 0x1beb8dfff libresolv.9.dylib arm64e  <81591f0ef3523d07a424e046be532237> /usr/lib/libresolv.9.dylib
0x1beb8e000 - 0x1beb90fff libsandbox.1.dylib arm64e  <dffc0e1f146836e3a9a9174fdd212c0e> /usr/lib/libsandbox.1.dylib
0x1beb97000 - 0x1bebc8fff libtidy.A.dylib arm64e  <e62eef4f17e43a4b8ee9c354a3233c0c> /usr/lib/libtidy.A.dylib
0x1bebd0000 - 0x1bebd3fff libutil.dylib arm64e  <eaa22438f5ea3da8a1aab237bb730fb8> /usr/lib/libutil.dylib
0x1bec01000 - 0x1bec12fff libz.1.dylib arm64e  <cf99bb9237a434b4b2394e3856427cd6> /usr/lib/libz.1.dylib
0x1becde000 - 0x1bece2fff libswiftCoreFoundation.dylib arm64e  <a924a98f5a703d54a65e022e9193680a> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1bece3000 - 0x1becf1fff libswiftCoreGraphics.dylib arm64e  <d42608b44ea433a89c512d1de4dbbf74> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1becf2000 - 0x1becf6fff libswiftCoreImage.dylib arm64e  <b2c4b2df88bb3681b7e4c2a2f8e812c1> /usr/lib/swift/libswiftCoreImage.dylib
0x1bed4c000 - 0x1bed55fff libswiftDarwin.dylib arm64e  <4aa7b72c3631348bb7b33eab92f974a0> /usr/lib/swift/libswiftDarwin.dylib
0x1bed56000 - 0x1bed72fff libswiftDispatch.dylib arm64e  <8f1dc3dc35e53e2fab9c3953ed180687> /usr/lib/swift/libswiftDispatch.dylib
0x1bed73000 - 0x1bef02fff libswiftFoundation.dylib arm64e  <143119a6e4d43c5da0ac1549b806af29> /usr/lib/swift/libswiftFoundation.dylib
0x1bef3b000 - 0x1bef42fff libswiftMetal.dylib arm64e  <b1281d74f9da32b1bcb166d1abde0daa> /usr/lib/swift/libswiftMetal.dylib
0x1befb7000 - 0x1befbdfff libswiftObjectiveC.dylib arm64e  <191aa4a656243297b5f9d95acad71537> /usr/lib/swift/libswiftObjectiveC.dylib
0x1befc7000 - 0x1befccfff libswiftQuartzCore.dylib arm64e  <960ebdd535113dda80afa290bfd433a2> /usr/lib/swift/libswiftQuartzCore.dylib
0x1bf009000 - 0x1bf01dfff libswiftUIKit.dylib arm64e  <ab306530547934f0a69064ada385978c> /usr/lib/swift/libswiftUIKit.dylib
0x1bf052000 - 0x1bf057fff libcache.dylib arm64e  <c67a14f00f763214b024b62734061cfc> /usr/lib/system/libcache.dylib
0x1bf058000 - 0x1bf068fff libcommonCrypto.dylib arm64e  <8f6a8b7d90b63bb49ef51686cf390474> /usr/lib/system/libcommonCrypto.dylib
0x1bf069000 - 0x1bf06cfff libcompiler_rt.dylib arm64e  <455721aa62ea32338783af085ea5b027> /usr/lib/system/libcompiler_rt.dylib
0x1bf144000 - 0x1bf144fff liblaunch.dylib arm64e  <5545bb57da133c178a4e893f67f3bbdb> /usr/lib/system/liblaunch.dylib
0x1bf145000 - 0x1bf14afff libmacho.dylib arm64e  <7f0b22c0167433c2a4d9224c3c2746da> /usr/lib/system/libmacho.dylib
0x1bf14b000 - 0x1bf14cfff libremovefile.dylib arm64e  <78ba982e4ac339a081d6770ac532094d> /usr/lib/system/libremovefile.dylib
0x1bf14d000 - 0x1bf14efff libsystem_featureflags.dylib arm64e  <3fdc940f51b03e06a4ca0a806e24a565> /usr/lib/system/libsystem_featureflags.dylib
0x1bf14f000 - 0x1bf17cfff libsystem_m.dylib arm64e  <e924f838a34b3a8d8c1b6d198ded17c1> /usr/lib/system/libsystem_m.dylib
0x1bf17d000 - 0x1bf182fff libunwind.dylib arm64e  <19ddabc7002c33ab90c5cb020d7c4572> /usr/lib/system/libunwind.dylib
0x1bf22e000 - 0x1bf31afff UIKit arm64e  <f5079cb46e073dfe81cab8667b73f64c> /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
0x1bf329000 - 0x1bf33bfff AccessibilitySettingsLoader arm64e  <4254c71b37313427bf578f91aaaed98a> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1bf467000 - 0x1bf4d3fff NanoRegistry arm64e  <161c4b8135c13f5d805fd1155e49fef1> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1bf4d4000 - 0x1bf4e1fff NanoPreferencesSync arm64e  <ca244dbaa32e33db919b5c0af21c9248> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync


EOF

Accepted Reply

Yeah, I can’t fully explain that. What’s clear is that there’s a problem with your app’s reference to the MetalKit framework. The UIKit runtime is trying to instantiate

MTKView
by name, but can’t because the framework containing that view, MetalKit, hasn’t been loaded into your app’s process (loading the framework will register the
MTKView
class with the Objective-C runtime). When you run from Xcode, the debugger perturbs your process enough to trigger this load, and thus UIKit can instantiate the view.

The outstanding question is, what’s causing this disconnect? Normally Xcode takes care of this based on the fact that you’ve imported MetalKit in your code.

Try doing this:

  1. In the General tab of the target editor for your app, scroll down to see the Frameworks, Libraries, and Embedded Content section.

  2. Click + and add the MetalKit framework.

  3. Make sure the popup says Do Not Embed (it should be the default).

  4. Do a clean build.

  5. Retest.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

From frame 1, I see this is an uncaught exception:

objc_exception_throw
. But i am not sure why this is happening, since this project is entirely Swift + Metal.

It’s happening because your app depends on UIKit and UIKit is written in Objective-C. UIKit has detected a problem with how your app is constructed and thrown a language exception with the intent of crashing the app so that you can diagnose the problem.

In situations like this the exception usually contains a helpful description as to what went wrong. This isn’t included in the crash report but it should be logged to the system log. Run Console on your Mac, select your iOS device on the left, filter for messages containing

Terminating app due to uncaught exception
, and then trigger the problem.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Wow, thank you eskimo, that is really helpful!


I opened the console, and it turned out that the log did is different from the crash report.


Here is what I got:


*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named MTKView because no class named MTKView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)'


Now that is kind of odd. Because if during attached debug run, it works, then why would MTKView not found during detached runs. I feel while this indicates that it is related to an instance of MTKView, it is more related to the app lifecycle, as how each items are initiated during the launch stage.


Here is a excerpt of the view controller, which is derived from the GameViewController from the iOS Game template in Xcode.


import UIKit
import MetalKit

class GameViewController: UIViewController {

  private var renderer: Renderer! // Renderer is a custom class that manages
                                  // renderings inside pathTracingView

  @IBOutlet weak var pathTracingView: MTKView!

  @IBOutlet weak var sceneTableView: UITableView!
  @IBOutlet weak var inspectorTableView: UITableView!


  // Other members...

  override func viewDidLoad() {
       super.viewDidLoad()

       guard let mtkView = pathTracingView else {
            print("View of Gameview controller is not an MTKView")     
            return
       }

       // Select the device to render with. We choose the default device
       guard let defaultDevice = MTLCreateSystemDefaultDevice() else {
            print("Metal is not supported")     
            return     
       }
   
       mtkView.device = defaultDevice
       mtkView.backgroundColor = UIColor.black
     
       guard let newRenderer = Renderer(metalKitView: mtkView) else {
            print("Renderer cannot be initialized")
            return
       }

       renderer = newRenderer
       renderer.viewController = self
       renderer.view.isPaused = true
   
       sceneTableView.delegate = self
       sceneTableView.dataSource = self
       sceneTableView.reloadData()
   
       inspectorTableView.delegate = self
       inspectorTableView.dataSource = self
       inspectorTableView.reloadData()
   
       renderer.mtkView(mtkView, drawableSizeWillChange: mtkView.drawableSize)

      mtkView.delegate = renderer
  }

  // Other methods...

}

Yeah, that is weird.

Lemme confirm my understanding of how to reproduce this:

  1. You run your app from Xcode. It works.

  2. In Xcode, you stop the app.

  3. You then run your app from the Home screen. It crashes.

Is that right?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Yes. That is exactly the case.


To run:

  1. Set Launch option to Automatic, for the Run build.
  2. Run from Xcode.
  3. It works on physical device.


To crash, flow 1:

  1. Set Launch option to Manual (Wait for executable to be launched), for the Run build.
  2. Launch the app from iPhone home screen.
  3. The crash happens, and Xcode catches it at the AppDelegate declaration, so nothing useful.


To crash, flow 2:

  1. When the app is loaded to the device with either option in the Launch setting, disconnect the device from Xcode.
  2. Launch the app from iPhone home screen.
  3. The app crashes.

Yeah, I can’t fully explain that. What’s clear is that there’s a problem with your app’s reference to the MetalKit framework. The UIKit runtime is trying to instantiate

MTKView
by name, but can’t because the framework containing that view, MetalKit, hasn’t been loaded into your app’s process (loading the framework will register the
MTKView
class with the Objective-C runtime). When you run from Xcode, the debugger perturbs your process enough to trigger this load, and thus UIKit can instantiate the view.

The outstanding question is, what’s causing this disconnect? Normally Xcode takes care of this based on the fact that you’ve imported MetalKit in your code.

Try doing this:

  1. In the General tab of the target editor for your app, scroll down to see the Frameworks, Libraries, and Embedded Content section.

  2. Click + and add the MetalKit framework.

  3. Make sure the popup says Do Not Embed (it should be the default).

  4. Do a clean build.

  5. Retest.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Thank you eskimo! The steps you provided in the last message really helped. Now the app does not seem to crash in detached mode anymore.


I am very curious the mechanism behind the solution that resolved the issue by manually adding the MetalKit framework to the build target, and choosing Do Not Embed (it showed up as the default when I added the framework). Are there similar cases that this method may be useful for other system frameworks?


My understanding is, and please correct me if I'm wrong, that now I am explicitly specifying that this target requries MetalKit framework, and asking the tool not to embed it to the app. So when actual devices are running the build, are they using whatever compatible versions of the framework from iOS on that device?

Here is one additional note I think I could mention, in case it is helpful for the situation.


Currently, the official Xcode relase, which is the one I am using on my Mac, is 11.3.1. And the target choice in Deployment Info is at its maximum of 13.2. And there is no 13.3 in the drop down. However, my devices are running the official release of 13.3.1 (I don't think I am able to downgrade the OS make it match that supported by Xcode). And interestingly, I don't see any warning about target version is lower than device, when the app runs on device. I am not clear if this may have partially caused some issue.

So when actual devices are running the build, are they using whatever compatible versions of the framework from iOS on that device?

Yes. That’s the standard practice when using any system framework.

Every Mach-O image has, embedded within it, information about the frameworks it depends on. You can see this with

otool
. For example, here’s the list for a new iOS app that I just created:
% otool -L Test129004.app/Test129004 
Test129004.app/Test129004:
    /System/Library/Frameworks/Foundation.framework/Foundation 
    /usr/lib/libobjc.A.dylib …
    /usr/lib/libSystem.B.dylib …
    /System/Library/Frameworks/UIKit.framework/UIKit …
    @rpath/libswiftCore.dylib …
    @rpath/libswiftFoundation.dylib …

Normally Xcode creates these dependencies based on the frameworks you import. Something went wrong with that in your case, so your app didn’t have a reference to MetalKit. The change I suggested added that reference explicitly.

I’m still not sure why this doesn’t work in your case, or why running in the debugger fixed it. If you still have the old version of your project, it’d be fab if you could add it to a bug report so that the Xcode team can take a look.

Please post your bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Yes, I would love to submit a bug report for the team to take a look at. One quick question, what do you mean by "post your bug number"? Is it supposed to be generated after I compose and send the bug report?

Is it supposed to be generated after I compose and send the bug report?

Correct. It’s a number of the form FBxxxxxxx which you’ll see prominently displayed in Feedback Assistant.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Similar issue with same solution, using Xcode 12.2 (beta 4), iOS 14.2.
The crash.