Signing Certificates

RSS for tag

A signing certificate is a digital identity used for code signing during the build and archive process.

Signing Certificates Documentation

Pinned Posts

Posts under Signing Certificates tag

251 Posts
Sort by:
Post not yet marked as solved
5 Replies
427 Views
Hi. I've read a lot of different topics on forums and websites about software signing and notarization, and there is progress, but I need some help. 1. From the beginning: I am building an application on a Jenkins server and downloading the file 'example_app.dmg'. I am enrolled in the Apple Developer Program. 2. Then I use the command to sign the software: codesign --force --sign "Developer ID Application: name_of_my_certificate_in_keychain (number)" example_app.dmg 3. Checking the status: spctl -a -t open -vvv --context context: primary-signature example_app.dmg Result: example_app.dmg: rejected source = Unnotarized Developer ID origin = Developer ID Application: name_of_my_certificate_in_keychain (number) Why is it rejected? 4. Then notarization: xcrun altool --notarize-app \ --primary-bundle-id "example" \ --username "my_AppleID" \ --password "@keychain: NOTARIZED" \ --file "example_app.dmg" NOTARIZED is in the keychain with the generated password on my Apple account. 5. I get: No errors uploading 'example_app.dmg'. RequestUUID = 'number_of_my_request' 6. I check the notarization status: xcrun altool --notarization-info "number_of_my_request" \ --username "my_AppleID" \ --password "@keychain: NOTARIZED" Result: No errors getting notarization info. Date: 2022-05-10 14:15:35 +0000 Hash: hash_number LogFileURL: link_to_log_file RequestUUID: number_of_my_request Status: invalid Status Code: 2 Status Message: Package Invalid Inside the log_file, a lot of files have a status like: The binary is not signed. The signature does not include a secure timestamp. The executable does not have the hardened runtime enabled. Am I doing something wrong or what can I do better? And how I can make empty line here (this forum)?
Posted Last updated
.
Post marked as solved
3 Replies
1.1k Views
This is so strange I'm at a loss. Background: I am a DevOps engineer validating that our iOS build scripts can run via Bamboo on new Mac mini M1 machines. Out of the box, these machines are running Monterey, while our in-use machines are all still on Big Sur. Tldr; After modifying security permissions for our custom CI keychain so it's accessible by Xcode's CLI tools (specifically, the codesign and security utilities) the "xcodebuild archive" command we run fails with NO logged errors, causing bamboo to fail the build. However, the "failed" command produces a VALID xcarchive file. If I force the archive step to exit with a zero status, the subsequent "xcodebuild exportArchive" step successfully generates a valid .ipa that can be submitted to Testflight and run as expected. I've never seen anything like this. Details: Initially, our builds were failing with codesigning errors related to the CLI tools interacting with our custom keychain (we use a custom keychain so Bamboo only has access to the codesigning assets it needs, this is best practice, at least up til now.) We could build on the new Mac mini with Xcode IDE just fine, and we could even build from the commandline on the new Mac mini. However, running the same commands via ssh to the new Mac mini from my local machine produced the same error bamboo was getting. We were getting errors like this: 23-Mar-2022 13:35:58 Warning: unable to build chain to self-signed root for signer "Apple Development: Elizabeth Goldstein (XXXXXXX)" 23-Mar-2022 13:35:58 /Users/bamboo/agent-home/xml-data/build-dir/path/to/Build/Products/QA-iphoneos/Shared.framework: errSecInternalComponent 23-Mar-2022 13:35:58 Command CodeSign failed with a nonzero exit code We were already unlocking the keychain as part of the build script, and the private key was set to "Allow all access" for outside applications (two common issues that might raise this error.) Finally, I rebuilt the system keychain by first deleting then manually re-importing Apple's root signing certificates from terminal like this: sudo security import ./AppleWWDRCA.cer -k /Library/Keychains/System.keychain -T /usr/bin/codesign -T /usr/bin/security -T /usr/bin/productbuild sudo security import ./AppleWWDRCAG3.cer -k /Library/Keychains/System.keychain -T /usr/bin/codesign -T /usr/bin/security -T /usr/bin/productbuild Then I deleted and re-imported my company's signing assets into our custom keychain like this: security import ./appstore-cert.p12 -k /Users/bamboo/Library/Keychains/our-ci.keychain-db -T /usr/bin/codesign -T /usr/bin/security -T /usr/bin/productbuild security import ./dev-cert.p12 -k /Users/bamboo/Library/Keychains/our-ci.keychain-db -T /usr/bin/codesign -T /usr/bin/security -T /usr/bin/productbuild So now, there are zero errors in the log that I can find, but bamboo still fails when we run these commands: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace OUR-APP.xcworkspace -scheme iPhoneApp-QA clean build -configuration QA -derivedDataPath output -sdk iphoneos OTHER_CFLAGS="-fembed-bitcode" ENABLE_BITCODE=YES BITCODE_GENERATION_MODE=bitcode /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace OUR-APP.xcworkspace -scheme iPhoneApp-QA -sdk iphoneos -configuration QA -derivedDataPath output archive -archivePath build.xcarchive OTHER_CFLAGS="-fembed-bitcode" ENABLE_BITCODE=YES BITCODE_GENERATION_MODE=bitcode If I change it to /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace OUR-APP.xcworkspace -scheme iPhoneApp-QA -sdk iphoneos -configuration QA -derivedDataPath output archive -archivePath build.xcarchive OTHER_CFLAGS="-fembed-bitcode" ENABLE_BITCODE=YES BITCODE_GENERATION_MODE=bitcode || exit 0 The final exportArchive command generates a valid .ipa Any help or ideas would be greatly appreciated, since of course that's not a viable workaround, nor is pinning our OS to Big Sur forever, and we need to scale up our CI system. Thank you for reading this far!
Posted
by LizCira.
Last updated
.
Post not yet marked as solved
1 Replies
573 Views
Created two requests and got certificates, Developer ID Application and Developer ID Installer and now the country in the subject field is "US" instead of "FI" that was in the requests. The previous certificates had country correctly set to "FI".Is there any place I can affect to get the country right in the certificates as the process does no obey the request in this respect? Our country info is unchanged and correct in our Apple dev account.Or, does Apple give a possibility to reissue (or something else) a certificate, changing the country?
Posted
by jurika.
Last updated
.
Post not yet marked as solved
12 Replies
12k Views
I am trying to codesign an app and receive the following error: Warning: unable to build chain to self-signed root for signer "Apple Development: John Smith (########)" The Apple Development certificate I'm using is not trusted, and when I evaluate it, it tells me that there is No Root Certificate found. However, I have the following unexpired certificates on my machine: Apple IST CA 2 - GA Apple Root CA Apple Root Certificate Authority Apple Worldwide Developer Relations CA - G2 Apple Worldwide Developer Relations Certificate Authority Can anyone shed light on why my Apple Development Cert is not trusted / no root cert found when the root certs are installed? When I evaluate the Apple Root CA it tells me that the cert is valid, but "Root ALSO in System Roots". Is this a problem? Thanks in advance.
Posted
by riotchild.
Last updated
.
Post not yet marked as solved
8 Replies
5.3k Views
We are trying to sign a Mac installer (.pkg file) using the following command.productsign --sign "Developer ID Installer: MyCompany, Inc." unsigned_installer.pkg signed_package.pkgBut we are getting the following error.productsign: error: Could not find appropriate signing identity for “Developer ID Installer: MyCompany, Inc.”.When we try to find the certificates using security -v find-identity -p codesigning, we get the following output.Policy: Code SigningMatching identities1) 1234....6789 "MyCompany, Inc." 1 identities foundValid identities only1) 1234....6789 "MyCompany, Inc." 1 valid identities foundWhen tried as:productsign --sign "commonName" unsigned.pkg signed.pkgWe get error as :productsign: error: Could not find appropriate signing identity for “commonName”. An installer signing identity (not an application signing identity) is required for signing flat-style products.Can you give us any on how to troubleshoot and fix this issue?
Posted
by apoorvam.
Last updated
.
Post not yet marked as solved
10 Replies
2.2k Views
During build process, I have been encountering an error "error: The specified item could not be found in the keychain." for the code signing process. My apple ID joins a developer program of my company. I have 2 macbook - 1 for my personal, and 1 for my company. I can build apps with my personal macbook, but failed with my company one. I have exported the developer account from xcode of my personal macbook, and also imported to the company macbook's xcode. Both macbooks are macOS Monterey, and both xcode are the same version 13.2.1 For building an app, I've chosen "Automatically manage signing"
Posted Last updated
.
Post not yet marked as solved
1 Replies
581 Views
I build my iOS app on a machine(build machine- MacMini Xcode 13.2.1) with a valid distribution profile/certificate and upload it to our in-house distribution center (AppCenter) where the other registered devices(test devices) can download & run the app. At some point in the past, something has been changed and all devices after receiving the build and downloading the app, right at the launch time seeing the crash of the app- the log in console says: error 15:31:47.331479-0500 SpringBoard Bootstrapping failed for <FBApplicationProcess: 0x153da32f0; application<com.myapp.companyname>:> with error: <NSError: 0x280139ec0; domain: RBSRequestErrorDomain; code: 5; reason: "Launch failed."> { NSUnderlyingError = <NSError: 0x280138ea0; domain: NSPOSIXErrorDomain; code: 85>; } error     16:39:27.769869-0500  SpringBoard       Scene FBSceneManager/sceneID: com.myapp.companyname update failed: <NSError: 0x2820ec360; domain: FBSceneErrorDomain; code: 1 (operation-failed); reason: "Scene update failed."> {    NSUnderlyingError = <NSError: 0x2820dfc90; domain: FBWorkspaceScene; code: 1; reason: "Client process exited.">; } I believe this is something about an invalid certificate that does not let the app launch on other machines. I did a quick test: instead of using my build machine, I used the same distribution profile on another machine and build the same Xcode project and when I upload IPA to AppCenter, the other devices can run the app perfectly. I checked the emebedded.mobileprovision file content from both machines(one that works on all machines, and one that crashes on all machines: that is my build machine) and they look similar (certification date, Identifiers, Developer certificates, entitlements, expiration... ) Any idea what could be wrong? or what other places I can search for the reason for the crash? It's very frustrating!! btw, I tried to remove the cache data, restart the machine,...etc but no luck -seems all builds from the build machine won't be able to run on any devices! Any help is appreciated, Camron
Posted
by Camron.
Last updated
.
Post marked as solved
3 Replies
305 Views
Hi, I'm a font designer and making pkg installers for my fonts. Before, I was using Hancock app to code sign my pkg files easily though using my old MBPro (15inch- mid2014). Now almost a month ago, I bought a new MacBook Pro (16-inch, 2019) and renew my subscription to Apple Developper program, when I downloaded my .cer file from "Certificates, Identifiers & Profiles" then import my .cer file through Keychain Access, It get loaded ok but it does not show on "My Certificates" even it's there at "Login" level. So Hancock app won't find it except if it's under "My Certificates" level... and I'm lost, I struggle to copy paste again to "My Certificates" but no way.... Thank you very much in advance for your kind help. Here is my website:  https://norfonts.ma  I'm also selling my fonts through NC :  https://www.notationcentral.com Thanks for you kind help, —Nor Eddine Bahha (Jazz Piani st & Font Designer)
Posted
by NorFonts.
Last updated
.
Post not yet marked as solved
2 Replies
1.5k Views
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&lt;std::__1::mutex&gt;&amp;) + 24 3 JavaScriptCore 0x00000001dd62bd7c void std::__1::condition_variable_any::wait&lt;std::__1::unique_lock&lt;bmalloc::Mutex&gt; &gt;+ 376188 (std::__1::unique_lock&lt;bmalloc::Mutex&gt;&amp;) + 104 4 JavaScriptCore 0x00000001dd62fe70 bmalloc::Scavenger::threadRunLoop+ 392816 () + 176 5 JavaScriptCore 0x00000001dd62f5a4 bmalloc::Scavenger::Scavenger+ 390564 (std::__1::lock_guard&lt;bmalloc::Mutex&gt;&amp;) + 0 6 JavaScriptCore 0x00000001dd631050 std::__1::__thread_specific_ptr&lt;std::__1::__thread_struct&gt;::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 &lt;5a1fba018970381b82b3a045bc15f5f2&gt; /var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/MiShiFeng 0x103270000 - 0x103297fff FSPagerView arm64 &lt;8ac6ebb13b52324ea94b73ff20e6734c&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/FSPagerView.framework/FSPagerView 0x1032ec000 - 0x1032fbfff HappyDNS arm64 &lt;73443bb42fa93bf494dcee5ed91787bc&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/HappyDNS.framework/HappyDNS 0x1033ec000 - 0x103453fff Alamofire arm64 &lt;2ca8ca38d58d363b9a7414361cc75305&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/Alamofire.framework/Alamofire 0x10352c000 - 0x10356ffff IQKeyboardManagerSwift arm64 &lt;e487feff976f36818b19ccee76d77bb9&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/IQKeyboardManagerSwift.framework/IQKeyboardManagerSwift 0x103600000 - 0x103653fff Kingfisher arm64 &lt;654ea28bfa0830458bb70477e177f105&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/Kingfisher.framework/Kingfisher 0x103718000 - 0x103727fff MBProgressHUD arm64 &lt;c7ad4f6ce6cb33a6b4b0a47e7cf18ab8&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/MBProgressHUD.framework/MBProgressHUD 0x103744000 - 0x103757fff MJRefresh arm64 &lt;054cbe5b614631ab920d7f172740b4a4&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/MJRefresh.framework/MJRefresh 0x103780000 - 0x1037a3fff MatomoTracker arm64 &lt;67fa8a78a5133fa9b91e25c78d2783de&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/MatomoTracker.framework/MatomoTracker 0x1037e0000 - 0x1037fffff Qiniu arm64 &lt;0513dd5a9044306c849ff930d598351b&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/Qiniu.framework/Qiniu 0x103838000 - 0x103847fff SVProgressHUD arm64 &lt;307f6f4e6e8c3cefbc10cf44efbbc174&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/SVProgressHUD.framework/SVProgressHUD 0x103860000 - 0x10387bfff SnapKit arm64 &lt;20f0342fe477344488a39e7c66725cff&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/SnapKit.framework/SnapKit 0x1038c8000 - 0x103ab7fff UdeskSDK arm64 &lt;5b0c3ced64aa368eadbdc1ce2b0a0192&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/UdeskSDK.framework/UdeskSDK 0x103d98000 - 0x103dabfff libswiftAVFoundation.dylib arm64 &lt;b25d821f6ccd3d00952742ab93d2cd1b&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftAVFoundation.dylib 0x103dbc000 - 0x103dc3fff libswiftAccelerate.dylib arm64 &lt;e6b4313acf493b02800711aeaa59b123&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftAccelerate.dylib 0x103dd0000 - 0x104107fff libswiftCore.dylib arm64 &lt;a6ddef6199143f14876bac3d281b4cfe&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCore.dylib 0x104218000 - 0x10421ffff libswiftCoreAudio.dylib arm64 &lt;36b727cd39143904a209b5a3b8bff675&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreAudio.dylib 0x10422c000 - 0x104233fff libswiftCoreFoundation.dylib arm64 &lt;47deeaa1967b3e339dfcb48535a994e1&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreFoundation.dylib 0x104240000 - 0x10424ffff libswiftCoreGraphics.dylib arm64 &lt;25fe91aa901b3cf6a443b498012ab5af&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreGraphics.dylib 0x104264000 - 0x10426bfff libswiftCoreImage.dylib arm64 &lt;762a9d5e144d38b5b02b910e61486196&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreImage.dylib 0x104278000 - 0x10427ffff libswiftCoreLocation.dylib arm64 &lt;9a0a7186ab2839738011f49b762b2da5&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreLocation.dylib 0x10428c000 - 0x104293fff libswiftCoreMedia.dylib arm64 &lt;06b0623f34253ddf9b6ff90d64b1ca3b&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreMedia.dylib 0x1042a0000 - 0x1042abfff libswiftDarwin.dylib arm64 &lt;b430370f979638fea97ab26a84bcb5d6&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftDarwin.dylib 0x1042bc000 - 0x1042d7fff libswiftDispatch.dylib arm64 &lt;7ad01fe8bf9f3bad811e9c5ce8c68f8f&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftDispatch.dylib 0x1042f4000 - 0x104443fff libswiftFoundation.dylib arm64 &lt;0848e6ddbbfb31ae87c86b45ff691470&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftFoundation.dylib 0x1044cc000 - 0x1044d3fff libswiftMetal.dylib arm64 &lt;7a56d69e55fb3a23a40cfb2c2abae537&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftMetal.dylib 0x1044e0000 - 0x1044e7fff libswiftObjectiveC.dylib arm64 &lt;ec73a6a65788317397cc32bbd09d8fbd&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftObjectiveC.dylib 0x1044f4000 - 0x1044fbfff libswiftPhotos.dylib arm64 &lt;d1952a7928d1391abf2588cbc952cd7e&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftPhotos.dylib 0x104508000 - 0x10450ffff libswiftQuartzCore.dylib arm64 &lt;5b0df8513fdc35f480865794bac2b551&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftQuartzCore.dylib 0x10451c000 - 0x10452bfff libswiftUIKit.dylib arm64 &lt;7b96c8dddb1337a9b8b2a806cd798a69&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftUIKit.dylib 0x104540000 - 0x104547fff libswiftos.dylib arm64 &lt;8e3b4ee77a833c3fad9499717ed18eec&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftos.dylib 0x104554000 - 0x10458ffff libswiftsimd.dylib arm64 &lt;fbda20ab3fe3304abe20e4184fb2e40f&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftsimd.dylib 0x1045b0000 - 0x1045b7fff libswiftCoreData.dylib arm64 &lt;0a02e2d49c383356b928e3c14a6611eb&gt; /private/var/containers/Bundle/Application/F1AA3F6F-E718-4DD9-AB99-E79C24BFA5C4/MiShiFeng.app/Frameworks/libswiftCoreData.dylib 0x104b18000 - 0x104b23fff libobjc-trampolines.dylib arm64 &lt;62573b18de65349aa12efd1340ea3ce3&gt; /usr/lib/libobjc-trampolines.dylib 0x1d548a000 - 0x1d548bfff libSystem.B.dylib arm64 &lt;1e51d2b63e6f3a51a6e3083c19fca592&gt; /usr/lib/libSystem.B.dylib 0x1d548c000 - 0x1d54e6fff libc++.1.dylib arm64 &lt;cdfb6d089d283b38984709b6fd40ab92&gt; /usr/lib/libc++.1.dylib 0x1d54e7000 - 0x1d54fafff libc++abi.dylib arm64 &lt;b0fff64f8b7d33968178cfb40348061a&gt; /usr/lib/libc++abi.dylib 0x1d54fb000 - 0x1d5c83fff libobjc.A.dylib arm64 &lt;55e000b76ec63c9e8228778494a89ea4&gt; /usr/lib/libobjc.A.dylib 0x1d5c84000 - 0x1d5c89fff libcache.dylib arm64 &lt;b2bac7ac70683b5f91e0f2f378bf28cd&gt; /usr/lib/system/libcache.dylib 0x1d5c8a000 - 0x1d5c95fff libcommonCrypto.dylib arm64 &lt;2d5bb382755836aab784906f31e7dcb5&gt; /usr/lib/system/libcommonCrypto.dylib 0x1d5c96000 - 0x1d5c9afff libcompiler_rt.dylib arm64 &lt;6ca9ad49f51c3108843c31a5b36eb7ce&gt; /usr/lib/system/libcompiler_rt.dylib 0x1d5c9b000 - 0x1d5ca3fff libcopyfile.dylib arm64 &lt;8ceb19f412b93db9a6f0cb32137910c8&gt; /usr/lib/system/libcopyfile.dylib 0x1d5ca4000 - 0x1d5d0afff libcorecrypto.dylib arm64 &lt;321917e412123eb08e6cc6198ffd551f&gt; /usr/lib/system/libcorecrypto.dylib 0x1d5d0b000 - 0x1d5d7bfff libdispatch.dylib arm64 &lt;acad07ef5fde3122a11a31ac4bf6eb3b&gt; /usr/lib/system/libdispatch.dylib 0x1d5d7c000 - 0x1d5da6fff libdyld.dylib arm64 &lt;03e11fb4f89d31d2868320ef92c4aacd&gt; /usr/lib/system/libdyld.dylib 0x1d5da7000 - 0x1d5da7fff liblaunch.dylib arm64 &lt;1d34dc4311ca3a2d9959c21d24fe6577&gt; /usr/lib/system/liblaunch.dylib 0x1d5da8000 - 0x1d5dadfff libmacho.dylib arm64 &lt;ae93f60c203531e1b34d5a2334514a8a&gt; /usr/lib/system/libmacho.dylib 0x1d5dae000 - 0x1d5daffff libremovefile.dylib arm64 &lt;33e735f56b813308a91b70583f7336be&gt; /usr/lib/system/libremovefile.dylib 0x1d5db0000 - 0x1d5dc7fff libsystem_asl.dylib arm64 &lt;9cc4f792c7eb32d9a66f4b61f4f2e521&gt; /usr/lib/system/libsystem_asl.dylib 0x1d5dc8000 - 0x1d5dc8fff libsystem_blocks.dylib arm64 &lt;7484ff4bebd834a0a4925ad00ce06f41&gt; /usr/lib/system/libsystem_blocks.dylib 0x1d5dc9000 - 0x1d5e47fff libsystem_c.dylib arm64 &lt;40dd5c3b586a38eb9f5274d994ecd9d2&gt; /usr/lib/system/libsystem_c.dylib 0x1d5e48000 - 0x1d5e4cfff libsystem_configuration.dylib arm64 &lt;5e462c94ad453059a6473af38b97b4d7&gt; /usr/lib/system/libsystem_configuration.dylib 0x1d5e4d000 - 0x1d5e54fff libsystem_containermanager.dylib arm64 &lt;0970fd02f7863726a8d2e584e3c86b6b&gt; /usr/lib/system/libsystem_containermanager.dylib 0x1d5e55000 - 0x1d5e56fff libsystem_coreservices.dylib arm64 &lt;a6303082c39e376485e1632620d8fa90&gt; /usr/lib/system/libsystem_coreservices.dylib 0x1d5e57000 - 0x1d5e5dfff libsystem_darwin.dylib arm64 &lt;44792e5e5b67344b9fe42d2ee50fd855&gt; /usr/lib/system/libsystem_darwin.dylib 0x1d5e5e000 - 0x1d5e64fff libsystem_dnssd.dylib arm64 &lt;9ae1ce7b0d0d3477bab652b6e90824da&gt; /usr/lib/system/libsystem_dnssd.dylib 0x1d5e65000 - 0x1d5ea5fff libsystem_info.dylib arm64 &lt;bb116149accf36a8abbfaafdb3e769a8&gt; /usr/lib/system/libsystem_info.dylib 0x1d5ea6000 - 0x1d5ed0fff libsystem_kernel.dylib arm64 &lt;982ccbad717d3a28946eba07918897a3&gt; /usr/lib/system/libsystem_kernel.dylib 0x1d5ed1000 - 0x1d5efefff libsystem_m.dylib arm64 &lt;b4f79b149d37327cac0f85d2ecc6de2b&gt; /usr/lib/system/libsystem_m.dylib 0x1d5eff000 - 0x1d5f22fff libsystem_malloc.dylib arm64 &lt;44c4f37bf474310ba1b98a8f1e6b63f2&gt; /usr/lib/system/libsystem_malloc.dylib 0x1d5f23000 - 0x1d5f2ffff libsystem_networkextension.dylib arm64 &lt;b05baf6880e6382fa989be8a549327d4&gt; /usr/lib/system/libsystem_networkextension.dylib 0x1d5f30000 - 0x1d5f36fff libsystem_notify.dylib arm64 &lt;34af10bfa6063fe38974fcd9d672c977&gt; /usr/lib/system/libsystem_notify.dylib 0x1d5f37000 - 0x1d5f41fff libsystem_platform.dylib arm64 &lt;4af8e7b9d0ad337dbff51a665816c920&gt; /usr/lib/system/libsystem_platform.dylib 0x1d5f42000 - 0x1d5f52fff libsystem_pthread.dylib arm64 &lt;d2815ab146c1383182fcd22ae83b0cad&gt; /usr/lib/system/libsystem_pthread.dylib 0x1d5f53000 - 0x1d5f55fff libsystem_sandbox.dylib arm64 &lt;bbdb4f6722b7390488c262e3c5ab0293&gt; /usr/lib/system/libsystem_sandbox.dylib 0x1d5f56000 - 0x1d5f5dfff libsystem_symptoms.dylib arm64 &lt;8d51fa4c49c833ba8c7ae05cd51d6399&gt; /usr/lib/system/libsystem_symptoms.dylib 0x1d5f5e000 - 0x1d5f73fff libsystem_trace.dylib arm64 &lt;6fd09960f9943de68fac4d4d1564c041&gt; /usr/lib/system/libsystem_trace.dylib 0x1d5f74000 - 0x1d5f79fff libunwind.dylib arm64 &lt;152d18c1bc913b36b134c5c5e718a3d5&gt; /usr/lib/system/libunwind.dylib 0x1d5f7a000 - 0x1d5fa8fff libxpc.dylib arm64 &lt;f05ae7ffd0053614a55a56c5154ff33d&gt; /usr/lib/system/libxpc.dylib 0x1d5fa9000 - 0x1d6203fff libicucore.A.dylib arm64 &lt;2fbc0cc87b0538bd8995e041aa46b5cf&gt; /usr/lib/libicucore.A.dylib 0x1d6204000 - 0x1d6215fff libz.1.dylib arm64 &lt;3756f248b0233930b236a65ae3b3a871&gt; /usr/lib/libz.1.dylib 0x1d6216000 - 0x1d657bfff CoreFoundation arm64 &lt;a696aa66f19c3fffb094574eafc5f600&gt; /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1d657c000 - 0x1d658cfff libbsm.0.dylib arm64 &lt;e8fc205d3ba037b3b4da3c66265592e9&gt; /usr/lib/libbsm.0.dylib 0x1d658d000 - 0x1d658dfff libenergytrace.dylib arm64 &lt;66fb30084c2339178f7ec36054ce4788&gt; /usr/lib/libenergytrace.dylib 0x1d658e000 - 0x1d661bfff IOKit arm64 &lt;640622785cfc33dd891324e7949624b0&gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x1d661c000 - 0x1d6704fff libxml2.2.dylib arm64 &lt;385087411b75335697b10a42a0598226&gt; /usr/lib/libxml2.2.dylib 0x1d6705000 - 0x1d6712fff libbz2.1.0.dylib arm64 &lt;27af4074c9073ea983d0a6381d8ff560&gt; /usr/lib/libbz2.1.0.dylib 0x1d6713000 - 0x1d672bfff liblzma.5.dylib arm64 &lt;954e5d4e74343231a5d7ae227995979a&gt; /usr/lib/liblzma.5.dylib 0x1d672c000 - 0x1d68a5fff libsqlite3.dylib arm64 &lt;10a9905bcaea3680a78cf5a4d3c25e4c&gt; /usr/lib/libsqlite3.dylib 0x1d68a6000 - 0x1d68dafff libMobileGestalt.dylib arm64 &lt;025184fee8773eda9253d30d3c5aa97f&gt; /usr/lib/libMobileGestalt.dylib 0x1d68db000 - 0x1d6ca7fff CFNetwork arm64 &lt;0f16d72dc5d43af49f1cc4cb53a7c608&gt; /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1d6ca8000 - 0x1d6fb4fff Foundation arm64 &lt;5bfec28765ca312aa8128cd72a9fda1b&gt; /System/Library/Frameworks/Foundation.framework/Foundation 0x1d6fb5000 - 0x1d70c0fff Security arm64 &lt;7ac6108af41533a496fe813da9dab9f8&gt; /System/Library/Frameworks/Security.framework/Security 0x1d70c1000 - 0x1d712ffff SystemConfiguration arm64 &lt;10f82ae9a2883c548ae4356cc4771825&gt; /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x1d7130000 - 0x1d7165fff libCRFSuite.dylib arm64 &lt;ba001a0e6bce3ffc9dcbfd45bf8ccaaf&gt; /usr/lib/libCRFSuite.dylib 0x1d7166000 - 0x1d717cfff libapple_nghttp2.dylib arm64 &lt;3b704b123e253a59b900d0319632d498&gt; /usr/lib/libapple_nghttp2.dylib 0x1d717d000 - 0x1d71a6fff libarchive.2.dylib arm64 &lt;3e5044b2f9c53b0eb6bc82ad2f1a0726&gt; /usr/lib/libarchive.2.dylib 0x1d71a7000 - 0x1d7276fff libboringssl.dylib arm64 &lt;45730761cf8639ffac90223e7652a566&gt; /usr/lib/libboringssl.dylib 0x1d7277000 - 0x1d728dfff libcoretls.dylib arm64 &lt;da38a2f6b517315cafe659835fd8ff34&gt; /usr/lib/libcoretls.dylib 0x1d728e000 - 0x1d728ffff libcoretls_cfhelpers.dylib arm64 &lt;09a5f51b0ff53fc19de08186a7f4deca&gt; /usr/lib/libcoretls_cfhelpers.dylib 0x1d7290000 - 0x1d7291fff liblangid.dylib arm64 &lt;5106625abe603e6ba8beb107045cf4d9&gt; /usr/lib/liblangid.dylib 0x1d7292000 - 0x1d7607fff libnetwork.dylib arm64 &lt;d7854a017d6a3fe3a6a7ddd7daf77fdd&gt; /usr/lib/libnetwork.dylib 0x1d7608000 - 0x1d763dfff libpcap.A.dylib arm64 &lt;c262861dcc0b39fbb6ddafbbbced28eb&gt; /usr/lib/libpcap.A.dylib 0x1d763e000 - 0x1d769bfff libusrtcp.dylib arm64 &lt;83a3ca7e601631bd87f894a173d7d91f&gt; /usr/lib/libusrtcp.dylib 0x1d769c000 - 0x1d76a8fff IOSurface arm64 &lt;bcd9a6329cf73855ba5f5c59f3643ed4&gt; /System/Library/Frameworks/IOSurface.framework/IOSurface 0x1d76a9000 - 0x1d775cfff libBLAS.dylib arm64 &lt;7043664b29483c27a6dc436bd0c1638d&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1d775d000 - 0x1d7a7cfff libLAPACK.dylib arm64 &lt;cb3820c2c6cc3c81944daeb1439a0b17&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1d7a7d000 - 0x1d7ceffff vImage arm64 &lt;8e3014550ea937b19ce88325b2f9577b&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x1d7cf0000 - 0x1d7d01fff libSparseBLAS.dylib arm64 &lt;d983677683573cdeb0c34d7d8b894531&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1d7d02000 - 0x1d7d5efff libvMisc.dylib arm64 &lt;0c8ec066228b344999abe1f1ee248f91&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1d7d5f000 - 0x1d7d8efff libBNNS.dylib arm64 &lt;cba183234d0a3a6fbe4e32adbb755e74&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1d7d8f000 - 0x1d7da3fff libLinearAlgebra.dylib arm64 &lt;7e10a1d1bc1537beba13b32dae152e78&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1d7da4000 - 0x1d7da8fff libQuadrature.dylib arm64 &lt;b2c041bc0b513e15963b79bf95d4c395&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1d7da9000 - 0x1d7e19fff libSparse.dylib arm64 &lt;4b96107b7c223fdeb34c95db3dc12bc4&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x1d7e1a000 - 0x1d7ea8fff libvDSP.dylib arm64 &lt;1ae8f521840330378b18225a33a14b63&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1d7ea9000 - 0x1d7ea9fff vecLib arm64 &lt;9626730f3fc23316a4ea5da0036af0f8&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1d7eaa000 - 0x1d7eaafff Accelerate arm64 &lt;e6236a798351380ab1870aac962c7388&gt; /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1d7eab000 - 0x1d7ec3fff libcompression.dylib arm64 &lt;4c340ece17793f45a53935e847fece9b&gt; /usr/lib/libcompression.dylib 0x1d7ec4000 - 0x1d846ffff CoreGraphics arm64 &lt;62513b0019c23bc09b9e30d049cd8700&gt; /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x1d8470000 - 0x1d8475fff IOAccelerator arm64 &lt;cc9f4c86f4643244a6167ed1cf2fc65a&gt; /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x1d8476000 - 0x1d847bfff libCoreFSCache.dylib arm64 &lt;2c7c21d1ccc13c3ea28c5244f60787dc&gt; /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1d847c000 - 0x1d8524fff Metal arm64 &lt;93a67b8a04943250824c4044be3b983b&gt; /System/Library/Frameworks/Metal.framework/Metal 0x1d8525000 - 0x1d8538fff GraphicsServices arm64 &lt;0b2bce1a83493988b000614bb964f818&gt; /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1d8539000 - 0x1d8539fff MobileCoreServices arm64 &lt;745575d128ff33d88c1d08c496845b2f&gt; /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1d853a000 - 0x1d853cfff IOSurfaceAccelerator arm64 &lt;df9bf1acff4934da9418638f7aa78112&gt; /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x1d853d000 - 0x1d857ffff AppleJPEG arm64 &lt;185e74d6256c3dc5b7a14ab436f1c17b&gt; /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1d8580000 - 0x1d8b44fff ImageIO arm64 &lt;341e0a76657a35339b95f5598c27c5e0&gt; /System/Library/Frameworks/ImageIO.framework/ImageIO 0x1d8b45000 - 0x1d8bb8fff BaseBoard arm64 &lt;b9ab751f487a3042a38d85da10a4bdbb&gt; /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x1d8bb9000 - 0x1d8bd0fff AssertionServices arm64 &lt;bc2016e4cfed3ff181fbdf751e5b2ed2&gt; /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x1d8bd1000 - 0x1d8bd9fff CorePhoneNumbers arm64 &lt;e877111acccb322fa74cd1a54ba3d594&gt; /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x1d8bda000 - 0x1d8c1ffff AppSupport arm64 &lt;ea5926d346c13ef8ac1540f24542f87a&gt; /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x1d8c20000 - 0x1d8c39fff CrashReporterSupport arm64 &lt;9f88c2e017a83fdbac04f6de390527c6&gt; /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1d8c3a000 - 0x1d8c3ffff AggregateDictionary arm64 &lt;22d2dd6db52b38d38a2dc301a257d461&gt; /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x1d8c40000 - 0x1d8cc8fff libTelephonyUtilDynamic.dylib arm64 &lt;96d4eadcfbd133ad852fab8a74dd83c2&gt; /usr/lib/libTelephonyUtilDynamic.dylib 0x1d8cc9000 - 0x1d8ce8fff ProtocolBuffer arm64 &lt;8215eeda029d306a922835c1d5b29b96&gt; /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1d8ce9000 - 0x1d8d19fff MobileKeyBag arm64 &lt;02ec24ff248431f482220743b44ff158&gt; /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x1d8d1a000 - 0x1d8d56fff BackBoardServices arm64 &lt;ee8ccd2d05953da9871479b81c470e60&gt; /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x1d8d57000 - 0x1d8dbffff FrontBoardServices arm64 &lt;d47cb1071ced3cbc9417369018d9a9e4&gt; /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x1d8dc0000 - 0x1d8e07fff SpringBoardServices arm64 &lt;57b00a722ccc3fb5969a6d5f249403f8&gt; /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x1d8e08000 - 0x1d8e1bfff PowerLog arm64 &lt;fdc3570b2fbc3695bd07147cfa4f3413&gt; /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x1d8e1c000 - 0x1d8e37fff CommonUtilities arm64 &lt;050aae834e5d3f41a553e3b96fe84a82&gt; /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x1d8e38000 - 0x1d8e43fff liblockdown.dylib arm64 &lt;c7a9fa3b1dbe33c98d346052a79e7993&gt; /usr/lib/liblockdown.dylib 0x1d8e44000 - 0x1d9182fff CoreData arm64 &lt;3f5aa574e48f3e17b02688d2f622e9fb&gt; /System/Library/Frameworks/CoreData.framework/CoreData 0x1d9183000 - 0x1d918afff TCC arm64 &lt;c4999803392d31e2997844f810f72d63&gt; /System/Library/PrivateFrameworks/TCC.framework/TCC 0x1d918b000 - 0x1d9193fff libcupolicy.dylib arm64 &lt;f71b9f46f1673c67a13b4b9750f80604&gt; /usr/lib/libcupolicy.dylib 0x1d9194000 - 0x1d9272fff CoreTelephony arm64 &lt;4a05b54fca0733d689b7a274a6a14195&gt; /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x1d9273000 - 0x1d92d4fff Accounts arm64 &lt;866db4a923a339b68ca12b8e3e66bf3c&gt; /System/Library/Frameworks/Accounts.framework/Accounts 0x1d92d5000 - 0x1d92fefff AppleSauce arm64 &lt;9e05b3a836973940bb6d33a55d324c45&gt; /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1d92ff000 - 0x1d9308fff DataMigration arm64 &lt;7d6954aaa45d3e4db56bc26591e1faaa&gt; /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x1d9309000 - 0x1d9310fff Netrb arm64 &lt;823a78eb752f3e1b9d527d0bef6fd199&gt; /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1d9311000 - 0x1d9345fff PersistentConnection arm64 &lt;be7d63a16e223142a6f6c2f905ed5c81&gt; /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x1d9346000 - 0x1d9357fff libmis.dylib arm64 &lt;bde6c67b46983edfbf25a254511420ee&gt; /usr/lib/libmis.dylib 0x1d9358000 - 0x1d945efff ManagedConfiguration arm64 &lt;3908700906523639adde884919cfaf45&gt; /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x1d945f000 - 0x1d9464fff libReverseProxyDevice.dylib arm64 &lt;84374fcebea93c2ea8660a5725af2cf1&gt; /usr/lib/libReverseProxyDevice.dylib 0x1d9465000 - 0x1d9477fff libamsupport.dylib arm64 &lt;b1243caf3a1a3bbfabbc5fc7ca0acdc2&gt; /usr/lib/libamsupport.dylib 0x1d9478000 - 0x1d947dfff libCoreVMClient.dylib arm64 &lt;3b8f9567d8123beea3bffa2c2cb61353&gt; /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1d947e000 - 0x1d947ffff libCVMSPluginSupport.dylib arm64 &lt;f71480fe05a53f8d89058e7e63bc3f42&gt; /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1d9480000 - 0x1d9483fff libutil.dylib arm64 &lt;cc388d1731313879b30868a66dbf450c&gt; /usr/lib/libutil.dylib 0x1d9484000 - 0x1d94c3fff libGLImage.dylib arm64 &lt;c606c701843935c7ab30b050a5816276&gt; /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1d94c4000 - 0x1d953bfff APFS arm64 &lt;f667b4d4d4de3389bd159bdc6e0776d5&gt; /System/Library/PrivateFrameworks/APFS.framework/APFS 0x1d953c000 - 0x1d956dfff MediaKit arm64 &lt;a5f3ef3454183d3e9aecd82fb986d132&gt; /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit 0x1d956e000 - 0x1d958afff libSERestoreInfo.dylib arm64 &lt;4a13d2c3409539e6a05595ef7aed1b01&gt; /usr/lib/updaters/libSERestoreInfo.dylib 0x1d9591000 - 0x1d95cdfff DiskImages arm64 &lt;b597d4c333853350a979c53b9b5f4f30&gt; /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages 0x1d95ce000 - 0x1d95d7fff libGFXShared.dylib arm64 &lt;daacbbc7d23234e994a51f5430e715e6&gt; /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1d95d8000 - 0x1d9625fff libauthinstall.dylib arm64 &lt;a3de423f82c73277951adfaec728264a&gt; /usr/lib/libauthinstall.dylib 0x1d9626000 - 0x1d962efff IOMobileFramebuffer arm64 &lt;2423c48a27833244a490f470f45a31b2&gt; /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x1d962f000 - 0x1d963afff OpenGLES arm64 &lt;3eb93d9517143109adcac8d4538899f6&gt; /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1d963b000 - 0x1d96d8fff ColorSync arm64 &lt;c9214383fb6a3f4cbac41a9a1c8081cd&gt; /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x1d96d9000 - 0x1d9708fff CoreVideo arm64 &lt;49864d654d763aa3b4c0970d42254987&gt; /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x1d9709000 - 0x1d970afff libCTGreenTeaLogger.dylib arm64 &lt;fbbe9f0afa8638d3b25363c34decc580&gt; /usr/lib/libCTGreenTeaLogger.dylib 0x1d970b000 - 0x1d987afff CoreAudio arm64 &lt;d5f4b872c2c53ef998d65e2d50bdbe57&gt; /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1d989e000 - 0x1d98a1fff UserFS arm64 &lt;0e97879c716f3460a09fefbb1b686c84&gt; /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x1d98a2000 - 0x1d9a3efff CoreMedia arm64 &lt;0fbbb6910d463d90989ddf1678fc2462&gt; /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x1d9a3f000 - 0x1d9a51fff libprotobuf-lite.dylib arm64 &lt;318f235295653a4db7717b644644372b&gt; /usr/lib/libprotobuf-lite.dylib 0x1d9a52000 - 0x1d9ab7fff libprotobuf.dylib arm64 &lt;82008ca3e7a73a418b378b35fa70bf1a&gt; /usr/lib/libprotobuf.dylib 0x1d9ab8000 - 0x1d9dcefff libAWDSupportFramework.dylib arm64 &lt;35524e71440231d6bc21b1b0674dd9ed&gt; /usr/lib/libAWDSupportFramework.dylib 0x1d9dcf000 - 0x1d9e19fff WirelessDiagnostics arm64 &lt;75b3e3bad27b32efae940c20b3cda08f&gt; /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x1d9e1a000 - 0x1d9edafff ************ arm64 &lt;183a857e8d2436019796ab369ee1eff1&gt; /System/Library/Frameworks/************.framework/************ 0x1d9edb000 - 0x1d9fe6fff libFontParser.dylib arm64 &lt;85ccb2e6f99b36abb30814d3a0737060&gt; /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1d9fe7000 - 0x1d9fe7fff FontServices arm64 &lt;95db3bbfbd6137c384f77cbee2d27777&gt; /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x1d9fe8000 - 0x1da149fff CoreText arm64 &lt;e799d1acccd736cb8ebba3b61e1e8734&gt; /System/Library/Frameworks/CoreText.framework/CoreText 0x1da14a000 - 0x1da159fff IntlPreferences arm64 &lt;77a7e06758703d1cac2e1d2497511a1e&gt; /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1da15a000 - 0x1da163fff RTCReporting arm64 &lt;e8cd29cbe79130b7bdb121da387c13ee&gt; /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x1da164000 - 0x1da1dcfff CoreBrightness arm64 &lt;bcd7d5352f103385870e0577b5884180&gt; /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1da1dd000 - 0x1da1e7fff libAudioStatistics.dylib arm64 &lt;7b844b028e6c34ab910255409caa1922&gt; /usr/lib/libAudioStatistics.dylib 0x1da1e8000 - 0x1da7d8fff AudioToolbox arm64 &lt;8bce69f02d9934fbb837b41e41b98c59&gt; /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x1da7d9000 - 0x1daa11fff QuartzCore arm64 &lt;1f084ee44f3638618a99aa0bdca5c114&gt; /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x1daa12000 - 0x1daa1dfff MediaAccessibility arm64 &lt;6c41829ba3be3f0bb92f45c1550595cc&gt; /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1daa1e000 - 0x1dab10fff libiconv.2.dylib arm64 &lt;d5bbd120d0b4307c8d1fd24181d16198&gt; /usr/lib/libiconv.2.dylib 0x1dab11000 - 0x1dab2cfff NetworkStatistics arm64 &lt;57175d7789b6316193dda171b1ce40a7&gt; /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1dab2d000 - 0x1dab4bfff MPSCore arm64 &lt;97c66e9805d93d3282dd414390f5f121&gt; /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1dab4c000 - 0x1dabc0fff MPSImage arm64 &lt;237d1f31204d35d38429a25a167468b0&gt; /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1dabc1000 - 0x1dabe5fff MPSMatrix arm64 &lt;aa01af22aad53f2b83d11ca8167cb713&gt; /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1dabe6000 - 0x1dabf4fff CoreAUC arm64 &lt;d5dd5ecdb7dd360182d9f027a2d64ea3&gt; /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1dabf5000 - 0x1db291fff MediaToolbox arm64 &lt;bea8f407ab0a3d319e430bca51bec1c6&gt; /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x1db292000 - 0x1db3fbfff MPSNeuralNetwork arm64 &lt;982401edfe9b32509f8e19d726f91682&gt; /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1db3fc000 - 0x1db3fcfff MetalPerformanceShaders arm64 &lt;74e5b902be1533d1aa9e072ebdd804b2&gt; /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1db3fd000 - 0x1db81afff FaceCore arm64 &lt;2ceb5918beee311ba7de04e12fee58d3&gt; /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1db81b000 - 0x1db828fff GraphVisualizer arm64 &lt;68640c95bcad3d53871dc2b891e05585&gt; /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1db829000 - 0x1db9d0fff libFosl_dynamic.dylib arm64 &lt;2e55133314413d7abdf68875fd7d5789&gt; /usr/lib/libFosl_dynamic.dylib 0x1db9d1000 - 0x1dbc6efff CoreImage arm64 &lt;51537ca8b9e9309ea21e20dfa1395cdb&gt; /System/Library/Frameworks/CoreImage.framework/CoreImage 0x1dbc6f000 - 0x1dbea8fff CoreMotion arm64 &lt;df022c311d553504ae86cfb1628d2c40&gt; /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1dbea9000 - 0x1dbed9fff CoreBluetooth arm64 &lt;e441a843d5663abab86c7420a86e4952&gt; /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x1dbeda000 - 0x1dbefdfff PlugInKit arm64 &lt;a2962c472e4b3512aa860d0944e055d2&gt; /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x1dbefe000 - 0x1dc17bfff ********* arm64 &lt;6cb4842613eb330da424d6e2547729d6&gt; /System/Library/PrivateFrameworks/*********.framework/********* 0x1dc17c000 - 0x1dc206fff Quagga arm64 &lt;f0ce3f1cfaff386ab4dc8e7232e04df4&gt; /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1dc207000 - 0x1dc30afff AVFAudio arm64 &lt;64096e0d76f83796b0d8b4dd1c66dc30&gt; /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x1dc30b000 - 0x1dc51cfff AVFoundation arm64 &lt;1e7df8edf12d35479beda9bc5aa0be83&gt; /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1dc51d000 - 0x1dc53dfff CacheDelete arm64 &lt;6c40651e14a8326896465f2dfce97303&gt; /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1dc53e000 - 0x1dc57afff StreamingZip arm64 &lt;798e8946afa43fe3863801975cd2853a&gt; /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1dc57b000 - 0x1dc58efff CoreEmoji arm64 &lt;280062ab4ccf32fa94dc9cb36b523a37&gt; /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1dc58f000 - 0x1dc5defff CoreLocationProtobuf arm64 &lt;9f0ae129c6a9337fbc5acff0d45456fa&gt; /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1dc5df000 - 0x1dc5e7fff SymptomDiagnosticReporter arm64 &lt;d5658f3381e43ca6b5bbc483b5864e7d&gt; /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1dc5e8000 - 0x1dcff8fff GeoServices arm64 &lt;17b646ee2a1838a39f528dbc572cac8d&gt; /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x1dcff9000 - 0x1dd013fff MobileAsset arm64 &lt;b9d37c5178963565aa15e78853caf91f&gt; /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x1dd014000 - 0x1dd054fff Lexicon arm64 &lt;e48c2dc039493238960d2c93e7e31075&gt; /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x1dd055000 - 0x1dd066fff libcmph.dylib arm64 &lt;f23664aeab6f3c9782da810a7e94266d&gt; /usr/lib/libcmph.dylib 0x1dd067000 - 0x1dd18dfff LanguageModeling arm64 &lt;24d8e507481b341ba412edcaa3be4e05&gt; /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x1dd1a6000 - 0x1dd24afff CoreLocation arm64 &lt;9330baf0f6333fb8a41d6b633bcc2e1d&gt; /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x1dd24b000 - 0x1dd24bfff PhoneNumbers arm64 &lt;5b05da9bffff3813b28cc1cc66005322&gt; /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1dd24c000 - 0x1dd257fff libChineseTokenizer.dylib arm64 &lt;db0a3b9d5be23097af683b8936452c6c&gt; /usr/lib/libChineseTokenizer.dylib 0x1dd258000 - 0x1dd314fff libmecab_em.dylib arm64 &lt;4d9991fd7fc934029b1b2dee53d8e6d3&gt; /usr/lib/libmecab_em.dylib 0x1dd315000 - 0x1dd316fff libThaiTokenizer.dylib arm64 &lt;78b88b957fc8332e8eae3f80c17a3453&gt; /usr/lib/libThaiTokenizer.dylib 0x1dd317000 - 0x1dd31bfff libgermantok.dylib arm64 &lt;f86dd1e5096d3cbea5cb2365307f30d6&gt; /usr/lib/libgermantok.dylib 0x1dd328000 - 0x1dd395fff CoreNLP arm64 &lt;40278ba302053e2ab246052fc6365783&gt; /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x1dd396000 - 0x1dd568fff MobileSpotlightIndex arm64 &lt;5fb22b36671f31668380fd74e893d479&gt; /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1dd569000 - 0x1dd5cffff CoreSpotlight arm64 &lt;6bb69e2e8c0635ef9a48d497352910a1&gt; /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x1dd5d0000 - 0x1de1a6fff JavaScriptCore arm64 &lt;08a094acfd433ea7b5198bb5c81ac2d9&gt; /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x1de1a7000 - 0x1de1acfff libheimdal-asn1.dylib arm64 &lt;ccc7356f3a56394e9f5552d97d85c290&gt; /usr/lib/libheimdal-asn1.dylib 0x1de1ad000 - 0x1de227fff libate.dylib arm64 &lt;90af2833d96b3cec81cbd024d1d5477a&gt; /usr/lib/libate.dylib 0x1de228000 - 0x1de2d1fff TextureIO arm64 &lt;d8554341999d3cc5be1f3796414c7189&gt; /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1de2d2000 - 0x1de396fff CoreUI arm64 &lt;09f29bfe7ea13be69b4ef3dd05298538&gt; /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x1de397000 - 0x1de3a4fff MobileIcons arm64 &lt;c6f138dccd3938e38372d9adee931719&gt; /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1de3a5000 - 0x1de3b4fff AppleFSCompression arm64 &lt;85538bd218f53950b88a34643222621f&gt; /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1de3b5000 - 0x1de41dfff TextInput arm64 &lt;17d1a164a5e03d94ac71e8549095db33&gt; /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x1de448000 - 0x1de47dfff DataDetectorsCore arm64 &lt;9bceddf1d2ba323b8538558df04f19dd&gt; /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x1de47e000 - 0x1de519fff FileProvider arm64 &lt;ccaeb96d3b95325f950fcfbeed6acdf8&gt; /System/Library/Frameworks/FileProvider.framework/FileProvider 0x1de51a000 - 0x1de631fff NLP arm64 &lt;d97b0b8b07d734f3a36dba5a8075742e&gt; /System/Library/PrivateFrameworks/NLP.framework/NLP 0x1de632000 - 0x1de709fff ProofReader arm64 &lt;23a5a59257f337fa8fa4f3e6c8e2c87b&gt; /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1de70a000 - 0x1de71ffff libAccessibility.dylib arm64 &lt;3d4c7340829e3a8e85b01c0633eb4edd&gt; /usr/lib/libAccessibility.dylib 0x1de720000 - 0x1debc6fff libwebrtc.dylib arm64 &lt;078af0ef378f33fdbf1ef3796d6be5d4&gt; /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1debc7000 - 0x1dec33fff ContactsFoundation arm64 &lt;dbd2e52ad5a73fde800c44ba539605d4&gt; /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x1dec34000 - 0x1e04d0fff WebCore arm64 &lt;5223749c86da32d58bcd30e154bb506d&gt; /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x1e04d1000 - 0x1e065cfff WebKitLegacy arm64 &lt;1688ea2d095331299f63e487adff06da&gt; /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x1e065d000 - 0x1e068efff DataAccessExpress arm64 &lt;9267cd94c597317fa3c4ebabe711024b&gt; /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x1e068f000 - 0x1e0729fff AddressBookLegacy arm64 &lt;667f2cae7dab3e5e9d99bb079cf70a7e&gt; /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x1e072a000 - 0x1e0785fff ProtectedCloudStorage arm64 &lt;bc38285e44513f0eb5b43deff3a930e7&gt; /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1e0786000 - 0x1e07bafff UserNotifications arm64 &lt;82168a035eb2309385015198b454f9cc&gt; /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x1e07bb000 - 0x1e07c6fff AppleIDAuthSupport arm64 &lt;5a40bb13b271335d851035296b90ff88&gt; /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1e07c7000 - 0x1e0823fff AuthKit arm64 &lt;1b7d66c336cf32f289899ecbad70c330&gt; /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x1e0864000 - 0x1e0864fff UIKit arm64 &lt;8eea68714764320f85a4ff7198c8c59c&gt; /System/Library/Frameworks/UIKit.framework/UIKit 0x1e0865000 - 0x1e0878fff DocumentManagerCore arm64 &lt;68f6b4edc81230c39aa44ea36c6b36d5&gt; /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1e0879000 - 0x1e0887fff HangTracer arm64 &lt;02dae521345f3fa6a3d8fa5cf7066dc5&gt; /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x1e0888000 - 0x1e08dcfff PhysicsKit arm64 &lt;acac81aeea6c3afd806ae8bc4d8b356f&gt; /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1e08dd000 - 0x1e08e1fff StudyLog arm64 &lt;725a823183e53460b00045a0f41aaeb7&gt; /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x1e08e2000 - 0x1e09cffff UIFoundation arm64 &lt;dde598ba0b1f31deb5e6cfb7d2bc8443&gt; /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x1e09d0000 - 0x1e0af7fff CloudKit arm64 &lt;f29e28dc27223256bb5a72fa59f0a084&gt; /System/Library/Frameworks/CloudKit.framework/CloudKit 0x1e0af8000 - 0x1e0afffff IntentsFoundation arm64 &lt;a6087907269a30c892f1992d6608288f&gt; /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1e0b00000 - 0x1e0de8fff Intents arm64 &lt;8396c0b676ff3490981c4930aca55414&gt; /System/Library/Frameworks/Intents.framework/Intents 0x1e0de9000 - 0x1e0e01fff libresolv.9.dylib arm64 &lt;848c216532ff3a90b720ab803e7b7775&gt; /usr/lib/libresolv.9.dylib 0x1e0e02000 - 0x1e0e04fff CoreDuetDebugLogging arm64 &lt;f1b589f0a3b33de1a454c73cdae06261&gt; /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1e0e05000 - 0x1e0e36fff libtidy.A.dylib arm64 &lt;467a0690f869326c8a92f26f5085af19&gt; /usr/lib/libtidy.A.dylib 0x1e0e37000 - 0x1e1003fff CoreDuet arm64 &lt;f7a22752b15d3b9fa43eb06bb96c5789&gt; /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x1e1004000 - 0x1e1026fff CoreDuetContext arm64 &lt;12b34dfc1bc43034b2b1bd5e05db3bfe&gt; /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x1e1027000 - 0x1e1039fff CoreDuetDaemonProtocol arm64 &lt;3221c62ad93b3a19a81e549e9f0a1725&gt; /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1e103a000 - 0x1e10a8fff IMFoundation arm64 &lt;7e0cc48db261324d85a5cd3006780030&gt; /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x1e10a9000 - 0x1e10dafff vCard arm64 &lt;c390d48fd629395b821b0d8ee3b88339&gt; /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1e10db000 - 0x1e11f9fff Contacts arm64 &lt;55be6d454bc43f278ef25576bf291342&gt; /System/Library/Frameworks/Contacts.framework/Contacts 0x1e11fa000 - 0x1e11fbfff DiagnosticLogCollection arm64 &lt;5548d177b6a63e89b8372167d0a77a25&gt; /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x1e11fc000 - 0x1e11fdfff Marco arm64 &lt;6f05e30c12213f4f95d4f711c7f1a9c4&gt; /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1e11fe000 - 0x1e1205fff MessageProtection arm64 &lt;739cc00ef965328d9e01960bb1d3948f&gt; /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection 0x1e1206000 - 0x1e1517fff StoreServices arm64 &lt;47a10ea7f16436729851b2cf2357f21f&gt; /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x1e1518000 - 0x1e152ffff Engram arm64 &lt;5369f2a80c18343c85910194c20f303b&gt; /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1e1530000 - 0x1e1648fff IDSFoundation arm64 &lt;1b7dc5379d2b3834bdc55b1b46023d56&gt; /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x1e1649000 - 0x1e1654fff CaptiveNetwork arm64 &lt;12e2a9f5e6cf3a09a9a4e95c579b49fb&gt; /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1e1655000 - 0x1e1685fff EAP8021X arm64 &lt;218d176456c63c05b963977dd1698d01&gt; /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1e1686000 - 0x1e16c3fff MobileWiFi arm64 &lt;d2b69cd3670331e189b57b16028c252e&gt; /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x1e16c4000 - 0x1e16c6fff OAuth arm64 &lt;8d9f2868fe9431678cd2f68ab79ace29&gt; /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1e16c7000 - 0x1e16c9fff CommonAuth arm64 &lt;5fbf5cb914e335dba960926747529980&gt; /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x1e16ca000 - 0x1e173afff Heimdal arm64 &lt;f21750fe3d333024b00e2311b2ce871e&gt; /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x1e173b000 - 0x1e1764fff GSS arm64 &lt;32e1ed3cc4373426928b285f2c0b2c6b&gt; /System/Library/Frameworks/GSS.framework/GSS 0x1e1765000 - 0x1e177efff ApplePushService arm64 &lt;a959052d92793f04a645a732f19c07ad&gt; /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x1e177f000 - 0x1e1819fff AccountsDaemon arm64 &lt;cfb93972b9a73fb4aec2e77de88f0c9b&gt; /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x1e181a000 - 0x1e183cfff AppleIDSSOAuthentication arm64 &lt;fb30626c646b34d7a46937ae68db047a&gt; /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1e183d000 - 0x1e18c1fff AppleAccount arm64 &lt;bb7396a512a030519c552adb8e6a7c72&gt; /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x1e18c2000 - 0x1e1a18fff CoreUtils arm64 &lt;e150e4d8163e3f279c02e3d3a35d205a&gt; /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x1e1a19000 - 0x1e1b2cfff IDS arm64 &lt;e8ca9bcdd8413b55bcd3e811ccbbac74&gt; /System/Library/PrivateFrameworks/IDS.framework/IDS 0x1e1b2d000 - 0x1e1b52fff MediaServices arm64 &lt;1410ff10898d3f6aaf04f1ebbd4709b5&gt; /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x1e1b53000 - 0x1e1d33fff MediaRemote arm64 &lt;8cde2ed075c53485bb0a893020f28826&gt; /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x1e1d34000 - 0x1e1d4ffff UserManagement arm64 &lt;26f4d1225c9633e89c0f36faab8c13fd&gt; /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1e1d50000 - 0x1e1d5ffff MobileBluetooth arm64 &lt;c0c1d5f0ae193ac487f844a49ae13f4d&gt; /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x1e1d60000 - 0x1e1d90fff Bom arm64 &lt;a985718896823534b511cfebb6b53dd4&gt; /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1e1d91000 - 0x1e1d95fff CommunicationsFilter arm64 &lt;071be00d0bd83f53981db597f8c9e518&gt; /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1e1d96000 - 0x1e1dbafff FTAWD arm64 &lt;13b359bc880e3b96a714bba84ad57244&gt; /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1e1dbb000 - 0x1e1e15fff FTServices arm64 &lt;e26412c1d6443cb292ddcaee9d76d8dd&gt; /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x1e1e4f000 - 0x1e1e5afff ProactiveEventTracker arm64 &lt;2d16bba777ba3ed2b03937480ef13902&gt; /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x1e1e5b000 - 0x1e1ea9fff ChunkingLibrary arm64 &lt;3507047833e53eabb9b15697c751e47d&gt; /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1e1eaa000 - 0x1e1eb8fff libnetworkextension.dylib arm64 &lt;ddb32ecf30313585993699f085905790&gt; /usr/lib/libnetworkextension.dylib 0x1e1eb9000 - 0x1e1eddfff AddressBook arm64 &lt;36d3ada7a03337df98bd61dc9717eaf6&gt; /System/Library/Frameworks/AddressBook.framework/AddressBook 0x1e2e24000 - 0x1e2fddfff NetworkExtension arm64 &lt;8990936bd2453681a888e7ca5af1da95&gt; /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x1e2fde000 - 0x1e3437fff SiriTTS arm64 &lt;aebb866acd4d3b69acf0455d861981c7&gt; /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x1e3438000 - 0x1e3495fff SAObjects arm64 &lt;b4c98c6d57d1370ca21bb8591ee17669&gt; /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x1e3496000 - 0x1e34d7fff VoiceServices arm64 &lt;9ea126b18ed33798a8c1fdfd87e96db9&gt; /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1e3509000 - 0x1e3620fff AssistantServices arm64 &lt;2ce92c48d36e3285be1034dd84c016e1&gt; /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x1e3621000 - 0x1e3640fff AssetCacheServices arm64 &lt;d3bd86425a303abab852ee3d22a77719&gt; /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x1e3641000 - 0x1e36fdfff NetworkServiceProxy arm64 &lt;cef6e9d22f3136ec83c6ace937ec2ca9&gt; /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy 0x1e36fe000 - 0x1e37d6fff MMCS arm64 &lt;a7cc9304fb98326d9bfa0849de62edeb&gt; /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1e37d7000 - 0x1e37e3fff BluetoothManager arm64 &lt;08d17d0ae26e31abbc852c92d39ab93c&gt; /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x1e37e4000 - 0x1e3855fff CoreDAV arm64 &lt;a6c2a054ddd73c13876bb40d01f9d9b3&gt; /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1e3856000 - 0x1e388afff iCalendar arm64 &lt;684a4988f1bd3415944c8d0c96f3c82e&gt; /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1e388b000 - 0x1e3899fff PersonaKit arm64 &lt;dc9640f17438391290904ad08184bf16&gt; /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1e389a000 - 0x1e38f2fff CalendarFoundation arm64 &lt;19e82cfce94a3d8a9cba5aeca5fad949&gt; /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x1e38f3000 - 0x1e3923fff PhotosFormats arm64 &lt;a5f4355887613ba4b0a86152840726d8&gt; /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x1e3924000 - 0x1e39c1fff CalendarDatabase arm64 &lt;45873b18b6d43d45a7f39f8e1c53aa3c&gt; /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x1e39c2000 - 0x1e3a1cfff CalendarDaemon arm64 &lt;9ba838662ce238acb794195ee606d14d&gt; /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x1e3a1d000 - 0x1e3b95fff CloudPhotoLibrary arm64 &lt;3e822ec8b50f3358bc6483294aac8dc8&gt; /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x1e3b96000 - 0x1e3c85fff EventKit arm64 &lt;ce34a149d4b33a5a9a41587aa84bfde6&gt; /System/Library/Frameworks/EventKit.framework/EventKit 0x1e3c86000 - 0x1e3cbafff AssetsLibraryServices arm64 &lt;52765ec575a33a6d97d683952cd34518&gt; /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x1e3cf0000 - 0x1e3d17fff DCIMServices arm64 &lt;0b7e0679a30130cd9110c7a586ce1418&gt; /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x1e3d18000 - 0x1e3e53fff CoreMediaStream arm64 &lt;a4af6cd7c53138e2aa2905a2dea17e52&gt; /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x1e3e54000 - 0x1e3e5bfff XPCKit arm64 &lt;8aac7bc95c2a3de0aba1c5ace77f4333&gt; /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit 0x1e3f41000 - 0x1e3f5ffff CloudPhotoServices arm64 &lt;7aa4821861e03a76bbd14febb2062617&gt; /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x1e3f60000 - 0x1e3f6bfff CoreRecents arm64 &lt;2902d06ea5d7370a9e1975ec8327d3f7&gt; /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x1e3f6c000 - 0x1e3f8afff MediaStream arm64 &lt;a0889190190a31ce8daff79515180294&gt; /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x1e3f8b000 - 0x1e44cffff PhotoLibraryServices arm64 &lt;a52c1b536508357cb6c63b3d1fd25292&gt; /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x1e44d0000 - 0x1e44ecfff PrototypeTools arm64 &lt;b5419597415232b983c9fd9a49d8f8e4&gt; /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x1e44ed000 - 0x1e4576fff CoreSymbolication arm64 &lt;5d11a9b0cce834369c865d6947fd7459&gt; /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x1e4577000 - 0x1e46bcfff SearchFoundation arm64 &lt;34269926bafd318ebbddd710631b55ed&gt; /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x1e46bd000 - 0x1e46c3fff IncomingCallFilter arm64 &lt;dd46ff9e3f5034b9a535a691d145b9ba&gt; /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1e46c4000 - 0x1e477dfff iTunesStore arm64 &lt;993eb16523aa35c8aa426d1649de320b&gt; /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x1e477e000 - 0x1e4784fff libtzupdate.dylib arm64 &lt;8bcf6d94561e34d691c41f472054ab34&gt; /usr/lib/libtzupdate.dylib 0x1e4785000 - 0x1e48dbfff Preferences arm64 &lt;4098a94b887e32e08326385a823b4292&gt; /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x1e48dc000 - 0x1e48e4fff CoreTime arm64 &lt;3bf5c867f9683117a402be10381440f6&gt; /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x1e48e5000 - 0x1e4937fff CoreAppleCVA arm64 &lt;b0078fc3ae0c36a795398a41469bb846&gt; /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA 0x1e4938000 - 0x1e4978fff DifferentialPrivacy arm64 &lt;d4360cd4df933e219fe197878dd52873&gt; /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1e4979000 - 0x1e4b23fff AppleCVA arm64 &lt;c0e9b212558630ba8e8df7f526579960&gt; /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA 0x1e4b24000 - 0x1e4bc1fff Montreal arm64 &lt;9cbaf6f4d43434648664e609a8e24a5c&gt; /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x1e4bc2000 - 0x1e4f36fff Espresso arm64 &lt;7325af30cc093f16a4b9e07baecf0efb&gt; /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x1e4f37000 - 0x1e4f3dfff MobileSystemServices arm64 &lt;8f7b16f648f1395a880cf76d8ac8f3d8&gt; /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1e4f3e000 - 0x1e5142fff Photos arm64 &lt;f90d01bf75b03f9db6f0a9b3c8f00def&gt; /System/Library/Frameworks/Photos.framework/Photos 0x1e514f000 - 0x1e53b2fff CoreML arm64 &lt;55c2be61e44536d19a855261a7cf7b70&gt; /System/Library/Frameworks/CoreML.framework/CoreML 0x1e53b3000 - 0x1e53b7fff CoreOptimization arm64 &lt;31b079e4ebbf3af19b17483f8a684e40&gt; /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1e53b8000 - 0x1e5415fff SafariCore arm64 &lt;3db13bb8ae18354c9db1cfd56caccde7&gt; /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x1e5416000 - 0x1e5470fff CorePrediction arm64 &lt;5ab13f0cc9683f10b6be5b2dd52205b3&gt; /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1e5471000 - 0x1e5577fff Navigation arm64 &lt;e405af2ae0de3d7faa8b7ed7e42543b4&gt; /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1e5578000 - 0x1e5591fff ContactsDonation arm64 &lt;d302b8be5d723565afe06c4e51edc2bc&gt; /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x1e5592000 - 0x1e55befff Futhark arm64 &lt;c289191867063515aad175549121d9ad&gt; /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1e55bf000 - 0x1e5637fff NanoRegistry arm64 &lt;bee26bf062e5399280023b9e3f711566&gt; /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1e5638000 - 0x1e568dfff ToneLibrary arm64 &lt;bfca6808f8ed3f3cad71a554cef68fa3&gt; /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x1e568e000 - 0x1e56a5fff BaseBoardUI arm64 &lt;f571ad88a0023a2fafa8da2b367118e6&gt; /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x1e56a6000 - 0x1e5702fff ContactsUICore arm64 &lt;ab2b5701ff7a34df84052221cbaf5915&gt; /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1e5703000 - 0x1e5874fff ContactsUI arm64 &lt;b5d420e3e8bb3ab4998310c2b30381b5&gt; /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x1e5875000 - 0x1e5940fff CorePDF arm64 &lt;07423029f66f3dd1abb074fa94f8b01b&gt; /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x1e5941000 - 0x1e5c05fff Vision arm64 &lt;358c72916a243ea4bb8abcb8d97ff4ec&gt; /System/Library/Frameworks/Vision.framework/Vision 0x1e5c06000 - 0x1e60d0fff WebKit arm64 &lt;814d8f9452ff31b1a48c859083f76934&gt; /System/Library/Frameworks/WebKit.framework/WebKit 0x1e60d1000 - 0x1e6172fff BulletinBoard arm64 &lt;6abaf51226e432abb6aaf31e47d80657&gt; /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard 0x1e6173000 - 0x1e6178fff ConstantClasses arm64 &lt;111513b6286e32e587dfcf250185b852&gt; /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x1e6179000 - 0x1e6181fff CertUI arm64 &lt;d80a557b1fd7325b83733f1d30b40917&gt; /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1e6182000 - 0x1e61ccfff AXRuntime arm64 &lt;0af0d53f16e23c8c97abb9756f08af4a&gt; /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 0x1e61cd000 - 0x1e6206fff ScreenReaderCore arm64 &lt;c6d4360bc97d3937b9b11c10049c9857&gt; /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 0x1e6207000 - 0x1e6222fff TextToSpeech arm64 &lt;72185f9757cf3ef59ef2b9ea4756d166&gt; /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x1e6223000 - 0x1e627dfff CoreMIDI arm64 &lt;1b0acb0fe0603ee6a20dcefb2a3c9a6c&gt; /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1e627e000 - 0x1e631cfff MediaPlatform arm64 &lt;8287edbf51e43cebb1879bfbeab320d4&gt; /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x1e631d000 - 0x1e6387fff WebBookmarks arm64 &lt;d17d14faabdb311d81fae6fab9442152&gt; /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x1e6388000 - 0x1e6393fff DAAPKit arm64 &lt;e52ffcbc152b39d78447e6655b6e36e5&gt; /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x1e6394000 - 0x1e6396fff libAXSafeCategoryBundle.dylib arm64 &lt;773c21ef0910337daaa894a882a7e1db&gt; /usr/lib/libAXSafeCategoryBundle.dylib 0x1e6397000 - 0x1e63a2fff libAXSpeechManager.dylib arm64 &lt;e1e4ab0bc9ec3a7e99b6d54bc5208d6e&gt; /usr/lib/libAXSpeechManager.dylib 0x1e63a3000 - 0x1e6493fff AccessibilityUtilities arm64 &lt;dadd40260c373bb990cc749b92ab5352&gt; /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x1e6494000 - 0x1e67a6fff MediaLibraryCore arm64 &lt;89973abcd9ae338682b9a992acd07585&gt; /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x1e67a7000 - 0x1e67a8fff AdSupport arm64 &lt;3650520c61d530cba51a901584831876&gt; /System/Library/Frameworks/AdSupport.framework/AdSupport 0x1e67a9000 - 0x1e6a3dfff MusicLibrary arm64 &lt;eb401cf2b76130b1a8303d1fb4735b5f&gt; /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x1e6a3e000 - 0x1e7098fff VectorKit arm64 &lt;222b48f2a8e935dc8a8f9f31554cc25e&gt; /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x1e7099000 - 0x1e72e6fff MapKit arm64 &lt;73ad9a0f6183372f96607b027f0a4d8e&gt; /System/Library/Frameworks/MapKit.framework/MapKit 0x1e72e7000 - 0x1e748afff iTunesCloud arm64 &lt;ff5b8cd295ab34a6b3e2174d6f7ec954&gt; /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud 0x1e748b000 - 0x1e752cfff HomeSharing arm64 &lt;fa9a726650283393a8fabbe38446fe6d&gt; /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x1e76af000 - 0x1e7b25fff MediaPlayer arm64 &lt;ff7ea19c9f483501add1217231f7983b&gt; /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x1e7b26000 - 0x1e7b4bfff MobileInstallation arm64 &lt;079b0ada559d3a4b9f9862f764633ee4&gt; /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x1e7b57000 - 0x1e7b59fff InternationalTextSearch arm64 &lt;b9377b2cd03c37a5a48a5d4ef8986a4c&gt; /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x1e7bb6000 - 0x1e7bedfff ProactiveSupport arm64 &lt;f86bff2d37eb3285a431de430a110140&gt; /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x1e7c28000 - 0x1e7cf2fff TelephonyUtilities arm64 &lt;9b1079c01877304692d839a3db68708e&gt; /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x1e7cf3000 - 0x1e7d2efff CalendarUIKit arm64 &lt;ab7424102bf231fc8e5a169c4363e213&gt; /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit 0x1e7d2f000 - 0x1e7d4ffff AccessibilityUIUtilities arm64 &lt;7760108e26b13dc58076df4591760602&gt; /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 0x1e7dac000 - 0x1e7dbffff AssetsLibrary arm64 &lt;4b6b082e12c83fff9da675a7d817e2f8&gt; /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x1e7dc0000 - 0x1e7fa3fff EventKitUI arm64 &lt;d34b6bd99a4635c89010404e77c58b1e&gt; /System/Library/Frameworks/EventKitUI.framework/EventKitUI 0x1e7fa4000 - 0x1e8006fff AXMediaUtilities arm64 &lt;dac05c8660f23f1680bc090e5d94d263&gt; /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x1e809e000 - 0x1e813ffff Social arm64 &lt;f6d9d03fae0c3fc2b2a20091f5ead6ec&gt; /System/Library/Frameworks/Social.framework/Social 0x1e81db000 - 0x1e81f3fff CoreFollowUp arm64 &lt;4b9e88c51669302db005fb98d9d35d75&gt; /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x1e81f4000 - 0x1e8267fff CoreSuggestions arm64 &lt;09e04caf16403237a0c91853fc9b3788&gt; /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x1e8279000 - 0x1e830cfff CoreRecognition arm64 &lt;81e0a12601553523aa62efe5b2875143&gt; /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 0x1e86c5000 - 0x1e8769fff CoreParsec arm64 &lt;8470126a76e038bbaa19bab8ce6f3ce8&gt; /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x1e876a000 - 0x1e8799fff AirTraffic arm64 &lt;c944889391ff36efbc24882fb79742a0&gt; /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic 0x1e879a000 - 0x1e87ccfff SharedUtils arm64 &lt;47e6e5ff6eaa3b6c8793ef6be8521bf7&gt; /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x1e880f000 - 0x1e88d7fff VideoSubscriberAccount arm64 &lt;7a9b14aec08e3b178d18b99acea9a8dd&gt; /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount 0x1e89e8000 - 0x1e89ebfff SharedWebCredentials arm64 &lt;2a43f08b298d3687a1fcbfee8819d5ff&gt; /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 0x1e89ed000 - 0x1e8a07fff SafariFoundation arm64 &lt;b6dfce2b0961354683817c019f4255a5&gt; /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation 0x1e8bd6000 - 0x1e8becfff LocalAuthentication arm64 &lt;9ad35b5984c734278888fd48ebccde75&gt; /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x1e8bed000 - 0x1e8beffff ParsecSubscriptionServiceSupport arm64 &lt;2254cbfc9df2303c8d48078f4d0cf133&gt; /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 0x1e8c99000 - 0x1e8ee6fff SafariShared arm64 &lt;85fb8280c43b3651882497d5aee58d2a&gt; /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared 0x1e8ee7000 - 0x1e8f2afff WebUI arm64 &lt;eb66255c83de3db4bd6ca830a5984714&gt; /System/Library/PrivateFrameworks/WebUI.framework/WebUI 0x1e8f2b000 - 0x1e8f38fff SetupAssistantSupport arm64 &lt;019ccc95fbab33168aea5c22ed048f54&gt; /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1e8f39000 - 0x1e8f65fff SetupAssistant arm64 &lt;411e0dcd3ccd3dceaf1f537d90d08ade&gt; /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x1e8fb1000 - 0x1e8fbbfff MobileStorage arm64 &lt;5c7b1863bc1f3d67b69fef018ea23517&gt; /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage 0x1e8fff000 - 0x1e905cfff ImageCapture arm64 &lt;26ce9d2b80f33f419b2d3bc104aa026a&gt; /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture 0x1e9c75000 - 0x1e9c7bfff LinguisticData arm64 &lt;7caee372881c3d1f9390d0b03af3cd7b&gt; /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x1ea326000 - 0x1ea35efff StoreKit arm64 &lt;f4d88eedd6883cbd850486e8c289569b&gt; /System/Library/Frameworks/StoreKit.framework/StoreKit 0x1ea52f000 - 0x1ea549fff MetalKit arm64 &lt;78927c88792d3aae9f31b17ce0dc06ff&gt; /System/Library/Frameworks/MetalKit.framework/MetalKit 0x1eb304000 - 0x1eb3cbfff PDFKit arm64 &lt;fffa856f107e39baad39468091b181b1&gt; /System/Library/Frameworks/PDFKit.framework/PDFKit 0x1eb6d7000 - 0x1eb71ffff Pasteboard arm64 &lt;b30eff4691f93eb3ba344310fef24ed5&gt; /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x1eb774000 - 0x1eb786fff MobileDeviceLink arm64 &lt;6c83bb2817cb3df4ab1f4839ba31211f&gt; /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink 0x1eb872000 - 0x1eb8bbfff MobileBackup arm64 &lt;cb74725b5aa7388ba4033f6438947caa&gt; /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x1eb8bc000 - 0x1eb909fff SafariSafeBrowsing arm64 &lt;62de2f25c914306883a6e31ff59efbec&gt; /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1eb927000 - 0x1eba60fff SafariServices arm64 &lt;68b284ffc742371eb4458c8b76127384&gt; /System/Library/Frameworks/SafariServices.framework/SafariServices 0x1eba61000 - 0x1ebac5fff AppStoreDaemon arm64 &lt;681f7e411e79300892576d23d187ebd6&gt; /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon 0x1ecaea000 - 0x1ecaf5fff MobileActivation arm64 &lt;16cf2591f8c6302b891843ab22b545d7&gt; /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 0x1ecb5d000 - 0x1ecb75fff IAP arm64 &lt;0d41c2588bd535ab906e17171556c50d&gt; /System/Library/PrivateFrameworks/IAP.framework/IAP 0x1ecc26000 - 0x1ecdbbfff Sharing arm64 &lt;fd4498fe0abe36bcbd95c706e00c8dfd&gt; /System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x1ed0fc000 - 0x1ed115fff ExternalAccessory arm64 &lt;3d2d466ca1193ca898e639314c2f92d0&gt; /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x1ed17e000 - 0x1ed182fff AccessibilityUIShared arm64 &lt;bcf49e9abd213703ae02c383a7492e13&gt; /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared 0x1ed231000 - 0x1ed246fff NewsFoundation arm64 &lt;5d8f32dabf323e1291eb9e9a89ec4549&gt; /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation 0x1ed247000 - 0x1ed4c2fff NewsTransport arm64 &lt;86cce81c68863ff587661695ef81104e&gt; /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport 0x1ed566000 - 0x1ed56cfff AccessibilityUI arm64 &lt;effa689b2d3c3e9e8fc661e68a4a427b&gt; /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI 0x1ed622000 - 0x1ed983fff NewsCore arm64 &lt;130dc02dd378352ab0298d45b0d3c6e9&gt; /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore 0x1ed9c7000 - 0x1eda21fff ClockKit arm64 &lt;b2d7f9368fa534219d89e7bc528dba27&gt; /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit 0x1eda42000 - 0x1eda46fff NewsDaemon arm64 &lt;fa2300a48f3537579178adbbd7479eb8&gt; /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon 0x1ee123000 - 0x1ee13bfff NewsServicesInternal arm64 &lt;5757ab08d93e34c6a4451f90a3d0cc6a&gt; /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal 0x1ee2bc000 - 0x1ee2c2fff DuetRecommendation arm64 &lt;a4ebebf1176f3d8dab25071aecbc6e27&gt; /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation 0x1ee2c3000 - 0x1ee316fff LoggingSupport arm64 &lt;ede8c931f27c39cf8175b0891a9e383d&gt; /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x1ee4ab000 - 0x1ee503fff NewsToday arm64 &lt;eb87ffcc54b1327d8933a9c68c4b0fed&gt; /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday 0x1ee676000 - 0x1ee67ffff FamilyCircle arm64 &lt;7535fe776adb3f68b6888e55226058d3&gt; /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle 0x1ee680000 - 0x1ee684fff NewsServices arm64 &lt;f378d7e22af83860aece90a36531d75f&gt; /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices 0x1f03c3000 - 0x1f03e7fff AppSupportUI arm64 &lt;e175d9e65e273d7f968b40a849e9cbc1&gt; /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x1f0e4f000 - 0x1f0e95fff Catalyst arm64 &lt;05be1dbe5be434f4ab110dac91649b8e&gt; /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x1f1198000 - 0x1f119dfff kperf arm64 &lt;572aa29534bb37cc8e544ee15d3463d7&gt; /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1f13f7000 - 0x1f141dfff CellularPlanManager arm64 &lt;7af54f535af53890aaead3f075692029&gt; /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x1f141e000 - 0x1f1473fff DeviceManagement arm64 &lt;bf2941d8fe2a3f1692dd48dce60a5846&gt; /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement 0x1f1605000 - 0x1f160dfff kperfdata arm64 &lt;f4620334986e38e98e931067de385b99&gt; /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1f164f000 - 0x1f1657fff libdscsym.dylib arm64 &lt;dda4d6d8726830b5a7f376b335a8a626&gt; /usr/lib/libdscsym.dylib 0x1f1a22000 - 0x1f1a5dfff ktrace arm64 &lt;e902fa450019310e8f617f083b72991d&gt; /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1f1b74000 - 0x1f1badfff ATFoundation arm64 &lt;c5e67399b51a3d86a30f121378fa0499&gt; /System/Library/PrivateFrameworks/ATFoundation.framework/ATFoundation 0x1f1ca1000 - 0x1f1ca3fff SpeakTypingServices arm64 &lt;1cd2f93192ba32abafb195e66daa775b&gt; /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices 0x1f1ca4000 - 0x1f1ca9fff ZoomServices arm64 &lt;da3718d7cf16388788a035ed5d34dc56&gt; /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices 0x1f2cc8000 - 0x1f2dbdfff AirTrafficDevice arm64 &lt;f9d2458adb87311ba5c58cdb0b0262c8&gt; /System/Library/PrivateFrameworks/AirTrafficDevice.framework/AirTrafficDevice 0x1f3089000 - 0x1f30d8fff DataDetectorsUI arm64 &lt;cbe53173d29230bca161d968ec443d75&gt; /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI 0x1f3caa000 - 0x1f3cf1fff BiometricKit arm64 &lt;ebda3e18d11d342097e985e54018e3f2&gt; /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x1f3d11000 - 0x1f3d20fff CTCarrierSpace arm64 &lt;e0e472d5c15b3299acf726bc887f4a98&gt; /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x1f41b6000 - 0x1f41cafff DeviceIdentity arm64 &lt;2e79000089393081ab44eb6b50c5a28d&gt; /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1f62ce000 - 0x1f6309fff Rapport arm64 &lt;75af0cd41b473873a23549e768b5f020&gt; /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x1f6346000 - 0x1f6363fff SignpostSupport arm64 &lt;bdf24caa8639393c91ab0c63ac67b9a6&gt; /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1f72b8000 - 0x1f72bffff libMatch.1.dylib arm64 &lt;bbcb1097fcfa325b9d9f05f0908555fc&gt; /usr/lib/libMatch.1.dylib 0x1f7308000 - 0x1f7324fff libtailspin.dylib arm64 &lt;1524df9fb2b73c399c44873003d93881&gt; /usr/lib/libtailspin.dylib 0x1f732e000 - 0x1f733efff AccessibilitySettingsLoader arm64 &lt;bc15eb2cf8eb39429af895b40ede611e&gt; /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 0x1f762c000 - 0x1f78f8fff RawCamera arm64 &lt;1ab69f04fcb730879a132c9701d9dcfd&gt; /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x1f7bd2000 - 0x1f7be6fff libCGInterfaces.dylib arm64 &lt;2f86837d483d3f7081b2b0be81fb12b0&gt; /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x1fa17b000 - 0x1fa186fff ContextKit arm64 &lt;be3d2690ebe73e67ba8b2c1629d7c327&gt; /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit 0x1fa3fa000 - 0x1fa421fff CoreServicesInternal arm64 &lt;16ddb06391db33b78c392c8eb0642bd9&gt; /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1faa9f000 - 0x1faab0fff libGSFontCache.dylib arm64 &lt;37d8e959f882385d8c02d8428d156c06&gt; /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1faab1000 - 0x1faae3fff libTrueTypeScaler.dylib arm64 &lt;f0026980fd283da59101671a838c295b&gt; /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x1fc5e1000 - 0x1fc5e5fff InternationalSupport arm64 &lt;af9e9ca5cb2b38078b06c2d59403d9b0&gt; /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1fd9ae000 - 0x1fd9bafff PersonaUI arm64 &lt;a406fe2120d8346aa41b5a612ca073ef&gt; /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 0x1fddef000 - 0x1fddf9fff SignpostCollection arm64 &lt;00135dd558123406a8de5b113b46c0f2&gt; /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1fe9aa000 - 0x1fe9adfff XCTTargetBootstrap arm64 &lt;c732718f99b93182a7d5c469034423a9&gt; /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x1fe9f0000 - 0x1fea02fff libEDR arm64 &lt;0dbc442ca3b73822836f4d4277b86331&gt; /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1ff455000 - 0x1ff462fff libMobileGestaltExtensions.dylib arm64 &lt;325f742107343277991dfec14f4e2136&gt; /usr/lib/libMobileGestaltExtensions.dylib 0x1ff574000 - 0x1ff574fff libcharset.1.dylib arm64 &lt;764c4c134fe430e693eee098943f080a&gt; /usr/lib/libcharset.1.dylib 0x200042000 - 0x200043fff libsandbox.1.dylib arm64 &lt;3a6a7e668fe1322da8a176af6bd4c15e&gt; /usr/lib/libsandbox.1.dylib 0x200082000 - 0x200083fff liblog_network.dylib arm64 &lt;7eab3309ee4c3742a09191f603fba2ba&gt; /usr/lib/log/liblog_network.dylib 0x200170000 - 0x20017afff AuthenticationServices arm64 &lt;6a2c76b2dc1f3733aebef33e6cb6bff3&gt; /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices 0x200205000 - 0x200359fff CoreServices arm64 &lt;8ff5e10cf9ec360793a8cb4d04c2702d&gt; /System/Library/Frameworks/CoreServices.framework/CoreServices 0x200386000 - 0x20039ffff MPSRayIntersector arm64 &lt;89f7bd5c27c63c8595e49bf21da12d5c&gt; /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x2003cf000 - 0x20050afff Network arm64 &lt;e2efc0b1a9973f0685f319f22163b0d7&gt; /System/Library/Frameworks/Network.framework/Network 0x200516000 - 0x200524fff ANEServices arm64 &lt;4e0074288e86323a835af6f16103dbdc&gt; /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x200529000 - 0x20052cfff ASEProcessing arm64 &lt;4ee3c48315873462abea3b3a564212b7&gt; /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x20052d000 - 0x200534fff AXCoreUtilities arm64 &lt;6e2f25703d1930c6a56bae6f2b5720e5&gt; /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x2007ac000 - 0x2008e7fff AppleMediaServices arm64 &lt;890db3172c413b6cb3a136709001a732&gt; /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x2008e8000 - 0x2008f7fff AppleNeuralEngine arm64 &lt;d51c4e5d61793995a058fb747db98c7c&gt; /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x200a55000 - 0x200a8bfff C2 arm64 &lt;15996041b1dd34fbabfb1e60e5fa25fb&gt; /System/Library/PrivateFrameworks/C2.framework/C2 0x200c16000 - 0x200c21fff Categories arm64 &lt;fda1c7524f493afcacdb382d9f25ab5b&gt; /System/Library/PrivateFrameworks/Categories.framework/Categories 0x200c29000 - 0x200d4afff ConfigurationEngineModel arm64 &lt;c2f0e189a21539bc8fa55a392426b68c&gt; /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel 0x200f9d000 - 0x200ff5fff DocumentManager arm64 &lt;77e3e5851c583df3a1ad888a63a16a85&gt; /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x201047000 - 0x20104bfff IdleTimerServices arm64 &lt;9a6445bc9bf036e1a12196b00e6d86e9&gt; /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x2010b4000 - 0x2010dffff MetadataUtilities arm64 &lt;87de1c976a553626911f27e0ffb9333f&gt; /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x201650000 - 0x201663fff NewsAnalyticsUpload arm64 &lt;629b8bfdb2c33b60bdc9e1286e3971ab&gt; /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload 0x201666000 - 0x2016b7fff OTSVG arm64 &lt;210f6e2e6eb835a3b78e2bc45ba9448f&gt; /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x201792000 - 0x2017f1fff PhotoFoundation arm64 &lt;01a54d389cb9337f950c1a36c2e2337f&gt; /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation 0x201845000 - 0x20188afff PhotosImagingFoundation arm64 &lt;e21ec6b8fc53386abcade680cd2e4cb5&gt; /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation 0x2018e0000 - 0x201940fff ROCKit arm64 &lt;539d1c2db474310da500a92ca31707aa&gt; /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit 0x201a6b000 - 0x201a9cfff RemoteConfiguration arm64 &lt;7f0dc4cb725a36db8c8da7dc274affc7&gt; /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration 0x201aac000 - 0x201b08fff RemoteManagement arm64 &lt;30cb306248ac30af8ba0671581ba5adf&gt; /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement 0x201b09000 - 0x201b1bfff RemoteTextInput arm64 &lt;c9aa100dbdd3330c95622ccd8d0fe50e&gt; /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x201b41000 - 0x201bdbfff SampleAnalysis arm64 &lt;53517ab8983d3e178814507351509a72&gt; /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x201cb3000 - 0x201cb3fff SignpostNotification arm64 &lt;682292457c5436f6ba37f24a227c52b1&gt; /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification 0x201d22000 - 0x201d2afff StatsKit arm64 &lt;02d6e2fa4d313a2aa616176ec125e3c8&gt; /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit 0x202855000 - 0x20397cfff UIKitCore arm64 &lt;2c3451830db23e5f9d6f09ee30142579&gt; /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x20397d000 - 0x203987fff UIKitServices arm64 &lt;9a2a92832631341082c78ddef8991415&gt; /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x203988000 - 0x20398ffff URLFormatting arm64 &lt;2003351d4edf3d7fa9620008be7ff9ff&gt; /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x203990000 - 0x2039b2fff UsageTracking arm64 &lt;32f895e7356f33f583b16b4880499090&gt; /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 }
Posted
by ZeMing.
Last updated
.
Post not yet marked as solved
0 Replies
145 Views
1 'Apple IST CA2' (an intermediate certificate) issued by 'Geo Trust' expires this month. The issuer of the next intermediate certificate after this one is 'AAACertificateServices', is it right? reference Page: https://developer.apple.com/news/?id=7gx0a2lp 2 I want to test in my staging environment. I want to an intermediate certificate issued by 'AAACertificateServices' for this purpose. Please let me know the site where I can download it.
Posted
by ry_iizuka.
Last updated
.
Post not yet marked as solved
2 Replies
199 Views
'AppleISTCA2G1.cer’ that I use now will expire soon. In this case, which should be used as the new intermediate certificate, 'Worldwide Developer Relations - G4’ or ‘AppleISTCA8G1.cer’? reference page: https://www.apple.com/certificateauthority/
Posted
by ry_iizuka.
Last updated
.
Post marked as solved
6 Replies
413 Views
Hi, Created new "Dev ID Application" certificate and it shows in my local Keychain where I created CSR as "Certificate is not trusted". I also see some Push Notification certs created recently have the same warning. Items tried. Installed new Intermedate certs as recommended in post https://developer.apple.com/forums/thread/672933 :- WDRCA-G3 expiring 20-Feb 2030 installed on (Login -> Certifcate) WDRCA expiring 7-Feb 2023 installed on (Login -> Certifcate) Deleted and reinstalled both of the above WDRCA certs Restarted Keychain & Mac several times. The same warning is seen on each of Mac nodes that I have installed the new certs on. Does anyone know how to resolve or have any suggestions on how I can debug this problem.
Posted
by brianbur.
Last updated
.
Post not yet marked as solved
7 Replies
137k Views
After upgrading to macOS 10.13.4 and Xcode 9.3, my project now makes all my Provisioning Profile ineligible! They worked before upgrade.The error message for the distribution profile is:Provisioning profile "distribution profile name" doesn't include signing certificate "development certificate name"So I search through the forum,remove ALL items in keychain My Certificateredownload the distribution profile (double tap to install to Xcode)create new distribution profile (double tap to install to Xcode)recreate the Production certificate (double tap to install to Keychain)redownload the Development certificate (double tap to install to Keychain)So now my keychain has two production certificate (one is newly created), and one development certificate, and the error is still there. I found it weird that it asked for the development certificate in distribution profile? (I think this is the clue, but I don't know why)So now what should I do? Please help!
Posted
by limtc.
Last updated
.
Post not yet marked as solved
1 Replies
187 Views
Example for google.com as an item name, I have two keychain items with the name "Foo", one in KeychainA another in keychainB. When I run the following which password should be retrieved? Password from KeychainA or KeychainB? Does it retrieve items from keychains by prioritizing retrieval from 'default' keychain first? Or it's sorted by the keychain name? or it prioritizes items based on date? security find-generic-password -w -s 'google.com' -a 'Foo' I asked because we often have certs that are duplicated across keychains and when I run the command above, the item is retrieved from a locked keychain. Which causes an OS prompt and that halts our Jenkins/CI.
Posted
by honey9.
Last updated
.
Post not yet marked as solved
1 Replies
199 Views
I have two certificates in my Apple Developer Portal as follows: I have created a Development Profile just fine for a new app. Now when I try to create a Distribution Profile I get an error as follows: No Certificates are available. Click "Create Certificate" to create a Certificate. You need a Certificate to configure a Provisioning Profile. I am not understanding why it's saying no certificates are available when I clearly have a certificate listed here. I have released a couple of apps previously with these certificates and don't quite remember the steps but I believe I am supposed to be creating the identifier for the app and the two profiles (one for development and one for distribution). Am I remembering the process incorrectly or is there some reason it is no longer seeing my certificate? Any help would be greatly appreciated. Thank you.
Posted
by kojow7.
Last updated
.
Post not yet marked as solved
1 Replies
149 Views
I have two certs with same name so prevent the ambiguity that codesign has when it finds two certs with same name in the keychain, I tried to create a new keychain and moved the cert I want into it and passed the path with --keychain param to the codesign tool. But it still looks for the cert in the login keychain. What's wrong with the below command? codesign -fs "$CODE_SIGN_IDENTITY" --keychain "full/path/to/codesigning.keychain-db" $FILE
Posted Last updated
.
Post not yet marked as solved
8 Replies
389 Views
I'd like to delete these, but I can't because they are greyed-out. They also prevent me from creating a new certificate. There was an error attaching screenshots on this forum for some reason, so I uploaded them here: https://imgur.com/a/ZHlJ4yC Can anyone help me out please? I tried deleting my Apple ID from Xcode and sign in again, I tried doing it with the root user, I tried safe mode, I tried completely deleting the app along with its related files and reinstall it... Is there a command I could execute with the Terminal to delete those? Thanks!
Posted Last updated
.
Post not yet marked as solved
0 Replies
131 Views
Hello, I've been working on and troubleshooting some Pass Type IDs for apple wallet development, and I've incorrectly made a few certificates and I would like to revoke them. Viewing those certificates from both the Admin and Account Holder accounts, I am unable to revoke these certificates. They are not in use, and the "Revoke" button is grayed out. How do I revoke these certificates? Thanks, chuck
Posted
by chuckzee.
Last updated
.
Post not yet marked as solved
3 Replies
274 Views
Hello, Since few days we cannot sign our application due to CodeSignin error: A timestamp was expected but was not found I have opened FB9997275 I tried to traceroute timestamp.apple.com but it never ends 1 51.159.121.1 (51.159.121.1) 1.214 ms 0.551 ms 0.459 ms 2 51.158.2.13 (51.158.2.13) 1.061 ms 51.158.2.11 (51.158.2.11) 0.968 ms 0.728 ms 3 51.158.2.32 (51.158.2.32) 0.696 ms 51.158.2.34 (51.158.2.34) 0.874 ms 51.158.2.36 (51.158.2.36) 0.716 ms 4 51.158.2.8 (51.158.2.8) 0.871 ms 51.158.2.0 (51.158.2.0) 1.011 ms 0.851 ms 5 apple-1.par.franceix.net (37.49.237.176) 1.258 ms 1.386 ms 1.113 ms 6 17.0.11.136 (17.0.11.136) 95.672 ms 96.637 ms 17.0.11.130 (17.0.11.130) 99.582 ms 7 17.0.15.136 (17.0.15.136) 96.593 ms 17.0.15.134 (17.0.15.134) 96.727 ms 17.0.15.136 (17.0.15.136) 96.523 ms 8 17.0.15.177 (17.0.15.177) 95.605 ms 17.0.15.175 (17.0.15.175) 96.647 ms 95.433 ms 9 17.0.15.41 (17.0.15.41) 96.356 ms 95.740 ms * 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * ... I also tried to nc -v timestamp.apple.com 80 but it succeeds: Connection to timestamp.apple.com port 80 [tcp/http] succeeded! Anything we can do on our side ? Nothing changes since this error happened. Regards
Posted
by beamdev.
Last updated
.