Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash On Initialization #6838

Closed
afsalkp007 opened this issue Oct 6, 2020 · 4 comments
Closed

Crash On Initialization #6838

afsalkp007 opened this issue Oct 6, 2020 · 4 comments

Comments

@afsalkp007
Copy link

afsalkp007 commented Oct 6, 2020

Goals
App should not crash

Expected Results

App should not crash

Actual Results

App crash

Steps for others to Reproduce

No specific steps

Code Sample

private var realm: Realm {
if !configurationService.isConfigured {
configurationService.setupConfiguration()
}
// swiftlint:disable force_try
return try! Realm()
}

Version of Realm and Tooling

  • Realm (4.4.1):
    • Realm/Headers (= 4.4.1)
  • Realm/Headers (4.4.1)
  • RealmSwift (4.4.1):
    • Realm (= 4.4.1)

Xcode 11.7

OSX: 10.15.2

Cocoa-pods 1.9.1

@pavel-ship-it
Copy link
Contributor

Hi @afsalkp007 ,
Could you please share a stack trace of that crash?
Is it happened on a simulator or on a device?
Did you try to remove the app and reinstall it again?
You could try to wrap try Realm() in do-catch block to see the error.

@afsalkp007
Copy link
Author

Incident Identifier: 0D37A69A-8362-4138-84B0-2ABC50553857
Hardware Model: iPhone10,5
Process: APP [1364]
Path: /private/var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/APP
Identifier: ae.healthshield.app.ios
Version: 3 (1.42.2)
AppStoreTools: 11E707
AppVariant: 1:iPhone10,5:13
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: ae.healthshield.app.ios [734]

Date/Time: 2020-10-03 20:10:20.8369 +0400
Launch Time: 2020-10-03 20:10:20.7154 +0400
OS Version: iPhone OS 13.7 (17H35)
Release Type: User
Baseband Version: 3.05.00
Report Version: 104

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001b9e35f00
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [1364]
Triggered by Thread: 0

Thread 0 name:
Thread 0 Crashed:
0 libswiftCore.dylib 0x00000001b9e35f00 assertionFailure(::file:line🎏) + 796 (AssertCommon.swift:132)
1 libswiftCore.dylib 0x00000001b9e35f00 assertionFailure(:
:file:line🎏) + 796 (AssertCommon.swift:132)
2 libswiftCore.dylib 0x00000001b9e64988 swift_unexpectedError + 432 (ErrorType.swift:188)
3 APP 0x0000000102f484b4 RealmDataProviderService.realm.getter + 28 (DataBaseProvider.swift:76)
4 APP 0x0000000102f484b4 specialized RealmDataProviderService.getAll() + 368 (DataBaseProvider.swift:95)
5 APP 0x0000000102f2785c specialized protocol witness for DataBaseProvider.getAll() in conformance RealmDataProviderService + 12 (:0)
6 APP 0x0000000102f2785c DefaultAccountManager.getAllAccounts() + 160 (DefaultAccountManager.swift:38)
7 APP 0x0000000102f275d4 DefaultAccountManager.getPrimaryAccount() + 8 (DefaultAccountManager.swift:28)
8 APP 0x0000000102f275d4 closure #1 in DefaultAccountManager.mainAccount.getter + 8 (DefaultAccountManager.swift:16)
9 APP 0x0000000102f275d4 DefaultAccountManager.mainAccount.getter + 128 (DefaultAccountManager.swift:15)
10 APP 0x0000000102e11924 0x102df4000 + 121124
11 APP 0x0000000102e130b8 0x102df4000 + 127160 (DefaultPnsDeviceTokenManager.swift:36)
12 APP 0x0000000102ed54d4 0x102df4000 + 922836
13 Swinject 0x0000000104d1e3cc 0x104d0c000 + 74700 (:0)
14 Swinject 0x0000000104d1e428 0x104d0c000 + 74792
15 Swinject 0x0000000104d1e334 0x104d0c000 + 74548 (:0)
16 Swinject 0x0000000104d1e35c 0x104d0c000 + 74588 (:0)
17 Swinject 0x0000000104d191c4 Container.resolve<A, B>(entry:invoker:) + 444 (Container.swift:309)
18 Swinject 0x0000000104d18a78 0x104d0c000 + 51832 (Container.swift:190)
19 Swinject 0x0000000104d1a09c 0x104d0c000 + 57500
20 Swinject 0x0000000104d1a6cc protocol witness for Resolver.resolve(:) in conformance Container + 20 (:0)
21 APP 0x0000000102ed55fc closure #13 in static AppServiceLocator.registerSharedServices(container:) + 216 (AppServiceLocator.swift:114)
22 APP 0x0000000102ed58f8 specialized thunk for @escaping @callee_guaranteed (@in_guaranteed Resolver) -> (@owned PushNotificationService) + 20 (:0)
23 Swinject 0x0000000104d1e3cc 0x104d0c000 + 74700 (:0)
24 Swinject 0x0000000104d1e428 0x104d0c000 + 74792
25 Swinject 0x0000000104d1e334 0x104d0c000 + 74548 (:0)
26 Swinject 0x0000000104d1e35c 0x104d0c000 + 74588 (:0)
27 Swinject 0x0000000104d191c4 Container.resolve<A, B>(entry:invoker:) + 444 (Container.swift:309)
28 Swinject 0x0000000104d18a78 0x104d0c000 + 51832 (Container.swift:190)
29 Swinject 0x0000000104d1a09c 0x104d0c000 + 57500
30 Swinject 0x0000000104d1a6cc protocol witness for Resolver.resolve
(:) in conformance Container + 20 (:0)
31 APP 0x0000000102ed64f0 closure #7 in static AppServiceLocator.configureContactTrace(container:) + 284 (AppServiceLocator.swift:200)
32 Swinject 0x0000000104d1e3cc 0x104d0c000 + 74700 (:0)
33 Swinject 0x0000000104d1e428 0x104d0c000 + 74792
34 Swinject 0x0000000104d1e334 0x104d0c000 + 74548 (:0)
35 Swinject 0x0000000104d1e35c 0x104d0c000 + 74588 (:0)
36 Swinject 0x0000000104d191c4 Container.resolve<A, B>(entry:invoker:) + 444 (Container.swift:309)
37 Swinject 0x0000000104d18a78 0x104d0c000 + 51832 (Container.swift:190)
38 Swinject 0x0000000104d1a138 Container.resolve(:name:) + 120 (Container.swift:283)
39 APP 0x0000000102f6af4c specialized ServiceLocator.resolve
(:name:) + 108
40 APP 0x0000000102f6aed8 specialized ServiceLocator.resolve(:name:) + 44
41 APP 0x0000000102f5aa24 0x102df4000 + 1468964
42 APP 0x0000000102e419b0 0x102df4000 + 317872
43 APP 0x0000000102e404e0 AppDelegate.application(
:didFinishLaunchingWithOptions:) + 4 (:0)
44 APP 0x0000000102e404e0 @objc AppDelegate.application(_:didFinishLaunchingWithOptions:) + 132
45 UIKitCore 0x00000001b0a07c14 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 356 (UIApplication.m:2330)
46 UIKitCore 0x00000001b0a099a0 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 5048 (UIApplication.m:2727)
47 UIKitCore 0x00000001b0a0f23c -[UIApplication _runWithMainScene:transitionContext:completion:] + 1244 (UIApplication.m:4280)
48 UIKitCore 0x00000001b01b3a28 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 148 (_UISceneLifecycleMultiplexer.m:388)
49 UIKitCore 0x00000001b06641e8 _UIScenePerformActionsWithLifecycleActionMask + 100 (_UISceneLifecycleState.m:109)
50 UIKitCore 0x00000001b01b450c __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 196 (_UISceneLifecycleMultiplexer.m:501)
51 UIKitCore 0x00000001b01b3f60 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 288 (_UISceneLifecycleMultiplexer.m:450)
52 UIKitCore 0x00000001b01b4338 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 740 (_UISceneLifecycleMultiplexer.m:500)
53 UIKitCore 0x00000001b01b3bf8 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 336 (_UISceneLifecycleMultiplexer.m:406)
54 UIKitCore 0x00000001b01b8094 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block... + 188 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:102)
55 UIKitCore 0x00000001b05882ac +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:actions:completion:] + 812 (BSAnimationSettings+UIKit.m:50)
56 UIKitCore 0x00000001b067d62c _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 244 (_UISceneSettingsDiffAction.m:43)
57 UIKitCore 0x00000001b01b7df0 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block... + 140 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:87)
58 UIKitCore 0x00000001b067d528 _UISceneSettingsDiffActionPerformActionsWithDelayForTransitionContext + 100 (_UISceneSettingsDiffAction.m:35)
59 UIKitCore 0x00000001b01b7c58 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 376 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:85)
60 UIKitCore 0x00000001b0027e2c __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke + 636 (UIScene.m:1340)
61 UIKitCore 0x00000001b00269cc -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 248 (UIScene.m:1073)
62 UIKitCore 0x00000001b0027b64 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 220 (UIScene.m:1317)
63 UIKitCore 0x00000001b0a0d488 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 540 (UIApplication.m:3826)
64 UIKitCore 0x00000001b05ad598 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 360 (UIApplicationSceneClientAgent.m:45)
65 FrontBoardServices 0x00000001b1ae461c -[FBSSceneImpl _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 424 (FBSSceneImpl.m:431)
66 FrontBoardServices 0x00000001b1b09194 __86-[FBSWorkspaceScenesClient sceneID:createWithParameters:transitionContext:completion:]_block_invoke.154 + 100 (FBSWorkspaceScenesClient.m:318)
67 FrontBoardServices 0x00000001b1aeebfc -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 232 (FBSWorkspace.m:357)
68 FrontBoardServices 0x00000001b1b08e50 __86-[FBSWorkspaceScenesClient sceneID:createWithParameters:transitionContext:completion:]_block_invoke + 312 (FBSWorkspaceScenesClient.m:317)
69 libdispatch.dylib 0x00000001ac623524 _dispatch_client_callout + 16 (object.m:495)
70 libdispatch.dylib 0x00000001ac5fd808 _dispatch_block_invoke_direct$VARIANT$armv81 + 216 (queue.c:466)
71 FrontBoardServices 0x00000001b1b2d850 FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 40 (FBSSerialQueue.m:173)
72 FrontBoardServices 0x00000001b1b2d51c -[FBSSerialQueue _queue_performNextIfPossible] + 404 (FBSSerialQueue.m:216)
73 FrontBoardServices 0x00000001b1b2da44 -[FBSSerialQueue _performNextFromRunLoopSource] + 28 (FBSSerialQueue.m:247)
74 CoreFoundation 0x00000001ac8dbad8 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 (CFRunLoop.c:1922)
75 CoreFoundation 0x00000001ac8dba30 __CFRunLoopDoSource0 + 80 (CFRunLoop.c:1956)
76 CoreFoundation 0x00000001ac8db1b8 __CFRunLoopDoSources0 + 184 (CFRunLoop.c:1992)
77 CoreFoundation 0x00000001ac8d61e8 __CFRunLoopRun + 788 (CFRunLoop.c:2882)
78 CoreFoundation 0x00000001ac8d5ba8 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
79 GraphicsServices 0x00000001b6a4c344 GSEventRunModal + 160 (GSEvent.c:2246)
80 UIKitCore 0x00000001b0a113e4 UIApplicationMain + 1932 (UIApplication.m:4823)
81 APP 0x0000000102dfb570 closure #1 in + 236 (main.swift:21)
82 APP 0x0000000102dfb5b0 specialized thunk for @callee_guaranteed () -> (@error @owned Error) + 20 (:0)
83 libswiftObjectiveC.dylib 0x00000001e36cfbcc autoreleasepool(invoking:) + 56 (ObjectiveC.swift:172)
84 APP 0x0000000102dfb470 main + 48 (main.swift:12)
85 libdyld.dylib 0x00000001ac75d8f0 start + 4

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

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

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

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

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

Thread 6 name:
Thread 6:
0 libsystem_kernel.dylib 0x00000001ac731198 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001ac73060c mach_msg + 72 (mach_msg.c:103)
2 CoreFoundation 0x00000001ac8db328 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3 CoreFoundation 0x00000001ac8d635c __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4 CoreFoundation 0x00000001ac8d5ba8 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5 Foundation 0x00000001acc2701c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6 Foundation 0x00000001acc26efc -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
7 UIKitCore 0x00000001b0ab457c -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:733)
8 Foundation 0x00000001acd55e20 NSThread__start + 848 (NSThread.m:724)
9 libsystem_pthread.dylib 0x00000001ac673d98 _pthread_start + 156 (pthread.c:896)
10 libsystem_pthread.dylib 0x00000001ac67774c thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x00000001061d4460 x1: 0x00000001ba0d4818 x2: 0x0000000000000407 x3: 0x0000000000000023
x4: 0x0000000106107e50 x5: 0x0000000000000019 x6: 0x0000000000000000 x7: 0x00000000000003f8
x8: 0x00000001061d4468 x9: 0x0000000200000002 x10: 0xfffffffe00000000 x11: 0x0000000000000000
x12: 0x0000000000000002 x13: 0x0000000000003fff x14: 0x00000000602d7b69 x15: 0x000000000000d2c8
x16: 0x00000001ac664594 x17: 0x000000000000d2c8 x18: 0x0000000000000000 x19: 0x00000001061d4460
x20: 0x0000000000000000 x21: 0x0000000000000000 x22: 0x000000000000004c x23: 0x00000001034180b0
x24: 0x00000001061d4460 x25: 0xf0000000000000f4 x26: 0x000000000000000b x27: 0x0000000000000002
x28: 0x00000001037b24a0 fp: 0x000000016d007340 lr: 0x00000001b9e35f00
sp: 0x000000016d0072c0 pc: 0x00000001b9e35f00 cpsr: 0x60000000
esr: 0xf2000001 Address size fault

