Post not yet marked as solved
Creating a new Admin account or the existing accounts have the option for access to certificates, Identifiers and Profile disabled. I checked it Admin and Account Holder account. Our Apple developer account is paid. Can I know why do I see this issue?Thanks in advance
Post not yet marked as solved
Out of nowhere today, I got this error when I try to build my app for a device but not when I try to run a simulatorAutomatic signing is unable to resolve an issue with the "MyAppName" target's entitlements.Automatic signing can't add the application-identifier and keychain-access-groups entitlements to your provisioning profile. Switch to manual signing and resolve the issue by downloading a matching provisioning profile from the developer website. Alternatively, to continue using automatic signing, remove these entitlements from your entitlements file and their associated functionality from your code.Provisioning profile "iOS Team Provisioning Profile: my.app.bundle" doesn't include the application-identifier and keychain-access-groups entitlements.I have looked online but have not been able to solve this, any help would be appreciated.
Post not yet marked as solved
Hello! We are really stumped here and thought to reach out and see if this battle has been won before.Our team has recently updated our project from xcode9.2 to 10.1. Our project is built using xcodebuild command line and is manually signed. The project has two main targets, the main app and an extension (widget).The first error we encountered after the upgrade is:Provisioning profile "iOS Team Provisioning Profile: com.ourapp.widget" doesn't match the entitlements file's value for the application-identifier entitlement.After looking at the provisioning profiles generated from both app id's (main app and widget), indeed we do see an application-identifier key that shows a teamId in front of the bundle id. ie <teamId>.com.ourapp.widget.Now, we can make this error disappear by modifying each target's info.plist value for Bundle identifier to include the teamId infront of the bundle ids. But, this generates a new Provisioning error stating that each target's provisioning profiles are missing capabilities.Errors:error: exportArchive: "OurApp.app" requires a provisioning profile with the Associated Domains and Push Notifications features.error: exportArchive: "OurApp.appex" requires a provisioning profile with the Associated Domains feature.However, the provisioning profiles that we have listed in our exportOptions.plist file point to profiles that definitely include all needed capabilities for both targets. Here is our exportOptions.plist:<dict><key>teamID</key><string><TeamId></string><key>provisioningProfiles</key><dict><key>com.ourapp</key><string><Profile's Name></string><key>com.ourapp.widget</key><string><Widget profiles UUID></string></dict><key>method</key><string>app-store</string><key>uploadSymbols</key><true/></dict>So first we ask the question: should we have modified the info.plists to include the teamId in front of the bundle id? ..and if that is ok, then we are perplexed at why exportArchive is not seeing the provisioning profiles we are passing in using the exportOptions.plist.Final question for the moment: Should the bundle id in the exportOptions.plist also have the teamId?Any help is greatly appreciated!-Jason
Post not yet marked as solved
I collected a user error report, xcode Console print information: Error occured while profileing: Error Domain=NSPOSIXErrorDomain Code=50 "Network is down" UserInfo={_kCFStreamErrorCodeKey=50, _kCFStreamErrorDomainKey=1}, then the user’s app crash.You can see the specific crash problem in the attachment below. Thank youIncident Identifier: 44952398-0B36-461B-9B99-BC57DBC9BB05
CrashReporter Key: 5a161d819c366e37c0b5922a2d88289ce283f4f7
Hardware Model: iPhone8,2
Process: MiShiFeng [1804]
Path: /var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/MiShiFeng
Identifier: com.doweidu.mishifeng
Version: 1.4.4.1 (1.4.4)
Code Type: ARM-64
Parent Process: ? [1]
Date/Time: 2019-04-08 00:32:01.000 +0800
OS Version: iOS 12.0.1 (16A404)
Report Version: 104
Exception Type: EXC_BREAKPOINT (5)
Exception Codes: 0x00000000 at 0x00000001d5f01770
Crashed Thread: 17
Thread 0:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 CoreFoundation 0x00000001d62c1fb0 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x00000001d62bce4c __CFRunLoopRun + 1396
4 CoreFoundation 0x00000001d62bc5b8 CFRunLoopRunSpecific + 436
5 GraphicsServices 0x00000001d8530584 GSEventRunModal + 100
6 UIKitCore 0x0000000203138bc8 UIApplicationMain + 212
7 MiShiFeng 0x00000001027d8f84 main + 69508 (AppDelegate.swift:13)
8 libdyld.dylib 0x00000001d5d7cb94 start + 4
Thread 1:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 2:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 3:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e1d4 _pthread_wqthread + 540
Thread 4 name: com.apple.uikit.eventfetch-thread
Thread 4:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 CoreFoundation 0x00000001d62c1fb0 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x00000001d62bce4c __CFRunLoopRun + 1396
4 CoreFoundation 0x00000001d62bc5b8 CFRunLoopRunSpecific + 436
5 Foundation 0x00000001d6cb06a4 -[NSRunLoop+ 34468 (NSRunLoop) runMode:beforeDate:] + 300
6 Foundation 0x00000001d6cb0514 -[NSRunLoop+ 34068 (NSRunLoop) runUntilDate:] + 88
7 UIKitCore 0x000000020322541c -[UIEventFetcher threadMain] + 136
8 Foundation 0x00000001d6de33b0 __NSThread__start__ + 1040
9 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
10 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 5:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 6:
0 libsystem_kernel.dylib 0x00000001d5ec9428 __semwait_signal + 8
1 libsystem_c.dylib 0x00000001d5e3e5d0 nanosleep + 212
2 libsystem_c.dylib 0x00000001d5e3e3cc sleep + 44
3 MiShiFeng 0x0000000102a3c85c monitorCachedData + 2574428 (KSCrashCachedData.c:0)
4 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
5 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 7 name: KSCrash Exception Handler (Secondary)
Thread 7:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 libsystem_kernel.dylib 0x00000001d5eb96b8 thread_suspend + 84
3 MiShiFeng 0x0000000102a7aa40 handleExceptions + 2828864 (KSCrashMonitor_MachException.c:272)
4 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
5 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 8 name: KSCrash Exception Handler (Primary)
Thread 8:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd420 mach_msg + 192
2 MiShiFeng 0x0000000102a7aa6c handleExceptions + 2828908 (KSCrashMonitor_MachException.c:0)
3 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
4 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 9:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 10:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 11:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 12 name: com.apple.CFSocket.private
Thread 12:
0 libsystem_kernel.dylib 0x00000001d5ec9350 __select + 8
1 CoreFoundation 0x00000001d62cae00 __CFSocketManager + 620
2 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
3 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 13:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 14:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 15 name: JavaScriptCore bmalloc scavenger
Thread 15:
0 libsystem_kernel.dylib 0x00000001d5ec8f0c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001d5f45d48 _pthread_cond_wait$VARIANT$mp + 636
2 libc++.1.dylib 0x00000001d54944d0 std::__1::condition_variable::wait+ 34000 (std::__1::unique_lock<std::__1::mutex>&) + 24
3 JavaScriptCore 0x00000001dd62bd7c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >+ 376188 (std::__1::unique_lock<bmalloc::Mutex>&) + 104
4 JavaScriptCore 0x00000001dd62fe70 bmalloc::Scavenger::threadRunLoop+ 392816 () + 176
5 JavaScriptCore 0x00000001dd62f5a4 bmalloc::Scavenger::Scavenger+ 390564 (std::__1::lock_guard<bmalloc::Mutex>&) + 0
6 JavaScriptCore 0x00000001dd631050 std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer+ 397392 (std::__1::__thread_struct*) + 0
7 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 16 name: WebThread
Thread 16:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 CoreFoundation 0x00000001d62c1fb0 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x00000001d62bce4c __CFRunLoopRun + 1396
4 CoreFoundation 0x00000001d62bc5b8 CFRunLoopRunSpecific + 436
5 WebCore 0x00000001df0e3ba4 RunWebThread+ 4914084 (void*) + 592
6 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
7 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 17 Crashed:
0 libsystem_malloc.dylib 0x00000001d5f01770 nanov2_allocate_from_block$VARIANT$mp + 540
1 libsystem_malloc.dylib 0x00000001d5f01770 nanov2_allocate_from_block$VARIANT$mp + 540
2 libsystem_malloc.dylib 0x00000001d5f009cc nanov2_allocate$VARIANT$mp + 140
3 libsystem_malloc.dylib 0x00000001d5f008f0 nanov2_malloc$VARIANT$mp + 60
4 libsystem_malloc.dylib 0x00000001d5f0f99c malloc_zone_malloc + 156
5 libsystem_malloc.dylib 0x00000001d5f103ac malloc + 32
6 MiShiFeng 0x0000000102e5e144 fbNBzo9KHZyn + 180
7 MiShiFeng 0x0000000102e13c94 fba8DJU10Tl2 + 272
8 MiShiFeng 0x0000000102e5b9c8 fbrlY0C0U94o + 224
9 MiShiFeng 0x0000000102dc2e94 fbmLOwNhul32 + 780
10 MiShiFeng 0x0000000102df266c fbtryCUZn8dl + 2632
11 MiShiFeng 0x0000000102e79924 fbWmzG7ejsAH + 164
12 MiShiFeng 0x0000000102e79138 fbNn9bXSwb33 + 172
13 MiShiFeng 0x0000000102dfddb4 fbmtLRcxqIMd + 68
14 MiShiFeng 0x0000000102e0abd4 fb4TlZqVJUai + 204
15 MiShiFeng 0x0000000102dfe560 fbXuK5BnicSJ + 64
16 MiShiFeng 0x0000000102dc977c fbjOKTAKVSoX + 788
17 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
18 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 18:
0 libsystem_kernel.dylib 0x00000001d5ec8f0c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001d5f45d48 _pthread_cond_wait$VARIANT$mp + 636
2 MiShiFeng 0x0000000102dc9710 fbjOKTAKVSoX + 680
3 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
4 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 19:
0 libsystem_kernel.dylib 0x00000001d5ec8f0c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001d5f45d48 _pthread_cond_wait$VARIANT$mp + 636
2 MiShiFeng 0x0000000102dc9710 fbjOKTAKVSoX + 680
3 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
4 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 20:
0 libsystem_kernel.dylib 0x00000001d5ec9428 __semwait_signal + 8
1 libsystem_c.dylib 0x00000001d5e3e5d0 nanosleep + 212
2 libsystem_c.dylib 0x00000001d5e3e3cc sleep + 44
3 MiShiFeng 0x0000000102ddccfc fbIXfTzhjQtL + 120
4 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
5 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 21 name: com.autonavi.AMapLocationThread
Thread 21:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 CoreFoundation 0x00000001d62c1fb0 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x00000001d62bce4c __CFRunLoopRun + 1396
4 CoreFoundation 0x00000001d62bc5b8 CFRunLoopRunSpecific + 436
5 Foundation 0x00000001d6cb06a4 -[NSRunLoop+ 34468 (NSRunLoop) runMode:beforeDate:] + 300
6 Foundation 0x00000001d6cec094 -[NSRunLoop+ 278676 (NSRunLoop) run] + 88
7 MiShiFeng 0x0000000102a21ec4 +[AMapLocationCLMDelegate threadEntryPoint:] + 216
8 Foundation 0x00000001d6de33b0 __NSThread__start__ + 1040
9 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
10 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 22:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e1d4 _pthread_wqthread + 540
Thread 23:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e1d4 _pthread_wqthread + 540
Thread 24:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 25 name: AMapNetwork
Thread 25:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 CoreFoundation 0x00000001d62c1fb0 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x00000001d62bce4c __CFRunLoopRun + 1396
4 CoreFoundation 0x00000001d62bc5b8 CFRunLoopRunSpecific + 436
5 Foundation 0x00000001d6cb06a4 -[NSRunLoop+ 34468 (NSRunLoop) runMode:beforeDate:] + 300
6 Foundation 0x00000001d6cec094 -[NSRunLoop+ 278676 (NSRunLoop) run] + 88
7 MiShiFeng 0x0000000102a0eb24 +[AMapNetworkOperation networkRequestThreadEntryPoint:] + 216
8 Foundation 0x00000001d6de33b0 __NSThread__start__ + 1040
9 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
10 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 26:
0 libsystem_kernel.dylib 0x00000001d5ec9428 __semwait_signal + 8
1 libsystem_c.dylib 0x00000001d5e3e5d0 nanosleep + 212
2 libsystem_c.dylib 0x00000001d5e3e3cc sleep + 44
3 MiShiFeng 0x0000000102ddccfc fbIXfTzhjQtL + 120
4 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
5 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 27 name: com.apple.CoreMotion.MotionThread
Thread 27:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 CoreFoundation 0x00000001d62c1fb0 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x00000001d62bce4c __CFRunLoopRun + 1396
4 CoreFoundation 0x00000001d62bc5b8 CFRunLoopRunSpecific + 436
5 CoreFoundation 0x00000001d62bd354 CFRunLoopRun + 80
6 CoreMotion 0x00000001dbceb2cc 0x1dbc6f000 + 508620
7 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 28 name: com.apple.CFNetwork.CustomProtocols
Thread 28:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 CoreFoundation 0x00000001d62c1fb0 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x00000001d62bce4c __CFRunLoopRun + 1396
4 CoreFoundation 0x00000001d62bc5b8 CFRunLoopRunSpecific + 436
5 CFNetwork 0x00000001d68dce18 -[__CoreSchedulingSetRunnable runForever] + 212
6 Foundation 0x00000001d6de33b0 __NSThread__start__ + 1040
7 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 29 name: com.apple.NSURLConnectionLoader
Thread 29:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 CoreFoundation 0x00000001d62c1fb0 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x00000001d62bce4c __CFRunLoopRun + 1396
4 CoreFoundation 0x00000001d62bc5b8 CFRunLoopRunSpecific + 436
5 CFNetwork 0x00000001d68dce18 -[__CoreSchedulingSetRunnable runForever] + 212
6 Foundation 0x00000001d6de33b0 __NSThread__start__ + 1040
7 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 30:
0 libsystem_kernel.dylib 0x00000001d5ec9b9c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001d5f4e114 _pthread_wqthread + 348
Thread 31:
Thread 32:
0 libsystem_kernel.dylib 0x00000001d5ebded0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d5ebd3a8 mach_msg + 72
2 MiShiFeng 0x0000000102a7aa6c handleExceptions + 2828908 (KSCrashMonitor_MachException.c:0)
3 libsystem_pthread.dylib 0x00000001d5f4d2fc _pthread_body + 128
4 libsystem_pthread.dylib 0x00000001d5f4d25c _pthread_start + 48
Thread 33:
Thread 17 crashed with ARM-64 Thread State:
cpsr: 0x0000000080000000 fp: 0x000000016e052600 lr: 0x00000001d5f01770 pc: 0x00000001d5f01770
sp: 0x000000016e0525a0 x0: 0x0000000000000000 x1: 0x0000000104c94000 x10: 0x0000000000000003
x11: 0x00000001d5f39d98 x12: 0x0000000000000000 x13: 0x0000000000000031 x14: 0x00000000000007fc
x15: 0x0000000000000257 x16: 0xfffffffffffffff4 x17: 0x00000002811eae60 x18: 0x0000000000000000
x19: 0x00000001045f0000 x2: 0x0000000000004000 x20: 0x00000002811fba44 x21: 0x00000002811e8000
x22: 0x00000001045f4c58 x23: 0x00000000ddd2badd x24: 0x00000002811e8000 x25: 0x0000000000000000
x26: 0x0000000000000010 x27: 0x00000001d5f21de8 x28: 0x00000000000002dd x29: 0x000000016e052600
x3: 0x00000001d5f3f2e8 x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000001
x7: 0x0000000000000b10 x8: 0x0000000000000000 x9: 0xfffffffefb36c001
Binary Images:
0x1027c8000 - 0x103083fff +MiShiFeng arm64 <5a1fba018970381b82b3a045bc15f5f2> /var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/MiShiFeng
0x103270000 - 0x103297fff FSPagerView arm64 <8ac6ebb13b52324ea94b73ff20e6734c> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/FSPagerView.framework/FSPagerView
0x1032ec000 - 0x1032fbfff HappyDNS arm64 <73443bb42fa93bf494dcee5ed91787bc> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/HappyDNS.framework/HappyDNS
0x1033ec000 - 0x103453fff Alamofire arm64 <2ca8ca38d58d363b9a7414361cc75305> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/Alamofire.framework/Alamofire
0x10352c000 - 0x10356ffff IQKeyboardManagerSwift arm64 <e487feff976f36818b19ccee76d77bb9> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/IQKeyboardManagerSwift.framework/IQKeyboardManagerSwift
0x103600000 - 0x103653fff Kingfisher arm64 <654ea28bfa0830458bb70477e177f105> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/Kingfisher.framework/Kingfisher
0x103718000 - 0x103727fff MBProgressHUD arm64 <c7ad4f6ce6cb33a6b4b0a47e7cf18ab8> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/MBProgressHUD.framework/MBProgressHUD
0x103744000 - 0x103757fff MJRefresh arm64 <054cbe5b614631ab920d7f172740b4a4> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/MJRefresh.framework/MJRefresh
0x103780000 - 0x1037a3fff MatomoTracker arm64 <67fa8a78a5133fa9b91e25c78d2783de> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/MatomoTracker.framework/MatomoTracker
0x1037e0000 - 0x1037fffff Qiniu arm64 <0513dd5a9044306c849ff930d598351b> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/Qiniu.framework/Qiniu
0x103838000 - 0x103847fff SVProgressHUD arm64 <307f6f4e6e8c3cefbc10cf44efbbc174> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/SVProgressHUD.framework/SVProgressHUD
0x103860000 - 0x10387bfff SnapKit arm64 <20f0342fe477344488a39e7c66725cff> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/SnapKit.framework/SnapKit
0x1038c8000 - 0x103ab7fff UdeskSDK arm64 <5b0c3ced64aa368eadbdc1ce2b0a0192> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/UdeskSDK.framework/UdeskSDK
0x103d98000 - 0x103dabfff libswiftAVFoundation.dylib arm64 <b25d821f6ccd3d00952742ab93d2cd1b> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftAVFoundation.dylib
0x103dbc000 - 0x103dc3fff libswiftAccelerate.dylib arm64 <e6b4313acf493b02800711aeaa59b123> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftAccelerate.dylib
0x103dd0000 - 0x104107fff libswiftCore.dylib arm64 <a6ddef6199143f14876bac3d281b4cfe> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCore.dylib
0x104218000 - 0x10421ffff libswiftCoreAudio.dylib arm64 <36b727cd39143904a209b5a3b8bff675> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreAudio.dylib
0x10422c000 - 0x104233fff libswiftCoreFoundation.dylib arm64 <47deeaa1967b3e339dfcb48535a994e1> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreFoundation.dylib
0x104240000 - 0x10424ffff libswiftCoreGraphics.dylib arm64 <25fe91aa901b3cf6a443b498012ab5af> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreGraphics.dylib
0x104264000 - 0x10426bfff libswiftCoreImage.dylib arm64 <762a9d5e144d38b5b02b910e61486196> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreImage.dylib
0x104278000 - 0x10427ffff libswiftCoreLocation.dylib arm64 <9a0a7186ab2839738011f49b762b2da5> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreLocation.dylib
0x10428c000 - 0x104293fff libswiftCoreMedia.dylib arm64 <06b0623f34253ddf9b6ff90d64b1ca3b> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreMedia.dylib
0x1042a0000 - 0x1042abfff libswiftDarwin.dylib arm64 <b430370f979638fea97ab26a84bcb5d6> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftDarwin.dylib
0x1042bc000 - 0x1042d7fff libswiftDispatch.dylib arm64 <7ad01fe8bf9f3bad811e9c5ce8c68f8f> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftDispatch.dylib
0x1042f4000 - 0x104443fff libswiftFoundation.dylib arm64 <0848e6ddbbfb31ae87c86b45ff691470> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftFoundation.dylib
0x1044cc000 - 0x1044d3fff libswiftMetal.dylib arm64 <7a56d69e55fb3a23a40cfb2c2abae537> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftMetal.dylib
0x1044e0000 - 0x1044e7fff libswiftObjectiveC.dylib arm64 <ec73a6a65788317397cc32bbd09d8fbd> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftObjectiveC.dylib
0x1044f4000 - 0x1044fbfff libswiftPhotos.dylib arm64 <d1952a7928d1391abf2588cbc952cd7e> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftPhotos.dylib
0x104508000 - 0x10450ffff libswiftQuartzCore.dylib arm64 <5b0df8513fdc35f480865794bac2b551> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftQuartzCore.dylib
0x10451c000 - 0x10452bfff libswiftUIKit.dylib arm64 <7b96c8dddb1337a9b8b2a806cd798a69> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftUIKit.dylib
0x104540000 - 0x104547fff libswiftos.dylib arm64 <8e3b4ee77a833c3fad9499717ed18eec> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftos.dylib
0x104554000 - 0x10458ffff libswiftsimd.dylib arm64 <fbda20ab3fe3304abe20e4184fb2e40f> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftsimd.dylib
0x1045b0000 - 0x1045b7fff libswiftCoreData.dylib arm64 <0a02e2d49c383356b928e3c14a6611eb> /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreData.dylib
0x104b18000 - 0x104b23fff libobjc-trampolines.dylib arm64 <62573b18de65349aa12efd1340ea3ce3> /usr/lib/libobjc-trampolines.dylib
0x1d548a000 - 0x1d548bfff libSystem.B.dylib arm64 <1e51d2b63e6f3a51a6e3083c19fca592> /usr/lib/libSystem.B.dylib
0x1d548c000 - 0x1d54e6fff libc++.1.dylib arm64 <cdfb6d089d283b38984709b6fd40ab92> /usr/lib/libc++.1.dylib
0x1d54e7000 - 0x1d54fafff libc++abi.dylib arm64 <b0fff64f8b7d33968178cfb40348061a> /usr/lib/libc++abi.dylib
0x1d54fb000 - 0x1d5c83fff libobjc.A.dylib arm64 <55e000b76ec63c9e8228778494a89ea4> /usr/lib/libobjc.A.dylib
0x1d5c84000 - 0x1d5c89fff libcache.dylib arm64 <b2bac7ac70683b5f91e0f2f378bf28cd> /usr/lib/system/libcache.dylib
0x1d5c8a000 - 0x1d5c95fff libcommonCrypto.dylib arm64 <2d5bb382755836aab784906f31e7dcb5> /usr/lib/system/libcommonCrypto.dylib
0x1d5c96000 - 0x1d5c9afff libcompiler_rt.dylib arm64 <6ca9ad49f51c3108843c31a5b36eb7ce> /usr/lib/system/libcompiler_rt.dylib
0x1d5c9b000 - 0x1d5ca3fff libcopyfile.dylib arm64 <8ceb19f412b93db9a6f0cb32137910c8> /usr/lib/system/libcopyfile.dylib
0x1d5ca4000 - 0x1d5d0afff libcorecrypto.dylib arm64 <321917e412123eb08e6cc6198ffd551f> /usr/lib/system/libcorecrypto.dylib
0x1d5d0b000 - 0x1d5d7bfff libdispatch.dylib arm64 <acad07ef5fde3122a11a31ac4bf6eb3b> /usr/lib/system/libdispatch.dylib
0x1d5d7c000 - 0x1d5da6fff libdyld.dylib arm64 <03e11fb4f89d31d2868320ef92c4aacd> /usr/lib/system/libdyld.dylib
0x1d5da7000 - 0x1d5da7fff liblaunch.dylib arm64 <1d34dc4311ca3a2d9959c21d24fe6577> /usr/lib/system/liblaunch.dylib
0x1d5da8000 - 0x1d5dadfff libmacho.dylib arm64 <ae93f60c203531e1b34d5a2334514a8a> /usr/lib/system/libmacho.dylib
0x1d5dae000 - 0x1d5daffff libremovefile.dylib arm64 <33e735f56b813308a91b70583f7336be> /usr/lib/system/libremovefile.dylib
0x1d5db0000 - 0x1d5dc7fff libsystem_asl.dylib arm64 <9cc4f792c7eb32d9a66f4b61f4f2e521> /usr/lib/system/libsystem_asl.dylib
0x1d5dc8000 - 0x1d5dc8fff libsystem_blocks.dylib arm64 <7484ff4bebd834a0a4925ad00ce06f41> /usr/lib/system/libsystem_blocks.dylib
0x1d5dc9000 - 0x1d5e47fff libsystem_c.dylib arm64 <40dd5c3b586a38eb9f5274d994ecd9d2> /usr/lib/system/libsystem_c.dylib
0x1d5e48000 - 0x1d5e4cfff libsystem_configuration.dylib arm64 <5e462c94ad453059a6473af38b97b4d7> /usr/lib/system/libsystem_configuration.dylib
0x1d5e4d000 - 0x1d5e54fff libsystem_containermanager.dylib arm64 <0970fd02f7863726a8d2e584e3c86b6b> /usr/lib/system/libsystem_containermanager.dylib
0x1d5e55000 - 0x1d5e56fff libsystem_coreservices.dylib arm64 <a6303082c39e376485e1632620d8fa90> /usr/lib/system/libsystem_coreservices.dylib
0x1d5e57000 - 0x1d5e5dfff libsystem_darwin.dylib arm64 <44792e5e5b67344b9fe42d2ee50fd855> /usr/lib/system/libsystem_darwin.dylib
0x1d5e5e000 - 0x1d5e64fff libsystem_dnssd.dylib arm64 <9ae1ce7b0d0d3477bab652b6e90824da> /usr/lib/system/libsystem_dnssd.dylib
0x1d5e65000 - 0x1d5ea5fff libsystem_info.dylib arm64 <bb116149accf36a8abbfaafdb3e769a8> /usr/lib/system/libsystem_info.dylib
0x1d5ea6000 - 0x1d5ed0fff libsystem_kernel.dylib arm64 <982ccbad717d3a28946eba07918897a3> /usr/lib/system/libsystem_kernel.dylib
0x1d5ed1000 - 0x1d5efefff libsystem_m.dylib arm64 <b4f79b149d37327cac0f85d2ecc6de2b> /usr/lib/system/libsystem_m.dylib
0x1d5eff000 - 0x1d5f22fff libsystem_malloc.dylib arm64 <44c4f37bf474310ba1b98a8f1e6b63f2> /usr/lib/system/libsystem_malloc.dylib
0x1d5f23000 - 0x1d5f2ffff libsystem_networkextension.dylib arm64 <b05baf6880e6382fa989be8a549327d4> /usr/lib/system/libsystem_networkextension.dylib
0x1d5f30000 - 0x1d5f36fff libsystem_notify.dylib arm64 <34af10bfa6063fe38974fcd9d672c977> /usr/lib/system/libsystem_notify.dylib
0x1d5f37000 - 0x1d5f41fff libsystem_platform.dylib arm64 <4af8e7b9d0ad337dbff51a665816c920> /usr/lib/system/libsystem_platform.dylib
0x1d5f42000 - 0x1d5f52fff libsystem_pthread.dylib arm64 <d2815ab146c1383182fcd22ae83b0cad> /usr/lib/system/libsystem_pthread.dylib
0x1d5f53000 - 0x1d5f55fff libsystem_sandbox.dylib arm64 <bbdb4f6722b7390488c262e3c5ab0293> /usr/lib/system/libsystem_sandbox.dylib
0x1d5f56000 - 0x1d5f5dfff libsystem_symptoms.dylib arm64 <8d51fa4c49c833ba8c7ae05cd51d6399> /usr/lib/system/libsystem_symptoms.dylib
0x1d5f5e000 - 0x1d5f73fff libsystem_trace.dylib arm64 <6fd09960f9943de68fac4d4d1564c041> /usr/lib/system/libsystem_trace.dylib
0x1d5f74000 - 0x1d5f79fff libunwind.dylib arm64 <152d18c1bc913b36b134c5c5e718a3d5> /usr/lib/system/libunwind.dylib
0x1d5f7a000 - 0x1d5fa8fff libxpc.dylib arm64 <f05ae7ffd0053614a55a56c5154ff33d> /usr/lib/system/libxpc.dylib
0x1d5fa9000 - 0x1d6203fff libicucore.A.dylib arm64 <2fbc0cc87b0538bd8995e041aa46b5cf> /usr/lib/libicucore.A.dylib
0x1d6204000 - 0x1d6215fff libz.1.dylib arm64 <3756f248b0233930b236a65ae3b3a871> /usr/lib/libz.1.dylib
0x1d6216000 - 0x1d657bfff CoreFoundation arm64 <a696aa66f19c3fffb094574eafc5f600> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1d657c000 - 0x1d658cfff libbsm.0.dylib arm64 <e8fc205d3ba037b3b4da3c66265592e9> /usr/lib/libbsm.0.dylib
0x1d658d000 - 0x1d658dfff libenergytrace.dylib arm64 <66fb30084c2339178f7ec36054ce4788> /usr/lib/libenergytrace.dylib
0x1d658e000 - 0x1d661bfff IOKit arm64 <640622785cfc33dd891324e7949624b0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1d661c000 - 0x1d6704fff libxml2.2.dylib arm64 <385087411b75335697b10a42a0598226> /usr/lib/libxml2.2.dylib
0x1d6705000 - 0x1d6712fff libbz2.1.0.dylib arm64 <27af4074c9073ea983d0a6381d8ff560> /usr/lib/libbz2.1.0.dylib
0x1d6713000 - 0x1d672bfff liblzma.5.dylib arm64 <954e5d4e74343231a5d7ae227995979a> /usr/lib/liblzma.5.dylib
0x1d672c000 - 0x1d68a5fff libsqlite3.dylib arm64 <10a9905bcaea3680a78cf5a4d3c25e4c> /usr/lib/libsqlite3.dylib
0x1d68a6000 - 0x1d68dafff libMobileGestalt.dylib arm64 <025184fee8773eda9253d30d3c5aa97f> /usr/lib/libMobileGestalt.dylib
0x1d68db000 - 0x1d6ca7fff CFNetwork arm64 <0f16d72dc5d43af49f1cc4cb53a7c608> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1d6ca8000 - 0x1d6fb4fff Foundation arm64 <5bfec28765ca312aa8128cd72a9fda1b> /System/Library/Frameworks/Foundation.framework/Foundation
0x1d6fb5000 - 0x1d70c0fff Security arm64 <7ac6108af41533a496fe813da9dab9f8> /System/Library/Frameworks/Security.framework/Security
0x1d70c1000 - 0x1d712ffff SystemConfiguration arm64 <10f82ae9a2883c548ae4356cc4771825> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1d7130000 - 0x1d7165fff libCRFSuite.dylib arm64 <ba001a0e6bce3ffc9dcbfd45bf8ccaaf> /usr/lib/libCRFSuite.dylib
0x1d7166000 - 0x1d717cfff libapple_nghttp2.dylib arm64 <3b704b123e253a59b900d0319632d498> /usr/lib/libapple_nghttp2.dylib
0x1d717d000 - 0x1d71a6fff libarchive.2.dylib arm64 <3e5044b2f9c53b0eb6bc82ad2f1a0726> /usr/lib/libarchive.2.dylib
0x1d71a7000 - 0x1d7276fff libboringssl.dylib arm64 <45730761cf8639ffac90223e7652a566> /usr/lib/libboringssl.dylib
0x1d7277000 - 0x1d728dfff libcoretls.dylib arm64 <da38a2f6b517315cafe659835fd8ff34> /usr/lib/libcoretls.dylib
0x1d728e000 - 0x1d728ffff libcoretls_cfhelpers.dylib arm64 <09a5f51b0ff53fc19de08186a7f4deca> /usr/lib/libcoretls_cfhelpers.dylib
0x1d7290000 - 0x1d7291fff liblangid.dylib arm64 <5106625abe603e6ba8beb107045cf4d9> /usr/lib/liblangid.dylib
0x1d7292000 - 0x1d7607fff libnetwork.dylib arm64 <d7854a017d6a3fe3a6a7ddd7daf77fdd> /usr/lib/libnetwork.dylib
0x1d7608000 - 0x1d763dfff libpcap.A.dylib arm64 <c262861dcc0b39fbb6ddafbbbced28eb> /usr/lib/libpcap.A.dylib
0x1d763e000 - 0x1d769bfff libusrtcp.dylib arm64 <83a3ca7e601631bd87f894a173d7d91f> /usr/lib/libusrtcp.dylib
0x1d769c000 - 0x1d76a8fff IOSurface arm64 <bcd9a6329cf73855ba5f5c59f3643ed4> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1d76a9000 - 0x1d775cfff libBLAS.dylib arm64 <7043664b29483c27a6dc436bd0c1638d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1d775d000 - 0x1d7a7cfff libLAPACK.dylib arm64 <cb3820c2c6cc3c81944daeb1439a0b17> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1d7a7d000 - 0x1d7ceffff vImage arm64 <8e3014550ea937b19ce88325b2f9577b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1d7cf0000 - 0x1d7d01fff libSparseBLAS.dylib arm64 <d983677683573cdeb0c34d7d8b894531> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1d7d02000 - 0x1d7d5efff libvMisc.dylib arm64 <0c8ec066228b344999abe1f1ee248f91> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d7d5f000 - 0x1d7d8efff libBNNS.dylib arm64 <cba183234d0a3a6fbe4e32adbb755e74> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1d7d8f000 - 0x1d7da3fff libLinearAlgebra.dylib arm64 <7e10a1d1bc1537beba13b32dae152e78> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d7da4000 - 0x1d7da8fff libQuadrature.dylib arm64 <b2c041bc0b513e15963b79bf95d4c395> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1d7da9000 - 0x1d7e19fff libSparse.dylib arm64 <4b96107b7c223fdeb34c95db3dc12bc4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1d7e1a000 - 0x1d7ea8fff libvDSP.dylib arm64 <1ae8f521840330378b18225a33a14b63> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1d7ea9000 - 0x1d7ea9fff vecLib arm64 <9626730f3fc23316a4ea5da0036af0f8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d7eaa000 - 0x1d7eaafff Accelerate arm64 <e6236a798351380ab1870aac962c7388> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d7eab000 - 0x1d7ec3fff libcompression.dylib arm64 <4c340ece17793f45a53935e847fece9b> /usr/lib/libcompression.dylib
0x1d7ec4000 - 0x1d846ffff CoreGraphics arm64 <62513b0019c23bc09b9e30d049cd8700> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1d8470000 - 0x1d8475fff IOAccelerator arm64 <cc9f4c86f4643244a6167ed1cf2fc65a> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1d8476000 - 0x1d847bfff libCoreFSCache.dylib arm64 <2c7c21d1ccc13c3ea28c5244f60787dc> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d847c000 - 0x1d8524fff Metal arm64 <93a67b8a04943250824c4044be3b983b> /System/Library/Frameworks/Metal.framework/Metal
0x1d8525000 - 0x1d8538fff GraphicsServices arm64 <0b2bce1a83493988b000614bb964f818> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1d8539000 - 0x1d8539fff MobileCoreServices arm64 <745575d128ff33d88c1d08c496845b2f> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d853a000 - 0x1d853cfff IOSurfaceAccelerator arm64 <df9bf1acff4934da9418638f7aa78112> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1d853d000 - 0x1d857ffff AppleJPEG arm64 <185e74d6256c3dc5b7a14ab436f1c17b> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d8580000 - 0x1d8b44fff ImageIO arm64 <341e0a76657a35339b95f5598c27c5e0> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1d8b45000 - 0x1d8bb8fff BaseBoard arm64 <b9ab751f487a3042a38d85da10a4bdbb> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1d8bb9000 - 0x1d8bd0fff AssertionServices arm64 <bc2016e4cfed3ff181fbdf751e5b2ed2> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1d8bd1000 - 0x1d8bd9fff CorePhoneNumbers arm64 <e877111acccb322fa74cd1a54ba3d594> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1d8bda000 - 0x1d8c1ffff AppSupport arm64 <ea5926d346c13ef8ac1540f24542f87a> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1d8c20000 - 0x1d8c39fff CrashReporterSupport arm64 <9f88c2e017a83fdbac04f6de390527c6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1d8c3a000 - 0x1d8c3ffff AggregateDictionary arm64 <22d2dd6db52b38d38a2dc301a257d461> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1d8c40000 - 0x1d8cc8fff libTelephonyUtilDynamic.dylib arm64 <96d4eadcfbd133ad852fab8a74dd83c2> /usr/lib/libTelephonyUtilDynamic.dylib
0x1d8cc9000 - 0x1d8ce8fff ProtocolBuffer arm64 <8215eeda029d306a922835c1d5b29b96> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1d8ce9000 - 0x1d8d19fff MobileKeyBag arm64 <02ec24ff248431f482220743b44ff158> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1d8d1a000 - 0x1d8d56fff BackBoardServices arm64 <ee8ccd2d05953da9871479b81c470e60> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1d8d57000 - 0x1d8dbffff FrontBoardServices arm64 <d47cb1071ced3cbc9417369018d9a9e4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1d8dc0000 - 0x1d8e07fff SpringBoardServices arm64 <57b00a722ccc3fb5969a6d5f249403f8> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1d8e08000 - 0x1d8e1bfff PowerLog arm64 <fdc3570b2fbc3695bd07147cfa4f3413> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1d8e1c000 - 0x1d8e37fff CommonUtilities arm64 <050aae834e5d3f41a553e3b96fe84a82> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1d8e38000 - 0x1d8e43fff liblockdown.dylib arm64 <c7a9fa3b1dbe33c98d346052a79e7993> /usr/lib/liblockdown.dylib
0x1d8e44000 - 0x1d9182fff CoreData arm64 <3f5aa574e48f3e17b02688d2f622e9fb> /System/Library/Frameworks/CoreData.framework/CoreData
0x1d9183000 - 0x1d918afff TCC arm64 <c4999803392d31e2997844f810f72d63> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1d918b000 - 0x1d9193fff libcupolicy.dylib arm64 <f71b9f46f1673c67a13b4b9750f80604> /usr/lib/libcupolicy.dylib
0x1d9194000 - 0x1d9272fff CoreTelephony arm64 <4a05b54fca0733d689b7a274a6a14195> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1d9273000 - 0x1d92d4fff Accounts arm64 <866db4a923a339b68ca12b8e3e66bf3c> /System/Library/Frameworks/Accounts.framework/Accounts
0x1d92d5000 - 0x1d92fefff AppleSauce arm64 <9e05b3a836973940bb6d33a55d324c45> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d92ff000 - 0x1d9308fff DataMigration arm64 <7d6954aaa45d3e4db56bc26591e1faaa> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1d9309000 - 0x1d9310fff Netrb arm64 <823a78eb752f3e1b9d527d0bef6fd199> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1d9311000 - 0x1d9345fff PersistentConnection arm64 <be7d63a16e223142a6f6c2f905ed5c81> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1d9346000 - 0x1d9357fff libmis.dylib arm64 <bde6c67b46983edfbf25a254511420ee> /usr/lib/libmis.dylib
0x1d9358000 - 0x1d945efff ManagedConfiguration arm64 <3908700906523639adde884919cfaf45> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1d945f000 - 0x1d9464fff libReverseProxyDevice.dylib arm64 <84374fcebea93c2ea8660a5725af2cf1> /usr/lib/libReverseProxyDevice.dylib
0x1d9465000 - 0x1d9477fff libamsupport.dylib arm64 <b1243caf3a1a3bbfabbc5fc7ca0acdc2> /usr/lib/libamsupport.dylib
0x1d9478000 - 0x1d947dfff libCoreVMClient.dylib arm64 <3b8f9567d8123beea3bffa2c2cb61353> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d947e000 - 0x1d947ffff libCVMSPluginSupport.dylib arm64 <f71480fe05a53f8d89058e7e63bc3f42> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d9480000 - 0x1d9483fff libutil.dylib arm64 <cc388d1731313879b30868a66dbf450c> /usr/lib/libutil.dylib
0x1d9484000 - 0x1d94c3fff libGLImage.dylib arm64 <c606c701843935c7ab30b050a5816276> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1d94c4000 - 0x1d953bfff APFS arm64 <f667b4d4d4de3389bd159bdc6e0776d5> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1d953c000 - 0x1d956dfff MediaKit arm64 <a5f3ef3454183d3e9aecd82fb986d132> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1d956e000 - 0x1d958afff libSERestoreInfo.dylib arm64 <4a13d2c3409539e6a05595ef7aed1b01> /usr/lib/updaters/libSERestoreInfo.dylib
0x1d9591000 - 0x1d95cdfff DiskImages arm64 <b597d4c333853350a979c53b9b5f4f30> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1d95ce000 - 0x1d95d7fff libGFXShared.dylib arm64 <daacbbc7d23234e994a51f5430e715e6> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1d95d8000 - 0x1d9625fff libauthinstall.dylib arm64 <a3de423f82c73277951adfaec728264a> /usr/lib/libauthinstall.dylib
0x1d9626000 - 0x1d962efff IOMobileFramebuffer arm64 <2423c48a27833244a490f470f45a31b2> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1d962f000 - 0x1d963afff OpenGLES arm64 <3eb93d9517143109adcac8d4538899f6> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1d963b000 - 0x1d96d8fff ColorSync arm64 <c9214383fb6a3f4cbac41a9a1c8081cd> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1d96d9000 - 0x1d9708fff CoreVideo arm64 <49864d654d763aa3b4c0970d42254987> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1d9709000 - 0x1d970afff libCTGreenTeaLogger.dylib arm64 <fbbe9f0afa8638d3b25363c34decc580> /usr/lib/libCTGreenTeaLogger.dylib
0x1d970b000 - 0x1d987afff CoreAudio arm64 <d5f4b872c2c53ef998d65e2d50bdbe57> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1d989e000 - 0x1d98a1fff UserFS arm64 <0e97879c716f3460a09fefbb1b686c84> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1d98a2000 - 0x1d9a3efff CoreMedia arm64 <0fbbb6910d463d90989ddf1678fc2462> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1d9a3f000 - 0x1d9a51fff libprotobuf-lite.dylib arm64 <318f235295653a4db7717b644644372b> /usr/lib/libprotobuf-lite.dylib
0x1d9a52000 - 0x1d9ab7fff libprotobuf.dylib arm64 <82008ca3e7a73a418b378b35fa70bf1a> /usr/lib/libprotobuf.dylib
0x1d9ab8000 - 0x1d9dcefff libAWDSupportFramework.dylib arm64 <35524e71440231d6bc21b1b0674dd9ed> /usr/lib/libAWDSupportFramework.dylib
0x1d9dcf000 - 0x1d9e19fff WirelessDiagnostics arm64 <75b3e3bad27b32efae940c20b3cda08f> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1d9e1a000 - 0x1d9edafff ************ arm64 <183a857e8d2436019796ab369ee1eff1> /System/Library/Frameworks/************.framework/************
0x1d9edb000 - 0x1d9fe6fff libFontParser.dylib arm64 <85ccb2e6f99b36abb30814d3a0737060> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1d9fe7000 - 0x1d9fe7fff FontServices arm64 <95db3bbfbd6137c384f77cbee2d27777> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1d9fe8000 - 0x1da149fff CoreText arm64 <e799d1acccd736cb8ebba3b61e1e8734> /System/Library/Frameworks/CoreText.framework/CoreText
0x1da14a000 - 0x1da159fff IntlPreferences arm64 <77a7e06758703d1cac2e1d2497511a1e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1da15a000 - 0x1da163fff RTCReporting arm64 <e8cd29cbe79130b7bdb121da387c13ee> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1da164000 - 0x1da1dcfff CoreBrightness arm64 <bcd7d5352f103385870e0577b5884180> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1da1dd000 - 0x1da1e7fff libAudioStatistics.dylib arm64 <7b844b028e6c34ab910255409caa1922> /usr/lib/libAudioStatistics.dylib
0x1da1e8000 - 0x1da7d8fff AudioToolbox arm64 <8bce69f02d9934fbb837b41e41b98c59> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1da7d9000 - 0x1daa11fff QuartzCore arm64 <1f084ee44f3638618a99aa0bdca5c114> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1daa12000 - 0x1daa1dfff MediaAccessibility arm64 <6c41829ba3be3f0bb92f45c1550595cc> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1daa1e000 - 0x1dab10fff libiconv.2.dylib arm64 <d5bbd120d0b4307c8d1fd24181d16198> /usr/lib/libiconv.2.dylib
0x1dab11000 - 0x1dab2cfff NetworkStatistics arm64 <57175d7789b6316193dda171b1ce40a7> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1dab2d000 - 0x1dab4bfff MPSCore arm64 <97c66e9805d93d3282dd414390f5f121> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1dab4c000 - 0x1dabc0fff MPSImage arm64 <237d1f31204d35d38429a25a167468b0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1dabc1000 - 0x1dabe5fff MPSMatrix arm64 <aa01af22aad53f2b83d11ca8167cb713> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1dabe6000 - 0x1dabf4fff CoreAUC arm64 <d5dd5ecdb7dd360182d9f027a2d64ea3> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1dabf5000 - 0x1db291fff MediaToolbox arm64 <bea8f407ab0a3d319e430bca51bec1c6> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1db292000 - 0x1db3fbfff MPSNeuralNetwork arm64 <982401edfe9b32509f8e19d726f91682> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1db3fc000 - 0x1db3fcfff MetalPerformanceShaders arm64 <74e5b902be1533d1aa9e072ebdd804b2> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1db3fd000 - 0x1db81afff FaceCore arm64 <2ceb5918beee311ba7de04e12fee58d3> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1db81b000 - 0x1db828fff GraphVisualizer arm64 <68640c95bcad3d53871dc2b891e05585> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1db829000 - 0x1db9d0fff libFosl_dynamic.dylib arm64 <2e55133314413d7abdf68875fd7d5789> /usr/lib/libFosl_dynamic.dylib
0x1db9d1000 - 0x1dbc6efff CoreImage arm64 <51537ca8b9e9309ea21e20dfa1395cdb> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1dbc6f000 - 0x1dbea8fff CoreMotion arm64 <df022c311d553504ae86cfb1628d2c40> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1dbea9000 - 0x1dbed9fff CoreBluetooth arm64 <e441a843d5663abab86c7420a86e4952> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1dbeda000 - 0x1dbefdfff PlugInKit arm64 <a2962c472e4b3512aa860d0944e055d2> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1dbefe000 - 0x1dc17bfff ********* arm64 <6cb4842613eb330da424d6e2547729d6> /System/Library/PrivateFrameworks/*********.framework/*********
0x1dc17c000 - 0x1dc206fff Quagga arm64 <f0ce3f1cfaff386ab4dc8e7232e04df4> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1dc207000 - 0x1dc30afff AVFAudio arm64 <64096e0d76f83796b0d8b4dd1c66dc30> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1dc30b000 - 0x1dc51cfff AVFoundation arm64 <1e7df8edf12d35479beda9bc5aa0be83> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1dc51d000 - 0x1dc53dfff CacheDelete arm64 <6c40651e14a8326896465f2dfce97303> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1dc53e000 - 0x1dc57afff StreamingZip arm64 <798e8946afa43fe3863801975cd2853a> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1dc57b000 - 0x1dc58efff CoreEmoji arm64 <280062ab4ccf32fa94dc9cb36b523a37> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1dc58f000 - 0x1dc5defff CoreLocationProtobuf arm64 <9f0ae129c6a9337fbc5acff0d45456fa> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1dc5df000 - 0x1dc5e7fff SymptomDiagnosticReporter arm64 <d5658f3381e43ca6b5bbc483b5864e7d> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1dc5e8000 - 0x1dcff8fff GeoServices arm64 <17b646ee2a1838a39f528dbc572cac8d> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1dcff9000 - 0x1dd013fff MobileAsset arm64 <b9d37c5178963565aa15e78853caf91f> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1dd014000 - 0x1dd054fff Lexicon arm64 <e48c2dc039493238960d2c93e7e31075> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1dd055000 - 0x1dd066fff libcmph.dylib arm64 <f23664aeab6f3c9782da810a7e94266d> /usr/lib/libcmph.dylib
0x1dd067000 - 0x1dd18dfff LanguageModeling arm64 <24d8e507481b341ba412edcaa3be4e05> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1dd1a6000 - 0x1dd24afff CoreLocation arm64 <9330baf0f6333fb8a41d6b633bcc2e1d> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1dd24b000 - 0x1dd24bfff PhoneNumbers arm64 <5b05da9bffff3813b28cc1cc66005322> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1dd24c000 - 0x1dd257fff libChineseTokenizer.dylib arm64 <db0a3b9d5be23097af683b8936452c6c> /usr/lib/libChineseTokenizer.dylib
0x1dd258000 - 0x1dd314fff libmecab_em.dylib arm64 <4d9991fd7fc934029b1b2dee53d8e6d3> /usr/lib/libmecab_em.dylib
0x1dd315000 - 0x1dd316fff libThaiTokenizer.dylib arm64 <78b88b957fc8332e8eae3f80c17a3453> /usr/lib/libThaiTokenizer.dylib
0x1dd317000 - 0x1dd31bfff libgermantok.dylib arm64 <f86dd1e5096d3cbea5cb2365307f30d6> /usr/lib/libgermantok.dylib
0x1dd328000 - 0x1dd395fff CoreNLP arm64 <40278ba302053e2ab246052fc6365783> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1dd396000 - 0x1dd568fff MobileSpotlightIndex arm64 <5fb22b36671f31668380fd74e893d479> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1dd569000 - 0x1dd5cffff CoreSpotlight arm64 <6bb69e2e8c0635ef9a48d497352910a1> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1dd5d0000 - 0x1de1a6fff JavaScriptCore arm64 <08a094acfd433ea7b5198bb5c81ac2d9> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1de1a7000 - 0x1de1acfff libheimdal-asn1.dylib arm64 <ccc7356f3a56394e9f5552d97d85c290> /usr/lib/libheimdal-asn1.dylib
0x1de1ad000 - 0x1de227fff libate.dylib arm64 <90af2833d96b3cec81cbd024d1d5477a> /usr/lib/libate.dylib
0x1de228000 - 0x1de2d1fff TextureIO arm64 <d8554341999d3cc5be1f3796414c7189> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1de2d2000 - 0x1de396fff CoreUI arm64 <09f29bfe7ea13be69b4ef3dd05298538> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1de397000 - 0x1de3a4fff MobileIcons arm64 <c6f138dccd3938e38372d9adee931719> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1de3a5000 - 0x1de3b4fff AppleFSCompression arm64 <85538bd218f53950b88a34643222621f> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1de3b5000 - 0x1de41dfff TextInput arm64 <17d1a164a5e03d94ac71e8549095db33> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1de448000 - 0x1de47dfff DataDetectorsCore arm64 <9bceddf1d2ba323b8538558df04f19dd> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1de47e000 - 0x1de519fff FileProvider arm64 <ccaeb96d3b95325f950fcfbeed6acdf8> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1de51a000 - 0x1de631fff NLP arm64 <d97b0b8b07d734f3a36dba5a8075742e> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1de632000 - 0x1de709fff ProofReader arm64 <23a5a59257f337fa8fa4f3e6c8e2c87b> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1de70a000 - 0x1de71ffff libAccessibility.dylib arm64 <3d4c7340829e3a8e85b01c0633eb4edd> /usr/lib/libAccessibility.dylib
0x1de720000 - 0x1debc6fff libwebrtc.dylib arm64 <078af0ef378f33fdbf1ef3796d6be5d4> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1debc7000 - 0x1dec33fff ContactsFoundation arm64 <dbd2e52ad5a73fde800c44ba539605d4> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1dec34000 - 0x1e04d0fff WebCore arm64 <5223749c86da32d58bcd30e154bb506d> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1e04d1000 - 0x1e065cfff WebKitLegacy arm64 <1688ea2d095331299f63e487adff06da> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1e065d000 - 0x1e068efff DataAccessExpress arm64 <9267cd94c597317fa3c4ebabe711024b> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1e068f000 - 0x1e0729fff AddressBookLegacy arm64 <667f2cae7dab3e5e9d99bb079cf70a7e> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1e072a000 - 0x1e0785fff ProtectedCloudStorage arm64 <bc38285e44513f0eb5b43deff3a930e7> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1e0786000 - 0x1e07bafff UserNotifications arm64 <82168a035eb2309385015198b454f9cc> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1e07bb000 - 0x1e07c6fff AppleIDAuthSupport arm64 <5a40bb13b271335d851035296b90ff88> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1e07c7000 - 0x1e0823fff AuthKit arm64 <1b7d66c336cf32f289899ecbad70c330> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1e0864000 - 0x1e0864fff UIKit arm64 <8eea68714764320f85a4ff7198c8c59c> /System/Library/Frameworks/UIKit.framework/UIKit
0x1e0865000 - 0x1e0878fff DocumentManagerCore arm64 <68f6b4edc81230c39aa44ea36c6b36d5> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1e0879000 - 0x1e0887fff HangTracer arm64 <02dae521345f3fa6a3d8fa5cf7066dc5> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1e0888000 - 0x1e08dcfff PhysicsKit arm64 <acac81aeea6c3afd806ae8bc4d8b356f> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1e08dd000 - 0x1e08e1fff StudyLog arm64 <725a823183e53460b00045a0f41aaeb7> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1e08e2000 - 0x1e09cffff UIFoundation arm64 <dde598ba0b1f31deb5e6cfb7d2bc8443> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1e09d0000 - 0x1e0af7fff CloudKit arm64 <f29e28dc27223256bb5a72fa59f0a084> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1e0af8000 - 0x1e0afffff IntentsFoundation arm64 <a6087907269a30c892f1992d6608288f> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1e0b00000 - 0x1e0de8fff Intents arm64 <8396c0b676ff3490981c4930aca55414> /System/Library/Frameworks/Intents.framework/Intents
0x1e0de9000 - 0x1e0e01fff libresolv.9.dylib arm64 <848c216532ff3a90b720ab803e7b7775> /usr/lib/libresolv.9.dylib
0x1e0e02000 - 0x1e0e04fff CoreDuetDebugLogging arm64 <f1b589f0a3b33de1a454c73cdae06261> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1e0e05000 - 0x1e0e36fff libtidy.A.dylib arm64 <467a0690f869326c8a92f26f5085af19> /usr/lib/libtidy.A.dylib
0x1e0e37000 - 0x1e1003fff CoreDuet arm64 <f7a22752b15d3b9fa43eb06bb96c5789> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1e1004000 - 0x1e1026fff CoreDuetContext arm64 <12b34dfc1bc43034b2b1bd5e05db3bfe> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1e1027000 - 0x1e1039fff CoreDuetDaemonProtocol arm64 <3221c62ad93b3a19a81e549e9f0a1725> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1e103a000 - 0x1e10a8fff IMFoundation arm64 <7e0cc48db261324d85a5cd3006780030> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1e10a9000 - 0x1e10dafff vCard arm64 <c390d48fd629395b821b0d8ee3b88339> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1e10db000 - 0x1e11f9fff Contacts arm64 <55be6d454bc43f278ef25576bf291342> /System/Library/Frameworks/Contacts.framework/Contacts
0x1e11fa000 - 0x1e11fbfff DiagnosticLogCollection arm64 <5548d177b6a63e89b8372167d0a77a25> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1e11fc000 - 0x1e11fdfff Marco arm64 <6f05e30c12213f4f95d4f711c7f1a9c4> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1e11fe000 - 0x1e1205fff MessageProtection arm64 <739cc00ef965328d9e01960bb1d3948f> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1e1206000 - 0x1e1517fff StoreServices arm64 <47a10ea7f16436729851b2cf2357f21f> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1e1518000 - 0x1e152ffff Engram arm64 <5369f2a80c18343c85910194c20f303b> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1e1530000 - 0x1e1648fff IDSFoundation arm64 <1b7dc5379d2b3834bdc55b1b46023d56> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1e1649000 - 0x1e1654fff CaptiveNetwork arm64 <12e2a9f5e6cf3a09a9a4e95c579b49fb> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1e1655000 - 0x1e1685fff EAP8021X arm64 <218d176456c63c05b963977dd1698d01> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1e1686000 - 0x1e16c3fff MobileWiFi arm64 <d2b69cd3670331e189b57b16028c252e> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1e16c4000 - 0x1e16c6fff OAuth arm64 <8d9f2868fe9431678cd2f68ab79ace29> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1e16c7000 - 0x1e16c9fff CommonAuth arm64 <5fbf5cb914e335dba960926747529980> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1e16ca000 - 0x1e173afff Heimdal arm64 <f21750fe3d333024b00e2311b2ce871e> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1e173b000 - 0x1e1764fff GSS arm64 <32e1ed3cc4373426928b285f2c0b2c6b> /System/Library/Frameworks/GSS.framework/GSS
0x1e1765000 - 0x1e177efff ApplePushService arm64 <a959052d92793f04a645a732f19c07ad> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1e177f000 - 0x1e1819fff AccountsDaemon arm64 <cfb93972b9a73fb4aec2e77de88f0c9b> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1e181a000 - 0x1e183cfff AppleIDSSOAuthentication arm64 <fb30626c646b34d7a46937ae68db047a> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1e183d000 - 0x1e18c1fff AppleAccount arm64 <bb7396a512a030519c552adb8e6a7c72> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1e18c2000 - 0x1e1a18fff CoreUtils arm64 <e150e4d8163e3f279c02e3d3a35d205a> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1e1a19000 - 0x1e1b2cfff IDS arm64 <e8ca9bcdd8413b55bcd3e811ccbbac74> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1e1b2d000 - 0x1e1b52fff MediaServices arm64 <1410ff10898d3f6aaf04f1ebbd4709b5> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1e1b53000 - 0x1e1d33fff MediaRemote arm64 <8cde2ed075c53485bb0a893020f28826> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1e1d34000 - 0x1e1d4ffff UserManagement arm64 <26f4d1225c9633e89c0f36faab8c13fd> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1e1d50000 - 0x1e1d5ffff MobileBluetooth arm64 <c0c1d5f0ae193ac487f844a49ae13f4d> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1e1d60000 - 0x1e1d90fff Bom arm64 <a985718896823534b511cfebb6b53dd4> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1e1d91000 - 0x1e1d95fff CommunicationsFilter arm64 <071be00d0bd83f53981db597f8c9e518> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1e1d96000 - 0x1e1dbafff FTAWD arm64 <13b359bc880e3b96a714bba84ad57244> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1e1dbb000 - 0x1e1e15fff FTServices arm64 <e26412c1d6443cb292ddcaee9d76d8dd> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1e1e4f000 - 0x1e1e5afff ProactiveEventTracker arm64 <2d16bba777ba3ed2b03937480ef13902> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1e1e5b000 - 0x1e1ea9fff ChunkingLibrary arm64 <3507047833e53eabb9b15697c751e47d> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1e1eaa000 - 0x1e1eb8fff libnetworkextension.dylib arm64 <ddb32ecf30313585993699f085905790> /usr/lib/libnetworkextension.dylib
0x1e1eb9000 - 0x1e1eddfff AddressBook arm64 <36d3ada7a03337df98bd61dc9717eaf6> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1e2e24000 - 0x1e2fddfff NetworkExtension arm64 <8990936bd2453681a888e7ca5af1da95> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1e2fde000 - 0x1e3437fff SiriTTS arm64 <aebb866acd4d3b69acf0455d861981c7> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1e3438000 - 0x1e3495fff SAObjects arm64 <b4c98c6d57d1370ca21bb8591ee17669> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1e3496000 - 0x1e34d7fff VoiceServices arm64 <9ea126b18ed33798a8c1fdfd87e96db9> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1e3509000 - 0x1e3620fff AssistantServices arm64 <2ce92c48d36e3285be1034dd84c016e1> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1e3621000 - 0x1e3640fff AssetCacheServices arm64 <d3bd86425a303abab852ee3d22a77719> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1e3641000 - 0x1e36fdfff NetworkServiceProxy arm64 <cef6e9d22f3136ec83c6ace937ec2ca9> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x1e36fe000 - 0x1e37d6fff MMCS arm64 <a7cc9304fb98326d9bfa0849de62edeb> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1e37d7000 - 0x1e37e3fff BluetoothManager arm64 <08d17d0ae26e31abbc852c92d39ab93c> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1e37e4000 - 0x1e3855fff CoreDAV arm64 <a6c2a054ddd73c13876bb40d01f9d9b3> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1e3856000 - 0x1e388afff iCalendar arm64 <684a4988f1bd3415944c8d0c96f3c82e> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1e388b000 - 0x1e3899fff PersonaKit arm64 <dc9640f17438391290904ad08184bf16> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1e389a000 - 0x1e38f2fff CalendarFoundation arm64 <19e82cfce94a3d8a9cba5aeca5fad949> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1e38f3000 - 0x1e3923fff PhotosFormats arm64 <a5f4355887613ba4b0a86152840726d8> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1e3924000 - 0x1e39c1fff CalendarDatabase arm64 <45873b18b6d43d45a7f39f8e1c53aa3c> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1e39c2000 - 0x1e3a1cfff CalendarDaemon arm64 <9ba838662ce238acb794195ee606d14d> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1e3a1d000 - 0x1e3b95fff CloudPhotoLibrary arm64 <3e822ec8b50f3358bc6483294aac8dc8> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1e3b96000 - 0x1e3c85fff EventKit arm64 <ce34a149d4b33a5a9a41587aa84bfde6> /System/Library/Frameworks/EventKit.framework/EventKit
0x1e3c86000 - 0x1e3cbafff AssetsLibraryServices arm64 <52765ec575a33a6d97d683952cd34518> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1e3cf0000 - 0x1e3d17fff DCIMServices arm64 <0b7e0679a30130cd9110c7a586ce1418> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1e3d18000 - 0x1e3e53fff CoreMediaStream arm64 <a4af6cd7c53138e2aa2905a2dea17e52> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1e3e54000 - 0x1e3e5bfff XPCKit arm64 <8aac7bc95c2a3de0aba1c5ace77f4333> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x1e3f41000 - 0x1e3f5ffff CloudPhotoServices arm64 <7aa4821861e03a76bbd14febb2062617> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1e3f60000 - 0x1e3f6bfff CoreRecents arm64 <2902d06ea5d7370a9e1975ec8327d3f7> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1e3f6c000 - 0x1e3f8afff MediaStream arm64 <a0889190190a31ce8daff79515180294> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1e3f8b000 - 0x1e44cffff PhotoLibraryServices arm64 <a52c1b536508357cb6c63b3d1fd25292> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1e44d0000 - 0x1e44ecfff PrototypeTools arm64 <b5419597415232b983c9fd9a49d8f8e4> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1e44ed000 - 0x1e4576fff CoreSymbolication arm64 <5d11a9b0cce834369c865d6947fd7459> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1e4577000 - 0x1e46bcfff SearchFoundation arm64 <34269926bafd318ebbddd710631b55ed> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1e46bd000 - 0x1e46c3fff IncomingCallFilter arm64 <dd46ff9e3f5034b9a535a691d145b9ba> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1e46c4000 - 0x1e477dfff iTunesStore arm64 <993eb16523aa35c8aa426d1649de320b> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1e477e000 - 0x1e4784fff libtzupdate.dylib arm64 <8bcf6d94561e34d691c41f472054ab34> /usr/lib/libtzupdate.dylib
0x1e4785000 - 0x1e48dbfff Preferences arm64 <4098a94b887e32e08326385a823b4292> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1e48dc000 - 0x1e48e4fff CoreTime arm64 <3bf5c867f9683117a402be10381440f6> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1e48e5000 - 0x1e4937fff CoreAppleCVA arm64 <b0078fc3ae0c36a795398a41469bb846> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1e4938000 - 0x1e4978fff DifferentialPrivacy arm64 <d4360cd4df933e219fe197878dd52873> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1e4979000 - 0x1e4b23fff AppleCVA arm64 <c0e9b212558630ba8e8df7f526579960> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1e4b24000 - 0x1e4bc1fff Montreal arm64 <9cbaf6f4d43434648664e609a8e24a5c> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1e4bc2000 - 0x1e4f36fff Espresso arm64 <7325af30cc093f16a4b9e07baecf0efb> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1e4f37000 - 0x1e4f3dfff MobileSystemServices arm64 <8f7b16f648f1395a880cf76d8ac8f3d8> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1e4f3e000 - 0x1e5142fff Photos arm64 <f90d01bf75b03f9db6f0a9b3c8f00def> /System/Library/Frameworks/Photos.framework/Photos
0x1e514f000 - 0x1e53b2fff CoreML arm64 <55c2be61e44536d19a855261a7cf7b70> /System/Library/Frameworks/CoreML.framework/CoreML
0x1e53b3000 - 0x1e53b7fff CoreOptimization arm64 <31b079e4ebbf3af19b17483f8a684e40> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1e53b8000 - 0x1e5415fff SafariCore arm64 <3db13bb8ae18354c9db1cfd56caccde7> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1e5416000 - 0x1e5470fff CorePrediction arm64 <5ab13f0cc9683f10b6be5b2dd52205b3> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1e5471000 - 0x1e5577fff Navigation arm64 <e405af2ae0de3d7faa8b7ed7e42543b4> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1e5578000 - 0x1e5591fff ContactsDonation arm64 <d302b8be5d723565afe06c4e51edc2bc> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1e5592000 - 0x1e55befff Futhark arm64 <c289191867063515aad175549121d9ad> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1e55bf000 - 0x1e5637fff NanoRegistry arm64 <bee26bf062e5399280023b9e3f711566> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1e5638000 - 0x1e568dfff ToneLibrary arm64 <bfca6808f8ed3f3cad71a554cef68fa3> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1e568e000 - 0x1e56a5fff BaseBoardUI arm64 <f571ad88a0023a2fafa8da2b367118e6> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1e56a6000 - 0x1e5702fff ContactsUICore arm64 <ab2b5701ff7a34df84052221cbaf5915> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1e5703000 - 0x1e5874fff ContactsUI arm64 <b5d420e3e8bb3ab4998310c2b30381b5> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1e5875000 - 0x1e5940fff CorePDF arm64 <07423029f66f3dd1abb074fa94f8b01b> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1e5941000 - 0x1e5c05fff Vision arm64 <358c72916a243ea4bb8abcb8d97ff4ec> /System/Library/Frameworks/Vision.framework/Vision
0x1e5c06000 - 0x1e60d0fff WebKit arm64 <814d8f9452ff31b1a48c859083f76934> /System/Library/Frameworks/WebKit.framework/WebKit
0x1e60d1000 - 0x1e6172fff BulletinBoard arm64 <6abaf51226e432abb6aaf31e47d80657> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1e6173000 - 0x1e6178fff ConstantClasses arm64 <111513b6286e32e587dfcf250185b852> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1e6179000 - 0x1e6181fff CertUI arm64 <d80a557b1fd7325b83733f1d30b40917> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1e6182000 - 0x1e61ccfff AXRuntime arm64 <0af0d53f16e23c8c97abb9756f08af4a> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1e61cd000 - 0x1e6206fff ScreenReaderCore arm64 <c6d4360bc97d3937b9b11c10049c9857> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1e6207000 - 0x1e6222fff TextToSpeech arm64 <72185f9757cf3ef59ef2b9ea4756d166> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1e6223000 - 0x1e627dfff CoreMIDI arm64 <1b0acb0fe0603ee6a20dcefb2a3c9a6c> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1e627e000 - 0x1e631cfff MediaPlatform arm64 <8287edbf51e43cebb1879bfbeab320d4> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1e631d000 - 0x1e6387fff WebBookmarks arm64 <d17d14faabdb311d81fae6fab9442152> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1e6388000 - 0x1e6393fff DAAPKit arm64 <e52ffcbc152b39d78447e6655b6e36e5> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1e6394000 - 0x1e6396fff libAXSafeCategoryBundle.dylib arm64 <773c21ef0910337daaa894a882a7e1db> /usr/lib/libAXSafeCategoryBundle.dylib
0x1e6397000 - 0x1e63a2fff libAXSpeechManager.dylib arm64 <e1e4ab0bc9ec3a7e99b6d54bc5208d6e> /usr/lib/libAXSpeechManager.dylib
0x1e63a3000 - 0x1e6493fff AccessibilityUtilities arm64 <dadd40260c373bb990cc749b92ab5352> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1e6494000 - 0x1e67a6fff MediaLibraryCore arm64 <89973abcd9ae338682b9a992acd07585> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1e67a7000 - 0x1e67a8fff AdSupport arm64 <3650520c61d530cba51a901584831876> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1e67a9000 - 0x1e6a3dfff MusicLibrary arm64 <eb401cf2b76130b1a8303d1fb4735b5f> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1e6a3e000 - 0x1e7098fff VectorKit arm64 <222b48f2a8e935dc8a8f9f31554cc25e> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1e7099000 - 0x1e72e6fff MapKit arm64 <73ad9a0f6183372f96607b027f0a4d8e> /System/Library/Frameworks/MapKit.framework/MapKit
0x1e72e7000 - 0x1e748afff iTunesCloud arm64 <ff5b8cd295ab34a6b3e2174d6f7ec954> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1e748b000 - 0x1e752cfff HomeSharing arm64 <fa9a726650283393a8fabbe38446fe6d> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1e76af000 - 0x1e7b25fff MediaPlayer arm64 <ff7ea19c9f483501add1217231f7983b> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1e7b26000 - 0x1e7b4bfff MobileInstallation arm64 <079b0ada559d3a4b9f9862f764633ee4> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1e7b57000 - 0x1e7b59fff InternationalTextSearch arm64 <b9377b2cd03c37a5a48a5d4ef8986a4c> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1e7bb6000 - 0x1e7bedfff ProactiveSupport arm64 <f86bff2d37eb3285a431de430a110140> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1e7c28000 - 0x1e7cf2fff TelephonyUtilities arm64 <9b1079c01877304692d839a3db68708e> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1e7cf3000 - 0x1e7d2efff CalendarUIKit arm64 <ab7424102bf231fc8e5a169c4363e213> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1e7d2f000 - 0x1e7d4ffff AccessibilityUIUtilities arm64 <7760108e26b13dc58076df4591760602> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1e7dac000 - 0x1e7dbffff AssetsLibrary arm64 <4b6b082e12c83fff9da675a7d817e2f8> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1e7dc0000 - 0x1e7fa3fff EventKitUI arm64 <d34b6bd99a4635c89010404e77c58b1e> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1e7fa4000 - 0x1e8006fff AXMediaUtilities arm64 <dac05c8660f23f1680bc090e5d94d263> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1e809e000 - 0x1e813ffff Social arm64 <f6d9d03fae0c3fc2b2a20091f5ead6ec> /System/Library/Frameworks/Social.framework/Social
0x1e81db000 - 0x1e81f3fff CoreFollowUp arm64 <4b9e88c51669302db005fb98d9d35d75> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1e81f4000 - 0x1e8267fff CoreSuggestions arm64 <09e04caf16403237a0c91853fc9b3788> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1e8279000 - 0x1e830cfff CoreRecognition arm64 <81e0a12601553523aa62efe5b2875143> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1e86c5000 - 0x1e8769fff CoreParsec arm64 <8470126a76e038bbaa19bab8ce6f3ce8> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1e876a000 - 0x1e8799fff AirTraffic arm64 <c944889391ff36efbc24882fb79742a0> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
0x1e879a000 - 0x1e87ccfff SharedUtils arm64 <47e6e5ff6eaa3b6c8793ef6be8521bf7> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1e880f000 - 0x1e88d7fff VideoSubscriberAccount arm64 <7a9b14aec08e3b178d18b99acea9a8dd> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1e89e8000 - 0x1e89ebfff SharedWebCredentials arm64 <2a43f08b298d3687a1fcbfee8819d5ff> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1e89ed000 - 0x1e8a07fff SafariFoundation arm64 <b6dfce2b0961354683817c019f4255a5> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1e8bd6000 - 0x1e8becfff LocalAuthentication arm64 <9ad35b5984c734278888fd48ebccde75> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1e8bed000 - 0x1e8beffff ParsecSubscriptionServiceSupport arm64 <2254cbfc9df2303c8d48078f4d0cf133> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1e8c99000 - 0x1e8ee6fff SafariShared arm64 <85fb8280c43b3651882497d5aee58d2a> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1e8ee7000 - 0x1e8f2afff WebUI arm64 <eb66255c83de3db4bd6ca830a5984714> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1e8f2b000 - 0x1e8f38fff SetupAssistantSupport arm64 <019ccc95fbab33168aea5c22ed048f54> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1e8f39000 - 0x1e8f65fff SetupAssistant arm64 <411e0dcd3ccd3dceaf1f537d90d08ade> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1e8fb1000 - 0x1e8fbbfff MobileStorage arm64 <5c7b1863bc1f3d67b69fef018ea23517> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1e8fff000 - 0x1e905cfff ImageCapture arm64 <26ce9d2b80f33f419b2d3bc104aa026a> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x1e9c75000 - 0x1e9c7bfff LinguisticData arm64 <7caee372881c3d1f9390d0b03af3cd7b> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1ea326000 - 0x1ea35efff StoreKit arm64 <f4d88eedd6883cbd850486e8c289569b> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1ea52f000 - 0x1ea549fff MetalKit arm64 <78927c88792d3aae9f31b17ce0dc06ff> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1eb304000 - 0x1eb3cbfff PDFKit arm64 <fffa856f107e39baad39468091b181b1> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1eb6d7000 - 0x1eb71ffff Pasteboard arm64 <b30eff4691f93eb3ba344310fef24ed5> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1eb774000 - 0x1eb786fff MobileDeviceLink arm64 <6c83bb2817cb3df4ab1f4839ba31211f> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1eb872000 - 0x1eb8bbfff MobileBackup arm64 <cb74725b5aa7388ba4033f6438947caa> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1eb8bc000 - 0x1eb909fff SafariSafeBrowsing arm64 <62de2f25c914306883a6e31ff59efbec> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1eb927000 - 0x1eba60fff SafariServices arm64 <68b284ffc742371eb4458c8b76127384> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1eba61000 - 0x1ebac5fff AppStoreDaemon arm64 <681f7e411e79300892576d23d187ebd6> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1ecaea000 - 0x1ecaf5fff MobileActivation arm64 <16cf2591f8c6302b891843ab22b545d7> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1ecb5d000 - 0x1ecb75fff IAP arm64 <0d41c2588bd535ab906e17171556c50d> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1ecc26000 - 0x1ecdbbfff Sharing arm64 <fd4498fe0abe36bcbd95c706e00c8dfd> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1ed0fc000 - 0x1ed115fff ExternalAccessory arm64 <3d2d466ca1193ca898e639314c2f92d0> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1ed17e000 - 0x1ed182fff AccessibilityUIShared arm64 <bcf49e9abd213703ae02c383a7492e13> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x1ed231000 - 0x1ed246fff NewsFoundation arm64 <5d8f32dabf323e1291eb9e9a89ec4549> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x1ed247000 - 0x1ed4c2fff NewsTransport arm64 <86cce81c68863ff587661695ef81104e> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x1ed566000 - 0x1ed56cfff AccessibilityUI arm64 <effa689b2d3c3e9e8fc661e68a4a427b> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x1ed622000 - 0x1ed983fff NewsCore arm64 <130dc02dd378352ab0298d45b0d3c6e9> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x1ed9c7000 - 0x1eda21fff ClockKit arm64 <b2d7f9368fa534219d89e7bc528dba27> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x1eda42000 - 0x1eda46fff NewsDaemon arm64 <fa2300a48f3537579178adbbd7479eb8> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x1ee123000 - 0x1ee13bfff NewsServicesInternal arm64 <5757ab08d93e34c6a4451f90a3d0cc6a> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x1ee2bc000 - 0x1ee2c2fff DuetRecommendation arm64 <a4ebebf1176f3d8dab25071aecbc6e27> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x1ee2c3000 - 0x1ee316fff LoggingSupport arm64 <ede8c931f27c39cf8175b0891a9e383d> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1ee4ab000 - 0x1ee503fff NewsToday arm64 <eb87ffcc54b1327d8933a9c68c4b0fed> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x1ee676000 - 0x1ee67ffff FamilyCircle arm64 <7535fe776adb3f68b6888e55226058d3> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1ee680000 - 0x1ee684fff NewsServices arm64 <f378d7e22af83860aece90a36531d75f> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x1f03c3000 - 0x1f03e7fff AppSupportUI arm64 <e175d9e65e273d7f968b40a849e9cbc1> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1f0e4f000 - 0x1f0e95fff Catalyst arm64 <05be1dbe5be434f4ab110dac91649b8e> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1f1198000 - 0x1f119dfff kperf arm64 <572aa29534bb37cc8e544ee15d3463d7> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1f13f7000 - 0x1f141dfff CellularPlanManager arm64 <7af54f535af53890aaead3f075692029> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1f141e000 - 0x1f1473fff DeviceManagement arm64 <bf2941d8fe2a3f1692dd48dce60a5846> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1f1605000 - 0x1f160dfff kperfdata arm64 <f4620334986e38e98e931067de385b99> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1f164f000 - 0x1f1657fff libdscsym.dylib arm64 <dda4d6d8726830b5a7f376b335a8a626> /usr/lib/libdscsym.dylib
0x1f1a22000 - 0x1f1a5dfff ktrace arm64 <e902fa450019310e8f617f083b72991d> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1f1b74000 - 0x1f1badfff ATFoundation arm64 <c5e67399b51a3d86a30f121378fa0499> /System/Library/PrivateFrameworks/ATFoundation.framework/ATFoundation
0x1f1ca1000 - 0x1f1ca3fff SpeakTypingServices arm64 <1cd2f93192ba32abafb195e66daa775b> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x1f1ca4000 - 0x1f1ca9fff ZoomServices arm64 <da3718d7cf16388788a035ed5d34dc56> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x1f2cc8000 - 0x1f2dbdfff AirTrafficDevice arm64 <f9d2458adb87311ba5c58cdb0b0262c8> /System/Library/PrivateFrameworks/AirTrafficDevice.framework/AirTrafficDevice
0x1f3089000 - 0x1f30d8fff DataDetectorsUI arm64 <cbe53173d29230bca161d968ec443d75> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1f3caa000 - 0x1f3cf1fff BiometricKit arm64 <ebda3e18d11d342097e985e54018e3f2> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1f3d11000 - 0x1f3d20fff CTCarrierSpace arm64 <e0e472d5c15b3299acf726bc887f4a98> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1f41b6000 - 0x1f41cafff DeviceIdentity arm64 <2e79000089393081ab44eb6b50c5a28d> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1f62ce000 - 0x1f6309fff Rapport arm64 <75af0cd41b473873a23549e768b5f020> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1f6346000 - 0x1f6363fff SignpostSupport arm64 <bdf24caa8639393c91ab0c63ac67b9a6> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1f72b8000 - 0x1f72bffff libMatch.1.dylib arm64 <bbcb1097fcfa325b9d9f05f0908555fc> /usr/lib/libMatch.1.dylib
0x1f7308000 - 0x1f7324fff libtailspin.dylib arm64 <1524df9fb2b73c399c44873003d93881> /usr/lib/libtailspin.dylib
0x1f732e000 - 0x1f733efff AccessibilitySettingsLoader arm64 <bc15eb2cf8eb39429af895b40ede611e> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1f762c000 - 0x1f78f8fff RawCamera arm64 <1ab69f04fcb730879a132c9701d9dcfd> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1f7bd2000 - 0x1f7be6fff libCGInterfaces.dylib arm64 <2f86837d483d3f7081b2b0be81fb12b0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1fa17b000 - 0x1fa186fff ContextKit arm64 <be3d2690ebe73e67ba8b2c1629d7c327> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1fa3fa000 - 0x1fa421fff CoreServicesInternal arm64 <16ddb06391db33b78c392c8eb0642bd9> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1faa9f000 - 0x1faab0fff libGSFontCache.dylib arm64 <37d8e959f882385d8c02d8428d156c06> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1faab1000 - 0x1faae3fff libTrueTypeScaler.dylib arm64 <f0026980fd283da59101671a838c295b> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1fc5e1000 - 0x1fc5e5fff InternationalSupport arm64 <af9e9ca5cb2b38078b06c2d59403d9b0> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1fd9ae000 - 0x1fd9bafff PersonaUI arm64 <a406fe2120d8346aa41b5a612ca073ef> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1fddef000 - 0x1fddf9fff SignpostCollection arm64 <00135dd558123406a8de5b113b46c0f2> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1fe9aa000 - 0x1fe9adfff XCTTargetBootstrap arm64 <c732718f99b93182a7d5c469034423a9> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1fe9f0000 - 0x1fea02fff libEDR arm64 <0dbc442ca3b73822836f4d4277b86331> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1ff455000 - 0x1ff462fff libMobileGestaltExtensions.dylib arm64 <325f742107343277991dfec14f4e2136> /usr/lib/libMobileGestaltExtensions.dylib
0x1ff574000 - 0x1ff574fff libcharset.1.dylib arm64 <764c4c134fe430e693eee098943f080a> /usr/lib/libcharset.1.dylib
0x200042000 - 0x200043fff libsandbox.1.dylib arm64 <3a6a7e668fe1322da8a176af6bd4c15e> /usr/lib/libsandbox.1.dylib
0x200082000 - 0x200083fff liblog_network.dylib arm64 <7eab3309ee4c3742a09191f603fba2ba> /usr/lib/log/liblog_network.dylib
0x200170000 - 0x20017afff AuthenticationServices arm64 <6a2c76b2dc1f3733aebef33e6cb6bff3> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x200205000 - 0x200359fff CoreServices arm64 <8ff5e10cf9ec360793a8cb4d04c2702d> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x200386000 - 0x20039ffff MPSRayIntersector arm64 <89f7bd5c27c63c8595e49bf21da12d5c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x2003cf000 - 0x20050afff Network arm64 <e2efc0b1a9973f0685f319f22163b0d7> /System/Library/Frameworks/Network.framework/Network
0x200516000 - 0x200524fff ANEServices arm64 <4e0074288e86323a835af6f16103dbdc> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x200529000 - 0x20052cfff ASEProcessing arm64 <4ee3c48315873462abea3b3a564212b7> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x20052d000 - 0x200534fff AXCoreUtilities arm64 <6e2f25703d1930c6a56bae6f2b5720e5> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x2007ac000 - 0x2008e7fff AppleMediaServices arm64 <890db3172c413b6cb3a136709001a732> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x2008e8000 - 0x2008f7fff AppleNeuralEngine arm64 <d51c4e5d61793995a058fb747db98c7c> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x200a55000 - 0x200a8bfff C2 arm64 <15996041b1dd34fbabfb1e60e5fa25fb> /System/Library/PrivateFrameworks/C2.framework/C2
0x200c16000 - 0x200c21fff Categories arm64 <fda1c7524f493afcacdb382d9f25ab5b> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x200c29000 - 0x200d4afff ConfigurationEngineModel arm64 <c2f0e189a21539bc8fa55a392426b68c> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x200f9d000 - 0x200ff5fff DocumentManager arm64 <77e3e5851c583df3a1ad888a63a16a85> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x201047000 - 0x20104bfff IdleTimerServices arm64 <9a6445bc9bf036e1a12196b00e6d86e9> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x2010b4000 - 0x2010dffff MetadataUtilities arm64 <87de1c976a553626911f27e0ffb9333f> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x201650000 - 0x201663fff NewsAnalyticsUpload arm64 <629b8bfdb2c33b60bdc9e1286e3971ab> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
0x201666000 - 0x2016b7fff OTSVG arm64 <210f6e2e6eb835a3b78e2bc45ba9448f> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x201792000 - 0x2017f1fff PhotoFoundation arm64 <01a54d389cb9337f950c1a36c2e2337f> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x201845000 - 0x20188afff PhotosImagingFoundation arm64 <e21ec6b8fc53386abcade680cd2e4cb5> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x2018e0000 - 0x201940fff ROCKit arm64 <539d1c2db474310da500a92ca31707aa> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x201a6b000 - 0x201a9cfff RemoteConfiguration arm64 <7f0dc4cb725a36db8c8da7dc274affc7> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x201aac000 - 0x201b08fff RemoteManagement arm64 <30cb306248ac30af8ba0671581ba5adf> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x201b09000 - 0x201b1bfff RemoteTextInput arm64 <c9aa100dbdd3330c95622ccd8d0fe50e> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x201b41000 - 0x201bdbfff SampleAnalysis arm64 <53517ab8983d3e178814507351509a72> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x201cb3000 - 0x201cb3fff SignpostNotification arm64 <682292457c5436f6ba37f24a227c52b1> /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification
0x201d22000 - 0x201d2afff StatsKit arm64 <02d6e2fa4d313a2aa616176ec125e3c8> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x202855000 - 0x20397cfff UIKitCore arm64 <2c3451830db23e5f9d6f09ee30142579> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x20397d000 - 0x203987fff UIKitServices arm64 <9a2a92832631341082c78ddef8991415> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x203988000 - 0x20398ffff URLFormatting arm64 <2003351d4edf3d7fa9620008be7ff9ff> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x203990000 - 0x2039b2fff UsageTracking arm64 <32f895e7356f33f583b16b4880499090> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
Extra Information:
Stack Dump (0x000000016e052550-0x000000016e052640):
584C5F040100000000801E810200000044BA1F810200000000005F04010000009025056E0100000098D9F1D501000000E025056E01000000A025056E010000000026056E010000007017F0D501000000C0AD1E8102000000040000000000000000000000000000000000000000000000000000000000000008005F040100000001000000000000000000000000000000000000000000000000005F0401000000000000000000000010000000000000006026056E01000000CC09F0D501000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Notable Addresses:
{}
Application Stats:
{
"active_time_since_last_crash": 0,
"active_time_since_launch": 0,
"application_active": false,
"application_in_foreground": true,
"background_time_since_last_crash": 0,
"background_time_since_launch": 0,
"launches_since_last_crash": 1,
"sessions_since_last_crash": 1,
"sessions_since_launch": 1
}
Post not yet marked as solved
I have been asked the above question by a long-time developer, and I don't know the answer. To find out I fired up Xcode (11.0beta6), added my non-developer AppleID to the account preferences, flipped the signing team from my developer account to the new "Gavin Eadie (Personal Team)," hardened the app, archived it and tried to send it for notification with "Developer ID" selected as the distribution method.My non-dev account was happily given an "Apple Development Certificate" via Xcode (visible in account prefs) but notarizing was refused by: Team "Gavin Eadie (Personal Team)" is not enrolled in the Apple Developer Program.Is "enrolled in the Apple Developer Program" the same as "hasn't paid $99 this year"? And how did I get a Apple Development Certificate if I'm not enrolled? The documentation around this feature is astonishly confusing. Is the "Apple Development Certificate" that Xcode got me not a "Developer ID certificate" as referenced in the following Xcode help text?"In some cases, you may want to distribute an app outside of the Mac App Store. Because the app won’t be distributed by Apple, assure users that you are a trusted developer by signing your app with a Developer ID certificate. Users gain additional assurance if your Developer ID-signed app is also notarized by Apple.""A notarized app is a macOS app that was uploaded to Apple for processing before it was distributed. When you upload a macOS app to be notarized by Apple, you’ll select Developer ID as the distribution method and it’ll be code signed with a Developer ID Application certificate."
I have an IPA file (Signed with a developer certificate) and I have no trouble installing it on an iOS 12 device. But the same IPA file fails to install on any device with IOS 13 installed, saying:"A valid provisioning profile for this executable was not found"I've made sure that both devices are registered on the team account. Further, when attempting to install on iOS 13, using Xcode 11, I get no error message and instead the installation fails silently. I guess it's for the same reason, but the lack of any messaging seems like a bug. Is there anyway to get more granular logs on why the provisioning profile was deemed invalid?
Post not yet marked as solved
We are trying to write a command line tool that will setup a VPN tunnel following a customized protocol.One step is making sure that the client is starting the connection from a company MacBook by responding to a challenge by signing it with a private key stored in the secure enclave. For the communication with the secure enclave we want to use the EllipticCurveKeyPair project.When we first ran our tool and tried to access the secure enclave, we got an error thrown from the EllipticCurveKeyPair manager:underlying(message: "Could not generate keypair.", error: Error Domain=NSOSStatusErrorDomain Code=-34018 "Could not generate keypair." UserInfo={NSLocalizedRecoverySuggestion=See https://www.osstatus.com/search/results?platform=all&amp;framework=all&amp;search=-34018, NSLocalizedDescription=Could not generate keypair.}).which refers to the errorerrSecMissingEntitlement-34018Internal error when a required entitlement isn't present.So, we figured that entitlements are missing to access the secure enclave.To resolve this, we tried to apply the settings of the EllipticCurveKeyPair MacOS demo project to our MacOS command line tool project. So, we added the capability App Sandbox and configured the entitlements keychain-access-groups, com.apple.security.get-task-allow, com.apple.security.files.user-selected.read-only, as in?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;plist version="1.0"&gt;
&lt;dict&gt;
&lt;key&gt;com.apple.application-identifier&lt;/key&gt;
&lt;string&gt;####&lt;/string&gt;
&lt;key&gt;com.apple.developer.game-center&lt;/key&gt;
&lt;true/&gt;
&lt;key&gt;com.apple.developer.team-identifier&lt;/key&gt;
&lt;string&gt;####&lt;/string&gt;
&lt;key&gt;com.apple.security.app-sandbox&lt;/key&gt;
&lt;true/&gt;
&lt;key&gt;com.apple.security.files.user-selected.read-only&lt;/key&gt;
&lt;true/&gt;
&lt;key&gt;com.apple.security.get-task-allow&lt;/key&gt;
&lt;true/&gt;
&lt;key&gt;keychain-access-groups&lt;/key&gt;
&lt;array&gt;
&lt;string&gt;####&lt;/string&gt;
&lt;/array&gt;
&lt;/dict&gt;
&lt;/plist&gt;With the sandbox configured we run into the next problems:When we execute the tool in Xcode, Xcode will halt execution, and display an error message in the debugger, some place in the code where the sandbox appears to be initialized:Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)We made sure that our tool uses a bundleID on its own to avoid sandbox initialization issues arising from multiple apps using the same bundle ID.When we execute the tool from the command line, we get the errorIllegal instruction: 4When using codesign -d --entitlements - CmdLineTool we get this list of entitlements&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;plist version="1.0"&gt;
&lt;dict&gt;
&lt;key&gt;com.apple.security.app-sandbox&lt;/key&gt;
&lt;true/&gt;
&lt;key&gt;com.apple.security.files.user-selected.read-only&lt;/key&gt;
&lt;true/&gt;
&lt;key&gt;com.apple.security.get-task-allow&lt;/key&gt;
&lt;true/&gt;
&lt;/dict&gt;
&lt;/plist&gt;Also, we read through the articles available here:https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AboutAppSandbox/AboutAppSandbox.htmlhttps://eclecticlight.co/2019/01/15/code-signing-for-the-concerned-1-why/ and following articlesNow the question:How do we have to proceed to get access to the secure enclave from a command line tool to
create key pairsuse private keys to sign / encrypt stringsIs it necessary or even possible to configure App Sandbox for the command line tool?Thanks for any help!
I am trying to submit a macOS app built with Unity to the Mac App Store. I followed the instructions mentioned in the Unity documentation, Delivering your application to the Mac App Store.I am able to run the Build command for macOS and get a .app bundle for my app. I am also able to launch it and it runs fine. However, after running the following codesign command (as mentioned in the linked document above), the app freezes upon launch and has to be force quitted. This is the codesign command line that I am running:codesign -o runtime -f --deep -s '3rd Party Mac Developer Application: DEVELOPER NAME' --entitlements "GAMENAME.entitlements" "/AppPath/GAMENAME.app"I have a paid (Individual) developer license with Apple, and have properly set up the certificates in keychain as mentioned in the document. I also managed to check that the app bundle was signed by running the command line:codesign -dv --verbose=4 GAMENAME.appRunning the above command displays that it's signed with my 3rd Party Mac App Developer certificate.I have tried looking for a way to export the Xcode project out from Unity app, so I can attempt to build and sign it with Xcode, but after searching the Web, I realized that Unity doesn't have support for exporting the Xcode project for macOS app yet (it can do the same for iOS).I am running the current latest version of all the software, and the same are mentioned below:1. macOS Catalina 10.15.12. Xcode 11.2.13. Unity 2019.2.13My questions are:1. What is it that may be going wrong?2. What other avenues do I have?I am looking for distributing the app exclusively via the Mac App Store for the time being. This is going to be a paid app (if that's relevant).
Post not yet marked as solved
PresentationI've an Apple Dev ID as a member of an organisation.I use Visual Studio 2019 on Windows 10 to build the ipa file via the Mac using Xcode version 11.2.1.The ipa file is uploaded to the store using Fastlane by the administrator of the same organisation.DESCRIPTION OF PROBLEMWe've this problem when uploading ipa file on the store.With the developer provisioning profile, I can execute my app without problem.But with the distribution provisionning profile created by the administrators, when they upload the ipa file,we have the errors above. The distribution provisionning profile is generated by them with the iCloud option Include Cloudkit support (requires Xcode 6).As a member, I download the profile on the Mac and double-click on it to load it in Xcode.In order to see the profile in question in Visual Studio 2019, I download the profile from Xcode and build the ipa file with theconfiguration Ad-Hoc, the only one that I can use with the profile provided.In the Entilements file, I only have these two lines :1)<key>com.apple.developer.icloud-container-environment</key><string>Production</string>.Or with all these features declared in Entitlements file :2)<key>com.apple.developer.icloud-container-identifiers</key><array><string>iCloud.com.[mycompnay].[myapp]</string></array><key>com.apple.developer.ubiquity-kvstore-identifier</key><string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string><key>com.apple.developer.icloud-services</key><array><string>CloudDocuments</string><string>CloudKit</string></array>When uploading the ipa file, we always have the same errors having 1) or 2) in the Entitlements file:ERROR ITMS-90045: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'com.apple.developer.icloud-container-development-container-identifiers' in 'Payload/MyCompnayMyApp.app/MyCompnayMyApp' is not supported."ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '*' for key 'com.apple.developer.icloud-services' in 'Payload/MyCompnayMyApp.app/MyCompnayMyApp' is not supported."ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'Development' for key 'com.apple.developer.icloud-container-environment' in 'Payload/MyCompnayMyApp.app/MyCompnayMyApp' is not supported."ERROR ITMS-90211: "Invalid Code Signing Entitlements. The signature for your app bundle contains entitlement values that are not supported. For the com.apple.developer.ubiquity-kvstore-identifier entitlement, the value must start with the prefix provided by Apple in the provisioning profile, followed by characters that are uppercase or lowercase Roman letters [A-Z, a-z], the digits 0 through 9, dot ['.'], or hyphen ['-'], and not contain any wildcard characters. Specifically, value 'AN8YKZK4DA.*' for the key 'com.apple.developer.ubiquity-kvstore-identifier' in 'Payload/MyCompnayMyApp.app/MyCompnayMyApp' is not supported."ERROR ITMS-90045: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'com.apple.developer.icloud-container-development-container-identifiers' in 'Payload/MyCompnayMyApp.app/MyCompnayMyApp' is not supported."ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '*' for key 'com.apple.developer.icloud-services' in 'Payload/MyCompnayMyApp.app/MyCompnayMyApp' is not supported."ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'Development' for key 'com.apple.developer.icloud-container-environment' in 'Payload/MyCompnayMyApp.app/MyCompnayMyApp' is not supported."ERROR ITMS-90211: "Invalid Code Signing Entitlements. The signature for your app bundle contains entitlement values that are not supported. For the com.apple.developer.ubiquity-kvstore-identifier entitlement, the value must start with the prefix provided by Apple in the provisioning profile, followed by characters that are uppercase or lowercase Roman letters [A-Z, a-z], the digits 0 through 9, dot ['.'], or hyphen ['-'], and not contain any wildcard characters. Specifically, value 'AN8YKZK4DA.*' for the key 'com.apple.developer.ubiquity-kvstore-identifier' in 'Payload/MyCompnayMyApp.app/MyCompnayMyApp' is not supported."Questions:What did we do wrong?Can a member of an organisation build an ipa file via Xcode which will be uploaded by an administrator of the same organisation using Fastlane?STEPS TO REPRODUCE Each time, the ipa file is uploaded with Fastlane.
Suddenly, automatic signing has stopped working across all our apps (even on different developer IDs), we see this:Automatic Signing FialedXcode failed to provision this target. Please file a bug report at <https://feedbackassistant.apple.com> and include the Update Signing report from the Report navigator.Signing certificate "Apple Development: XXXXX (XXXXX)", serial number "XXXXX", is not valid for code signing. It may have been revoked or expired.Anyone else experiencing the same? I've tried doing everything from deleting the derived folder, to trying to reset and create new certificates to trying different versions of Xcode. Everything fails and I get a prolonged "Waiting to repair" message first and then this.
Post not yet marked as solved
I am currently using the free developer account to sign that apps that I am currently developing. My attempts to download my watchkit app to my physical watch are constantly unsuccessful due to the error that states that I have no valid provisioning profile. I have tried a multitude of 'solutions' to no avail. I have also attempted to install the phone app to my iphone before downloading it in the watch app on iphone, that didn't work either.Everything runs smoothly on the simulator and no errors are showing, the console does not log anything and I am simply told that there is an issue with the provisioning profile. The error log follows as such,Unable to install "App Name"Domain: com.apple.dtdevicekitCode: -402620395--App installation failedDomain: com.apple.dtdevicekitCode: -402620395Failure Reason: A valid provisioning profile for this executable was not found.User Info: { DVTRadarComponentKey = 487927; "com.apple.dtdevicekit.stacktrace" = ( 0 DTDeviceKitBase 0x00000001212ef6e7 DTDKCreateNSError + 109 1 DTDeviceKitBase 0x00000001212efde9 DTDK_AMDErrorToNSError + 792 2 DTDeviceKitBase 0x000000012132f56a __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 164 3 DVTFoundation 0x0000000108bd2c22 DVTInvokeWithStrongOwnership + 73 4 DTDeviceKitBase 0x000000012132f301 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1589 5 IDEiOSSupportCore 0x00000001211b7a25 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.352 + 4523 6 DVTFoundation 0x0000000108d03e8a __DVT_CALLING_CLIENT_BLOCK__ + 7 7 DVTFoundation 0x0000000108d05562 __DVTDispatchAsync_block_invoke + 809 8 libdispatch.dylib 0x00007fff6527b583 _dispatch_call_block_and_release + 12 9 libdispatch.dylib 0x00007fff6527c50e _dispatch_client_callout + 8 10 libdispatch.dylib 0x00007fff65281ace _dispatch_lane_serial_drain + 597 11 libdispatch.dylib 0x00007fff65282452 _dispatch_lane_invoke + 363 12 libdispatch.dylib 0x00007fff6528ba9e _dispatch_workloop_worker_thread + 598 13 libsystem_pthread.dylib 0x00007fff654d66fc _pthread_wqthread + 290 14 libsystem_pthread.dylib 0x00007fff654d5827 start_wqthread + 15);}--
Post not yet marked as solved
Every 24 hours or so I get this email: "You have revoked your certificate, so it is no longer valid". What did I do to revoke it? (I"m just using the Xcode auto-generation process so unsure as to what I did that caused it to be revoked). It doesn't seem to have any effect on testing but it's annoying to constantly get this email, so I'm just trying to understand why this keeps happening. Are these Xcode generated certificates only valid for 24 hours?
Post not yet marked as solved
I have an app where we create a UAT build and PROD enterprise build internally. We have apple-app-site-association on two different servers. One for UAT and one for PROD. Apple Site Validator says both are good. Both apple-app-site-association are at the app root (not .well-known).On IOS 11.2.1, both UAT and PROD build work fine. Universal links work perfectly.On IOS 13.1 (or any 13+) UAT works. PROD does not work. This is the confusing part because both are using the same TEAM, profile and cert. Only difference is bundleID. Both bundleID's are all lowercase, except the team name. Both are all UPPERCASE. I verified what is in the app bundle as ID and what is in the apple-app-site-association file. Identical.Only difference I see is in the response from the server. PROD one returns cookie as part of response. This doesn't seem to bother ios 11 or 12. It might not bother ios 13. But just an observation.UAT Response Header : apple-app-site-associationHTTP/1.1 200 OKX-Backside-Transport: OK OK,FAIL FAILContent-Type: application/jsonX-Global-Transaction-ID: 2e9c5f725e55844c0f93157dX-Akamai-CSITE: RFDCContent-Length: 588Date: Tue, 25 Feb 2020 20:32:12 GMTConnection: keep-alivePROD Response Header : apple-app-site-associationHTTP/1.1 200 OKX-Backside-Transport: OK OK,FAIL FAILContent-Type: application/jsonX-Global-Transaction-ID: 47b14c8d5e5583f001fc330dX-Akamai-CSITE: 390GContent-Length: 516Date: Tue, 25 Feb 2020 20:30:40 GMTConnection: keep-aliveSet-Cookie: C_SITE=390g; path=/; domain=.mydomain.com; secure; HttpOnlyOn a side note, I also have a PROD build that is an ad-hoc build. Non-enterprise. The team, profiles, bundle ID, etc all differ. My associate file has that info in it as well. It behaves the same way as the Enterprise one does. Works on ios 11 and 12, but not 13.I checked console logs for working and non-working. IOS 11 has nice logs that say it’s downloading json file and then how it’s adding entries. IOS 13 is not very verbose in either case. Both IOS 11 and 13 mention this however:JSON file for ap….ci….com had no entriesAnd I only see that for the PROD server. Never mentions that for the UAT server. I’m not quite sure what that means. It could not get/read the file? Or it can read the file but my entries don’t match what is expected somehow.Can anyone give insight into what I should check? I checked certs, mobile provisions, the ones actually embedded in the .ipas. Everything looks good.
Post not yet marked as solved
"Provisioning profile failed qualification. \ Profile doesn't include the com.apple.application-identifier entitlement."
When I upload my apps, error message above appear.
Please Help me.
Post not yet marked as solved
I am extremely worried about my certificates/profiles and need help fixing the issue. I have my app in the Apple app store for iPhone, iPad, and Mac and have sent out multiple updates. I just recently updated my Xcode to Xcode 12 and can no longer send my Mac Catalyst version of the app to Apple's notary service and get these errors:
Cannot create a Mac Catalyst Developer ID provisioning profile for "". The App Groups capability is not available for Mac Catalyst Developer ID provisioning profiles. Disable this feature and try again. Provisioning profile failed qualification Profile doesn't include the selected signing certificate. Provisioning profile failed qualification Profile doesn't support App Groups. Before this point, I had not generated a new Developer ID profile since February and have had App Groups in my app for many months and sent out multiple updates and notaries with it. After tons of research, I saw that it maybe has something to do with my Developer ID Profile so I looked into it on the Apple developer website and saw that the status said invalid. I made a new one, removed the invalid one, and tried the steps of archiving a new build and trying to send it to Apple's notary but ended up getting the same error.
I have done more research and stumble upon https://developer.apple.com/support/certificates/ and saw that removing a profile may cause me to not update my current apps in the app store. Did I remove my entire access to update my apps???
I still can not figure out the notary issue and am now extremely worried that I have messed up my chances of updating my app again. Can you please help me with both issues?
I have a Mac update I would like to send out to the App Store as soon as possible but want to know if it's safe before sending it to users.
I can't find a way how to create a Developer ID Provisioning profile with Network Extension entitlements. On developer.apple.com I have App ID with "Network Extensions" selected. Then I create a Developer ID provisioning profile for this app.
When I try to export this app in xcode, I always get the same error:
"Profile doesn't match the entitlements file's value for the com.apple.developer.networking.networkextension entitlement."
PP entitlement for network extension looks like this:
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string>
<string>content-filter-provider-systemextension</string>
<string>dns-proxy-systemextension</string>
<string>dns-settings</string>
</array>
Any ideas what's wrong?
I'm having a problem launching an iOS app that is built using the In-House build type. We have Apple Enterprise Developer Program Certificate and generate an In-House Provisioning Profile and can generate IPA files. I also trust the profile on my phone as an enterprise app but the app always crash/exit upon launching it. I check the logs on Xcode to look for a problem and the message log says "
Bootstrapping failed
for <FBApplicationProcess: 0x14289dff0; application<ourdomain>:<invalid>> with error: <NSError: 0x28252fa20; domain: RBSRequestErrorDomain; code: 5; reason: "Launch failed."> {
underlyingError = <NSError: 0x28252d080; domain: NSPOSIXErrorDomain; code: 85>;
}
"
Post not yet marked as solved
Because my app requires the Network Multicasting entitlement, I am required to change to use manual signing of my (already published) app.
I've generated the profile and double checked that all of the entitlements are included in the profile. However, I'm getting this error when trying to run my app :
*** requires a provisioning profile with the Associated Domains, App Groups, Inter-App Audio, iCloud, and Push Notifications features. Select a provisioning profile in the Signing & Capabilities editor.
I've regenerated the profile multiple times, restarted Xcode, and unchecked and checked all the entitlement boxes to try to reset them to no avail.
Again, I am required to use manual signing, so please don't suggest that I check the "automatically manage signing" box. :)
Thanks in advance.
Hi all,
According to the reference link,
Packaging a Daemon with a Provisioning Profile - https://developer.apple.com/forums/thread/129596
I changed our launchd daemon to run as an .app.
When generating a Provisioning Profile, I added our Development computer (including UUID) into 'Devices'.
But when I ran .app/Contents/MacOS/FamRTServicebig on our macOS Big Sur test environment, this error occurred:
embedded provisioning profile not valid: file:///Library/Application%20Support/test/bin/FamRTServicebig.app/Contents/embedded.provisionprofile
error: Error Domain=CPProfileManager Code=-212 "Provisioning profile does not allow this device." UserInfo={NSLocalizedDescription=Provisioning profile does not allow this device.}
Questions:
Could you let me know how to resolve this error?
Is it necessary to install the Provisioning profile in the test device as well?
Thanks in advance for your help.
Post not yet marked as solved
Trying to validate an app for upload to mac app store. Using Big Sur, and Xcode 12.2
App will not validate. This is for an existing app I'm trying to update. It updated peffectly week just 2 weeks ago with Xocode 11.xx and Catalina. It was rejected a week ago for metadata concerns. I've corrected metadata concerns, and am trying to submit a new binary.
I've tried validating the same bundle with a diffreent app id, and everything goes prefectly and is validated.
Here is what the non-validation looks like:
SUMMARY
Team: XXXXXXX
Certificate: Apple Distribution (Expires 10/31/21)
Profile: Mac Team Store Provisioning Profile: com.XXXX.XXXX
Symbols: Included
Architectures: Intel 64-bit
ENTITLEMENTS
com.apple.security.files.user-selected.read-write
true
com.apple.application-identifier
XXXX.com.XXXX.XXXX
com.apple.developer.team-identifier
XXXXXXXX
com.apple.security.app-sandbox
true
******
The result = Not Validated
*
Error message Xcode displayed.
Unable to process application at this time due to the following error: Invalid Provisioning Profile. The provisioning profile included in the bundle com.XXXX.XXXX [com.XXXX.XXXX.pkg/Payload/XXXXYYYY.app] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal..
* end error message********
Any thoughts or suggestions???
Thanks in advance.