Need IOS Debugging Advice

Hi All,

I am new to IOS debugging, and I am not an apple user, so pardon the noob question.
I am running unity 2019.4.34f1 on windows pc.
I have been exporting to IOS, builds in xcode 10/11/12 and push to app store with no issues.

I recently finished an old app that worked fine on old ipad device running ios 12.

Latest build on new xcode 13 the app crashes on device after splash.
The unity logo is fine.
The splash is fine, it’s a unity scene with 1 image on canvas.
The crash occurs when loading the main menu,
which is just a bunch of small buttons similar to the splash page on a 2D UI canvas, there is nothing significant on the main menu, and there are no packages or custom assets being used.

The app runs fine on all other Androids, iPhones and iPad pros.
There are no errors in unity editor.
There are no build errors in xcode, obviously.
The xcode build warnings that appear are the same warnings I see on all my ios apps which work fine on same device, just deprecated warnings.

I have bitcode enabled with symbolicated data enabled on uploads.
But the app store states:
Only includes feedback from testers running iOS 13 or macOS 12 or later.

So app store does not show crash data for this old device.

I have read all other black screen crashes on xcode13, in unity forums and stackO, which I have tried and did not resolve my issue. Including building with bitcode enabled = NO

How do I get crash logs for our old devices running ios 10 or 12.
Can someone explain how to get a crash log from old ipad air, Model MD785LL/B running ios 12.5.5?

Or any suggestions about how you would go about debugging this crash?

Do you have such a device and can reproduce? If so, this may help https://discussions.unity.com/t/700551

Yes, thank you. I was also able to connect the device to XCode and get the crash log right from the device via USB. However it is showing the crash log is caused by suggestd located here.
/System/Library/PrivateFrameworks/CoreSuggestions.framework/suggestd
crashing thread1

How do I go about solving this?

Incident Identifier: AF6A1471-CCB4-4E18-A264-6E1C5D08B562
CrashReporter Key: 40632cf00669fa9da458374b2c4d2d7f3d9ef228
Hardware Model: iPad4,1
Process: suggestd [280]
Path: /System/Library/PrivateFrameworks/CoreSuggestions.framework/suggestd
Identifier: suggestd
Version: ???
Code Type: ARM-64 (Native)
Role: Unspecified
Parent Process: launchd [1]
Coalition: com.apple.suggestd [240]

Date/Time: 2022-05-25 13:52:42.3416 -0700
Launch Time: 2022-05-25 13:46:10.1705 -0700
OS Version: iPhone OS 12.5.5 (16H62)
Baseband Version: n/a
Report Version: 104

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

Application Specific Information:
abort() called

Last Exception Backtrace:
0 CoreFoundation 0x1e4f26180 __exceptionPreprocess + 228
1 libobjc.A.dylib 0x1e40fe9f8 objc_exception_throw + 55
2 CoreFoundation 0x1e4e3f88c +[NSException raise:format:arguments:] + 103
3 Foundation 0x1e5903b38 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 111
4 PersonalizationPortrait 0x1f92e8564 -[PPMutableNamedEntityRecord setExtractionAssetVersion:] + 243
5 PersonalizationPortraitInternals 0x20f7e9990 +[PPDKStorageUtils namedEntityRecordFromEvent:] + 2491
6 PersonalizationPortraitInternals 0x20f7ff3d8 +[PPStorage namedEntityRecordsWithQuery:error:] + 3839
7 PersonalizationPortraitInternals 0x20f7e17f8 -[PPLocalNamedEntityStore namedEntityRecordsWithQuery:error:] + 439
8 PersonalizationPortraitInternals 0x20f7e2404 -[PPLocalNamedEntityStore rankedNamedEntitiesWithQuery:error:] + 483
9 PersonalizationPortraitInternals 0x20f834748 __82-[PPNamedEntityReadOnlyServerRequestHandler rankedNamedEntitiesWithQuery:queryId:]_block_invoke + 87
10 PersonalizationPortraitInternals 0x20f812f38 __76-[PPXPCServerPipelinedBatchQueryManager runConcurrentlyWithRequestThrottle:]_block_invoke + 27
11 libdispatch.dylib 0x1e4963a38 _dispatch_call_block_and_release + 23
12 libdispatch.dylib 0x1e49647d4 _dispatch_client_callout + 15
13 libdispatch.dylib 0x1e4915164 _dispatch_root_queue_drain + 679
14 libdispatch.dylib 0x1e49158d4 _dispatch_worker_thread2 + 127
15 libsystem_pthread.dylib 0x1e4b451b4 _pthread_wqthread + 463
16 libsystem_pthread.dylib 0x1e4b47cd4 start_wqthread + 3

Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x00000001e4ab70f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001e4ab65a0 mach_msg + 72
2 CoreFoundation 0x00000001e4eb7914 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x00000001e4eb2824 __CFRunLoopRun + 1360
4 CoreFoundation 0x00000001e4eb1fb4 CFRunLoopRunSpecific + 436
5 CoreFoundation 0x00000001e4eb2d10 CFRunLoopRun + 80
6 suggestd 0x00000001003bf8e4 0x1003bc000 + 14564
7 libdyld.dylib 0x00000001e49758e0 start + 4

Thread 1 name: Dispatch queue: com.apple.root.background-qos
Thread 1 Crashed:
0 libsystem_kernel.dylib 0x00000001e4ac20dc __pthread_kill + 8
1 libsystem_pthread.dylib 0x00000001e4b3b094 pthread_kill$VARIANT$mp + 380
2 libsystem_c.dylib 0x00000001e4a1aea8 abort + 140
3 libc++abi.dylib 0x00000001e40e7788 __cxa_bad_cast + 0
4 libc++abi.dylib 0x00000001e40e7934 default_unexpected_handler+ 6452 () + 0
5 libobjc.A.dylib 0x00000001e40fee00 _objc_terminate+ 24064 () + 124
6 libc++abi.dylib 0x00000001e40f3838 std::__terminate(void (*)+ 55352 ()) + 16
7 libc++abi.dylib 0x00000001e40f38c4 std::terminate+ 55492 () + 84
8 libdispatch.dylib 0x00000001e49647e8 _dispatch_client_callout + 36
9 libdispatch.dylib 0x00000001e4915164 _dispatch_root_queue_drain + 680
10 libdispatch.dylib 0x00000001e49158d4 _dispatch_worker_thread2 + 128
11 libsystem_pthread.dylib 0x00000001e4b451b4 _pthread_wqthread + 464
12 libsystem_pthread.dylib 0x00000001e4b47cd4 start_wqthread + 4