Binary Images:
0x102df4000 - 0x1035f3fff APP arm64 <74abd7c63dd331579ad089163befbc9b> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/APP
0x1039e0000 - 0x1039effff Action arm64 <6b6225c2a5cf3e06a6dcbee9521fe5e4> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/Action.framework/Action
0x103a1c000 - 0x103a7ffff dyld arm64 /usr/lib/dyld
0x103afc000 - 0x103b07fff DigitInputView arm64 <4dc1ed03441d3b54aba9f2e0b3eaa534> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/DigitInputView.framework/DigitInputView
0x103b24000 - 0x103b37fff FBLPromises arm64 <2f0962449582312983055dca7779c99b> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/FBLPromises.framework/FBLPromises
0x103b5c000 - 0x103b77fff GoogleUtilities arm64 /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
0x103bac000 - 0x103bdbfff KeychainAccess arm64 /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/A APP.app/Frameworks/KeychainAccess.framework/KeychainAccess
0x103c1c000 - 0x103c2bfff MBProgressHUD arm64 /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/A APP.app/Frameworks/MBProgressHUD.framework/MBProgressHUD
0x103c44000 - 0x103c6bfff NVActivityIndicatorView arm64 /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/NVActivityIndicatorView.framework/NVActivityIndicatorView
0x103cc4000 - 0x103d13fff Protobuf arm64 <4afd04936fa03e0882fc9fa76832fd16> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/Protobuf.framework/Protobuf
0x103dc4000 - 0x103dd3fff PureLayout arm64 <3505b1142d7232b9ab90e29ceec8a436> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/PureLayout.framework/PureLayout
0x103de8000 - 0x103e03fff QRCodeReader arm64 <7f5713f7062e38f0b7717e28adf6615c> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/QRCodeReader.framework/QRCodeReader
0x103e40000 - 0x104303fff Realm arm64 <3a3d0d0ac3d03cef904bd18e0cebddbd> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/Realm.framework/Realm
0x1046ec000 - 0x10472ffff RealmSwift arm64 <2a6360e13444330b8c7ffa19eeb60d53> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/RealmSwift.framework/RealmSwift
0x104810000 - 0x10481ffff Rswift arm64 <49e6cb1fde2b3ac591a39b98e845de9c> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/Rswift.framework/Rswift
0x10484c000 - 0x1048c7fff RxCocoa arm64 /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/RxCocoa.framework/RxCocoa
0x104a30000 - 0x104a3bfff RxKeyboard arm64 /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/RxKeyboard.framework/RxKeyboard
0x104a58000 - 0x104a5ffff RxRelay arm64 /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/RxRelay.framework/RxRelay
0x104a78000 - 0x104b33fff RxSwift arm64 <000b60abcf903a1e875f1e0859d2bef9> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/RxSwift.framework/RxSwift
0x104d0c000 - 0x104d2ffff Swinject arm64 <1d36269c189838bfa8b6b1df95c8f10a> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/Swinject.framework/Swinject
0x104d78000 - 0x104d8bfff SystemServices arm64 /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/SystemServices.framework/SystemServices
0x104db0000 - 0x104dbbfff nanopb arm64 <2aeb4e55312531a386c959e552b0e353> /var/containers/Bundle/Application/6CDD7A30-8288-45A4-B539-01EF920ECBBA/APP.app/Frameworks/nanopb.framework/nanopb
0x104fc0000 - 0x104fcbfff libobjc-trampolines.dylib arm64 <4de395c76f1736878a2863990eb3cbfe> /usr/lib/libobjc-trampolines.dylib
0x1ac502000 - 0x1ac518fff libsystem_trace.dylib arm64 <2c47756a998f3571a7950827bbafc896> /usr/lib/system/libsystem_trace.dylib
0x1ac519000 - 0x1ac54afff libxpc.dylib arm64 <84344292d0cd363c80ecdefbba8cee23> /usr/lib/system/libxpc.dylib
0x1ac54b000 - 0x1ac54bfff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib
0x1ac54c000 - 0x1ac5c7fff libsystem_c.dylib arm64 <67a9cf6e0a273506baa5361d62d17646> /usr/lib/system/libsystem_c.dylib
0x1ac5c8000 - 0x1ac63cfff libdispatch.dylib arm64 /usr/lib/system/libdispatch.dylib
0x1ac63d000 - 0x1ac65dfff libsystem_malloc.dylib arm64 <90d4dd82f76239eca1ebc141acd953d9> /usr/lib/system/libsystem_malloc.dylib
0x1ac65e000 - 0x1ac668fff libsystem_platform.dylib arm64 <094441ce239f3f86820804f9b44904de> /usr/lib/system/libsystem_platform.dylib
0x1ac669000 - 0x1ac679fff libsystem_pthread.dylib arm64 <9386976b68d430aab7ec80e088d3ffd1> /usr/lib/system/libsystem_pthread.dylib
0x1ac67a000 - 0x1ac6abfff libobjc.A.dylib arm64 <0769a08cfb76344bb7544f9ceb93e3d0> /usr/lib/libobjc.A.dylib
0x1ac6ac000 - 0x1ac713fff libcorecrypto.dylib arm64 /usr/lib/system/libcorecrypto.dylib
0x1ac714000 - 0x1ac72cfff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib
0x1ac72d000 - 0x1ac75bfff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib
0x1ac75c000 - 0x1ac78efff libdyld.dylib arm64 /usr/lib/system/libdyld.dylib
0x1ac78f000 - 0x1ac797fff libsystem_darwin.dylib arm64 <4d2f84e548f23f598fab9d663e306317> /usr/lib/system/libsystem_darwin.dylib
0x1ac798000 - 0x1ac7f1fff libc++.1.dylib arm64 <23b2d15c56873176bb4f2bf05fc942bb> /usr/lib/libc++.1.dylib
0x1ac7f2000 - 0x1ac832fff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib
0x1ac833000 - 0x1acba6fff CoreFoundation arm64 <707f86b529293667b42c3004c5e0c87d> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1acba7000 - 0x1acc1efff SystemConfiguration arm64 /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1acc1f000 - 0x1aced6fff Foundation arm64 <47832016018c3023a105bf52e8ad6323> /System/Library/Frameworks/Foundation.framework/Foundation
0x1aced7000 - 0x1acf09fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib
0x1acf0a000 - 0x1ad084fff CoreServices arm64 <9c07f8ad47df34c7a797735443152f74> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1ad085000 - 0x1ad0e5fff libSparse.dylib arm64 <968c6cc78d5238b1b427508bff4e8f34> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1ad0e6000 - 0x1ad5cdfff ImageIO arm64 /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1ad5ce000 - 0x1ad5d0fff ConstantClasses arm64 <44ec42748c63380bbcc75983c756db3c> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1ad5d1000 - 0x1ad76ffff CoreText arm64 <321255cad03e3876b4a53d570a6e5d95> /System/Library/Frameworks/CoreText.framework/CoreText
0x1ad770000 - 0x1ad8a5fff Security arm64 <2b92041761ab3bae9be31fc795a9129f> /System/Library/Frameworks/Security.framework/Security
0x1ad8a6000 - 0x1ad949fff IOKit arm64 <007837af136a39b5a1176671d430474a> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1ad94a000 - 0x1ad981fff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib
0x1ad982000 - 0x1ad9defff libprotobuf.dylib arm64 /usr/lib/libprotobuf.dylib
0x1ad9df000 - 0x1ad9f0fff libprotobuf-lite.dylib arm64 /usr/lib/libprotobuf-lite.dylib
0x1ad9f1000 - 0x1adc41fff libicucore.A.dylib arm64 <99d6814a965134e99aa000ccf0c10943> /usr/lib/libicucore.A.dylib
0x1adc42000 - 0x1adc6bfff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1adc6c000 - 0x1adcb3fff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1adcb4000 - 0x1adcedfff libAWDSupport.dylib arm64 <43867d56a10e345cb527f438973cb354> /usr/lib/libAWDSupport.dylib
0x1adcee000 - 0x1ae171fff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1ae172000 - 0x1ae43efff CoreImage arm64 <25f85ce49316395994d100b65cd6af40> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1ae43f000 - 0x1ae52dfff LanguageModeling arm64 /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1ae52e000 - 0x1ae574fff Lexicon arm64 <5f9e9cddae9e31be897bcf0eaff3937b> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1ae575000 - 0x1ae6f7fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib
0x1ae6f8000 - 0x1ae72afff MobileKeyBag arm64 <1a02e4d9db48302e8a3a3497b63ee48a> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1ae72b000 - 0x1ae734fff libsystem_notify.dylib arm64 <10321eaec35d38d2aa75077657e5574d> /usr/lib/system/libsystem_notify.dylib
0x1ae735000 - 0x1ae916fff CoreDuet arm64 /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1ae917000 - 0x1aea59fff Montreal arm64 <8bf97a2ebda6324fb1c951e6eadfc128> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1aea5a000 - 0x1aeb40fff NLP arm64 <5065bdd22a29399bb86a8f294f844059> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1aeb41000 - 0x1aeb5efff CellularPlanManager arm64 /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1aeb5f000 - 0x1aeb9cfff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1aeb9d000 - 0x1af06ffff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib
0x1af070000 - 0x1af17cfff ManagedConfiguration arm64 <22300a0df9e9372796e737a0129136da> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1af17d000 - 0x1af1a6fff CoreServicesStore arm64 /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1af1a7000 - 0x1af1c7fff UserManagement arm64 <6aee78cdfa5834819041e918fa2390f6> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1af1c8000 - 0x1af47ffff CoreML arm64 /System/Library/Frameworks/CoreML.framework/CoreML
0x1af480000 - 0x1af496fff ProtocolBuffer arm64 <47691213ba413d7b9d3f13cc0ed38e87> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1af497000 - 0x1af4b1fff CommonUtilities arm64 <264bb2f74e0837bab35746488c487e89> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1af4b2000 - 0x1af4b2fff libenergytrace.dylib arm64 <30a865bc63a539da8959fcaba08d6739> /usr/lib/libenergytrace.dylib
0x1af4b3000 - 0x1af4e9fff RunningBoardServices arm64 /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1af4ea000 - 0x1af566fff BaseBoard arm64 <4e6b7c2e53a03951944db0dbb5279126> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1af567000 - 0x1afabcfff SiriTTS arm64 <84f8e2b43d0e3e6b894239fd71ea96b0> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1afabd000 - 0x1afb2ffff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1afb3d000 - 0x1afb90fff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts
0x1afba2000 - 0x1aff03fff CFNetwork arm64 <37116c2722953f1781c498a7e47d6218> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1aff04000 - 0x1affe2fff UIFoundation arm64 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1affe3000 - 0x1b10fdfff UIKitCore arm64 <96d453098a6b3139b091dcdeb4863dba> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1b10fe000 - 0x1b110bfff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1b110c000 - 0x1b11dffff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1b11e0000 - 0x1b11e5fff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1b11e6000 - 0x1b11fcfff libsystem_asl.dylib arm64 /usr/lib/system/libsystem_asl.dylib
0x1b11fd000 - 0x1b1275fff CloudDocs arm64 /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1b1276000 - 0x1b159efff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData
0x1b159f000 - 0x1b17c4fff Vision arm64 <61a969c8f2883986b323e9cc4f2ef3dd> /System/Library/Frameworks/Vision.framework/Vision
0x1b17c5000 - 0x1b1807fff PhotoFoundation arm64 /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1b1808000 - 0x1b1832fff BoardServices arm64 <3bffb3ca24b93ed39d541f1802ba406b> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1b1833000 - 0x1b18e7fff libboringssl.dylib arm64 <33a2b50a8cf83056853a9c44797af4cd> /usr/lib/libboringssl.dylib
0x1b18e8000 - 0x1b18f6fff libsystem_networkextension.dylib arm64 <8f7b3311a5c732f59b87ab74e339b1ae> /usr/lib/system/libsystem_networkextension.dylib
0x1b18f7000 - 0x1b1919fff CoreAnalytics arm64 /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1b191a000 - 0x1b1a89fff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1b1a8a000 - 0x1b1ad7fff SpringBoardServices arm64 <15443e64713a32d98f9c6659a6e64904> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1b1ad8000 - 0x1b1b4afff FrontBoardServices arm64 <8622e6e2cb6a30c5a94b4a4989ada451> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1b1b4b000 - 0x1b1c72fff Network arm64 /System/Library/Frameworks/Network.framework/Network
0x1b1c73000 - 0x1b1ccffff libusrtcp.dylib arm64 /usr/lib/libusrtcp.dylib
0x1b1cd0000 - 0x1b1cd7fff libsystem_symptoms.dylib arm64 <6dd9f2ff45b235cab932e7ae3f61e495> /usr/lib/system/libsystem_symptoms.dylib
0x1b1cd8000 - 0x1b2bc7fff GeoServices arm64 <56f32b681fa13c7483b1e067b1680575> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1b2bc8000 - 0x1b2bd0fff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1b2bd1000 - 0x1b2c2afff IMFoundation arm64 <54affc17bdac324aa59ce364128c31fa> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1b2c2b000 - 0x1b2da1fff CoreUtils arm64 <4cc9333bb8aa30dc91c8331e77d2bab0> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1b2e54000 - 0x1b2e8dfff ImageCaptureCore arm64 <9e672e8f68ff3a8fa3f43162ae0b9c83> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1b2e8e000 - 0x1b2e97fff libsystem_containermanager.dylib arm64 /usr/lib/system/libsystem_containermanager.dylib
0x1b2e98000 - 0x1b2f13fff AppleAccount arm64 <06ab056fd3a83e579cfdd55c9b593116> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1b2f14000 - 0x1b2f2ffff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1b2f30000 - 0x1b3019fff IDS arm64 /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1b301a000 - 0x1b3144fff IDSFoundation arm64 <17dc6f0f794b3982a463edafc3d113b8> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1b3145000 - 0x1b3146fff libCTGreenTeaLogger.dylib arm64 <7278e3a6964036d781b1211755274023> /usr/lib/libCTGreenTeaLogger.dylib
0x1b31ab000 - 0x1b32abfff CoreMedia arm64 <67789735f43039958a6c5a44454b4e54> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b32ac000 - 0x1b32bbfff UIKitServices arm64 <743cf28da3db37968dbcc3aef6936258> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1b32bc000 - 0x1b3317fff BackBoardServices arm64 <5fed5ea3bbca3c2abbf2c543d12b3b50> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1b3318000 - 0x1b3569fff QuartzCore arm64 /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1b356a000 - 0x1b3631fff ColorSync arm64 /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b3632000 - 0x1b3ba1fff CoreGraphics arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1b3ba2000 - 0x1b3cd2fff Contacts arm64 /System/Library/Frameworks/Contacts.framework/Contacts
0x1b3cd3000 - 0x1b3d01fff UserNotifications arm64 <9c36438b59693e6fb3627324d55e1833> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b3d02000 - 0x1b3d25fff LocationSupport arm64 <9735ccdf2eca3ef998a25ea778397dba> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1b3d26000 - 0x1b3e81fff Sharing arm64 <48da4b766a433fef89728f2f7ba3339e> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1b3e82000 - 0x1b44cbfff WebKit arm64 /System/Library/Frameworks/WebKit.framework/WebKit
0x1b44cc000 - 0x1b6288fff WebCore arm64 <2694b5d9e74d32c5afbdf1309fcbe0ed> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1b6289000 - 0x1b62a3fff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib
0x1b62a4000 - 0x1b62affff AXCoreUtilities arm64 <1176f13310293e47832c8e8ae3814677> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1b62b0000 - 0x1b6323fff ContactsFoundation arm64 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1b6324000 - 0x1b6338fff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1b6339000 - 0x1b634afff IOSurface arm64 /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1b634b000 - 0x1b6a48fff MediaToolbox arm64 <169c2098e0bf31298b9074ec7d323cd3> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1b6a49000 - 0x1b6a51fff GraphicsServices arm64 <417e2ca3ba663717bc716b95e813926b> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b6a52000 - 0x1b6b39fff AccessibilityUtilities arm64 <1952dd0fa1143529b04225ff138f2663> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1b6b3a000 - 0x1b6d32fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b6d33000 - 0x1b6d6afff OnBoardingKit arm64 /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1b6d6b000 - 0x1b6db9fff MobileWiFi arm64 <0d8236ba383b33ff9a52b53c4fa7bb9f> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1b6dba000 - 0x1b6dd2fff MobileAsset arm64 <0b8fda455c0434b699faf6738868f9db> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1b6dd3000 - 0x1b6de0fff libGSFont.dylib arm64 <920cec62195f34e48fe68f2be5c7c50a> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1b6de1000 - 0x1b6deafff FontServices arm64 /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b6deb000 - 0x1b6f34fff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1b6f35000 - 0x1b6f80fff AXRuntime arm64 <6693d552ae483100b21f4dcd68ecae9b> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1b6f81000 - 0x1b6f83fff libAXSafeCategoryBundle.dylib arm64 <0ce93d08a4dc3eee9f75619827086186> /usr/lib/libAXSafeCategoryBundle.dylib
0x1b6f84000 - 0x1b70bdfff SearchFoundation arm64 <847d6c9d3218368ea8a96958a69354ab> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1b70be000 - 0x1b71ddfff Preferences arm64 /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1b71de000 - 0x1b784bfff PhotoLibraryServices arm64 <55aeaa0b18383afea7e7da8e47a18fba> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1b784c000 - 0x1b7ab0fff vImage arm64 <4b49786954ae3477ac8391af5b0f004f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1b7ab1000 - 0x1b7ce6fff AudioToolbox arm64 /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1b7ce7000 - 0x1b7d19fff libAudioToolboxUtility.dylib arm64 /usr/lib/libAudioToolboxUtility.dylib
0x1b7d1a000 - 0x1b7ed6fff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1b7ed7000 - 0x1b7f40fff UIAccessibility arm64 <1c049815843f3b358339af87a3d9238e> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1b7f41000 - 0x1b8144fff Photos arm64 /System/Library/Frameworks/Photos.framework/Photos
0x1b8145000 - 0x1b81d9fff ShareSheet arm64 <5640f9775fa435c3bb25bc5c246a5e63> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1b81da000 - 0x1b81edfff BaseBoardUI arm64 <1054f0d16bbe30aa9d9a235aea68b4be> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1b81ee000 - 0x1b82a2fff PDFKit arm64 <508ab50fe2db34eb94dab78a1fee3aae> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1b8320000 - 0x1b834dfff DocumentManager arm64 /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1b834e000 - 0x1b85a7fff libmecabra.dylib arm64 <9f8055781c1d3cbbbd7d33c067374824> /usr/lib/libmecabra.dylib
0x1b85a8000 - 0x1b861ffff AuthKit arm64 <262a68b829133baabb848230f31700ad> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1b8620000 - 0x1b8a3cfff Intents arm64 <40b1055e4b58397193f383b125ce15dd> /System/Library/Frameworks/Intents.framework/Intents
0x1b8a52000 - 0x1b8bb1fff WebKitLegacy arm64 <9a51097cf118302cbbe9bbe1490577e8> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1b8bb2000 - 0x1b8c1cfff TextInput arm64 /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1b8c1d000 - 0x1b8c97fff AXMediaUtilities arm64 /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1b8c98000 - 0x1b8c9bfff XCTTargetBootstrap arm64 <8788b6b51d0733e0826d2b0c48f443b8> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1b8c9c000 - 0x1b8d50fff CorePDF arm64 /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1b8d51000 - 0x1b8d8bfff AccessibilityUIUtilities arm64 <51afe705b8e63258b4c635feeb125332> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1b913d000 - 0x1b9458fff AppleMediaServices arm64 <96fbd3b80bac31879f9a9103126a5790> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1b9459000 - 0x1b947ffff CacheDelete arm64 /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1b9480000 - 0x1b9646fff CoreMotion arm64 <5e7913ba0a1630199fcc680481b54d43> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1b9647000 - 0x1b9734fff AVFAudio arm64 <3b7c3d0a430138bcbaa0e72f59888304> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1b9952000 - 0x1b9a08fff CoreUI arm64 <59afdc70642a3d6a8a7d161dcee0f24e> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1b9a09000 - 0x1b9a2cfff AppSupportUI arm64 <8a753015368e30659ad5b200d0985487> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1b9a2d000 - 0x1b9a62fff CoreVideo arm64 <919d9ce6cbf735e99b6830e58cb8f644> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1b9a63000 - 0x1b9c99fff AudioToolboxCore arm64 /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1b9c9a000 - 0x1b9cddfff CoreDuetContext arm64 /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1b9cde000 - 0x1b9d18fff SetupAssistant arm64 <2630f703b3ea35bd80a4c82f14f03c2c> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1b9d19000 - 0x1b9dd5fff TelephonyUtilities arm64 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1b9dd6000 - 0x1b9e00fff PlugInKit arm64 <19d9dcc5136432bea1180ada66658160> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1b9e01000 - 0x1ba183fff libswiftCore.dylib arm64 /usr/lib/swift/libswiftCore.dylib
0x1ba184000 - 0x1ba2bffff AssistantServices arm64 <76e8ff68ae0d3972965c6e6ded77d3c1> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1ba2c0000 - 0x1ba31ffff ProactiveSupport arm64 <9f5e9898dbe330b783e838bb05cb9f0a> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1ba320000 - 0x1ba562fff MapKit arm64 <69caf40431c439358804ceeff7bb7889> /System/Library/Frameworks/MapKit.framework/MapKit
0x1ba563000 - 0x1ba57ffff PrototypeTools arm64 <5f1db822573e380fa45d8f56297cb9ff> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1ba580000 - 0x1ba671fff MediaExperience arm64 <4cc06ca93ab936eaa4e0c907b33a77c3> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1ba672000 - 0x1ba946fff Celestial arm64 <0251d11b5e413db69d4f868d9b678f73> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1ba947000 - 0x1ba9a3fff CallKit arm64 <901edd0e2ad632c0ae63ec6bd80df839> /System/Library/Frameworks/CallKit.framework/CallKit
0x1bab6a000 - 0x1bb260fff VectorKit arm64 <6d4fcac8abaa38b0be4c4db9255c3dd2> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1bb261000 - 0x1bb330fff AVKit arm64 <7602eb30de1d39968d0e024450b58325> /System/Library/Frameworks/AVKit.framework/AVKit
0x1bb331000 - 0x1bb35ffff Pegasus arm64 <39343fee7bab39799c3538955313f2b3> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1bb360000 - 0x1bb362fff libapp_launch_measurement.dylib arm64 /usr/lib/libapp_launch_measurement.dylib
0x1bb378000 - 0x1bb3dafff CoreSpotlight arm64 <88eedb7314483ccb9bccd3ba210f3682> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1bb3db000 - 0x1bb472fff AddressBookLegacy arm64 <1816dceef52e3e249b50eb65b1e7acc7> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1bb473000 - 0x1bb482fff CrashReporterSupport arm64 <9cb575167adb3d74b7db677d26761cdd> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1bb483000 - 0x1bb495fff MobileBluetooth arm64 /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1bb496000 - 0x1bb550fff LinkPresentation arm64 <310a319ffdda3e399f8e0fd0729cb0c1> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1bb589000 - 0x1bb58dfff libsystem_configuration.dylib arm64 <113ff6e2c1e439079c11fda0bccfbbb8> /usr/lib/system/libsystem_configuration.dylib
0x1bb775000 - 0x1bb783fff HangTracer arm64 <69b77610cdfb3052b919d7c1cdaba4b3> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1bb784000 - 0x1bb7e9fff CoreNLP arm64 <15de4737e1bd3bc5b4fc7aaae7532ab7> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1bb7ea000 - 0x1bb7ebfff liblangid.dylib arm64 <48c513de3e7f35abbaf746e37e062fde> /usr/lib/liblangid.dylib
0x1bb7ec000 - 0x1bc678fff JavaScriptCore arm64 <510c0c0c74a63311a59a820287f2c056> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1bc679000 - 0x1bc706fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib
0x1bc71b000 - 0x1bc999fff StoreServices arm64 <426450238cb33a968f338bfcb44cb0b4> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1bc99a000 - 0x1bc9a3fff IOMobileFramebuffer arm64 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1bcb2d000 - 0x1bcd04fff Message arm64 <3991eb1ac20f3bb4910f8c29155b2c88> /System/Library/PrivateFrameworks/Message.framework/Message
0x1bcd1c000 - 0x1bcd36fff CoreMaterial arm64 <484bfba17aee34078cc3f5bba1f669be> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1bcd37000 - 0x1bce1cfff libxml2.2.dylib arm64 <567220bffe203a808cf7919c1ff394b5> /usr/lib/libxml2.2.dylib
0x1be6aa000 - 0x1be6f2fff MetadataUtilities arm64 /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1bf074000 - 0x1bf285fff NetworkExtension arm64 /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1bf286000 - 0x1bf2bbfff DataDetectorsCore arm64 <26141b0fce743d35ab9cf81c287bb38c> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1bf2bc000 - 0x1bf31bfff CalendarFoundation arm64 /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1bf31c000 - 0x1bf40efff EventKit arm64 <0cfad984e6dc317fbd39372153b68f5e> /System/Library/Frameworks/EventKit.framework/EventKit
0x1bf40f000 - 0x1bf445fff MediaServices arm64 <9dc96d36ebc63f5b9294e132b74d716d> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1bf551000 - 0x1bf6f0fff PencilKit arm64 <8ebfa99899b537b9b39e760f1fa90a18> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1bf6f1000 - 0x1bf813fff MessageUI arm64 <8704ebe54bce31a0b75e0ec3deb436f9> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1bf861000 - 0x1bf8a0fff BiometricKit arm64 /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1bf8a1000 - 0x1bf8cbfff PersistentConnection arm64 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1bf8cc000 - 0x1bf91ffff CalendarDaemon arm64 <651fc3095b82340fa87d583edacc14ac> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1bf920000 - 0x1bf9b6fff CalendarDatabase arm64 <5eab02ff4377349a9724c054f7c40082> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1bf9b7000 - 0x1bfba4fff MediaRemote arm64 <5c8e2cf539f43ccdad5fcd48a6be4652> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1bfba5000 - 0x1bfbadfff CorePhoneNumbers arm64 /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1bfbbe000 - 0x1bfbe4fff DuetActivityScheduler arm64 /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1bfca9000 - 0x1bfce8fff ContactsAutocompleteUI arm64 <3fa3c6337280310b81816a490199acf8> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1bfce9000 - 0x1bfd0bfff CoreSVG arm64 /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1bfd26000 - 0x1bfd43fff ProactiveEventTracker arm64 <4495ad8a2fe7391cb4a436e1cee3c4e4> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1bfd44000 - 0x1bfd4ffff MallocStackLogging arm64 /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1bfd50000 - 0x1bfde4fff CoreSuggestions arm64 <14c2428b5edb32238b5294e72ad1a394> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1c07ee000 - 0x1c07fbfff BluetoothManager arm64 <54224ba7c4a03635abb03d266293b971> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1c07fc000 - 0x1c0831fff CoreBluetooth arm64 <04dd3a04fbe2372eb16c33bffdd3e82e> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1c0832000 - 0x1c0834fff libsystem_sandbox.dylib arm64 <35f4e9689b793e31a56218d3fe8af73a> /usr/lib/system/libsystem_sandbox.dylib
0x1c099c000 - 0x1c0a08fff Rapport arm64 <79d320cb160e3a53a3f6cc9617374d1a> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1c0a09000 - 0x1c0a4cfff OSAnalytics arm64 <9f063f88353832418e59f5192cb8dcff> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1c0a4d000 - 0x1c0a7cfff MobileInstallation arm64 <419880ecc5bd305c8a72f18f5c0e2f6c> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1c0a7d000 - 0x1c0b17fff Metal arm64 <098795e1a3df361ebf1b68714c6a5c07> /System/Library/Frameworks/Metal.framework/Metal
0x1c0b18000 - 0x1c0b1dfff IOAccelerator arm64 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c0b1e000 - 0x1c0b29fff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c0b47000 - 0x1c0b4efff libsystem_dnssd.dylib arm64 <8b01a7ba7c2c34c2a0666dac60362f71> /usr/lib/system/libsystem_dnssd.dylib
0x1c0b4f000 - 0x1c0b55fff PushKit arm64 <659b079cd1f53c91b703e091c03198b6> /System/Library/Frameworks/PushKit.framework/PushKit
0x1c0b56000 - 0x1c0c5bfff FileProvider arm64 <1eecad15fad23434b0051489699b5ae3> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1c0c70000 - 0x1c0c71fff BackgroundTaskAgent arm64 <833630b47ab435dc97d9e86c31ed9f03> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1c0c72000 - 0x1c0c77fff LinguisticData arm64 /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c0ca2000 - 0x1c0cbbfff DoNotDisturb arm64 <48d5229019513f6483d3cec54c31acbf> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1c0cbc000 - 0x1c0d77fff VideoToolbox arm64 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1c11ab000 - 0x1c11acfff MessageSupport arm64 /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1c12d2000 - 0x1c12dafff SymptomDiagnosticReporter arm64 /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1c12db000 - 0x1c12ddfff IOSurfaceAccelerator arm64 <39d80fc618823b309a5d846c3c2c2030> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c12de000 - 0x1c138cfff AssetsLibraryServices arm64 <0298e50bd9123c2295b236b87dd33732> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1c138d000 - 0x1c13bbfff DataAccessExpress arm64 <5c277f0a0bd13b6eb8d7493a44e97cde> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1c13bc000 - 0x1c142afff EmailFoundation arm64 <2432ecc3a67a3deb9044422ab1a40b44> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1c142b000 - 0x1c143ffff CoreFollowUp arm64 <5e1be7dae92d3e9d9600aec7803cbbc1> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c1440000 - 0x1c1448fff FamilyCircle arm64 /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1c1449000 - 0x1c145efff libcoretls.dylib arm64 <5359f6c765d730b1871fbfa52b77feda> /usr/lib/libcoretls.dylib
0x1c14b5000 - 0x1c1546fff libate.dylib arm64 /usr/lib/libate.dylib
0x1c27f7000 - 0x1c2845fff FTServices arm64 <1ce4c2707ec439948d0e5e3fd2274983> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1c28e6000 - 0x1c28f6fff MaterialKit arm64 <9179a3a5d9503edb8978da9645d822d4> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1c28f7000 - 0x1c2961fff SAObjects arm64 /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1c2962000 - 0x1c296cfff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1c296d000 - 0x1c29b3fff MIME arm64 <034985f67c993dfb9e810ca8e2ce166b> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1c2a15000 - 0x1c2a22fff DataMigration arm64 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1c2b27000 - 0x1c2b82fff EmailCore arm64 <0a4982558b133c41969e2d7d7fda520a> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1c2bd6000 - 0x1c2bfafff IconServices arm64 <6f11c3dea6ca3f34ac57f85103388102> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c30af000 - 0x1c30b0fff WatchdogClient arm64 <8e24a8490cea334a805103945e23308c> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1c30b1000 - 0x1c30c2fff libprequelite.dylib arm64 <29456d318b5a340ea716bc6275856f34> /usr/lib/libprequelite.dylib
0x1c30ed000 - 0x1c30fefff CoreEmoji arm64 <99b4cdb82a203eacb21f7bc470fcb254> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1c30ff000 - 0x1c3196fff Email arm64 /System/Library/PrivateFrameworks/Email.framework/Email
0x1c3197000 - 0x1c31fbfff ClassKit arm64 <2bfc281b5a94323aac47de114cf9586b> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c3267000 - 0x1c3274fff CPMS arm64 /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1c3275000 - 0x1c327dfff RTCReporting arm64 /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c33c2000 - 0x1c33d8fff IAP arm64 /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1c33d9000 - 0x1c3425fff MobileBackup arm64 <85a0fc4b383f3c77b6bff92e17db2be1> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1c34d4000 - 0x1c34dbfff CoreTime arm64 <0b7aa792129f3c27ad11e633a38213f3> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1c377f000 - 0x1c37cdfff DataAccess arm64 /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1c3b09000 - 0x1c3b5cfff ToneLibrary arm64 <89da822f0f133677b4e0868391ce8727> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1c3df6000 - 0x1c3e14fff AppConduit arm64 /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c3e15000 - 0x1c3e2dfff IntlPreferences arm64 <0a967116e6a93e4eb48680f953612b1e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c41de000 - 0x1c42ccfff CoreBrightness arm64 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c42cd000 - 0x1c42d4fff libIOReport.dylib arm64 <8ee2a6d2617432d7827f4e1103d56e4f> /usr/lib/libIOReport.dylib
0x1c445d000 - 0x1c4691fff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c4692000 - 0x1c4699fff StudyLog arm64 <1e3a9349dc503610ab999d719171bc2f> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c47af000 - 0x1c47c3fff ExternalAccessory arm64 <9e7b35f6c5423ebe95b7ecc97641a2c2> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1c5916000 - 0x1c5928fff LocalAuthentication arm64 <30490a5b6fba3e119c2638d75d83786b> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c5929000 - 0x1c592dfff CommunicationsFilter arm64 <1803dd23bf4830b8bb0efeea710766ee> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1c5951000 - 0x1c595cfff CaptiveNetwork arm64 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1c5aad000 - 0x1c5b5dfff libBLAS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1c5b5e000 - 0x1c5b6cfff CTCarrierSpace arm64 <1fd942d8f25f3e4aa9b1082eec8e3b97> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1c6631000 - 0x1c664cfff libtailspin.dylib arm64 <411e47ab0b4b3c14858859ab7242d5ab> /usr/lib/libtailspin.dylib
0x1c66a9000 - 0x1c66bdfff ContactsDonation arm64 <835477f8f9d73ffa8f5c9b33f9b97009> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1c6708000 - 0x1c6711fff MobileActivation arm64 /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1c6792000 - 0x1c67a0fff MobileIcons arm64 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1c67a1000 - 0x1c68a0fff ResponseKit arm64 <16a33b059f573e698d7ffb1758a53da9> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1c68bd000 - 0x1c68f6fff Notes arm64 /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1c68f7000 - 0x1c690efff MetalKit arm64 /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1c6967000 - 0x1c69b1fff CoreHaptics arm64 /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1c69b2000 - 0x1c6a7afff ProofReader arm64 <73bb78ede58c39639bfeb3ec041b6dbb> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1c6ac9000 - 0x1c6ad4fff EmailAddressing arm64 <507fd72e11cb3a43ba334498faebefe2> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1c6ad5000 - 0x1c6aeafff MailServices arm64 <4c98b0fd40a43ba1a3a626be9d63ae43> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1c6aeb000 - 0x1c6b7afff CoreSymbolication arm64 /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1c6b7b000 - 0x1c6b81fff IdleTimerServices arm64 <01e0b83c3f3c3ab2976273abce6b31b6> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c6d4b000 - 0x1c6d4efff FTClientServices arm64 <22af53260b843813a537ad706a06bc84> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1c6d4f000 - 0x1c6db4fff ContactsUICore arm64 /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1c7210000 - 0x1c7257fff LoggingSupport arm64 <6442823a317637a29114216d4438eb0b> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1c738d000 - 0x1c73e6fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1c74cd000 - 0x1c74d5fff OpenGLES arm64 <73ebbae170e53bf897f7ed83102afbb9> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1c7635000 - 0x1c763dfff libGFXShared.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1c763e000 - 0x1c7673fff SharedUtils arm64 /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c7674000 - 0x1c76c1fff PhotosFormats arm64 <2c4a034ec2673fadb26da5e9c46dbe6f> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1c8ccf000 - 0x1c8d0bfff StreamingZip arm64 <2d4a231b198234e4873c560cbd1cdc1d> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1c9b93000 - 0x1c9b96fff InternationalTextSearch arm64 <27c16c77c53733b1a379798167887698> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1c9bb4000 - 0x1c9bd0fff AssetCacheServices arm64 <12ba077911443b199df7f7a1c334f48d> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1ca540000 - 0x1ca545fff IncomingCallFilter arm64 <9c6536a89de2354b8a1d28273c8c3bcc> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1ca561000 - 0x1ca579fff NetworkStatistics arm64 <6f26b7ac79533dc0bc997de3444c5331> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1ca9e4000 - 0x1ca9eafff Netrb arm64 <1e28ee65a3013f699c59da766e3e813d> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1ca9ee000 - 0x1caa21fff EAP8021X arm64 <50092952aa9037128ccdef4f28d44947> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1caa22000 - 0x1caa24fff OSAServicesClient arm64 <851b5aabc1f9350588100703b5a7550d> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1caba8000 - 0x1cabacfff libgermantok.dylib arm64 <9a8fadc2dd8035a3832e01abe3b116c1> /usr/lib/libgermantok.dylib
0x1cabad000 - 0x1cac5ffff libmecab.dylib arm64 <601dcdb5362038df9f7a575c1c325d64> /usr/lib/libmecab.dylib
0x1cae10000 - 0x1cae4cfff VoiceServices arm64 <72b55ece72263a6098d5dfac214decf5> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1cae4d000 - 0x1caf63fff Navigation arm64 <54448ad93cbe3bcd880da8a5f43f5433> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1cb27b000 - 0x1cb289fff CoreDuetDaemonProtocol arm64 /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1cb28a000 - 0x1cb2a9fff FTAWD arm64 /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1ccb16000 - 0x1ccb18fff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1ccdb3000 - 0x1ccdeefff DifferentialPrivacy arm64 <3848d082e64e3355a567b1447149d681> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1cd0a0000 - 0x1cd238fff EmailDaemon arm64 <6c5b952b69fc3955aee9a03a8434bbd3> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1cd59c000 - 0x1cd5c7fff MailSupport arm64 /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1cd5c8000 - 0x1cd636fff libarchive.2.dylib arm64 <820341ab532e32db9a1d3097b1c78c9b> /usr/lib/libarchive.2.dylib
0x1cd637000 - 0x1cd667fff C2 arm64 <59b461852de03752baa68bbc57c91602> /System/Library/PrivateFrameworks/C2.framework/C2
0x1cd668000 - 0x1cd69bfff NaturalLanguage arm64 <471aa832b6a53eafad1fdd4dec3e73e9> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1cd72e000 - 0x1cd72ffff libsystem_coreservices.dylib arm64 /usr/lib/system/libsystem_coreservices.dylib
0x1cd741000 - 0x1cd753fff libmis.dylib arm64 /usr/lib/libmis.dylib
0x1cd7aa000 - 0x1cd7b7fff DCIMServices arm64 /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1cd7b8000 - 0x1cd908fff CloudPhotoLibrary arm64 /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1cd909000 - 0x1cd942fff ContactsAutocomplete arm64 <30fe6b88fd0d3cf7b01afef516d741e9> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1cd943000 - 0x1cd94bfff libcopyfile.dylib arm64 <1249e34e83db39fa8bc7568a31c3241f> /usr/lib/system/libcopyfile.dylib
0x1cdcad000 - 0x1cdd41fff AccountsDaemon arm64 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1cdd42000 - 0x1cdd4dfff AppleIDSSOAuthentication arm64 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1cdd4e000 - 0x1cdd61fff SettingsFoundation arm64 <451d79f8062634a293011e8fa3d946fc> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1cdea7000 - 0x1cdf29fff Symbolication arm64 /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1ce0de000 - 0x1ce12bfff ChunkingLibrary arm64 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1ce60a000 - 0x1ce60cfff CoreDuetDebugLogging arm64 <87070c222deb30b6ba8ccda791f9d7ce> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1cf133000 - 0x1cf171fff SignpostSupport arm64 /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1cf406000 - 0x1cf40ffff SignpostCollection arm64 /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1cfb3b000 - 0x1cfb41fff URLFormatting arm64 <66a83ed99bd73c3092f10524a068fc22> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1cfb56000 - 0x1cfbfcfff MMCS arm64 /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1cfc55000 - 0x1cfe82fff MobileSpotlightIndex arm64 <0de53464325d3a2ea455fbf7c6d79eda> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1d02a1000 - 0x1d02e7fff CoreLocationProtobuf arm64 <64c66e3a23dd374eb47d3169ddedd61c> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d039b000 - 0x1d0417fff Quagga arm64 <8efad917693e3e1e891c0b7669c5416d> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d06af000 - 0x1d06bdfff libAXSpeechManager.dylib arm64 /usr/lib/libAXSpeechManager.dylib
0x1d0722000 - 0x1d0737fff libEDR arm64 <60f0cb9ffa323b5f826066ccbc5524a1> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d135f000 - 0x1d136dfff libperfcheck.dylib arm64 <154d77f8b219365aa49b6db8bfcf967d> /usr/lib/libperfcheck.dylib
0x1d136e000 - 0x1d1379fff libAudioStatistics.dylib arm64 <0cd2d5a04bf03cc0880c2a6f9a9d0be6> /usr/lib/libAudioStatistics.dylib
0x1d1540000 - 0x1d1550fff caulk arm64 <0f6e4a0cd6943607bcc4c429dc0486f5> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1d158f000 - 0x1d1595fff MobileSystemServices arm64 <6a8e48434f3e32b1b9f4cc70f7fdb38a> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1d172b000 - 0x1d1744fff TextToSpeech arm64 <3963c3fd93253ea4a797fc6255eed2e9> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1d26c8000 - 0x1d26d2fff HID arm64 <21543537d6f93ed59ff38d716fe75be5> /System/Library/PrivateFrameworks/HID.framework/HID
0x1d26ff000 - 0x1d2738fff libGLImage.dylib arm64 <999d70956b583ef39c86ef94a5702110> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1d2b35000 - 0x1d2b46fff libSparseBLAS.dylib arm64 <80d5380dcaee32c3ac4b4cb3402beed5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1d2b47000 - 0x1d2b5afff Engram arm64 <29e89a271eda3a109fd93822bfd727c9> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d2bd1000 - 0x1d2c0bfff DataDetectorsNaturalLanguage arm64 /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1d2f04000 - 0x1d2f0cfff FSEvents arm64 <931e4e9cbe7e3bda8ace86bcfc55ebbd> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d2f1c000 - 0x1d2f98fff CoreDAV arm64 /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1d38e1000 - 0x1d38f1fff RemoteTextInput arm64 /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d391a000 - 0x1d3949fff iCalendar arm64 <5150f14f920031a7885905bfafb47ceb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1d3966000 - 0x1d396ffff CloudPhotoServices arm64 /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1d39ae000 - 0x1d39c2fff libLinearAlgebra.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d3b51000 - 0x1d3b58fff CertUI arm64 /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d3c6a000 - 0x1d3c78fff CoreAUC arm64 <14167ce0f86c30af9a3734348dfd639a> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1d489c000 - 0x1d48e2fff PhysicsKit arm64 /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d48e3000 - 0x1d4934fff CorePrediction arm64 <91c1523d4388301aa8a85c0aa9f72f8d> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d4d26000 - 0x1d4d73fff SafariSafeBrowsing arm64 <8fbc2a17062e327da2792efa594080bf> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1d5222000 - 0x1d5240fff GenerationalStorage arm64 /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d52a3000 - 0x1d52aefff PersonaKit arm64 /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d52af000 - 0x1d52bbfff PersonaUI arm64 /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d56c8000 - 0x1d56cdfff kperf arm64 <14473a576a493055b83c8711cd2560ce> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1d58a5000 - 0x1d58d8fff libpcap.A.dylib arm64 <7adbf032409c3d61943b7414a21bc029> /usr/lib/libpcap.A.dylib
0x1d5c0f000 - 0x1d5ca9fff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1d5caa000 - 0x1d5cd4fff vCard arm64 <509f2e3afc413cbc9b1c5e67d4a5c3f2> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d5d1c000 - 0x1d5da6fff SampleAnalysis arm64 <738f984fcece3598ace4b1cd9df7c06d> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d5da7000 - 0x1d5db3fff IntentsFoundation arm64 /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d63a3000 - 0x1d63dbfff PhotosImagingFoundation arm64 <687c60cbfa3730f7935916a8f0c1c0fa> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1d63dc000 - 0x1d63fdfff MediaConversionService arm64 /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1d63fe000 - 0x1d641bfff MediaStream arm64 <8002d783c2943b1ebe163ad8ec07e056> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1d641c000 - 0x1d6516fff CoreMediaStream arm64 <22fc7e6dbc6334a0896ceb8f1b1b4e20> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1d6816000 - 0x1d6816fff Accelerate arm64 <1f2e1f56161d30e39fb1b3bd3d4eccca> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d6817000 - 0x1d6b2cfff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1d6b2d000 - 0x1d6b31fff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1d6b32000 - 0x1d6b8bfff libvMisc.dylib arm64 <1890bc99afcc3d81a07450d99dac6d8e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d6b8c000 - 0x1d6b8cfff vecLib arm64 <59094e053a343693a1cf0ddf47548dbf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d6be8000 - 0x1d6cdcfff Combine arm64 /System/Library/Frameworks/Combine.framework/Combine
0x1d6cee000 - 0x1d6d3efff CoreMIDI arm64 <7fa73b144f2d3583b05981835ac98ba3> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1d6f16000 - 0x1d6f3bfff GLKit arm64 <0dabe17a99053b9d84715c0527b804de> /System/Library/Frameworks/GLKit.framework/GLKit
0x1d6f3c000 - 0x1d6f69fff GSS arm64 <6ecf137cccfd30bdac64aabc5d1c5f9b> /System/Library/Frameworks/GSS.framework/GSS
0x1d6f7c000 - 0x1d6fadfff MPSCore arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1d6fae000 - 0x1d702afff MPSImage arm64 <8c4b1e1d28d3336ca633e45b91bcea83> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d702b000 - 0x1d704cfff MPSMatrix arm64 <93ae5a51b482394aa11dee079c6722ae> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d704d000 - 0x1d7061fff MPSNDArray arm64 <3d33c252411f3a9e943292850522b7e5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1d7062000 - 0x1d71f2fff MPSNeuralNetwork arm64 <250ea45b4f533b41bb742e79497e3f9b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1d71f3000 - 0x1d7237fff MPSRayIntersector arm64 <89963a03fb983e1f81b964d8ee0fa039> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1d7238000 - 0x1d7238fff MetalPerformanceShaders arm64 <6dced7d3a75e3962b59747311530fd9f> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1d7245000 - 0x1d7245fff MobileCoreServices arm64 <23880688dfe232b78c53aaf71a5d24de> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d7250000 - 0x1d7251fff libCVMSPluginSupport.dylib arm64 <8cd17a2f7e0e32bd92c9a8b83b521a30> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d7252000 - 0x1d7258fff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d7259000 - 0x1d725efff libCoreVMClient.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d7293000 - 0x1d72cafff QuickLookThumbnailing arm64 <16cb185e4ba431ef8e91bfda53661320> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1d76fe000 - 0x1d76fefff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit
0x1d7720000 - 0x1d77e2fff VisionKit arm64 <76c1694b0d483745ab5f8529fb3a4bb1> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1d7b4f000 - 0x1d7ca1fff ANECompiler arm64 <99fc580cfe333980882ab8314d0e3c23> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1d7ca2000 - 0x1d7cb2fff ANEServices arm64 <2d6246b015c4394eab41feab66099406> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1d7cbb000 - 0x1d7d4bfff APFS arm64 /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1d7d4c000 - 0x1d7d50fff ASEProcessing arm64 /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1d7e58000 - 0x1d7e9afff AccessibilitySharedSupport arm64 <22151ccb221b3217a38363ac0554304d> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1d7ef7000 - 0x1d7f02fff AccountSettings arm64 <4f47d937f1ac34e3a70122b00de58b1c> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1d882e000 - 0x1d883cfff AppleFSCompression arm64 <7abbfc8c9c1e3d01b1978ae6333373db> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1d8843000 - 0x1d884dfff AppleIDAuthSupport arm64 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d884e000 - 0x1d888ffff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d88d8000 - 0x1d88e9fff AppleNeuralEngine arm64 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1d88f0000 - 0x1d8913fff AppleSauce arm64 <1240082f4dcc3e9b9d754a3a596dd6e7> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d8b0c000 - 0x1d8b3cfff Bom arm64 <65a58d68f44e336bb0e3b719adedee16> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1d95b6000 - 0x1d95bdfff CommonAuth arm64 <054a3d4ce6a1348f8b8be5cffb5886a1> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1d98e2000 - 0x1d99d3fff CoreHandwriting arm64 /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1d99e9000 - 0x1d99edfff CoreOptimization arm64 <8de4069da858306b98c14b1edacc603c> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1d9b38000 - 0x1d9b43fff DeviceIdentity arm64 <72bb7b0829053d31b31e656b69da3ceb> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1d9cd5000 - 0x1d9cf0fff DocumentManagerCore arm64 /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1d9da7000 - 0x1da402fff Espresso arm64 /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1da6b4000 - 0x1daac5fff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1dab96000 - 0x1dabaafff libGSFontCache.dylib arm64 <0e2c031d56693eb1a82809e2dd992c1a> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1dac0e000 - 0x1dac1afff libhvf.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1dac3c000 - 0x1dac50fff Futhark arm64 <3c3e85da3c813e1cbbfc9bbd6bcf919b> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1db91d000 - 0x1db929fff GraphVisualizer arm64 <35693f1fc8e63a7dacb84ad619125ca1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1dc269000 - 0x1dc2d9fff Heimdal arm64 /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1dc824000 - 0x1dc82bfff InternationalSupport arm64 <9ea0a6f373623d25ac3e3ef87cde4ac6> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1dcacb000 - 0x1dcacbfff Marco arm64 <01d1b079e7fe3f52815b27de0da4e90a> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1dcfb8000 - 0x1dcfcbfff MobileDeviceLink arm64 <70ac3ea4b537371cb9ae0c1a58a26ff1> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1dd282000 - 0x1dd2c1fff OTSVG arm64 <497d569ed19f36dd87b7637086aa8871> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1dd905000 - 0x1dd905fff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1df2cf000 - 0x1df2d3fff RevealCore arm64 <1c70a66591803b55b19192a18f037849> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1df3ca000 - 0x1df3fbfff ScreenReaderCore arm64 <253a6960be7e3f2c8518bec7dff1654f> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1df470000 - 0x1df47cfff SetupAssistantSupport arm64 <93e5b88ab22d397d82e7324cb47efabc> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1df49a000 - 0x1df49afff SignpostMetrics arm64 <74eabfa3a6b13726b0536b7d41e3f25b> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1df4c8000 - 0x1df4f8fff SiriInstrumentation arm64 /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1dfd0e000 - 0x1dfe29fff TextRecognition arm64 <852aa6b61f5131a2937342316259e1b7> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1dfe2a000 - 0x1dfecbfff TextureIO arm64 <59520ca8098433e9a766d1d97193a995> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1e0e4d000 - 0x1e13aafff libwebrtc.dylib arm64 <74f38247308538a3b681b7f2c02f0f11> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1e1541000 - 0x1e1549fff kperfdata arm64 <30e16fe513133d8f8ad0b41921f9264d> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e154a000 - 0x1e1591fff ktrace arm64 /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1e15aa000 - 0x1e15b6fff perfdata arm64 <9e79248c23de3253997e5577c732ab8c> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1e19d2000 - 0x1e1cfbfff libAWDSupportFramework.dylib arm64 <11a8c27da5643695947971f8ecb0735c> /usr/lib/libAWDSupportFramework.dylib
0x1e1ea6000 - 0x1e1eb0fff libChineseTokenizer.dylib arm64 <228c54f030f1332baba4076f22d08a04> /usr/lib/libChineseTokenizer.dylib
0x1e1eda000 - 0x1e208cfff libFosl_dynamic.dylib arm64 <67701d2f7fc53334a8ecd9035049b7be> /usr/lib/libFosl_dynamic.dylib
0x1e2108000 - 0x1e210ffff libMatch.1.dylib arm64 <6d9ba7fb0ddd315ca522293117dc76b1> /usr/lib/libMatch.1.dylib
0x1e22ac000 - 0x1e22adfff libSystem.B.dylib arm64 <5762684ff1a835cfb137b01ab92a395e> /usr/lib/libSystem.B.dylib
0x1e22b6000 - 0x1e22b8fff libThaiTokenizer.dylib arm64 /usr/lib/libThaiTokenizer.dylib
0x1e23b7000 - 0x1e23ccfff libapple_nghttp2.dylib arm64 <1398ef5710c83265abeec4c2aaef0023> /usr/lib/libapple_nghttp2.dylib
0x1e2445000 - 0x1e2455fff libbsm.0.dylib arm64 <5d80e403171631b7a4639f55db2e8b68> /usr/lib/libbsm.0.dylib
0x1e2456000 - 0x1e2462fff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib
0x1e2463000 - 0x1e2463fff libcharset.1.dylib arm64 <9b27fc2b74d93aa78e0b6db1c8e974b3> /usr/lib/libcharset.1.dylib
0x1e2464000 - 0x1e2475fff libcmph.dylib arm64 /usr/lib/libcmph.dylib
0x1e2476000 - 0x1e248dfff libcompression.dylib arm64 /usr/lib/libcompression.dylib
0x1e248e000 - 0x1e248ffff libcoretls_cfhelpers.dylib arm64 /usr/lib/libcoretls_cfhelpers.dylib
0x1e2490000 - 0x1e2496fff libcupolicy.dylib arm64 /usr/lib/libcupolicy.dylib
0x1e24d6000 - 0x1e24dffff libdscsym.dylib arm64 <5b7469228b1c3e3c9907c27fa477781e> /usr/lib/libdscsym.dylib
0x1e24e0000 - 0x1e24fcfff libedit.3.dylib arm64 <5809b148a95234b4b40c1fe1dc9ed992> /usr/lib/libedit.3.dylib
0x1e2a4e000 - 0x1e2a53fff libheimdal-asn1.dylib arm64 /usr/lib/libheimdal-asn1.dylib
0x1e2a54000 - 0x1e2b45fff libiconv.2.dylib arm64 <1b891448301e35e7947f7699ee5057dd> /usr/lib/libiconv.2.dylib
0x1e2b5b000 - 0x1e2b66fff liblockdown.dylib arm64 <2f19b24065a03a7b884ca320ac532f31> /usr/lib/liblockdown.dylib
0x1e2b67000 - 0x1e2b7ffff liblzma.5.dylib arm64 <7a72913aa3fb30b08e76f17b60e21ab6> /usr/lib/liblzma.5.dylib
0x1e2efb000 - 0x1e2f2afff libncurses.5.4.dylib arm64 /usr/lib/libncurses.5.4.dylib
0x1e2f2b000 - 0x1e2f40fff libnetworkextension.dylib arm64 /usr/lib/libnetworkextension.dylib
0x1e32c2000 - 0x1e32d9fff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib
0x1e32da000 - 0x1e32dcfff libsandbox.1.dylib arm64 <7af7ec71432b36ad985cf2100420efb7> /usr/lib/libsandbox.1.dylib
0x1e32e3000 - 0x1e3314fff libtidy.A.dylib arm64 <86110e637a8d34c5808c2cb36fd8efb8> /usr/lib/libtidy.A.dylib
0x1e331c000 - 0x1e331ffff libutil.dylib arm64 <03b14d3d61323980ad3dafb9f3fd0ea6> /usr/lib/libutil.dylib
0x1e334d000 - 0x1e335efff libz.1.dylib arm64 <408124eae93934cb9e324ef401418924> /usr/lib/libz.1.dylib
0x1e3419000 - 0x1e3420fff libswiftCoreData.dylib arm64 /usr/lib/swift/libswiftCoreData.dylib
0x1e3421000 - 0x1e3425fff libswiftCoreFoundation.dylib arm64 <27b81f88768236078144f3d67719d68a> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1e3426000 - 0x1e3434fff libswiftCoreGraphics.dylib arm64 <64cfcef9756737bcb1c8f8479355539b> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1e3435000 - 0x1e3439fff libswiftCoreImage.dylib arm64 /usr/lib/swift/libswiftCoreImage.dylib
0x1e3485000 - 0x1e348efff libswiftDarwin.dylib arm64 /usr/lib/swift/libswiftDarwin.dylib
0x1e348f000 - 0x1e34a8fff libswiftDispatch.dylib arm64 <82eafc1cac023e2ead99bfca4a8f9507> /usr/lib/swift/libswiftDispatch.dylib
0x1e34a9000 - 0x1e3616fff libswiftFoundation.dylib arm64 <5ff05b1f439935a98db8edd39b4de883> /usr/lib/swift/libswiftFoundation.dylib
0x1e3653000 - 0x1e365afff libswiftMetal.dylib arm64 <3e110d6b903b3eef97bf527677a80ec5> /usr/lib/swift/libswiftMetal.dylib
0x1e36ca000 - 0x1e36d0fff libswiftObjectiveC.dylib arm64 <188453acd88d3364a7dd2bdb08646405> /usr/lib/swift/libswiftObjectiveC.dylib
0x1e36db000 - 0x1e36e0fff libswiftQuartzCore.dylib arm64 /usr/lib/swift/libswiftQuartzCore.dylib
0x1e3721000 - 0x1e373afff libswiftUIKit.dylib arm64 <3e9bfa30aae63ef0803bad6dc7a8a23c> /usr/lib/swift/libswiftUIKit.dylib
0x1e3771000 - 0x1e3776fff libcache.dylib arm64 <3344f693ad203296954d5a340a9e2e81> /usr/lib/system/libcache.dylib
0x1e3777000 - 0x1e3783fff libcommonCrypto.dylib arm64 <788dad61e13e3cb1bb5e620d7d1bbb81> /usr/lib/system/libcommonCrypto.dylib
0x1e3784000 - 0x1e3788fff libcompiler_rt.dylib arm64 <433dabaa2b593692b4b3229c4069861a> /usr/lib/system/libcompiler_rt.dylib
0x1e3856000 - 0x1e3856fff liblaunch.dylib arm64 /usr/lib/system/liblaunch.dylib
0x1e3857000 - 0x1e385cfff libmacho.dylib arm64 /usr/lib/system/libmacho.dylib
0x1e385d000 - 0x1e385ffff libremovefile.dylib arm64 <304f12cdb8a534259fcd1b6f0ca18d5c> /usr/lib/system/libremovefile.dylib
0x1e3860000 - 0x1e3861fff libsystem_featureflags.dylib arm64 /usr/lib/system/libsystem_featureflags.dylib
0x1e3862000 - 0x1e388ffff libsystem_m.dylib arm64 <4682f25e8db1396faf35f3b9a3a66a87> /usr/lib/system/libsystem_m.dylib
0x1e3890000 - 0x1e3895fff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib
0x1e3b75000 - 0x1e3bdcfff NanoRegistry arm64 /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1e3bdd000 - 0x1e3beafff NanoPreferencesSync arm64 <97153a977bf036af870b2301253a2524> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1e45ed000 - 0x1e4626fff CryptoTokenKit arm64 /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1e4627000 - 0x1e4660fff ExposureNotification arm64 /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1e554e000 - 0x1e5562fff AppSSOCore arm64 <138a826ed8ea3aabbc5aac8efa9551d8> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1e5ab0000 - 0x1e5abafff PointerUIServices arm64 <32b87404c6f13e398a3f0d0c544a745f> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices

EOF

@pavel-ship-it
Copy link
Contributor

Hi @afsalkp007 ,
Thank you for the update. I don't see any calls specific for Realm framework.
Is it possible to reproduce this code with the XCode attached? If yes - could you check the console output please? It could give you some more information on the exception.

@leemaguire
Copy link
Contributor

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants