Posts

Post not yet marked as solved
44 Replies
To author and everyone complaining here, what behaviour do you expect if there was no error? There is a clear ambiguity, objc compiler doesn't know which class to choose. If there was no error previously, that means that compiler choses one of those classes via some internal, undocumented way, that can lead to faulty and unexpected behaviour. To solve this issue you can either change objc names to have prefixes (which is a way to resolve namespacing in objc, and definitely should be done in good third party libs): // FrameworkOne @objc(ABCThing) public class Thing: NSObject { ... } // FrameworkTwo @objc(XYZThing) public class Thing: NSObject { ... } Or, if you don't have any way to affect this code, you have to avoid importing both frameworks at the same time when you referencing an ambiguous definitions.
Post not yet marked as solved
8 Replies
We also see a lot of similar crashes from production. Here full symbolicated crashreport from xcode crashes tab (I've deleted app specific labels, and it is very long, sorry ):Incident Identifier: 1460BAA7-4C68-4D03-91CF-53354C677240 CrashReporter Key: a82aa95847a7128a2df668970e8c406f7dc06d11 Hardware Model: iPhone8,1 Process: application [1462] Path: /private/var/containers/Bundle/Application/DF29DEC2-9D0A-4CDC-81C2-0307EBDA23ED/application.app/application Identifier: application.bundle.identifier Version: 19120.1.226 (1912.1.226) AppStoreTools: 11C29 AppVariant: 1:iPhone8,1:13 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: application.bundle.identifier [800] Date/Time: 2019-12-17 16:48:09.9952 +0300 Launch Time: 2019-12-17 16:25:48.6134 +0300 OS Version: iPhone OS 13.1.3 (17A878) Release Type: User Baseband Version: 7.00.01 Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x000000001145a610 VM Region Info: 0x1145a610 is not in any region. Bytes before following region: 4038826480 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 0000000102014000-0000000102018000 [ 16K] r-x/r-x SM=COW ...p/application Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [1462] Triggered by Thread: 0 Thread 0 name: Thread 0 Crashed: 0 libobjc.A.dylib 0x00000001847dd190 objc_msgSend + 16 1 QuartzCore 0x000000018b445150 CA::Layer::mark_visible(CA::Transaction*, bool) + 384 (CALayer.mm:2709) 2 QuartzCore 0x000000018b44512c CA::Layer::mark_visible(CA::Transaction*, bool) + 348 (CALayer.mm:2792) 3 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 4 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 5 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 6 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 7 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 8 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 9 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 10 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 11 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 12 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 13 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 14 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 15 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 16 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 17 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 18 QuartzCore 0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788) 19 QuartzCore 0x000000018b44e22c CA::Layer::set_visible(unsigned int) + 284 (CALayer.mm:2843) 20 QuartzCore 0x000000018b39552c CA::Context::set_layer(void const*) + 200 (CAContextInternal.mm:996) 21 UIKitCore 0x000000018829bf58 +[_UIContextBinder createContextForBindable:withSubstrate:] + 1072 (_UIContextBinder.m:452) 22 UIKitCore 0x000000018829ba04 -[_UIContextBinder _contextForBindable:] + 156 (_UIContextBinder.m:397) 23 UIKitCore 0x000000018829b5f8 -[_UIContextBinder updateBindableOrderWithTest:force:] + 472 (_UIContextBinder.m:322) 24 UIKitCore 0x000000018829b25c -[_UIContextBinder createContextsWithTest:creationAction:] + 100 (_UIContextBinder.m:233) 25 UIKitCore 0x0000000188cf11b0 -[UIWindowScene _prepareForResume] + 84 (UIWindowScene.m:712) 26 UIKitCore 0x0000000188118cc8 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 860 (UIScene.m:1146) 27 UIKitCore 0x0000000188119c34 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 220 (UIScene.m:1406) 28 UIKitCore 0x0000000188684e7c -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 464 (UIApplicationSceneClientAgent.m:80) 29 FrontBoardServices 0x0000000189b5243c -[FBSSceneImpl updater:didUpdateSettings:withDiff:transitionContext:completion:] + 544 (FBSSceneImpl.m:551) 30 FrontBoardServices 0x0000000189b76e50 __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_bloc... + 120 (FBSWorkspaceScenesClient.m:356) 31 FrontBoardServices 0x0000000189b5c0f8 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 232 (FBSWorkspace.m:357) 32 FrontBoardServices 0x0000000189b76d84 __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_bloc... + 184 (FBSWorkspaceScenesClient.m:355) 33 libdispatch.dylib 0x0000000184786184 _dispatch_client_callout + 16 (object.m:495) 34 libdispatch.dylib 0x000000018472f038 _dispatch_block_invoke_direct$VARIANT$mp + 224 (queue.c:463) 35 FrontBoardServices 0x0000000189b9b540 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40 (FBSSerialQueue.m:173) 36 FrontBoardServices 0x0000000189b9b20c -[FBSSerialQueue _queue_performNextIfPossible] + 404 (FBSSerialQueue.m:216) 37 FrontBoardServices 0x0000000189b9b734 -[FBSSerialQueue _performNextFromRunLoopSource] + 28 (FBSSerialQueue.m:247) 38 CoreFoundation 0x0000000184a367e0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1922) 39 CoreFoundation 0x0000000184a36738 __CFRunLoopDoSource0 + 80 (CFRunLoop.c:1956) 40 CoreFoundation 0x0000000184a35ed0 __CFRunLoopDoSources0 + 180 (CFRunLoop.c:1992) 41 CoreFoundation 0x0000000184a3101c __CFRunLoopRun + 1080 (CFRunLoop.c:2882) 42 CoreFoundation 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 43 GraphicsServices 0x000000018e89c328 GSEventRunModal + 104 (GSEvent.c:2246) 44 UIKitCore 0x0000000188ac66d4 UIApplicationMain + 1936 (UIApplication.m:4753) 45 application 0x0000000104db0254 main + 2 (main.m:18) 46 libdyld.dylib 0x00000001848bb460 start + 4 Thread 1 name: Thread 1: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 Foundation 0x0000000184d70994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374) 6 Foundation 0x0000000184d70874 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421) 7 UIKitCore 0x0000000188b5e49c -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:637) 8 Foundation 0x0000000184ea10b0 __NSThread__start__ + 848 (NSThread.m:724) 9 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 10 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 Foundation 0x0000000184d70994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374) 6 application 0x00000001057b9e9c XXXX 7 application 0x00000001057b8d74 XXXX 8 application 0x000000010577ff5c XXXX 9 application 0x0000000105760a94 XXXX 10 application 0x0000000105787710 XXXX 11 application 0x0000000105794504 XXXX 12 application 0x00000001057b7b7c XXXX 13 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 14 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x00000001848b0c8c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591) 2 libc++.1.dylib 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287) 3 JavaScriptCore 0x000000019368e3fc void std::__1::condition_variable_any::wait<std::__1::unique_lock >(std::__1::uni... + 108 (condition_variable:204) 4 JavaScriptCore 0x0000000193691dcc bmalloc::Scavenger::threadRunLoop() + 200 (condition_variable:213) 5 JavaScriptCore 0x0000000193691ab4 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:295) 6 JavaScriptCore 0x0000000193692dc0 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st...="" +="" 40="" (type_traits:4361)<br="">7 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 8 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 AVFAudio 0x0000000191491e68 GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:91) 6 AVFAudio 0x00000001914e2df0 CAPThread::Entry(CAPThread*) + 204 (CAPThread.cpp:286) 7 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 8 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 5: 0 libsystem_kernel.dylib 0x00000001848b0c8c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591) 2 libc++.1.dylib 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287) 3 application 0x0000000106c249bc XXXX 4 application 0x0000000106c238ac XXXX 5 application 0x0000000106c1177c XXXX 6 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 7 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 6: 0 libsystem_kernel.dylib 0x00000001848b0c8c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591) 2 libc++.1.dylib 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287) 3 application 0x0000000106c7720c XXXX 4 application 0x0000000106c760fc XXXX 5 application 0x0000000106c1177c XXXX 6 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 7 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 7: 0 libsystem_kernel.dylib 0x00000001848b1238 __semwait_signal + 8 1 libsystem_c.dylib 0x000000018471d644 nanosleep + 212 (nanosleep.c:104) 2 libsystem_c.dylib 0x000000018471d444 sleep + 44 (sleep.c:62) 3 application 0x0000000106b5cab0 XXXX 4 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 5 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 application 0x0000000106b6129c XXXX 3 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 4 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 Foundation 0x0000000184d70994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374) 6 application 0x00000001057b9e9c XXXX 7 application 0x00000001057b8d74 XXXX 8 application 0x000000010577ff5c XXXX 9 application 0x0000000105760a94 XXXX 10 application 0x0000000105576958 XXXX 11 application 0x0000000105794504 XXXX 12 application 0x00000001057b7b7c XXXX 13 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 14 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 application 0x00000001057b9ae4 XXXX 6 application 0x00000001057b8d74 XXXX 7 application 0x000000010577ff5c XXXX 8 application 0x0000000105760a94 XXXX 9 application 0x0000000105794504 XXXX 10 application 0x00000001057b7b7c XXXX 11 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 12 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 application 0x00000001057bb990 XXXX 3 application 0x00000001057bb7a4 XXXX 4 application 0x000000010578fa5c XXXX 5 application 0x00000001057902a8 XXXX 6 application 0x000000010578ffe8 XXXX 7 application 0x00000001057b7b7c XXXX 8 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 9 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 application 0x00000001057b9ae4 base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 37 (message_pump_mac.mm:0) 6 application 0x00000001057b8d74 XXXX 7 application 0x000000010577ff5c XXXX 8 application 0x0000000105760a94 XXXX 9 application 0x0000000105794504 XXXX 10 application 0x00000001057b7b7c XXXX 11 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 12 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 Foundation 0x0000000184d70994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374) 6 application 0x00000001057b9e9c XXXX 7 application 0x00000001057b8d74 XXXX 8 application 0x000000010577ff5c XXXX 9 application 0x0000000105760a94 XXXX 10 application 0x0000000105794504 XXXX 11 application 0x00000001057b7b7c XXXX 12 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 13 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 14: 0 libsystem_kernel.dylib 0x00000001848b0c8c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591) 2 libc++.1.dylib 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287) 3 application 0x0000000106c35a08 XXXX 4 application 0x0000000106c348f8 XXXX 5 application 0x0000000106c1177c XXXX 6 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 7 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 15: 0 libsystem_kernel.dylib 0x00000001848b0c8c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591) 2 libc++.1.dylib 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287) 3 application 0x0000000106cbc0b0 XXXX 4 application 0x0000000106cbafa0 XXXX 5 application 0x0000000106c1177c XXXX 6 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 7 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 16: 0 libsystem_kernel.dylib 0x00000001848b0c8c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591) 2 libc++.1.dylib 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287) 3 application 0x0000000106c04e38 XXXX 4 application 0x0000000106c03d28 XXXX 5 application 0x0000000106c1177c XXXX 6 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 7 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 17: 0 libsystem_kernel.dylib 0x00000001848b0c8c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591) 2 libc++.1.dylib 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287) 3 application 0x0000000106c7720c XXXX 4 application 0x0000000106c760fc XXXX 5 application 0x0000000106c1177c XXXX 6 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 7 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 18 name: Thread 18: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 CFNetwork 0x0000000187cabe68 -[__CoreSchedulingSetRunnable runForever] + 192 (CoreSchedulingSet.mm:1372) 6 Foundation 0x0000000184ea10b0 __NSThread__start__ + 848 (NSThread.m:724) 7 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 8 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 19: 0 libsystem_pthread.dylib 0x00000001847d8ad8 start_wqthread + 0 Thread 20 name: Thread 20: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 application 0x00000001057bb990 XXXX 3 application 0x000000010578fa6c XXXX 4 application 0x00000001057902a8 XXXX 5 application 0x000000010578ff38 XXXX 6 application 0x00000001057b7b7c XXXX 7 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 8 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 21 name: Thread 21: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 application 0x00000001057bb990 XXXX 3 application 0x000000010578fa6c XXXX 4 application 0x00000001057902a8 XXXX 5 application 0x000000010578ffbc XXXX 6 application 0x00000001057b7b7c XXXX 7 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 8 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 22: 0 libsystem_pthread.dylib 0x00000001847d8ad8 start_wqthread + 0 Thread 23 name: Thread 23: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 application 0x00000001057bb990 XXXX 3 application 0x000000010578fa6c XXXX 4 application 0x00000001057902a8 XXXX 5 application 0x000000010578ff38 XXXX 6 application 0x00000001057b7b7c XXXX 7 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 8 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 24 name: Thread 24: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 application 0x00000001057bb990 XXXX 3 application 0x000000010578fa6c XXXX 4 application 0x00000001057900ac XXXX 5 application 0x000000010578ffbc XXXX 6 application 0x00000001057b7b7c XXXX 7 libsystem_pthread.dylib 0x00000001847d51ec _pthread_start + 124 (pthread.c:895) 8 libsystem_pthread.dylib 0x00000001847d8aec thread_start + 8 Thread 25: 0 libsystem_pthread.dylib 0x00000001847d8ad8 start_wqthread + 0 Thread 26 name: Thread 26: 0 libsystem_kernel.dylib 0x000000018488f5f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018488ea60 mach_msg + 72 (mach_msg.c:103) 2 libdispatch.dylib 0x00000001847417f8 _dispatch_mach_send_and_wait_for_reply + 564 (mach.c:830) 3 libdispatch.dylib 0x0000000184741bc0 dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$mp + 52 (mach.c:2006) 4 libxpc.dylib 0x0000000184685544 xpc_connection_send_message_with_reply_sync + 236 (connection.c:829) 5 ...stem_networkextension.dylib 0x000000018995f098 NEHelperCopyResponse + 44 (NEHelperClient.c:50) 6 ...stem_networkextension.dylib 0x00000001899613f4 NEHelperCopyCurrentNetworkInfo + 116 (NEHelperClient.c:1162) 7 CaptiveNetwork 0x000000019d12712c __CNCopyCurrentNetworkInfo + 64 (cnsframework.c:664) 8 application 0x0000000106af5048 XXXX 9 application 0x0000000106af52d8 XXXX 10 application 0x0000000106a735e8 XXXX 11 application 0x0000000106a7355c XXXX 12 application 0x0000000106a913ec XXXX 13 application 0x0000000106a8fd78 XXXX 14 application 0x0000000106a96498 XXXX 15 application 0x0000000106a98670 XXXX 16 application 0x0000000106a98598 XXXX 17 application 0x0000000106aac5b8 XXXX 18 libdispatch.dylib 0x0000000184785610 _dispatch_call_block_and_release + 24 (init.c:1408) 19 libdispatch.dylib 0x0000000184786184 _dispatch_client_callout + 16 (object.m:495) 20 libdispatch.dylib 0x0000000184732464 _dispatch_lane_serial_drain$VARIANT$mp + 608 (inline_internal.h:2487) 21 libdispatch.dylib 0x0000000184732e58 _dispatch_lane_invoke$VARIANT$mp + 420 (queue.c:3820) 22 libdispatch.dylib 0x000000018473c340 _dispatch_workloop_worker_thread + 588 (queue.c:6386) 23 libsystem_pthread.dylib 0x00000001847d5fa4 _pthread_wqthread + 276 (pthread.c:2323) 24 libsystem_pthread.dylib 0x00000001847d8ae0 start_wqthread + 8 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000114574470 x1: 0x00000001bb687a0a x2: 0x0000000000000001 x3: 0x0000000000000810 x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x000000016dde9a28 x7: 0x0000000000000cd0 x8: 0x00000001bb687000 x9: 0x000000001145a600 x10: 0x00000001cb76c388 x11: 0x0000000ffffffff8 x12: 0x000000010918e6d0 x13: 0x100000001145a603 x14: 0x0000000000000001 x15: 0x00000000d14007fc x16: 0x000000001145a600 x17: 0x000000018b438d20 x18: 0x0000000000000000 x19: 0x0000000000000001 x20: 0x0000000283c6c3c0 x21: 0x0000000108328f90 x22: 0x0000000108835e00 x23: 0x0000000283c6c3c0 x24: 0x0000000114574470 x25: 0x0000000283f36ce0 x26: 0x00000001c94d5000 x27: 0xd7d0262f6edc748b x28: 0x0000000281961920 fp: 0x000000016dde9b50 lr: 0x000000018b445150 sp: 0x000000016dde9b10 pc: 0x00000001847dd190 cpsr: 0x20000000 esr: 0x92000006 (Data Abort) byte read Translation fault Binary Images: 0x102014000 - 0x1024fffff application arm64 <256770ee03ae3fad872c28fe1e555ef0> /var/containers/Bundle/Application/DF29DEC2-9D0A-4CDC-81C2-0307EBDA23ED/application.app/application 0x107968000 - 0x107973fff libobjc-trampolines.dylib arm64 <048eb53f47913e0a9314876c6577aa10> /usr/lib/libobjc-trampolines.dylib 0x10799c000 - 0x1079fffff dyld arm64 <571392a7e1e6369f8805c1a141f3c1c5> /usr/lib/dyld 0x107a78000 - 0x107cebfff application_lib arm64 <20a77e077d9533a891bb5005f8958d26> /var/containers/Bundle/Application/DF29DEC2-9D0A-4CDC-81C2-0307EBDA23ED/application.app/Frameworks/application_lib.framework/application_lib 0x184663000 - 0x184679fff libsystem_trace.dylib arm64 /usr/lib/system/libsystem_trace.dylib 0x18467a000 - 0x1846abfff libxpc.dylib arm64 <217dc1a778213f1fa8373825d770ef05> /usr/lib/system/libxpc.dylib 0x1846ac000 - 0x1846acfff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib 0x1846ad000 - 0x184729fff libsystem_c.dylib arm64 /usr/lib/system/libsystem_c.dylib 0x18472a000 - 0x18479efff libdispatch.dylib arm64 <3a5db4e0bc24375d897e51e6cf7d6304> /usr/lib/system/libdispatch.dylib 0x18479f000 - 0x1847befff libsystem_malloc.dylib arm64 <5dbcbc6428083e64890cb59f2ddfeb1d> /usr/lib/system/libsystem_malloc.dylib 0x1847bf000 - 0x1847c9fff libsystem_platform.dylib arm64 <09a51269d3c53ece87b7f32c096af8e7> /usr/lib/system/libsystem_platform.dylib 0x1847ca000 - 0x1847dafff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib 0x1847db000 - 0x18480bfff libobjc.A.dylib arm64 /usr/lib/libobjc.A.dylib 0x18480c000 - 0x184877fff libcorecrypto.dylib arm64 <6ddbd01331ce32cb9fce3c5f40880ac5> /usr/lib/system/libcorecrypto.dylib 0x184878000 - 0x18488bfff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib 0x18488c000 - 0x1848b9fff libsystem_kernel.dylib arm64 <92cbd0cb514f3a23a21c169e915052a7> /usr/lib/system/libsystem_kernel.dylib 0x1848ba000 - 0x1848ebfff libdyld.dylib arm64 /usr/lib/system/libdyld.dylib 0x1848ec000 - 0x1848f3fff libsystem_darwin.dylib arm64 /usr/lib/system/libsystem_darwin.dylib 0x1848f4000 - 0x18494afff libc++.1.dylib arm64 <4547c800a6533ece9808c26768583e25> /usr/lib/libc++.1.dylib 0x18494b000 - 0x18498cfff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib 0x18498d000 - 0x184d01fff CoreFoundation arm64 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x184d02000 - 0x184d68fff SystemConfiguration arm64 <24254722088c3cb5af21e32f8a1366f9> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x184d69000 - 0x185022fff Foundation arm64 <0df2911e80cb32898a1eed0913d55a12> /System/Library/Frameworks/Foundation.framework/Foundation 0x185023000 - 0x185055fff libCRFSuite.dylib arm64 <5eea9a99dc773f8fa38a7214c7192306> /usr/lib/libCRFSuite.dylib 0x185056000 - 0x1851cffff CoreServices arm64 <4631a29affb23a9d95ff1037507bd066> /System/Library/Frameworks/CoreServices.framework/CoreServices 0x1851d0000 - 0x185231fff libSparse.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x185232000 - 0x185720fff ImageIO arm64 <71d13168073032b08e658e66dc59001c> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x185721000 - 0x185723fff ConstantClasses arm64 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x185724000 - 0x1858c0fff CoreText arm64 <47a65ed0e0b43c039a4fe4222224ca3a> /System/Library/Frameworks/CoreText.framework/CoreText 0x1858c1000 - 0x1859ebfff Security arm64 <9d07b519c420314c82d202818501325b> /System/Library/Frameworks/Security.framework/Security 0x1859ec000 - 0x185a8efff IOKit arm64 <8acdb99787bd3d9b841c28ad5b55b74a> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x185a8f000 - 0x185ac5fff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib 0x185ac6000 - 0x185b22fff libprotobuf.dylib arm64 <857eac10094e3fb0a8412969b0b27389> /usr/lib/libprotobuf.dylib 0x185b23000 - 0x185b34fff libprotobuf-lite.dylib arm64 /usr/lib/libprotobuf-lite.dylib 0x185b35000 - 0x185d86fff libicucore.A.dylib arm64 <9204a32b02813cb58029ebca005794cf> /usr/lib/libicucore.A.dylib 0x185d87000 - 0x185db0fff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x185db1000 - 0x185df9fff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x185dfa000 - 0x185e33fff libAWDSupport.dylib arm64 /usr/lib/libAWDSupport.dylib 0x185e34000 - 0x1862bafff CoreAudio arm64 <68b4311c467231b2a4bbb640ffefb7b1> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1862bb000 - 0x186586fff CoreImage arm64 <5041875b776930448d5f1e40ff094bce> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x186587000 - 0x186675fff LanguageModeling arm64 <019d35151d7739409fecbaa2f0bc9be4> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x186676000 - 0x1866bcfff Lexicon arm64 /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x1866bd000 - 0x186840fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib 0x186841000 - 0x186870fff MobileKeyBag arm64 <77a7737b65673a42be50c4551d1e3d2b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x186871000 - 0x18687afff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib 0x18687b000 - 0x186a44fff CoreDuet arm64 <1ba0f3cf789a38b1916b5405c7254039> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x186a45000 - 0x186b86fff Montreal arm64 <58aa00de87a53a988a7a6925b68f96a3> /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x186b87000 - 0x186c6efff NLP arm64 /System/Library/PrivateFrameworks/NLP.framework/NLP 0x186c6f000 - 0x186c8bfff CellularPlanManager arm64 <4b2b7c4c96f2339b8073aa7dffc73bf5> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x186c8c000 - 0x186cc9fff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x186cca000 - 0x187196fff libnetwork.dylib arm64 <66ee12926fe43b729cd6c8dd412fa201> /usr/lib/libnetwork.dylib 0x187197000 - 0x1872a0fff ManagedConfiguration arm64 <7321be890f633f1c8b998ec44e409631> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x1872a1000 - 0x1872cbfff CoreServicesStore arm64 <0d51d3b6cf493681b7fe115573ad8354> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x1872cc000 - 0x1872ecfff UserManagement arm64 <2565b0e2de2533c8818b6c7e89d7b2f9> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1872ed000 - 0x1875a4fff CoreML arm64 <6a211919d74f39aa80cbf2f3b0eadd7d> /System/Library/Frameworks/CoreML.framework/CoreML 0x1875a5000 - 0x1875bbfff ProtocolBuffer arm64 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1875bc000 - 0x1875d6fff CommonUtilities arm64 <70615b240c993a968f7d8b22e810632f> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x1875d7000 - 0x1875d7fff libenergytrace.dylib arm64 /usr/lib/libenergytrace.dylib 0x1875d8000 - 0x18760efff RunningBoardServices arm64 /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x18760f000 - 0x187682fff BaseBoard arm64 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x187683000 - 0x187bc8fff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x187bc9000 - 0x187c37fff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x187c45000 - 0x187c98fff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts 0x187c99000 - 0x187ca9fff SharedWebCredentials arm64 <962b8d7013b836b8a6e2e73119acce6f> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 0x187caa000 - 0x187ff5fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x187ff6000 - 0x1880d5fff UIFoundation arm64 <762ab2275b383575ab8edadd5cce81ca> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x1880d6000 - 0x189177fff UIKitCore arm64 <82c949dd37f635f7b3ef62ba342f6bf5> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x189178000 - 0x189185fff AssertionServices arm64 <4fef6e63b07c31819944cba5beef11c2> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x189186000 - 0x189257fff CoreTelephony arm64 <8498f53222a138bfa79be9c333d8237b> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x189258000 - 0x18925dfff AggregateDictionary arm64 <627b9cb989923d4887e48fa247a37cfe> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x18925e000 - 0x189274fff libsystem_asl.dylib arm64 <04233c43380135619ce81eb5ed210716> /usr/lib/system/libsystem_asl.dylib 0x189275000 - 0x1892ecfff CloudDocs arm64 /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x1892ed000 - 0x18960efff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData 0x18960f000 - 0x189837fff Vision arm64 <71690c1ca2da32dfaa3334002c6affa8> /System/Library/Frameworks/Vision.framework/Vision 0x189838000 - 0x18987bfff PhotoFoundation arm64 /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation 0x18987c000 - 0x1898a7fff BoardServices arm64 <397361d5d88d315ea2e9979a46efac0c> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x1898a8000 - 0x189956fff libboringssl.dylib arm64 <7410767017ce3c4d8b1c5f553acb709b> /usr/lib/libboringssl.dylib 0x189957000 - 0x189965fff libsystem_networkextension.dylib arm64 <20bc358488a93893aac7b5e4a0130106> /usr/lib/system/libsystem_networkextension.dylib 0x189966000 - 0x189986fff CoreAnalytics arm64 <1ae72168247f3e57b56f80b361a65f1a> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x189987000 - 0x189af7fff CloudKit arm64 <92fcfab621483f38b7df5bb78e4c4c87> /System/Library/Frameworks/CloudKit.framework/CloudKit 0x189af8000 - 0x189b44fff SpringBoardServices arm64 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x189b45000 - 0x189bb8fff FrontBoardServices arm64 <949083b6181132709ca8fe2468c56568> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x189bb9000 - 0x189cd0fff Network arm64 <92a1012a81b43c1890e61982b82d41af> /System/Library/Frameworks/Network.framework/Network 0x189cd1000 - 0x189d2dfff libusrtcp.dylib arm64 /usr/lib/libusrtcp.dylib 0x189d2e000 - 0x189d35fff libsystem_symptoms.dylib arm64 /usr/lib/system/libsystem_symptoms.dylib 0x189d36000 - 0x18abb8fff GeoServices arm64 <761d16b850e43d28946687d4bbb96ea0> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x18abb9000 - 0x18abc1fff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC 0x18abc2000 - 0x18ac1bfff IMFoundation arm64 <6b88d26a956e3d8cb00bc921cf0d1741> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x18ac1c000 - 0x18ad7bfff CoreUtils arm64 <9bae008296e836f7b0ca309787a1e0e6> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x18ad7c000 - 0x18ae23fff IMSharedUtilities arm64 <8b3fe0796bf83efe87fc8e7633f7b702> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 0x18ae24000 - 0x18ae71fff ImageCaptureCore arm64 /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore 0x18ae72000 - 0x18ae7bfff libsystem_containermanager.dylib arm64 <24b221bed7f339d5b272e017d5ba4dcf> /usr/lib/system/libsystem_containermanager.dylib 0x18ae7c000 - 0x18aef6fff AppleAccount arm64 <94805868ca243c17a018784a27fadd0d> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x18aef7000 - 0x18af12fff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x18af13000 - 0x18affcfff IDS arm64 /System/Library/PrivateFrameworks/IDS.framework/IDS 0x18affd000 - 0x18b129fff IDSFoundation arm64 <78406df91d7f3163a93151c8512c3834> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x18b12a000 - 0x18b12bfff libCTGreenTeaLogger.dylib arm64 <47db0a7fe71938d4bf303758cc76bcf3> /usr/lib/libCTGreenTeaLogger.dylib 0x18b18c000 - 0x18b289fff CoreMedia arm64 <4e0d2da77f5b31d0998a027b7e16c987> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x18b28a000 - 0x18b299fff UIKitServices arm64 <1b738cdb4c523ab5a81cf03994ba8be2> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x18b29a000 - 0x18b2ecfff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x18b2ed000 - 0x18b53afff QuartzCore arm64 <5a4a8f86a37d3290ac6a9c03140fa5d3> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x18b53b000 - 0x18b6f8fff ColorSync arm64 <6f2244d3ec8039ce9703fff1c6be602e> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x18b6f9000 - 0x18bc67fff CoreGraphics arm64 <28e4305086b13449ab7514ac4056a1bf> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x18bc68000 - 0x18bd98fff Contacts arm64 <39c73201bd0f37538ee0aff07a5b4b97> /System/Library/Frameworks/Contacts.framework/Contacts 0x18bd99000 - 0x18bdc8fff UserNotifications arm64 /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x18bdc9000 - 0x18bdecfff LocationSupport arm64 /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x18bded000 - 0x18bf44fff Sharing arm64 <2432ce4005fb32a6a4d992bc0091cde2> /System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x18bf45000 - 0x18c4fefff WebKit arm64 <049fc73494c93e5d826fabb56f7e2d25> /System/Library/Frameworks/WebKit.framework/WebKit 0x18c4ff000 - 0x18e0e3fff WebCore arm64 <2545001929ac3112b397178574b6afa5> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x18e0e4000 - 0x18e0fbfff libAccessibility.dylib arm64 <3d25b129f6b33962908f274588266073> /usr/lib/libAccessibility.dylib 0x18e0fc000 - 0x18e107fff AXCoreUtilities arm64 <0b39af12dddf3af6ad6ab5562e6a3eff> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x18e108000 - 0x18e17cfff ContactsFoundation arm64 <3770041970503cd49103e024e44d922d> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x18e17d000 - 0x18e191fff PowerLog arm64 <3a35cb784cb733148a853fdba6ae5441> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x18e192000 - 0x18e1a3fff IOSurface arm64 <4b69c4e924b13c0bb6302065b9bf9665> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x18e1a4000 - 0x18e898fff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x18e899000 - 0x18e8a1fff GraphicsServices arm64 <0bf55c8caf0033c882926d40ffeb6f46> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x18e984000 - 0x18eb73fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x18eb74000 - 0x18ebabfff OnBoardingKit arm64 /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit 0x18ebac000 - 0x18ebf9fff MobileWiFi arm64 <32ed7928804239d7ae59d7e706c2ae3c> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x18ebfa000 - 0x18ec12fff MobileAsset arm64 <98105034326f35c783bd932f5ede0386> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x18ec13000 - 0x18ec20fff libGSFont.dylib arm64 <1e3a2506bd9d3ff3a7fd2bd734e6443e> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x18ec21000 - 0x18ec2afff FontServices arm64 /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x18ec2b000 - 0x18ed74fff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x18edc3000 - 0x18ef01fff SearchFoundation arm64 <816637f6492b340a95b95880d01a1079> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x18ef02000 - 0x18f024fff Preferences arm64 <630a5de04b073e1c8c0bd3d8e070551c> /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x18f025000 - 0x18f67bfff PhotoLibraryServices arm64 <764531d928ef3d1da009f10d5993d954> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x18f67c000 - 0x18f8dffff vImage arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x18f8e0000 - 0x18fb12fff AudioToolbox arm64 <845848c42a7a31338883d56f3dee889b> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x18fb13000 - 0x18fb48fff libAudioToolboxUtility.dylib arm64 <800acfd8417e3c28aee5e654f7982a55> /usr/lib/libAudioToolboxUtility.dylib 0x18fb49000 - 0x18fcf6fff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x18fd61000 - 0x18ff61fff Photos arm64 <081139b940433715b543ee1237b1b8be> /System/Library/Frameworks/Photos.framework/Photos 0x18ff62000 - 0x18fff4fff ShareSheet arm64 <2f4b58acc7d6337d8c4ef0d3dab0d78b> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x190009000 - 0x1900bdfff PDFKit arm64 <1827bc968a4238afa7ebe460e96b7c02> /System/Library/Frameworks/PDFKit.framework/PDFKit 0x19013b000 - 0x190168fff DocumentManager arm64 /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x1903c1000 - 0x190434fff AuthKit arm64 <0e3d32ce73e9392ebef45baeaf331715> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x190435000 - 0x190843fff Intents arm64 <051990c089773064b1f2f0929a599021> /System/Library/Frameworks/Intents.framework/Intents 0x190844000 - 0x190858fff libCGInterfaces.dylib arm64 <7d870225f18b3a34aae31fd62c6aa7d0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x190859000 - 0x1909a5fff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x1909a6000 - 0x190a0efff TextInput arm64 <0c3b121d00d036d98b4ec76698e7421e> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x190a8c000 - 0x190a8ffff XCTTargetBootstrap arm64 /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x190a90000 - 0x190b45fff CorePDF arm64 <36fe0cc3cffa39a1be4e21a69109d7ba> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x190b81000 - 0x190f38fff MediaPlayer arm64 <0db0bd46a449381c810081714e526b2d> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x190f39000 - 0x191242fff AppleMediaServices arm64 /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x191243000 - 0x191269fff CacheDelete arm64 <0b5da2a547733de3bac919384c9d3699> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x19126a000 - 0x19142bfff CoreMotion arm64 <81ae655a9ea93456ac44fb41da5ac4e0> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x19142c000 - 0x191519fff AVFAudio arm64 <90502188446033e884fd9a1d30a416b4> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x19151a000 - 0x191737fff RawCamera arm64 /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x191738000 - 0x1917eefff CoreUI arm64 <65a0afca82ea340b95a95d5136646a16> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x1917ef000 - 0x191813fff AppSupportUI arm64 <6000f496dcd639159beb51486cc0382f> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x191814000 - 0x191849fff CoreVideo arm64 <95d72d7d25aa37e8aa77260884538882> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x19184a000 - 0x191a7efff AudioToolboxCore arm64 <279b39efc6fb3ca7889754e855161fac> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x191a7f000 - 0x191ac3fff CoreDuetContext arm64 /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x191ac4000 - 0x191afdfff SetupAssistant arm64 <0f8ec0c6084c32edbe3ac31fd9c897a3> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x191afe000 - 0x191bb8fff TelephonyUtilities arm64 <66b8fec948a73cdab515b85db3c089a7> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x191bb9000 - 0x191be3fff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x191be4000 - 0x191f2afff libswiftCore.dylib arm64 /usr/lib/swift/libswiftCore.dylib 0x191f2b000 - 0x192059fff AssistantServices arm64 <0b1380d280c73c96aac8a0240494b676> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x19205a000 - 0x1920bafff ProactiveSupport arm64 /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x1920bb000 - 0x1922f3fff MapKit arm64 <405663c5b42433a18336ede9a4920903> /System/Library/Frameworks/MapKit.framework/MapKit 0x1922f4000 - 0x19230bfff PrototypeTools arm64 <1e3a3602813c32339f229a0f99468ade> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x19230c000 - 0x1923f9fff MediaExperience arm64 <9a663f1064af37c5b70518b635fc6cbd> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x1923fa000 - 0x1926adfff ********* arm64 <94529087e6343000859f7e58ee890bf8> /System/Library/PrivateFrameworks/*********.framework/********* 0x1926ae000 - 0x192705fff CallKit arm64 /System/Library/Frameworks/CallKit.framework/CallKit 0x1928c7000 - 0x192fc4fff VectorKit arm64 <759e92a1ee4d3c76ae3442dfb0610d7b> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x192fc5000 - 0x193094fff AVKit arm64 /System/Library/Frameworks/AVKit.framework/AVKit 0x193095000 - 0x1930c3fff Pegasus arm64 /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x1930c4000 - 0x1930c6fff libapp_launch_measurement.dylib arm64 /usr/lib/libapp_launch_measurement.dylib 0x1931a1000 - 0x193203fff CoreSpotlight arm64 /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x193204000 - 0x193297fff AddressBookLegacy arm64 <2346d467850636c5a3d21770cf4af3fe> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x193298000 - 0x1932a7fff CrashReporterSupport arm64 <2f3dcb71e4ee37df8ba41ca1bd43a6c9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1932a8000 - 0x1932bafff MobileBluetooth arm64 /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x1932bb000 - 0x193375fff LinkPresentation arm64 /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation 0x193376000 - 0x1933aafff StoreKit arm64 /System/Library/Frameworks/StoreKit.framework/StoreKit 0x1933ab000 - 0x1933affff libsystem_configuration.dylib arm64 <482ba88cc017345a8efbaf6348914f12> /usr/lib/system/libsystem_configuration.dylib 0x1933b0000 - 0x193408fff RemoteUI arm64 <77cf3ae6e5623e4d97d8430b3994a11d> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 0x193409000 - 0x193457fff AuthKitUI arm64 <8cecbd60769e3b7ab368ce0ffca89c9f> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI 0x193458000 - 0x1934bcfff CoreRecognition arm64 /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 0x1934bd000 - 0x193540fff Social arm64 <42cfae1d2504388390d3d2fedcf6cc6d> /System/Library/Frameworks/Social.framework/Social 0x19358f000 - 0x19359dfff HangTracer arm64 /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x19359e000 - 0x193603fff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x193604000 - 0x193605fff liblangid.dylib arm64 /usr/lib/liblangid.dylib 0x193606000 - 0x194366fff JavaScriptCore arm64 <6d4e079bcbd2340388dfe601466dfd46> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x194367000 - 0x1943f4fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib 0x194409000 - 0x194682fff StoreServices arm64 <92609f6fd8143850bb53b8b358d5dad8> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x194683000 - 0x19468cfff IOMobileFramebuffer arm64 <44222c32b59e3940a50e6a2d204ab9ce> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x19468d000 - 0x1947eafff SafariServices arm64 <84147f514fb037c887c44533b134ae76> /System/Library/Frameworks/SafariServices.framework/SafariServices 0x1949d7000 - 0x1949f1fff CoreMaterial arm64 <4ac1f9baac87368c9e94692f1c4b5b89> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x1949f2000 - 0x194ad8fff libxml2.2.dylib arm64 <6e692ba566223b738f3e96ef0b5d078b> /usr/lib/libxml2.2.dylib 0x196144000 - 0x19618cfff MetadataUtilities arm64 <770681b046343cf69c1d8e43a41cb4c3> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x19618d000 - 0x1961e5fff UserActivity arm64 <6bf889f6e3133a9dbbcf90ced3f854a3> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity 0x196b19000 - 0x196d34fff NetworkExtension arm64 <90b0cbb1a3bf3570ab878a58871442f5> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x196d35000 - 0x196d6bfff DataDetectorsCore arm64 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x196d6c000 - 0x196dccfff CalendarFoundation arm64 <700ab7227bb333eb9781f6342407c6dc> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x196dcd000 - 0x196ebffff EventKit arm64 <3cd05a3b2f4535cf9e820dcd5e84592f> /System/Library/Frameworks/EventKit.framework/EventKit 0x196ec0000 - 0x196ef4fff MediaServices arm64 <79462d9dfa03390d866910b5d15c75a7> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x19733e000 - 0x19737dfff BiometricKit arm64 /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x19737e000 - 0x1973a9fff PersistentConnection arm64 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x1973aa000 - 0x1973fdfff CalendarDaemon arm64 <18e5c5b220363eb1bd6dded40f58f37a> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x1973fe000 - 0x197494fff CalendarDatabase arm64 <0888845be2773a6ebef874da62c2323a> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x197495000 - 0x19766bfff MediaRemote arm64 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x19766c000 - 0x197674fff CorePhoneNumbers arm64 /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x197685000 - 0x1976aafff DuetActivityScheduler arm64 /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler 0x1977aa000 - 0x1977ccfff CoreSVG arm64 <405dbd55c7b03ade9b467743aecd9ad3> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x1977e7000 - 0x197804fff ProactiveEventTracker arm64 <057c3e98ce1e34458dec485cbfff0eb9> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x197805000 - 0x19780ffff MallocStackLogging arm64 <5e3fa430968c3f5ca7caef722499ee36> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 0x197810000 - 0x1978a4fff CoreSuggestions arm64 /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x1978a5000 - 0x197a50fff IMCore arm64 <9a62791251f83680aa5ebcb9b17897d0> /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x197a51000 - 0x197aa1fff DeviceManagement arm64 /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement 0x197aa2000 - 0x197c91fff HealthKit arm64 <423ae34fd8833978974673575a89ccfd> /System/Library/Frameworks/HealthKit.framework/HealthKit 0x198279000 - 0x198285fff BluetoothManager arm64 <9dc27479919c3da787f4a597416ed6dc> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x198286000 - 0x1982bbfff CoreBluetooth arm64 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x1982bc000 - 0x1982befff libsystem_sandbox.dylib arm64 <8790f7f8f85e333b9bbfdab82787f7a1> /usr/lib/system/libsystem_sandbox.dylib 0x1983a2000 - 0x1983d5fff TextInputUI arm64 <0e4937ceff863259af88c7a1beacc823> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI 0x1983e4000 - 0x1983f0fff ContextKit arm64 <30d1957a16ca331b888215237b9c565c> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit 0x19841f000 - 0x198486fff Rapport arm64 <95842c19a5783bfeb5aa15933fa7fe96> /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x198487000 - 0x1984b3fff OSAnalytics arm64 <741167c0cdd83e4d871c6fcf5b75315a> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 0x1984b4000 - 0x1984e1fff MobileInstallation arm64 <9ac7519f99703268a02317ae8724228b> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x1984e2000 - 0x19857cfff Metal arm64 /System/Library/Frameworks/Metal.framework/Metal 0x19857d000 - 0x198583fff IOAccelerator arm64 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x198584000 - 0x19858ffff MediaAccessibility arm64 <9a969317430d3916aba8c75982d3d188> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1985ad000 - 0x1985b4fff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib 0x1985b5000 - 0x1985bbfff PushKit arm64 /System/Library/Frameworks/PushKit.framework/PushKit 0x1985bc000 - 0x1986bffff FileProvider arm64 <65d024f77aa03bb0a76f4d8e2c5945af> /System/Library/Frameworks/FileProvider.framework/FileProvider 0x1986d3000 - 0x1986d4fff BackgroundTaskAgent arm64 /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent 0x1986d5000 - 0x1986d9fff LinguisticData arm64 /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x1986da000 - 0x1986f2fff CoreSDB arm64 /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB 0x1986f3000 - 0x198703fff Categories arm64 /System/Library/PrivateFrameworks/Categories.framework/Categories 0x19871e000 - 0x1987d9fff ************ arm64 <568f073809c53b80b5b90e0b0080b71c> /System/Library/Frameworks/************.framework/************ 0x198c11000 - 0x198c6cfff PersonalizationPortrait arm64 <31f3503f2e4735b88744db3061d2d9a8> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait 0x198c6d000 - 0x198cd9fff AppStoreDaemon arm64 <37f2c17020653bed8fd47b697a62a849> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon 0x198d33000 - 0x198d3bfff SymptomDiagnosticReporter arm64 /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x198d3c000 - 0x198d3efff IOSurfaceAccelerator arm64 <69fa54616a3031cda2e9833a04cd4e1f> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x198d3f000 - 0x198deafff AssetsLibraryServices arm64 <5fe047d9983b3914aef97f2e35e64591> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x198deb000 - 0x198e1afff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x198e89000 - 0x198e9efff CoreFollowUp arm64 <49cfbdbda3a833a1ba695f15dcc95078> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x198e9f000 - 0x198ea7fff FamilyCircle arm64 <2616d81120db3b6f990d8b67f4bf49df> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle 0x198ea8000 - 0x198ebdfff libcoretls.dylib arm64 <73cbc7c41bd13c9fb7ab4b3249d2c137> /usr/lib/libcoretls.dylib 0x198f13000 - 0x198fa2fff libate.dylib arm64 /usr/lib/libate.dylib 0x19a235000 - 0x19a25afff Pasteboard arm64 /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x19a25b000 - 0x19a2a9fff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x19a35a000 - 0x19a393fff SAObjects arm64 <8fe4b90e06d134189de6c0067fc66d1e> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x19a394000 - 0x19a39efff CoreRecents arm64 <925e4d2b40e0368b8d14357679af3668> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x19a447000 - 0x19a454fff DataMigration arm64 <7b0d9fd981eb3dde8f58522b5e5286d3> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x19a607000 - 0x19a62bfff IconServices arm64 <2320fdd83df33f14b74bf60324e95465> /System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x19a62c000 - 0x19a80ffff iTunesCloud arm64 <6c1cd5e0c2a43c4184660c5f0642b31e> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud 0x19a810000 - 0x19aa75fff MusicLibrary arm64 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x19aa76000 - 0x19aa77fff WatchdogClient arm64 <99c4b76de07238a1a6a9db0f7b4fd928> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 0x19aa78000 - 0x19aa89fff libprequelite.dylib arm64 /usr/lib/libprequelite.dylib 0x19aaa8000 - 0x19aaadfff IDSKVStore arm64 <99cec916003132e181413673b8d57c00> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore 0x19aaae000 - 0x19aabefff CoreEmoji arm64 <61b0c15324be377995c806372710b507> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x19ab51000 - 0x19ab9efff ClassKit arm64 <20cbfe4079133f278da27826c4a0117f> /System/Library/Frameworks/ClassKit.framework/ClassKit 0x19ac0b000 - 0x19ac15fff CPMS arm64 /System/Library/PrivateFrameworks/CPMS.framework/CPMS 0x19ac16000 - 0x19ac1efff RTCReporting arm64 /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x19ad77000 - 0x19adc3fff MobileBackup arm64 <9edb3fbc98a13bcca1c2c4d298e6fb2f> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x19ae73000 - 0x19ae7afff CoreTime arm64 <4686ef91e5bf345a9e11204317ac84ee> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x19aeb0000 - 0x19afe8fff IMDPersistence arm64 <3e78094149fd3f73961037c6891cb735> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence 0x19b408000 - 0x19b45cfff ToneLibrary arm64 <3ce640a5408434dc80e18aac06ec7893> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x19b71f000 - 0x19b73dfff AppConduit arm64 /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 0x19b73e000 - 0x19b756fff IntlPreferences arm64 <3649d7fd9d673c10afb307f8a66c5e60> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x19bab5000 - 0x19bb88fff CoreBrightness arm64 <5e787a9996db3121b6ddf74af3ffd8cb> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x19bb89000 - 0x19bb90fff libIOReport.dylib arm64 <608a00131d4d3adfb6ade4baafe2c905> /usr/lib/libIOReport.dylib 0x19bd20000 - 0x19bec8fff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x19bec9000 - 0x19becffff StudyLog arm64 <75bd4f9ad94d388090731234304fc77f> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x19bed0000 - 0x19bf54fff BulletinBoard arm64 /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard 0x19bf55000 - 0x19bfe3fff iTunesStore arm64 <0429db48490c3a0bb9494958bf87a02b> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x19bff9000 - 0x19c528fff libAudioDSP.dylib arm64 /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib 0x19c529000 - 0x19ca2dfff AudioCodecs arm64 <14603bab7c843a8bb307bbf57c9e2c60> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs 0x19ca2e000 - 0x19ca85fff SafariCore arm64 <7984c76c976635c581df4943f835f004> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x19ca86000 - 0x19cae7fff ScreenTimeCore arm64 <3d5756c1e0593b769b7bb5d7a0738191> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore 0x19d0e8000 - 0x19d0fbfff LocalAuthentication arm64 <6f95204ae8a3321c9ca4e453569dff7b> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x19d0fc000 - 0x19d100fff CommunicationsFilter arm64 <520048ac3f663a8380f612450d4adf7a> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x19d101000 - 0x19d123fff AddressBook arm64 <13c65256a9f53ff4a82b39583b6b1578> /System/Library/Frameworks/AddressBook.framework/AddressBook 0x19d124000 - 0x19d12ffff CaptiveNetwork arm64 <7b9872f15ef53d949a1ec3c621672d1f> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x19d130000 - 0x19d130fff AdSupport arm64 /System/Library/Frameworks/AdSupport.framework/AdSupport 0x19d281000 - 0x19d333fff libBLAS.dylib arm64 <096dcd9c201133cc83c9f198963ffafb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x19d334000 - 0x19d342fff CTCarrierSpace arm64 <4f2ac44ddbad31fc9172c6fa5385a89d> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x19db08000 - 0x19dbd5fff CoreParsec arm64 <9fa0b0c4988f39d588fa47eeb6ec7f7e> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x19ddc3000 - 0x19dddcfff libtailspin.dylib arm64 <92a341afb72834eb99f1d815318cf2a6> /usr/lib/libtailspin.dylib 0x19de3a000 - 0x19de4efff ContactsDonation arm64 <2f36cb64ad043317b1c340da77228a4e> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x19de98000 - 0x19dea1fff MobileActivation arm64 <30e70a8a02093ee2b0aa5e6fa10816fc> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 0x19df29000 - 0x19df37fff MobileIcons arm64 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x19df38000 - 0x19e038fff ResponseKit arm64 <028761cdcf523a50b2f009a5d4f74c09> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 0x19e0ff000 - 0x19e146fff CoreHaptics arm64 <25d720c635eb30a58467ec76aa553b91> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics 0x19e147000 - 0x19e20ffff ProofReader arm64 <5b341390bb22333e92273b1fa7053dc7> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x19e27f000 - 0x19e2fffff CoreSymbolication arm64 <3bb5224121c131908ee079775b7fa1f5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x19e300000 - 0x19e306fff IdleTimerServices arm64 /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x19e3e1000 - 0x19e49bfff VideoSubscriberAccount arm64 /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount 0x19e4b0000 - 0x19e4b3fff FTClientServices arm64 /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x19e4b4000 - 0x19e51afff ContactsUICore arm64 /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x19e984000 - 0x19e9cbfff LoggingSupport arm64 <1efe9eef51d439b1896521d304b8f9cc> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x19ead0000 - 0x19eb2afff ProtectedCloudStorage arm64 <2d8760437fd83e3bb2cdcb37d4c00848> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x19ec14000 - 0x19ec1dfff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x19ed7e000 - 0x19ed86fff libGFXShared.dylib arm64 <935e83d3ba7d3a07b84de5e69d47a28c> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x19ed87000 - 0x19edbbfff SharedUtils arm64 <915236f8f8bd365891273fc990603390> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x19edbc000 - 0x19ee09fff PhotosFormats arm64 <1bda4fb3e8713a2fab72b37974f93d43> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x19fe52000 - 0x19fe8efff StreamingZip arm64 <8b969f56f78d3585b589d58d4b23dcc9> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1a0ab4000 - 0x1a0cddfff SafariShared arm64 <345e71084fb537d79d7fa29383f7a26a> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared 0x1a0d63000 - 0x1a0d66fff InternationalTextSearch arm64 /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x1a0d84000 - 0x1a0da0fff AssetCacheServices arm64 /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x1a1709000 - 0x1a170efff IncomingCallFilter arm64 <0e05eeb3f7ef30d7ba86a48741bb9362> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1a172a000 - 0x1a1742fff NetworkStatistics arm64 <6cef360982ae39c0b01abe9084287b17> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1a1b9d000 - 0x1a1ba3fff Netrb arm64 <40a8a1a95e1c38d5af74bbafb0919119> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1a1ba7000 - 0x1a1bd7fff EAP8021X arm64 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1a1bd8000 - 0x1a1bdafff OSAServicesClient arm64 /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x1a1d74000 - 0x1a1d78fff libgermantok.dylib arm64 <519dde12281b39c98940ae8185b07e4d> /usr/lib/libgermantok.dylib 0x1a1d79000 - 0x1a1e2cfff libmecab.dylib arm64 <0656d578f9f93f2a9c8a765db61d3e19> /usr/lib/libmecab.dylib 0x1a1e2d000 - 0x1a1e68fff Catalyst arm64 /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x1a1f28000 - 0x1a1f3dfff EmojiFoundation arm64 <88c88377b2a23e67a04c329d701221da> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x1a1fb9000 - 0x1a1ff3fff VoiceServices arm64 <0f1ad589f1a13643977228ccae5c712a> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1a1ff4000 - 0x1a2109fff Navigation arm64 /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1a21f7000 - 0x1a22fffff libEmbeddedSystemAUs.dylib arm64 <025133e9d6fb3557b9c824bc170f0a4c> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib 0x1a2416000 - 0x1a2424fff CoreDuetDaemonProtocol arm64 <3e59e555f21e3203849dda490e1ac19b> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1a2425000 - 0x1a2444fff FTAWD arm64 /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1a33df000 - 0x1a33e1fff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1a3691000 - 0x1a36ccfff DifferentialPrivacy arm64 /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1a3e81000 - 0x1a3ef0fff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib 0x1a3ef1000 - 0x1a3f20fff C2 arm64 /System/Library/PrivateFrameworks/C2.framework/C2 0x1a3f21000 - 0x1a3f55fff NaturalLanguage arm64 /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x1a3fe9000 - 0x1a3feafff libsystem_coreservices.dylib arm64 <056ff41b4a3e3e058c63563a2b6cc624> /usr/lib/system/libsystem_coreservices.dylib 0x1a3ffc000 - 0x1a400dfff libmis.dylib arm64 /usr/lib/libmis.dylib 0x1a400e000 - 0x1a4064fff WebBookmarks arm64 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x1a4065000 - 0x1a4072fff DCIMServices arm64 <6d743e4fcd10316ea61dd319ba81a6ed> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x1a4073000 - 0x1a41c4fff CloudPhotoLibrary arm64 /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x1a41ff000 - 0x1a4207fff libcopyfile.dylib arm64 <0680a413ee233d1d877cbd1a1b98cd7e> /usr/lib/system/libcopyfile.dylib 0x1a4208000 - 0x1a4227fff UsageTracking arm64 /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking 0x1a4554000 - 0x1a45e3fff AccountsDaemon arm64 <0de70eb7ac3c3a5b9982fba9df0bd53b> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x1a45e4000 - 0x1a45effff AppleIDSSOAuthentication arm64 <8571665a6d953776b80282e3531a91e2> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1a45f0000 - 0x1a4601fff SettingsFoundation arm64 /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation 0x1a4722000 - 0x1a479dfff Symbolication arm64 /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 0x1a4952000 - 0x1a49a0fff ChunkingLibrary arm64 <1ff2202c91fc32198ec48d59ebd8d3c0> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1a49a4000 - 0x1a49a8fff DAAPKit arm64 <6fd2855505703bbdb580a179e8f3c49b> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x1a4e8e000 - 0x1a4e90fff CoreDuetDebugLogging arm64 /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1a5961000 - 0x1a599efff SignpostSupport arm64 <5d0dbc6b595d33e0abef55d64c3b8798> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1a5bd4000 - 0x1a5bddfff SignpostCollection arm64 <4db83358c8c039fda69a821becb01363> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1a6305000 - 0x1a630cfff URLFormatting arm64 /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x1a6321000 - 0x1a63c8fff MMCS arm64 <3cf3e9ecab9c34b4bf228559b1a84348> /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1a6421000 - 0x1a6647fff MobileSpotlightIndex arm64 /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1a6a2f000 - 0x1a6a75fff CoreLocationProtobuf arm64 <84dfc3606d803552bdff56b837e57beb> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1a6ae4000 - 0x1a6afffff ScreenshotServices arm64 <356b9fe039bc3ff6b9f1da87eca92ab4> /System/Library/PrivateFrameworks/ScreenshotServices.framework/ScreenshotServices 0x1a6b00000 - 0x1a6b7dfff Quagga arm64 <7a1f4aa0ebee356296d167ebec9d3440> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1a6e86000 - 0x1a6e9afff libEDR arm64 <37b400daffbe3678805197a77f3c43e9> /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1a7aa5000 - 0x1a7ab3fff libperfcheck.dylib arm64 <5dd7217122b43afe9a58122605f7a58c> /usr/lib/libperfcheck.dylib 0x1a7ab4000 - 0x1a7abffff libAudioStatistics.dylib arm64 /usr/lib/libAudioStatistics.dylib 0x1a7c76000 - 0x1a7c86fff caulk arm64 <40c59f79f177373787db8857002e4a9a> /System/Library/PrivateFrameworks/caulk.framework/caulk 0x1a7cc6000 - 0x1a7cccfff MobileSystemServices arm64 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1a8a1a000 - 0x1a8a2efff RemoteXPC arm64 /System/Library/PrivateFrameworks/RemoteXPC.framework/RemoteXPC 0x1a8d91000 - 0x1a8dcafff libGLImage.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1a91f0000 - 0x1a9201fff libSparseBLAS.dylib arm64 <2388d02f952132cb891f08249ccb6253> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1a9202000 - 0x1a9215fff Engram arm64 <766e498cdb82360889b73f670b1c3c45> /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1a928d000 - 0x1a92c7fff DataDetectorsNaturalLanguage arm64 /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage 0x1a95a9000 - 0x1a95b1fff FSEvents arm64 /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents 0x1a95c1000 - 0x1a963ffff CoreDAV arm64 <53899828aa7431839999685892419b04> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1a9f81000 - 0x1a9f91fff RemoteTextInput arm64 /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1a9fba000 - 0x1a9fe9fff iCalendar arm64 <1edb3421405c37258b7869c850885a4f> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1aa006000 - 0x1aa00ffff CloudPhotoServices arm64 <579580c7fb583ef28b345db3e02083d8> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x1aa04e000 - 0x1aa062fff libLinearAlgebra.dylib arm64 <188a2c0085103d40968c51b56786a050> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1aa0f2000 - 0x1aa1f4fff ConfigurationEngineModel arm64 <924504edd89438ef9d44f52c5ba9936a> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel 0x1aa1f5000 - 0x1aa1fcfff CertUI arm64 <1b64d222c3433e2cb7f34a0361706bef> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1aa2ff000 - 0x1aa30dfff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1aad00000 - 0x1aad47fff PhysicsKit arm64 <7559b947b99d34dc92b1168af13a010b> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1aad48000 - 0x1aad99fff CorePrediction arm64 <823145e885533d46a7036c7edd5d3c55> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1ab1cc000 - 0x1ab217fff SafariSafeBrowsing arm64 <94d66640f5f9338d81202be956d09679> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1ab5b6000 - 0x1ab62bfff HomeSharing arm64 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x1ab6ba000 - 0x1ab6d8fff GenerationalStorage arm64 <7679232cd37d322391458de38cfba542> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1ab73c000 - 0x1ab747fff PersonaKit arm64 <2711c35822cb372b94b26227ac95c3ae> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1ab748000 - 0x1ab754fff PersonaUI arm64 <7e2b07dcaf243495a5799ebab7e881f7> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 0x1ab8fd000 - 0x1ab90bfff Speech arm64 <94d59c965cf8310ba56b484b96a103b5> /System/Library/Frameworks/Speech.framework/Speech 0x1abb55000 - 0x1abb5afff kperf arm64 /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1abce7000 - 0x1abcf5fff AssetsLibrary arm64 /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x1abd22000 - 0x1abd52fff libpcap.A.dylib arm64 <680fb4c1bd6b3049b41a4e03338e5a04> /usr/lib/libpcap.A.dylib 0x1ac00f000 - 0x1ac024fff WebUI arm64 <81259270470a3bd3ad89d23ef319c932> /System/Library/PrivateFrameworks/WebUI.framework/WebUI 0x1ac025000 - 0x1ac03bfff SafariFoundation arm64 <6bb880ce57d33eaeb03ca9ab25d041ad> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation 0x1ac083000 - 0x1ac11dfff libvDSP.dylib arm64 <17cedcd634703db1947605912da5c153> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1ac11e000 - 0x1ac149fff vCard arm64 <08b7040ecb1f34128c8e037d87456a1a> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1ac18b000 - 0x1ac216fff SampleAnalysis arm64 <5129d9cc0b8d381782ef5759bf290bb2> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1ac217000 - 0x1ac221fff IntentsFoundation arm64 <1dcf59962c193c069e4c9e0bd5694759> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1ac408000 - 0x1ac40afff ParsecSubscriptionServiceSupport arm64 /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 0x1ac40b000 - 0x1ac49afff MediaPlatform arm64 /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x1ac49b000 - 0x1ac7a8fff MediaLibraryCore arm64 <98bbb008c1ad36eea2afbdbc0a1803e2> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x1ac807000 - 0x1ac83ffff PhotosImagingFoundation arm64 <778695642f4433c9837f685b759990ca> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation 0x1ac840000 - 0x1ac862fff MediaConversionService arm64 <8144b5bcc3663c379d0c13c05a24fcc1> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService 0x1ac863000 - 0x1ac880fff MediaStream arm64 /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x1ac881000 - 0x1ac97cfff CoreMediaStream arm64 /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x1aca14000 - 0x1aca15fff libCyrillicConverter.dylib arm64 <815fc1fd75583309b0c478c248c9a5ac> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib 0x1aca93000 - 0x1aca93fff Accelerate arm64 <6e2f0eb242eb3d698c49d7b8937ce681> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1aca95000 - 0x1acdb0fff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1acdb1000 - 0x1acdb5fff libQuadrature.dylib arm64 <01a3f7ce12f73cd6bbfc1aa29f62c134> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1acdb6000 - 0x1ace0ffff libvMisc.dylib arm64 <0ce6a4851cc3335aa62b3c574ada23ca> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1ace10000 - 0x1ace10fff vecLib arm64 <2cf4dce3a72b3ddf9c1cc5a73120b032> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1ace19000 - 0x1ace26fff AuthenticationServices arm64 <353bb6739f8b3599a729230956c74b45> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices 0x1ace69000 - 0x1acf64fff Combine arm64 <279a12fca7583a3d8d3b98e0dbb1314e> /System/Library/Frameworks/Combine.framework/Combine 0x1acf77000 - 0x1acfc7fff CoreMIDI arm64 <750bf0977f6c3210af90d8e7844f83cd> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1ad1d1000 - 0x1ad1fefff GSS arm64 <225e035e34ef3230887f4b414afbb0f6> /System/Library/Frameworks/GSS.framework/GSS 0x1ad212000 - 0x1ad243fff MPSCore arm64 <253f3941794d3d36bf90c53ad2876155> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1ad244000 - 0x1ad2bdfff MPSImage arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1ad2be000 - 0x1ad2e0fff MPSMatrix arm64 <33c124071cf13deea1bb4a48e72fbb41> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1ad2e1000 - 0x1ad2f4fff MPSNDArray arm64 <5a5c21a804e1357ab7064fd433aafd11> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x1ad2f5000 - 0x1ad485fff MPSNeuralNetwork arm64 <90d91a4c61f43277ae5aa1420558b674> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1ad486000 - 0x1ad4cbfff MPSRayIntersector arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1ad4cc000 - 0x1ad4ccfff MetalPerformanceShaders arm64 <524dd85aa77238da874d1229353c75c7> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1ad4d9000 - 0x1ad4d9fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1ad4e4000 - 0x1ad4e5fff libCVMSPluginSupport.dylib arm64 <39c3e90d26ed386d9955392a8da964e0> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1ad4e6000 - 0x1ad4ecfff libCoreFSCache.dylib arm64 <32d64b26af353775af862800179e1d1c> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1ad4ed000 - 0x1ad4f2fff libCoreVMClient.dylib arm64 <7418e2f0eb4034e6ab4f783fb21edaa5> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1ad526000 - 0x1ad55afff QuickLookThumbnailing arm64 <795d3c9195bd30c78c78df3a22dab551> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x1ad9b4000 - 0x1ad9b4fff UIKit arm64 <44227237da7d3edea3b99cc794e2febc> /System/Library/Frameworks/UIKit.framework/UIKit 0x1adbfb000 - 0x1add43fff ANECompiler arm64 <0d6e93768fa637c6897f0d353809ae7f> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler 0x1add44000 - 0x1add54fff ANEServices arm64 <5d2c3db7a40730dfb59284006538da7f> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x1addee000 - 0x1addf2fff ASEProcessing arm64 <0be9968405863cd097ab4ed2c3859cb6> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1adf85000 - 0x1adf90fff AccountSettings arm64 <11239ef0cb573b44b94329704ddb767f> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings 0x1ae930000 - 0x1ae93efff AppleFSCompression arm64 <20b78ff40b34321c8397a01f9a92cb7b> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1ae93f000 - 0x1ae949fff AppleIDAuthSupport arm64 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1ae94a000 - 0x1ae98bfff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1ae9a7000 - 0x1ae9b8fff AppleNeuralEngine arm64 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x1ae9bf000 - 0x1ae9e2fff AppleSauce arm64 <46c45cd4efe533f28302e2818e916179> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1aebd9000 - 0x1aec09fff Bom arm64 <2d8cca84b2113c37a3d6d24acc22224e> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1af664000 - 0x1af66bfff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x1afa51000 - 0x1afa55fff CoreOptimization arm64 /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1afb6d000 - 0x1afb78fff DeviceIdentity arm64 <8f5cb2106a6a39a296a2fb946b4cc9f6> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1afd03000 - 0x1afd1dfff DocumentManagerCore arm64 <541299da83fa30a39572afccfcdb9288> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1afdd4000 - 0x1b041efff Espresso arm64 <4bf12b5fa9e43b319c94f443f75826d4> /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x1b06e4000 - 0x1b0af6fff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1b0bc6000 - 0x1b0bdafff libGSFontCache.dylib arm64 <805cb023cea63ead9e157671ab941a6f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1b0c3e000 - 0x1b0c4afff libhvf.dylib arm64 <943e21adebc932fab557c3ba69921476> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1b0c6c000 - 0x1b0c80fff Futhark arm64 /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1b17c5000 - 0x1b17c5fff libmetal_timestamp.dylib arm64 <7634e2636e723509a188b22ab8886320> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib 0x1b1944000 - 0x1b1950fff GraphVisualizer arm64 /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1b2264000 - 0x1b22d3fff Heimdal arm64 /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x1b27f1000 - 0x1b27f7fff InternationalSupport arm64 /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1b2aae000 - 0x1b2aaefff Marco arm64 <84106752c0e433848f3a45d25d8adee3> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1b2f63000 - 0x1b2f8cfff MetricsKit arm64 /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit 0x1b2f9a000 - 0x1b2facfff MobileDeviceLink arm64 <6aedf5ec46203ce39055d75f1ce3537c> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink 0x1b2fbe000 - 0x1b2fc7fff MobileStorage arm64 <083ff797373c3a738887e3d82f6f37c6> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage 0x1b325b000 - 0x1b329afff OTSVG arm64 /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1b38e8000 - 0x1b38e8fff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1b521f000 - 0x1b522bfff RemoteServiceDiscovery arm64 /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/RemoteServiceDiscovery 0x1b5284000 - 0x1b5288fff RevealCore arm64 /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore 0x1b541b000 - 0x1b5427fff SetupAssistantSupport arm64 <5c1f14cb73a03d0eb3d6a1bb803ae3f4> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1b5445000 - 0x1b5445fff SignpostMetrics arm64 <6a23f80b3e95362a97024435d699234d> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 0x1b5473000 - 0x1b548ffff SiriInstrumentation arm64 <10d53d18cfd831a0bf1bf3e38b98fa2d> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x1b5c08000 - 0x1b5d25fff TextRecognition arm64 <602074cd752f3fc6a6efa37f4d8162bf> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition 0x1b5d26000 - 0x1b5dc8fff TextureIO arm64 /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1b6be6000 - 0x1b70cbfff libwebrtc.dylib arm64 /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1b7252000 - 0x1b725afff kperfdata arm64 /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1b725b000 - 0x1b72a2fff ktrace arm64 <614bdefc4f223b10aadade4e08cc09d0> /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1b72bb000 - 0x1b72c7fff perfdata arm64 <7fbb27c9d7703b95be175f147f109bdb> /System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x1b72c8000 - 0x1b72d6fff zudp arm64 /System/Library/PrivateFrameworks/zudp.framework/zudp 0x1b75a6000 - 0x1b789ffff libAWDSupportFramework.dylib arm64 /usr/lib/libAWDSupportFramework.dylib 0x1b7a4e000 - 0x1b7a58fff libChineseTokenizer.dylib arm64 /usr/lib/libChineseTokenizer.dylib 0x1b7a7d000 - 0x1b7c30fff libFosl_dynamic.dylib arm64 /usr/lib/libFosl_dynamic.dylib 0x1b7cad000 - 0x1b7cb3fff libMatch.1.dylib arm64 /usr/lib/libMatch.1.dylib 0x1b7d69000 - 0x1b7d6afff libSystem.B.dylib arm64 /usr/lib/libSystem.B.dylib 0x1b7d73000 - 0x1b7d75fff libThaiTokenizer.dylib arm64 /usr/lib/libThaiTokenizer.dylib 0x1b7e74000 - 0x1b7e89fff libapple_nghttp2.dylib arm64 <8f44a3c8d09d3767a9faac6ecd1e117d> /usr/lib/libapple_nghttp2.dylib 0x1b7f02000 - 0x1b7f12fff libbsm.0.dylib arm64 <34e5d47f9eb53fcb90e8d376b2495d76> /usr/lib/libbsm.0.dylib 0x1b7f13000 - 0x1b7f1ffff libbz2.1.0.dylib arm64 <585b38ef25d13a32ae5a58063781d3f3> /usr/lib/libbz2.1.0.dylib 0x1b7f20000 - 0x1b7f20fff libcharset.1.dylib arm64 <8f45b0844d5137cf81dad41df7d09791> /usr/lib/libcharset.1.dylib 0x1b7f21000 - 0x1b7f32fff libcmph.dylib arm64 <613da5e4a09f34fc8d38e2522ca6e355> /usr/lib/libcmph.dylib 0x1b7f33000 - 0x1b7f4afff libcompression.dylib arm64 <0510173465113cb5a85ad77c1f2ab922> /usr/lib/libcompression.dylib 0x1b7f4b000 - 0x1b7f4cfff libcoretls_cfhelpers.dylib arm64 <7c006b990b843bebb47b3a2b7226af4d> /usr/lib/libcoretls_cfhelpers.dylib 0x1b7f4d000 - 0x1b7f53fff libcupolicy.dylib arm64 /usr/lib/libcupolicy.dylib 0x1b7f93000 - 0x1b7f9cfff libdscsym.dylib arm64 /usr/lib/libdscsym.dylib 0x1b7f9d000 - 0x1b7fb9fff libedit.3.dylib arm64 /usr/lib/libedit.3.dylib 0x1b7fd3000 - 0x1b7fd8fff libheimdal-asn1.dylib arm64 <194f2d30c4133319ba80b44b8fb95da5> /usr/lib/libheimdal-asn1.dylib 0x1b7fd9000 - 0x1b80cafff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib 0x1b80e0000 - 0x1b80ebfff liblockdown.dylib arm64 <54781e736ccd39a3bca20a8387978134> /usr/lib/liblockdown.dylib 0x1b8105000 - 0x1b811dfff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib 0x1b8490000 - 0x1b84bffff libncurses.5.4.dylib arm64 <5e5c455de6ba30b9960c057a460ccf0b> /usr/lib/libncurses.5.4.dylib 0x1b84c0000 - 0x1b84d4fff libnetworkextension.dylib arm64 <3485a06e384737bf9e51cb52409ba639> /usr/lib/libnetworkextension.dylib 0x1b885e000 - 0x1b8876fff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib 0x1b8877000 - 0x1b8879fff libsandbox.1.dylib arm64 <79d45127a2a630da946c8a5a32b79900> /usr/lib/libsandbox.1.dylib 0x1b887a000 - 0x1b887ffff libsysdiagnose.dylib arm64 <8d4b261509d83bad93a43a5080fb69e9> /usr/lib/libsysdiagnose.dylib 0x1b8880000 - 0x1b88b1fff libtidy.A.dylib arm64 /usr/lib/libtidy.A.dylib 0x1b88b9000 - 0x1b88bcfff libutil.dylib arm64 <8d7200aea3aa34d5a83e314569bffcb5> /usr/lib/libutil.dylib 0x1b88c1000 - 0x1b88e9fff libxslt.1.dylib arm64 /usr/lib/libxslt.1.dylib 0x1b88ea000 - 0x1b88fbfff libz.1.dylib arm64 /usr/lib/libz.1.dylib 0x1b8924000 - 0x1b8926fff liblog_network.dylib arm64 <7c8fe3bf8f0f3979ad975f4758bfd7d6> /usr/lib/log/liblog_network.dylib 0x1b8936000 - 0x1b8946fff libswiftAVFoundation.dylib arm64 <20511b030f8c3f8992c369d503198181> /usr/lib/swift/libswiftAVFoundation.dylib 0x1b8984000 - 0x1b898cfff libswiftCallKit.dylib arm64 <92697effae823dda9014ee604e155b87> /usr/lib/swift/libswiftCallKit.dylib 0x1b89af000 - 0x1b89bcfff libswiftCoreAudio.dylib arm64 <3f2312b760dd35709e7abba7f4e852d1> /usr/lib/swift/libswiftCoreAudio.dylib 0x1b89c5000 - 0x1b89c9fff libswiftCoreFoundation.dylib arm64 /usr/lib/swift/libswiftCoreFoundation.dylib 0x1b89ca000 - 0x1b89d8fff libswiftCoreGraphics.dylib arm64 <553de35ff7f43a3f82b68c6e14886516> /usr/lib/swift/libswiftCoreGraphics.dylib 0x1b89d9000 - 0x1b89ddfff libswiftCoreImage.dylib arm64 <85cf724cc58639a68a4b4cf0e991a4b7> /usr/lib/swift/libswiftCoreImage.dylib 0x1b89e5000 - 0x1b89effff libswiftCoreMIDI.dylib arm64 /usr/lib/swift/libswiftCoreMIDI.dylib 0x1b89f0000 - 0x1b8a31fff libswiftCoreMedia.dylib arm64 <5e4b2c7dbe123e069bca153a91b2b171> /usr/lib/swift/libswiftCoreMedia.dylib 0x1b8a32000 - 0x1b8a3bfff libswiftDarwin.dylib arm64 <23c9cb3d76153bb390f627cda5f9a33b> /usr/lib/swift/libswiftDarwin.dylib 0x1b8a3c000 - 0x1b8a57fff libswiftDispatch.dylib arm64 <01d8e5464a3c36bd86ad29030e1ab0a5> /usr/lib/swift/libswiftDispatch.dylib 0x1b8a58000 - 0x1b8bdefff libswiftFoundation.dylib arm64 <3124f8c68f44316ab28ee48f9b738a5c> /usr/lib/swift/libswiftFoundation.dylib 0x1b8c1b000 - 0x1b8c22fff libswiftMetal.dylib arm64 <47dc96a7a4183d03ad474866b02844a8> /usr/lib/swift/libswiftMetal.dylib 0x1b8c94000 - 0x1b8c9afff libswiftObjectiveC.dylib arm64 <6eccc5779c82372d8f9f66aba7a4bb68> /usr/lib/swift/libswiftObjectiveC.dylib 0x1b8ca5000 - 0x1b8caafff libswiftQuartzCore.dylib arm64 /usr/lib/swift/libswiftQuartzCore.dylib 0x1b8ce6000 - 0x1b8cfdfff libswiftUIKit.dylib arm64 <58044279dd6b31e080e483b557d99744> /usr/lib/swift/libswiftUIKit.dylib 0x1b8d17000 - 0x1b8d31fff libswiftsimd.dylib arm64 <1f1b0cb00ecb3400a83c71f1d3ae087c> /usr/lib/swift/libswiftsimd.dylib 0x1b8d32000 - 0x1b8d37fff libcache.dylib arm64 /usr/lib/system/libcache.dylib 0x1b8d38000 - 0x1b8d44fff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib 0x1b8d45000 - 0x1b8d49fff libcompiler_rt.dylib arm64 <95a2a970877e365fae720a708a8edd68> /usr/lib/system/libcompiler_rt.dylib 0x1b8e1e000 - 0x1b8e1efff liblaunch.dylib arm64 /usr/lib/system/liblaunch.dylib 0x1b8e1f000 - 0x1b8e24fff libmacho.dylib arm64 /usr/lib/system/libmacho.dylib 0x1b8e25000 - 0x1b8e27fff libremovefile.dylib arm64 <056edd870d1a3755b48c06dcbe44441b> /usr/lib/system/libremovefile.dylib 0x1b8e28000 - 0x1b8e29fff libsystem_featureflags.dylib arm64 <112de23b918f32fc95b72d5bbc4de99f> /usr/lib/system/libsystem_featureflags.dylib 0x1b8e2a000 - 0x1b8e57fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib 0x1b8e58000 - 0x1b8e5dfff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib 0x1b9137000 - 0x1b919efff NanoRegistry arm64 /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1b919f000 - 0x1b91acfff NanoPreferencesSync arm64 /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x1b9a53000 - 0x1b9b37fff AGXMetalA9 arm64 <7ef8d24711843b01ad5f37dc8b68fbd0> /System/Library/Extensions/AGXMetalA9.bundle/AGXMetalA9 0x1b9b5d000 - 0x1b9b95fff CryptoTokenKit arm64 <7d9c8ac55b93346ea01ae84fd05dc422> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 0x1bacc4000 - 0x1bace1fff AppSSO arm64 <3244e46ad3f93e6b8007d91292275da1> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO 0x1bace2000 - 0x1bacf6fff AppSSOCore arm64 /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore EOF
Post not yet marked as solved
37 Replies
Unfortunately, from iOS 13 this ability is under sytem entitlements, com.apple.multitasking.systemappassertions and com.apple.multitasking.unlimitedassertions, you can try it in simulator, no error in log. There is no way to launch it on device thought, as you need an Apple issued provision profile. So, all we can do is to hope that some future release will fix this.