Thread 2 name: Dispatch queue: NSPersistentStoreCoordinator 0x1006b1230
Thread 2:
0 libsystem_malloc.dylib 0x00000001e4b12de8 free_tiny + 404
1 CoreFoundation 0x00000001e4f5349c __CFBasicHashRemoveValue + 180
2 CoreFoundation 0x00000001e4f5338c CFBasicHashRemoveValue + 2160
3 CoreFoundation 0x00000001e4e85430 CFDictionaryRemoveValue + 248
4 CoreData 0x00000001e79c3018 -[NSPersistentStoreCache decrementRefCountForObjectID:] + 108
5 CoreData 0x00000001e79c30ec -[NSSQLCore managedObjectContextDidUnregisterObjectsWithIDs:generation:] + 192
6 CoreData 0x00000001e7aeb3c4 __111-[NSPersistentStoreCoordinator+ 1504196 (_NSInternalMethods) managedObjectContextDidUnregisterObjectsWithIDs:generation:]_block_invoke + 728
7 CoreData 0x00000001e7af092c gutsOfBlockToNSPersistentStoreCoordinatorPerform + 212
8 libdispatch.dylib 0x00000001e49647d4 _dispatch_client_callout + 16
9 libdispatch.dylib 0x00000001e490d324 _dispatch_lane_serial_drain$VARIANT$mp + 592
10 libdispatch.dylib 0x00000001e490de40 _dispatch_lane_invoke$VARIANT$mp + 428
11 libdispatch.dylib 0x00000001e49164ac _dispatch_workloop_worker_thread + 596
12 libsystem_pthread.dylib 0x00000001e4b45114 _pthread_wqthread + 304
13 libsystem_pthread.dylib 0x00000001e4b47cd4 start_wqthread + 4

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

Thread 1 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000104b4c2d7
x4: 0x00000001e40f6b71 x5: 0x000000016fb56a40 x6: 0x000000000000006e x7: 0xffffffffffffffec
x8: 0x0000000000000c00 x9: 0x00000001e4b3f888 x10: 0x00000001e4b3af18 x11: 0x0000000000000003
x12: 0x0000000000000000 x13: 0x00000000ffffffff x14: 0x0000000000000010 x15: 0x0000000000000000
x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x000000016fb57000 x21: 0x000000016fb56a40 x22: 0x000000000000621b x23: 0x000000016fb570e0
x24: 0x0000000101900940 x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0xffffffffffffffff
x28: 0x000000016fb570e0 fp: 0x000000016fb569a0 lr: 0x00000001e4b3b094
sp: 0x000000016fb56970 pc: 0x00000001e4ac20dc cpsr: 0x00000000

Binary Images:
0x1003bc000 - 0x1003c3fff suggestd arm64 <4e1f1970d4ca30cbb1a97a3481b5c569> /System/Library/PrivateFrameworks/CoreSuggestions.framework/suggestd
0x100498000 - 0x1004effff dyld arm64 /usr/lib/dyld
0x101c84000 - 0x101c8ffff libobjc-trampolines.dylib arm64 <5c70172b980036538f831777fdbd6c8d> /usr/lib/libobjc-trampolines.dylib
0x1e408e000 - 0x1e408ffff libSystem.B.dylib arm64 <3f6c9d5f48a135daaff4745a4af7c720> /usr/lib/libSystem.B.dylib
0x1e4090000 - 0x1e40e5fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib
0x1e40e6000 - 0x1e40f8fff libc++abi.dylib arm64 <5fa69db3be2b326a960e679cbc20cdd2> /usr/lib/libc++abi.dylib
0x1e40f9000 - 0x1e4880fff libobjc.A.dylib arm64 /usr/lib/libobjc.A.dylib
0x1e4881000 - 0x1e4885fff libcache.dylib arm64 /usr/lib/system/libcache.dylib
0x1e4886000 - 0x1e4891fff libcommonCrypto.dylib arm64 <0c58b1e3fed53c33b9c3af8c0b9688f9> /usr/lib/system/libcommonCrypto.dylib
0x1e4892000 - 0x1e4896fff libcompiler_rt.dylib arm64 /usr/lib/system/libcompiler_rt.dylib
0x1e4897000 - 0x1e489ffff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib
0x1e48a0000 - 0x1e4903fff libcorecrypto.dylib arm64 /usr/lib/system/libcorecrypto.dylib
0x1e4904000 - 0x1e4973fff libdispatch.dylib arm64 /usr/lib/system/libdispatch.dylib
0x1e4974000 - 0x1e499dfff libdyld.dylib arm64 /usr/lib/system/libdyld.dylib
0x1e499e000 - 0x1e499efff liblaunch.dylib arm64 <9e2f4992c6473276807823b419a8f3a2> /usr/lib/system/liblaunch.dylib
0x1e499f000 - 0x1e49a4fff libmacho.dylib arm64 <41daeba77c823cbbb7433df85dedbea4> /usr/lib/system/libmacho.dylib
0x1e49a5000 - 0x1e49a6fff libremovefile.dylib arm64 /usr/lib/system/libremovefile.dylib
0x1e49a7000 - 0x1e49befff libsystem_asl.dylib arm64 /usr/lib/system/libsystem_asl.dylib
0x1e49bf000 - 0x1e49bffff libsystem_blocks.dylib arm64 <833e4ea3a9d83ad7afcfc45e6ee1bc99> /usr/lib/system/libsystem_blocks.dylib
0x1e49c0000 - 0x1e4a41fff libsystem_c.dylib arm64 <7b832a1730893fcf9055cf7063826182> /usr/lib/system/libsystem_c.dylib
0x1e4a42000 - 0x1e4a46fff libsystem_configuration.dylib arm64 <9a4ce5fd5de235708bf4f778233ca8f0> /usr/lib/system/libsystem_configuration.dylib
0x1e4a47000 - 0x1e4a4efff libsystem_containermanager.dylib arm64 <06f0fa92ff9d3eb6812b21cef1296d45> /usr/lib/system/libsystem_containermanager.dylib
0x1e4a4f000 - 0x1e4a50fff libsystem_coreservices.dylib arm64 <135bee020972348ca4a4ff2df261aa28> /usr/lib/system/libsystem_coreservices.dylib
0x1e4a51000 - 0x1e4a57fff libsystem_darwin.dylib arm64 <379f49c976333543ad6bcbbcd4eeb975> /usr/lib/system/libsystem_darwin.dylib
0x1e4a58000 - 0x1e4a5efff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib
0x1e4a5f000 - 0x1e4a9efff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib
0x1e4a9f000 - 0x1e4ac9fff libsystem_kernel.dylib arm64 <8ea6a465995b3a4cad964c6ef0b52ff6> /usr/lib/system/libsystem_kernel.dylib
0x1e4aca000 - 0x1e4af7fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib
0x1e4af8000 - 0x1e4b1afff libsystem_malloc.dylib arm64 <9a11b06b2b0b3003860a0071ee67c3d0> /usr/lib/system/libsystem_malloc.dylib
0x1e4b1b000 - 0x1e4b26fff libsystem_networkextension.dylib arm64 <219380cbf26d348587c46347b3f993be> /usr/lib/system/libsystem_networkextension.dylib
0x1e4b27000 - 0x1e4b2dfff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib
0x1e4b2e000 - 0x1e4b38fff libsystem_platform.dylib arm64 <463a90f819f832e28da7dbbdb9cb3ef3> /usr/lib/system/libsystem_platform.dylib
0x1e4b39000 - 0x1e4b49fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib
0x1e4b4a000 - 0x1e4b4cfff libsystem_sandbox.dylib arm64 /usr/lib/system/libsystem_sandbox.dylib
0x1e4b4d000 - 0x1e4b54fff libsystem_symptoms.dylib arm64 <2ba35b43355736baba119e83f6162657> /usr/lib/system/libsystem_symptoms.dylib
0x1e4b55000 - 0x1e4b6afff libsystem_trace.dylib arm64 <4320113258db3d2d9781206282c2e848> /usr/lib/system/libsystem_trace.dylib
0x1e4b6b000 - 0x1e4b70fff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib
0x1e4b71000 - 0x1e4b9efff libxpc.dylib arm64 /usr/lib/system/libxpc.dylib
0x1e4b9f000 - 0x1e4dfafff libicucore.A.dylib arm64 <9cb75b8216a7321a9bfd6f9133337cc3> /usr/lib/libicucore.A.dylib
0x1e4dfb000 - 0x1e4e0cfff libz.1.dylib arm64 <6dc41c4168cb3a21b450862472c6ff37> /usr/lib/libz.1.dylib
0x1e4e0d000 - 0x1e516bfff CoreFoundation arm64 <476ba5dd461231ec9dae8901e3b92d43> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1e516c000 - 0x1e517cfff libbsm.0.dylib arm64 <7b3b671039803a11b038ccdb29038709> /usr/lib/libbsm.0.dylib
0x1e517d000 - 0x1e517dfff libenergytrace.dylib arm64 /usr/lib/libenergytrace.dylib
0x1e517e000 - 0x1e520cfff IOKit arm64 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1e520d000 - 0x1e52f4fff libxml2.2.dylib arm64 <4c96acf5be5439799d591e40f73526b3> /usr/lib/libxml2.2.dylib
0x1e52f5000 - 0x1e5302fff libbz2.1.0.dylib arm64 <35c4fd3b0b1532309e293e47c6a5bd18> /usr/lib/libbz2.1.0.dylib
0x1e5303000 - 0x1e531bfff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib
0x1e531c000 - 0x1e5495fff libsqlite3.dylib arm64 <477c0ff57e703d93abb26d15844b4be0> /usr/lib/libsqlite3.dylib
0x1e5496000 - 0x1e54cafff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib
0x1e54cb000 - 0x1e5878fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1e5879000 - 0x1e5b63fff Foundation arm64 <4cea07d90b363457b6f537300db76dc2> /System/Library/Frameworks/Foundation.framework/Foundation
0x1e5b64000 - 0x1e5c72fff Security arm64 /System/Library/Frameworks/Security.framework/Security
0x1e5c73000 - 0x1e5cdcfff SystemConfiguration arm64 <03c18281b3af39528270f52e3d57818c> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1e5cdd000 - 0x1e5d0ffff libCRFSuite.dylib arm64 <8299a6467af837ffbe05ddc263b650c3> /usr/lib/libCRFSuite.dylib
0x1e5d10000 - 0x1e5d26fff libapple_nghttp2.dylib arm64 <768786825cbb31f387cddc8c340f3a62> /usr/lib/libapple_nghttp2.dylib
0x1e5d27000 - 0x1e5d50fff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib
0x1e5e19000 - 0x1e5e2ffff libcoretls.dylib arm64 <99dd96d8696b32e6bdea3cb304e08854> /usr/lib/libcoretls.dylib
0x1e5e30000 - 0x1e5e31fff libcoretls_cfhelpers.dylib arm64 /usr/lib/libcoretls_cfhelpers.dylib
0x1e5e32000 - 0x1e5e33fff liblangid.dylib arm64 <60639c92a94733cfb3d6d1dcfcf03b55> /usr/lib/liblangid.dylib
0x1e5e34000 - 0x1e61a4fff libnetwork.dylib arm64 <30bf4104f3603f0e8d419b576d5d96f1> /usr/lib/libnetwork.dylib
0x1e61a5000 - 0x1e61d8fff libpcap.A.dylib arm64 <968ceb0dd0db314cb5740c81546f55a5> /usr/lib/libpcap.A.dylib
0x1e6237000 - 0x1e6243fff IOSurface arm64 /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1e6244000 - 0x1e62f6fff libBLAS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1e62f7000 - 0x1e6613fff libLAPACK.dylib arm64 <7960eafdb8fa3fa5b59404892146d9ba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1e6614000 - 0x1e6882fff vImage arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1e6883000 - 0x1e6894fff libSparseBLAS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1e6895000 - 0x1e68effff libvMisc.dylib arm64 <9ba94da9f7a43703a5c4426c0efb1e34> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1e68f0000 - 0x1e691efff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1e691f000 - 0x1e6933fff libLinearAlgebra.dylib arm64 <66c44cc0708b3110a45297f99706ff93> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1e6934000 - 0x1e6938fff libQuadrature.dylib arm64 <31c73b487a8f368eb24ebf5b647b7326> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1e6939000 - 0x1e69a7fff libSparse.dylib arm64 <8fd38e6409c33199a5952d14dc7514c8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1e69a8000 - 0x1e6a38fff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1e6a39000 - 0x1e6a39fff vecLib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1e6a3a000 - 0x1e6a3afff Accelerate arm64 /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1e6a3b000 - 0x1e6a52fff libcompression.dylib arm64 /usr/lib/libcompression.dylib
0x1e6a53000 - 0x1e6ff8fff CoreGraphics arm64 <4d0f03ff5d5138e395cb3c9e0fd763f6> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1e6ff9000 - 0x1e6ffefff IOAccelerator arm64 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1e6fff000 - 0x1e7004fff libCoreFSCache.dylib arm64 <44b5e3479d8231238d51a20197936e50> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1e7005000 - 0x1e70a9fff Metal arm64 <733478b6b0583afabab52da21a0f4665> /System/Library/Frameworks/Metal.framework/Metal
0x1e70aa000 - 0x1e70bcfff GraphicsServices arm64 <2c2db792b08a32b5a758d34e1216cf49> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1e70bd000 - 0x1e70bdfff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1e70be000 - 0x1e70c0fff IOSurfaceAccelerator arm64 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1e70c1000 - 0x1e7103fff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1e7104000 - 0x1e76a0fff ImageIO arm64 <2982f02b8f733adf8ad3f09f672336d2> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1e76a1000 - 0x1e770ffff BaseBoard arm64 <050812572f963d82a69c3e201f62a16d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1e7710000 - 0x1e7725fff AssertionServices arm64 <750b4a63c3bc380f92c8d7165b2df65c> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1e7726000 - 0x1e772efff CorePhoneNumbers arm64 /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1e772f000 - 0x1e7772fff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1e7773000 - 0x1e778bfff CrashReporterSupport arm64 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1e778c000 - 0x1e7791fff AggregateDictionary arm64 <79b36fb31cbd3e15ae82e0fab84529e7> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1e7792000 - 0x1e780dfff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib
0x1e780e000 - 0x1e782cfff ProtocolBuffer arm64 <7e56f93088dc35bca66be9a939903e29> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1e782d000 - 0x1e785cfff MobileKeyBag arm64 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1e785d000 - 0x1e7897fff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1e7898000 - 0x1e78fafff FrontBoardServices arm64 /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1e78fb000 - 0x1e7940fff SpringBoardServices arm64 <7e423d6547043d3389d362321a906f03> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1e7941000 - 0x1e7954fff PowerLog arm64 <679d1c27a51935a38b9d1f526f6e556a> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1e7955000 - 0x1e796ffff CommonUtilities arm64 <61ec3e45f5ed3868b4d8185cff410f55> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1e7970000 - 0x1e797bfff liblockdown.dylib arm64 <5fbe33fc5def30709248ccd2ecff1131> /usr/lib/liblockdown.dylib
0x1e797c000 - 0x1e7c9efff CoreData arm64 <427c92bd371e32bf851fe8a9aaee9b96> /System/Library/Frameworks/CoreData.framework/CoreData
0x1e7c9f000 - 0x1e7ca6fff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1e7ca7000 - 0x1e7caefff libcupolicy.dylib arm64 /usr/lib/libcupolicy.dylib
0x1e7caf000 - 0x1e7d82fff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1e7d83000 - 0x1e7ddafff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts
0x1e7ddb000 - 0x1e7dfefff AppleSauce arm64 /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1e7dff000 - 0x1e7e09fff DataMigration arm64 <3f5cfcfe61c3380aa87c44d8d33e1bbb> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1e7e0a000 - 0x1e7e10fff Netrb arm64 /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1e7e11000 - 0x1e7e42fff PersistentConnection arm64 <9027b31c451c33a19832ca0e93d280f7> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1e7e43000 - 0x1e7e53fff libmis.dylib arm64 /usr/lib/libmis.dylib
0x1e7e54000 - 0x1e7f59fff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1e7f5a000 - 0x1e7f5ffff libReverseProxyDevice.dylib arm64 /usr/lib/libReverseProxyDevice.dylib
0x1e7f60000 - 0x1e7f72fff libamsupport.dylib arm64 <084b735f98d831a78cc47929efde3863> /usr/lib/libamsupport.dylib
0x1e7f73000 - 0x1e7f78fff libCoreVMClient.dylib arm64 <98681b6fca663eeca0deefc3abc32412> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1e7f79000 - 0x1e7f7afff libCVMSPluginSupport.dylib arm64 <33fc1c01962a3f03ad7c889849d9ec38> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1e7f7b000 - 0x1e7f7efff libutil.dylib arm64 /usr/lib/libutil.dylib
0x1e7f7f000 - 0x1e7fbcfff libGLImage.dylib arm64 <259d75b0cf3f3a2aba638a9f26df2d13> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1e7fbd000 - 0x1e803afff APFS arm64 <6d3df0cdd4b7329185febf7ded1ea320> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1e803b000 - 0x1e806cfff MediaKit arm64 <6252f4037d993a29b6dc95c749e6028e> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1e806d000 - 0x1e8087fff libSERestoreInfo.dylib arm64 <91248a3679cb30c1ac158d7d170b688d> /usr/lib/updaters/libSERestoreInfo.dylib
0x1e808e000 - 0x1e80c9fff DiskImages arm64 /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1e80ca000 - 0x1e80d3fff libGFXShared.dylib arm64 <234c7d4a5b8d36aa9f9f3bd7f74562fa> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1e80d4000 - 0x1e8121fff libauthinstall.dylib arm64 /usr/lib/libauthinstall.dylib
0x1e8122000 - 0x1e812afff IOMobileFramebuffer arm64 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1e812b000 - 0x1e8135fff OpenGLES arm64 <5a2073ef455432fc8a9a3e0cd33d3369> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1e8136000 - 0x1e8256fff ColorSync arm64 <76045a6c237731cd89d9dfb4597c6032> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1e8257000 - 0x1e8286fff CoreVideo arm64 <55ac70d1d6543ef7a175dec4eccbe83d> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1e8287000 - 0x1e8288fff libCTGreenTeaLogger.dylib arm64 /usr/lib/libCTGreenTeaLogger.dylib
0x1e8289000 - 0x1e83dafff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1e83db000 - 0x1e83fafff CoreAnalytics arm64 <984e65d5f221339e89bc5fb160ba410f> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1e83fb000 - 0x1e83fefff UserFS arm64 <5d86a93b409f357ca54e227f44b3fd2e> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1e83ff000 - 0x1e85b3fff CoreMedia arm64 <2ed1f9923f403e989db260f3d20b5c14> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1e85b4000 - 0x1e85c6fff libprotobuf-lite.dylib arm64 <0e7149ea07d73179b5fef5d5cbc370dc> /usr/lib/libprotobuf-lite.dylib
0x1e85c7000 - 0x1e8624fff libprotobuf.dylib arm64 <665460a4481d3e45b02896e7a39cc9bb> /usr/lib/libprotobuf.dylib
0x1e8625000 - 0x1e8942fff libAWDSupportFramework.dylib arm64 <6dafc419933035dba1500d3825d617be> /usr/lib/libAWDSupportFramework.dylib
0x1e8943000 - 0x1e8988fff WirelessDiagnostics arm64 <21fa234746cb3a1f9e8b70e166a7a6de> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1e8989000 - 0x1e8a49fff VideoToolbox arm64 <39201ff910083e7092ab30d1b00e054f> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1e8a4a000 - 0x1e8b4efff libFontParser.dylib arm64 <8ef9fd2d67e73031819da6a4eaa7a718> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1e8b4f000 - 0x1e8b4ffff FontServices arm64 <93c847f075133c91b0e83845838c4e50> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1e8b50000 - 0x1e8cb1fff CoreText arm64 <8a7c724e11f9353ea4042e49edc0039a> /System/Library/Frameworks/CoreText.framework/CoreText
0x1e8cb2000 - 0x1e8cc0fff IntlPreferences arm64 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1e8cc1000 - 0x1e8ccafff RTCReporting arm64 <6e80d11cad7b34929b5d800c0973dde9> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1e8ccb000 - 0x1e8d7cfff CoreBrightness arm64 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1e8d7d000 - 0x1e8d86fff libAudioStatistics.dylib arm64 /usr/lib/libAudioStatistics.dylib
0x1e8d87000 - 0x1e9325fff AudioToolbox arm64 <62a17834763c357b9d56c1328bbf9af2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1e9326000 - 0x1e955ffff QuartzCore arm64 <6b194f6c291e374b9605e0c2d7305e2c> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1e9560000 - 0x1e956afff MediaAccessibility arm64 <5837229c8bd73e79a19acf96833bc5b8> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1e956b000 - 0x1e965dfff libiconv.2.dylib arm64 <7111a4efda3b3dabab069ffbb0c37213> /usr/lib/libiconv.2.dylib
0x1e965e000 - 0x1e9679fff NetworkStatistics arm64 <030a7d02016838528205368691643148> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1e967a000 - 0x1e9698fff MPSCore arm64 <9729ffdbde453a49b03530ca7afd112e> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1e9699000 - 0x1e970cfff MPSImage arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1e970d000 - 0x1e9731fff MPSMatrix arm64 <2bf3ec3b6c04335da0cfa3fc57140a6b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1e9732000 - 0x1e9740fff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1e9741000 - 0x1e9dcefff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1e9dcf000 - 0x1e9f39fff MPSNeuralNetwork arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1e9f3a000 - 0x1e9f3afff MetalPerformanceShaders arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1e9f3b000 - 0x1ea34dfff FaceCore arm64 <7597239100fc3aae914831156175d585> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1ea34e000 - 0x1ea35bfff GraphVisualizer arm64 <449ddd4f1a27348c8d4521919a2e4407> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1ea35c000 - 0x1ea580fff libFosl_dynamic.dylib arm64 <2c8ec260066136dab58661ed234906b0> /usr/lib/libFosl_dynamic.dylib
0x1ea581000 - 0x1ea815fff CoreImage arm64 <70b26e52d7ff3df8a3cebcd66ff0abf5> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1ea816000 - 0x1eaa38fff CoreMotion arm64 <6844e1347736340e90d826bc503c0b2c> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1eaa39000 - 0x1eaa67fff CoreBluetooth arm64 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1eaa68000 - 0x1eaa89fff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1eaa8a000 - 0x1ead16fff Celestial arm64 <0bca267809f937d4bf156237454838b4> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1ead17000 - 0x1ead98fff Quagga arm64 <3939c0799087337f89e63296905c3845> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1ead99000 - 0x1eae8ffff AVFAudio arm64 <6498c97ab83d3f0b9984edc8cbf0acd6> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1eae90000 - 0x1eb08cfff AVFoundation arm64 <5ec8813386b6306b94b127e98b0d1f0a> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1eb08d000 - 0x1eb0aafff CacheDelete arm64 /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1eb0ab000 - 0x1eb0e4fff StreamingZip arm64 <1c05f1b9bfde38319375fed6449d094f> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1eb0e5000 - 0x1eb0f7fff CoreEmoji arm64 /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1eb0f8000 - 0x1eb147fff CoreLocationProtobuf arm64 <44f889fb128532a2933c792f51c1394a> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1eb148000 - 0x1eb14ffff SymptomDiagnosticReporter arm64 <144b59cc685d3978aac7dae36984ea4e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1eb150000 - 0x1ebb3dfff GeoServices arm64 <4815f3db1cbc3594bdadcc0f9be0f3b7> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1ebb3e000 - 0x1ebb58fff MobileAsset arm64 /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1ebb59000 - 0x1ebb94fff Lexicon arm64 /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1ebb95000 - 0x1ebba6fff libcmph.dylib arm64 <0eb7742e12603ecbbebefbc9261679bc> /usr/lib/libcmph.dylib
0x1ebba7000 - 0x1ebcb6fff LanguageModeling arm64 <14330268929a37b7900cee1939dbe925> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1ebcce000 - 0x1ebd68fff CoreLocation arm64 <1b1f2a25c92038eb9dce0579117051ca> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1ebd69000 - 0x1ebd69fff PhoneNumbers arm64 <4f59d081f82c31948043aa1dae7478c7> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1ebd6a000 - 0x1ebd74fff libChineseTokenizer.dylib arm64 /usr/lib/libChineseTokenizer.dylib
0x1ebd75000 - 0x1ebe25fff libmecab_em.dylib arm64 <73fec3cb44513935acbe2e8bfba1921a> /usr/lib/libmecab_em.dylib
0x1ebe26000 - 0x1ebe27fff libThaiTokenizer.dylib arm64 <59332022d8823478bf9eb54ce48bfe70> /usr/lib/libThaiTokenizer.dylib
0x1ebe28000 - 0x1ebe2cfff libgermantok.dylib arm64 <76ceafd0c96439149b8d036a74211875> /usr/lib/libgermantok.dylib
0x1ebe2d000 - 0x1ebe90fff CoreNLP arm64 <38c5096cc4973803bdd3513fd06e4713> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1ebe9d000 - 0x1ec061fff MobileSpotlightIndex arm64 <626e68d169a3387a807c52e8906d074a> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1ec062000 - 0x1ec0c3fff CoreSpotlight arm64 <5dd3b02f50ca320192e5f0371e66efd2> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1ec0c4000 - 0x1ecd64fff JavaScriptCore arm64 <482a2273da6131d5acd040111251e194> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1ecd65000 - 0x1ecd6afff libheimdal-asn1.dylib arm64 <9019bbd4ac49361bbb613e15defaab53> /usr/lib/libheimdal-asn1.dylib
0x1ecd6b000 - 0x1ecde5fff libate.dylib arm64 <251d3a76427031539bf82132bf72fc64> /usr/lib/libate.dylib
0x1ecde6000 - 0x1ece8dfff TextureIO arm64 <8fdebc2e6801325f9a339502a847b8d2> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1ece8e000 - 0x1ecf51fff CoreUI arm64 <6da9efc315cd38f2abfb252fb4431cc7> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1ecf52000 - 0x1ecf5ffff MobileIcons arm64 <669f28fa87ac3093a51390caec6b9c14> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1ecf60000 - 0x1ecf6efff AppleFSCompression arm64 /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1ecf6f000 - 0x1ecfd7fff TextInput arm64 <6bfbe5edba0133b5b4a36c38619c79ef> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1ed001000 - 0x1ed034fff DataDetectorsCore arm64 <243766753787357d992e0101c43e75be> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1ed035000 - 0x1ed0c6fff FileProvider arm64 <2db092b714fe39f5a23d79b9f05c9e2a> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1ed0c7000 - 0x1ed1bcfff NLP arm64 /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1ed1bd000 - 0x1ed292fff ProofReader arm64 <58a6859161853303806c89bb60e57b46> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1ed293000 - 0x1ed2a8fff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib
0x1ed2a9000 - 0x1ed796fff libwebrtc.dylib arm64 <403a472f01783ec482dd068adb4ee609> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1ed797000 - 0x1ed7fbfff ContactsFoundation arm64 <4b8771a289de37dcb28204e7c0386e66> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1ed7fc000 - 0x1ef15efff WebCore arm64 <9cd27acb19f231ae9595bb27b3dd67d8> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1ef15f000 - 0x1ef2f8fff WebKitLegacy arm64 <841061771b053e5eb3f313ef8721ebae> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1ef2f9000 - 0x1ef328fff DataAccessExpress arm64 <38aaccc8fd993071ae42cc9b30f9605e> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1ef329000 - 0x1ef3c2fff AddressBookLegacy arm64 <15878cb249cb3827a3e9b15ee5e994a5> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1ef3c3000 - 0x1ef41afff ProtectedCloudStorage arm64 <1370a568a6453c31860cac4d706ec933> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1ef41b000 - 0x1ef44cfff UserNotifications arm64 /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1ef44d000 - 0x1ef458fff AppleIDAuthSupport arm64 <54e4594ccfb9383281b1e984e92b59bd> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1ef459000 - 0x1ef4aefff AuthKit arm64 /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1ef4ed000 - 0x1ef4edfff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit
0x1ef4ee000 - 0x1ef501fff DocumentManagerCore arm64 <45f6421d1f153f7ba91438ea5c3d6817> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1ef502000 - 0x1ef510fff HangTracer arm64 <714f43994a5334409bea099634cfc4fb> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1ef511000 - 0x1ef55ffff PhysicsKit arm64 /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1ef560000 - 0x1ef564fff StudyLog arm64 <8c0b4a15a5923414ad5b459ff4d07159> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1ef565000 - 0x1ef650fff UIFoundation arm64 <479f53149c843586b27288644086bc29> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1ef651000 - 0x1ef771fff CloudKit arm64 <62c84ef4035e3dff90b122bfa0df9de2> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1ef772000 - 0x1ef779fff IntentsFoundation arm64 <831d7360c9bc31f7a1df2238546041ad> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1ef77a000 - 0x1efa60fff Intents arm64 /System/Library/Frameworks/Intents.framework/Intents
0x1efa61000 - 0x1efa79fff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib
0x1efa7a000 - 0x1efa7cfff CoreDuetDebugLogging arm64 <835926705e073230b590bd93ee650e59> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1efa7d000 - 0x1efaaefff libtidy.A.dylib arm64 /usr/lib/libtidy.A.dylib
0x1efaaf000 - 0x1efc69fff CoreDuet arm64 /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1efc6a000 - 0x1efc8afff CoreDuetContext arm64 <67494920c5153f6b8f581410d01ee46c> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1efc8b000 - 0x1efc9cfff CoreDuetDaemonProtocol arm64 <2718a234e3283ee9960c1b8cb16ae2c7> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1efc9d000 - 0x1efd03fff IMFoundation arm64 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1efd04000 - 0x1efd35fff vCard arm64 <45514ce28387304ba860f34c2b9217d8> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1efd36000 - 0x1efe47fff Contacts arm64 <04ee20ec5d8e3bcdb4b08bd44dd10563> /System/Library/Frameworks/Contacts.framework/Contacts
0x1efe48000 - 0x1efe49fff DiagnosticLogCollection arm64 <6bc5e5cf7bc23e288188a02b8d6a4dc5> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1efe4a000 - 0x1efe4bfff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1efe4c000 - 0x1efe53fff MessageProtection arm64 <8bd9746105c032228f1d2594a9dc50ea> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1efe54000 - 0x1f0140fff StoreServices arm64 <674b16f2f6f433d19cea0ec5ca6b41cc> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1f0141000 - 0x1f0157fff Engram arm64 /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1f0158000 - 0x1f0267fff IDSFoundation arm64 /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1f0268000 - 0x1f0272fff CaptiveNetwork arm64 <1cf4f49e1a4334909edcfa2b91bbc505> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1f0273000 - 0x1f02a2fff EAP8021X arm64 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1f02a3000 - 0x1f02e0fff MobileWiFi arm64 <0461850e9d17320998908539bedbd54d> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1f02e1000 - 0x1f02e3fff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1f02e4000 - 0x1f02e6fff CommonAuth arm64 <1a78c29704bd319da3f35d3eb0efc836> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1f02e7000 - 0x1f0356fff Heimdal arm64 <0633c20d357f3dacb1ad41be0cbbfaae> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1f0357000 - 0x1f0380fff GSS arm64 <1ed8d4fd4bf031ff817858d7e49e50ed> /System/Library/Frameworks/GSS.framework/GSS
0x1f0381000 - 0x1f0398fff ApplePushService arm64 <6dee391da0113de0a7b0e2b85fc10d6d> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1f0399000 - 0x1f0428fff AccountsDaemon arm64 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1f0429000 - 0x1f044afff AppleIDSSOAuthentication arm64 <9a630d4f0e663b10be5c56a22512f0ed> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1f044b000 - 0x1f04cbfff AppleAccount arm64 <231b0148ba2d3b70bb63c432f771d11f> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1f04cc000 - 0x1f0644fff CoreUtils arm64 /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1f0645000 - 0x1f073efff IDS arm64 /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1f073f000 - 0x1f0765fff MediaServices arm64 <8e2c8356f2563bc0be6bf9f15ed12c8a> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1f0766000 - 0x1f0939fff MediaRemote arm64 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1f093a000 - 0x1f0954fff UserManagement arm64 <61b7c761895a33459b75d97a6f54e58f> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1f0966000 - 0x1f0996fff Bom arm64 <0da0541ff6c73bc2aaffff8b860f0f37> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1f0a4a000 - 0x1f0a55fff ProactiveEventTracker arm64 <18596a97eff3313fb2ceb3b3cc2ff451> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1f0a56000 - 0x1f0aa4fff ChunkingLibrary arm64 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1f0ab4000 - 0x1f0ad7fff AddressBook arm64 <08f704438bcd3ac48e9b1166be879344> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1f19cf000 - 0x1f1df9fff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1f1dfa000 - 0x1f1e58fff SAObjects arm64 /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1f1e59000 - 0x1f1e98fff VoiceServices arm64 <53e39385c1c53906868a3b6567010b93> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1f1ec8000 - 0x1f1ff1fff AssistantServices arm64 <22f1105c9ad335dfa458138ec5490f38> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1f21a4000 - 0x1f2213fff CoreDAV arm64 /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1f2214000 - 0x1f2248fff iCalendar arm64 /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1f2249000 - 0x1f2255fff PersonaKit arm64 /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1f2256000 - 0x1f22acfff CalendarFoundation arm64 <8d806e82eb2a3b63abb70bc04cc82b81> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1f22dc000 - 0x1f2375fff CalendarDatabase arm64 <3fc34a1680b3379c846c303b275fe02c> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1f2376000 - 0x1f23cefff CalendarDaemon arm64 /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1f252c000 - 0x1f2610fff EventKit arm64 <6fd87d1b65ed3d3e9a3b20dbf6047dc7> /System/Library/Frameworks/EventKit.framework/EventKit
0x1f28c3000 - 0x1f28cefff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1f2dee000 - 0x1f2e09fff PrototypeTools arm64 <4e28a4cca6c434eda60310b814e375eb> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1f2e0a000 - 0x1f2e89fff CoreSymbolication arm64 <43f5fbb08a523997ab3d4052d2d70b47> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1f2e8a000 - 0x1f2fd8fff SearchFoundation arm64 /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1f31ec000 - 0x1f31f4fff CoreTime arm64 <2aa8f9ef7c5a34ea823163443b10cfa1> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1f3246000 - 0x1f3284fff DifferentialPrivacy arm64 /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1f3428000 - 0x1f34dffff Montreal arm64 /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1f3802000 - 0x1f3808fff MobileSystemServices arm64 <91b9a775d6e433dbb23a783036311de4> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1f3c1f000 - 0x1f3c7bfff SafariCore arm64 <626f748c9d5332d7bf27d37bcc253ccb> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1f3dda000 - 0x1f3df1fff ContactsDonation arm64 <8cc47d9e9681386f8f904d061e53962b> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1f3e1f000 - 0x1f3e8efff NanoRegistry arm64 <46afca4895b13f8897717f9c88bf09bb> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1f49d1000 - 0x1f49d6fff ConstantClasses arm64 <8fd3e2cca197384891859b813400dc7c> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1f49d7000 - 0x1f49dffff CertUI arm64 <8b7c2e66e1de3578b6f393ca437cb8ce> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1f4b65000 - 0x1f4bc5fff WebBookmarks arm64 <62746d686a1b347c80c76afbae152631> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1f5e5a000 - 0x1f5e68fff NanoPreferencesSync arm64 <82d07bad44233539a5f0d4e89643ed8d> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1f629f000 - 0x1f62c3fff MobileInstallation arm64 <34d4312379a73314b0e0d9c0fe8035af> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1f62c4000 - 0x1f62cbfff EmailAddressing arm64 <6b8169bfac5d3d11b56849ce039dcd2c> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1f62cc000 - 0x1f62cefff MessageSupport arm64 /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1f62cf000 - 0x1f62d1fff InternationalTextSearch arm64 /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1f62d2000 - 0x1f632bfff MIME arm64 <68a97c5f51e932bdaf54d1038f0a83ef> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1f632c000 - 0x1f6361fff ProactiveSupport arm64 <93e543f7823a309ea38765c5d4498d74> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1f6362000 - 0x1f6399fff Notes arm64 /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1f64bb000 - 0x1f6510fff DataAccess arm64 <135e6487fc6031b88c8f96080b0dae9b> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1f691e000 - 0x1f6935fff CoreFollowUp arm64 <0e6ec3e0f060373d9fbe227cfaa6cba6> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1f6936000 - 0x1f69a5fff CoreSuggestions arm64 /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1f69a6000 - 0x1f69b6fff MailServices arm64 <6d0630af5298357ba9c84e5ca12854f1> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1f6a44000 - 0x1f6a6cfff MailSupport arm64 <6c46232d3a7b31e2a26693349e0c0fa9> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1f6a6d000 - 0x1f6bb8fff Message arm64 /System/Library/PrivateFrameworks/Message.framework/Message
0x1f6db9000 - 0x1f6e6bfff CoreParsec arm64 <7ecf210492f63ecea4b40e8b8662de7e> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1f6eca000 - 0x1f6f08fff ContactsAutocomplete arm64 <93be8adef1b239a9b75d41fbbe56e9f5> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1f75e4000 - 0x1f75f2fff SetupAssistantSupport arm64 /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1f75f3000 - 0x1f7626fff SetupAssistant arm64 <31a4287bb2653bf3b774846cabe26fef> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1f7662000 - 0x1f766efff DistributedEvaluation arm64 <46f3b069b9f63612b59692d8332e3de1> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1f78f9000 - 0x1f7918fff LatentSemanticMapping arm64 <80cb634f8fe83daf86de49d206a3fa4b> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x1f83ad000 - 0x1f83b2fff LinguisticData arm64 /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1f892a000 - 0x1f8a2afff ResponseKit arm64 /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1f8c42000 - 0x1f8c61fff GenerationalStorage arm64 /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1f92e2000 - 0x1f931ffff PersonalizationPortrait arm64 /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1f9a45000 - 0x1f9a84fff Pasteboard arm64 /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1f9acc000 - 0x1f9adefff MobileDeviceLink arm64 <3019cdcfdcf434f3b9c427c186673ea6> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1f9bbb000 - 0x1f9c0efff MobileBackup arm64 <7afd23c27558358e9a259343c0b367fb> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1fa9dc000 - 0x1fa9fefff DuetActivityScheduler arm64 /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1fac86000 - 0x1fac91fff AppConduit arm64 <134c26806fd0336bae6d9fde5978fcde> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1fb63f000 - 0x1fb694fff CallKit arm64 <60ed44bf662238f390484d96b46f7d7d> /System/Library/Frameworks/CallKit.framework/CallKit
0x1fc3c4000 - 0x1fc415fff LoggingSupport arm64 <4fc6ea69a73f359b829a049867fd2e37> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1ff0a1000 - 0x1ff0a6fff kperf arm64 <716c5018022d3857911ad64187316d21> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1ff2f8000 - 0x1ff318fff CellularPlanManager arm64 <31fb2d4fb54739ecac67a04054198616> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1ff4d7000 - 0x1ff4dffff kperfdata arm64 /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1ff522000 - 0x1ff529fff libdscsym.dylib arm64 /usr/lib/libdscsym.dylib
0x1ff8cc000 - 0x1ff903fff ktrace arm64 /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x200b7d000 - 0x200bfefff CloudDocs arm64 /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x200e56000 - 0x200e59fff FoundInAppsPlugins arm64 <2d0fe0d0fa5031d294f62130ee5ed750> /System/Library/PrivateFrameworks/FoundInAppsPlugins.framework/FoundInAppsPlugins
0x20159f000 - 0x2015fbfff ProactiveML arm64 <91ac88a2798730ed840dbab746a42337> /System/Library/PrivateFrameworks/ProactiveML.framework/ProactiveML
0x201ead000 - 0x201eedfff DataDetectorsNaturalLanguage arm64 <370ab968231234ad9ef5544bfbbdf604> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x201eee000 - 0x201f11fff DeviceIdentity arm64 <17248b6cb94e3d9d859453f11636b204> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x202b7d000 - 0x202b84fff PPTopicExtractionPlugin arm64 <5f61f4f69248309482e8991c9cb2aafa> /System/Library/PrivateFrameworks/PPTopicExtractionPlugin.framework/PPTopicExtractionPlugin
0x203e87000 - 0x203efffff Rapport arm64 <99d9a96870b3376fbb9c75e5a63a860b> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x203f3b000 - 0x203f7dfff SignpostSupport arm64 <2d4d931495df39ccaac199c9a8e67448> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x204312000 - 0x204316fff SpotlightReceiver arm64 /System/Library/PrivateFrameworks/SpotlightReceiver.framework/SpotlightReceiver
0x204eb3000 - 0x204ec8fff libtailspin.dylib arm64 /usr/lib/libtailspin.dylib
0x207c7f000 - 0x207ca6fff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x207da3000 - 0x207fc6fff CoreSuggestionsInternals arm64 <1115ee743e05305a8da185305eab6c83> /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals
0x2082f4000 - 0x2082fefff Email arm64 /System/Library/PrivateFrameworks/Email.framework/Email
0x2082ff000 - 0x208306fff EmailCore arm64 /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x208314000 - 0x208326fff libGSFontCache.dylib arm64 <9a717bec79ed3264ba4fae346c90db09> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x209d59000 - 0x209d5dfff InternationalSupport arm64 <2097187b253b3a2cb3d13d0e0b5e21e3> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x20a3d1000 - 0x20a3d3fff NLFoundInAppsPlugin arm64 <62901c38074a3860ab47d7d1f3ec38d7> /System/Library/PrivateFrameworks/NLFoundInAppsPlugin.framework/NLFoundInAppsPlugin
0x20b28d000 - 0x20b297fff SignpostCollection arm64 <6f344de2457d377eab0f8a739d7fbbda> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x20b7f3000 - 0x20b7fdfff SyncedDefaults arm64 <2f788cd49e4e34f189285b51c6ec7597> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
0x20bcac000 - 0x20bcaffff XCTTargetBootstrap arm64 /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x20bced000 - 0x20bd00fff libEDR arm64 <4ba2a7d28ba53195bd9d2c57150655bb> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x20c5bd000 - 0x20c5cafff libMobileGestaltExtensions.dylib arm64 /usr/lib/libMobileGestaltExtensions.dylib
0x20c6d8000 - 0x20c6d8fff libcharset.1.dylib arm64 /usr/lib/libcharset.1.dylib
0x20d29e000 - 0x20d3dbfff CoreServices arm64 <2d3bdb086d353c0880966fad72451893> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x20d44f000 - 0x20d468fff MPSRayIntersector arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x20d495000 - 0x20d5bbfff Network arm64 /System/Library/Frameworks/Network.framework/Network
0x20d5df000 - 0x20d5e3fff ASEProcessing arm64 /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x20d5e4000 - 0x20d5effff AXCoreUtilities arm64 <6a2580439e4d31759a4de67c248a976d> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x20d86f000 - 0x20d9bcfff AppleMediaServices arm64 <58ac26aa1ed43129a0a69b64b70d5e7e> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x20e192000 - 0x20e1e5fff DocumentManager arm64 <1e70e42ae928321582d2f406132c4513> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x20e4b0000 - 0x20e4b4fff IdleTimerServices arm64 /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x20e596000 - 0x20e5befff MetadataUtilities arm64 <9c44fb7abf1d3b1da8f2703675c4157d> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x20f72b000 - 0x20f777fff OTSVG arm64 /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x20f7c0000 - 0x20f86afff PersonalizationPortraitInternals arm64 <25bb024031c93ccf9685d28107da2c5d> /System/Library/PrivateFrameworks/PersonalizationPortraitInternals.framework/PersonalizationPortraitInternals
0x20f9b8000 - 0x20fa05fff ROCKit arm64 <1cad0eb2d57a3ca592721cb1541857ab> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x20fc1f000 - 0x20fc30fff RemoteTextInput arm64 <8fa6e81d23c33c8aa38c3a88c49b543a> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x20fc58000 - 0x20fcecfff SampleAnalysis arm64 <1b3582f7f20a3a3da7e6726052dce74b> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x20fe41000 - 0x20fe55fff SiriInstrumentation arm64 <620e3bbb658537998d904f2f6a054662> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x20fe97000 - 0x20fe9efff StatsKit arm64 <0d0d7c77a971390cbe89e070d35b9e96> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x210abe000 - 0x211ba2fff UIKitCore arm64 <005cfa346e6a3f36ba96e3db92f09362> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x211ba3000 - 0x211badfff UIKitServices arm64 <5164927d5656387d8180354aa137747c> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x211bae000 - 0x211bb4fff URLFormatting arm64 <14f6d085cda83eb1bd9805fb28daf9d3> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting

EOF

This is NSAssert coming from one of your plugins, the one containing PPXPCServerPipelinedBatchQueryManager

That is great thanks for your help.
That confuses me more because:

  1. The only plugins are a code obfuscator, which runs at build, and the Aquas water shader. Neither of those exist on the main menu that is crashing.

Scanning Google for that yields 2 returns. My unity thread here and a similar thread of mine on Apple developer forums. There is literally nothing online about any process called XPC server pipeline batch query manager.

Is that something I can find in my Unity project, or does that only exist in the xcode ios output from unity?

Alexey,

I made a build where my splash page call a brand new completely empty new scene with nothing but a camera a skybox.

My splash scene has 1 line of code:
SceneManager.Loadscene (1);

The app is still crashing. Just as I suspected, I dont think this has anything to do with my code or app. I have many apps that build and run fine on this ipad without crashing. This has something to do with some boolean build setting in Unity, or something in the new XCode 13 that iPad with ios 12.5 doesnt like.

ooooh, indeed, my bad
upon searching more: PersonalizationPortraitInternals is a “private” (read: internal) ios framework.
I am honestly not sure what to do here 8)

or something in the new XCode 13 that iPad with ios 12.5 doesnt like.
that might be it actually, check if you have ios updates available: i was trying recently to run things on ipad mini and xcode13 didnt cooperate unless i updated to the latest