Hi
i am trying to integrate my unity project for flutter iOS build, when i use flutter run in terminal i am getting this error below,
Xcode's output: ↳ === BUILD TARGET UnityFramework OF PROJECT Unity-iPhone WITH CONFIGURATION Debug === Undefined symbols for architecture arm64: "_onUnityMessage", referenced from: _UnityMessageManager_onUnityMessage_m8A904C01129EA827FDD76B08B34FAF9A6C4B5E36 in Assembly-CSharp.o (maybe you meant: _UnityMessageManager_onUnityMessage_m8A904C01129EA827FDD76B08B34FAF9A6C4B5E36) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Could not build the precompiled application for the device.
Error launching application on iPad.
↧
Flutter Unity iOS Build Undefined symbols for architecture arm64:
↧
I'm getting error "Undefined symbols for architecture arm64:" when trying run on iOS
Hi. I'm trying to launch my game on iOS but I'm keep getting the next error. Can you help me?
![alt text][2]
![alt text][1]
[1]: /storage/temp/147482-screen-shot-2019-10-15-at-75106-pm.png
[2]: /storage/temp/147483-screen-shot-2019-10-15-at-75525-pm.png
↧
↧
iOS Archive error: Build input file cannot be found: '/Users/navil/Desktop/WW3ClientiOS/Classes/Native/Unity.ugui_CodeGen.c' (in target 'Unity-iPhone' from project 'Unity-iPhone')
Hi guys,
I have a question!
I recently upgraded Unity to the latest version (2019.2.10f1) because I'd like to use IAP (in app purchases).
My windows and android builds seem to be ok, but my iOS build fails in xCode with the below error (while trying to do the archive):
** ARCHIVE FAILED **
The following build commands failed:
CompileC /Users/navil/Library/Developer/Xcode/DerivedData/Unity-iPhone-hitwrvrwzwmjnhaucycumjzhcenh/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/Unity.ugui_CodeGen.o /Users/navil/Desktop/WW3ClientiOS/Classes/Native/Unity.ugui_CodeGen.c normal armv7 c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
/Users/navil/Library/Developer/Xcode/DerivedData/Unity-iPhone-hitwrvrwzwmjnhaucycumjzhcenh/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/PrecompiledHeaders/SharedPrecompiledHeaders/17326902885880269110/Prefix.pch -MMD -MT dependencies -MF /Users/navil/Library/Developer/Xcode/DerivedData/Unity-iPhone-hitwrvrwzwmjnhaucycumjzhcenh/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/Unity.ugui_CodeGen.d --serialize-diagnostics /Users/navil/Library/Developer/Xcode/DerivedData/Unity-iPhone-hitwrvrwzwmjnhaucycumjzhcenh/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/Unity.ugui_CodeGen.dia -c /Users/navil/Desktop/WW3ClientiOS/Classes/Native/Unity.ugui_CodeGen.c -o /Users/navil/Library/Developer/Xcode/DerivedData/Unity-iPhone-hitwrvrwzwmjnhaucycumjzhcenh/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/Unity.ugui_CodeGen.o
error: Build input file cannot be found: '/Users/navil/Desktop/WW3ClientiOS/Classes/Native/Unity.ugui_CodeGen.c' (in target 'Unity-iPhone' from project 'Unity-iPhone')
Do you guys know what Unity.ugui_CodeGen.c is? What can i do fix this error? Am i missing something?
Many thanks!
Navil
↧
Embedding an application in Xcode 11.1. storyboard
We have developed a 3D application made with Unity 2019.8.8f1 and it is to be included in an iOS application made by another development team. This other team has tried to include our application through Storyboard but without success so far. We use Xcode 11.1.
We would very much appreciate any advice and pointers that you might have regarding how to succeed. If the use of Storyboard is not the way to go, could you recommend an alternative method for including our application (xcode) within the other application?
What about storyboards for a Unity project?
HanSki
↧
iOS build not rendering properly
Hello, I've tried scouring the Internet for a solution, but alas have found none. I'm able to build my app for the Mac just fine, and it runs as I intended. I build for iOS, and it installs onto my phone just fine... only thing is when the app opens up, the default unity splash screen doesn't show(not sure if I did anything with it) and after a few seconds the screen changes to the color of the skybox and is blank. The first level is a blue screen with text and an auto-generated series of buttons... I use serialized lists for this... but when the app opens up the first level, it's nothing more than a blue screen. I can press the approximate location of where the buttons should show up, but the app freezes and no longer re-orients itself to landscape/portrait... the button should take you to level 1/2/3/etc.
I've tried building just the first level of the game... the scene after main menu... and works just fine on the Mac, but when built onto the iPhone device, it only shows an orangish blank screen(the color of the skybox in level 1). I'm not seeing any of my game objects, terrain, characters.
I've tried playing around with the lighting settings, and tried updating the packaging manager.
unity tells me that I don't have splash screens... don't think that changes anything.
Xcode tells me things like
"Metal: Error creating pipeline state (UI/Default): output of type half4 is not compatible with a MTLPixelFormatInvalid color attachement.
(null)" during the initial splash scene/where unity logo should go... though it's just black for me
and "Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
2019-11-11 14:31:10.477164-0500 BreedingBlops[940:100329] MTLCompiler: Compilation failed with XPC_ERROR_CONNECTION_INTERRUPTED on 3 try
Metal: Error creating pipeline state (Standard): Compiler encountered an internal error
(null)2019-11-11 14:31:20.560674-0500" after I tap where the button should exist... where the phone freezes except to exit the app
I just tried it again to simulate the error and pull up Xcode's error texts, upon tapping the approximate location of the button taking me to level 1, screen goes to orange color(same as level 1's camera's skybox) and after tapping approximately where the main menu button should be, it takes me back to the sky box of the main menu... process between levels is repeatable... thus suggesting buttons and game objects exist, but the only thing visible is the skybox.
I've tried doing some research, and I've seen it suggested that serializing certain properties can create similar errors on Xcode's side, but upon investigating said relations I haven't found anything.
I know this is a big read, and the solution is prolly simpler than I think, but I'm not sure where to go from here.
↧
↧
Running on simulator gives "No matching function" error in xcode
Hello, I recently finished a mobile game and managed to build it and get it running on my phone through Xcode. But now I have to get screenshots and previews to put on the App Store, and the internet says to use Xcode simulators for that. However, whenever I try to run the App on a simulator, I get an error saying:
`/Classes/UnityAppController.mm:534:13: No matching function for call to 'objc_msgSend`.
I'm assuming there is something wrong with one of my settings or something? Any help is greatly appreciated.
↧
How to debug / idenitify a SIGABRT crash
Hi,
My app suddenly started to crash after install in Xcode, never in the Editor, it has been working for weeks before that. After much investigation and experimentation I am an unable to identified any clear path on how to go about to find the issue. Here is a crash report. The crash usually happens at the beginning of the first level, but it is not really consistent at one point in the game. In some build versions I am able to play through all levels using the same scripts again and again at least once without any crash, on some builds I can avoid the crash by changing a speed setting or a sound setting before starting the level but it might crash at second or third level. Any suggestions or directions are appreciated.
Thanss,
Ehab
Incident Identifier: E833D9EC-18C9-4817-A3E1-0081B737D564
CrashReporter Key: 25967ba860a86d4ce7240212a59b71638b9d5c0a
Hardware Model: iPhone10,4
Process: spacemines [43028]
Path: /private/var/containers/Bundle/Application/DF5EA247-E658-4F50-9F04-8D99B857645C/spacemines.app/spacemines
Identifier:
Version: 23 (0.998)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition:
Date/Time: 2019-11-20 13:41:27.6317 -0700
Launch Time: 2019-11-20 13:41:16.4690 -0700
OS Version: iPhone OS 12.4 (16G77)
Baseband Version: 2.03.06
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Application Specific Information:
abort() called
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x000000018834b0dc __pthread_kill + 8
1 libsystem_pthread.dylib 0x00000001883c89b0 pthread_kill$VARIANT$armv81 + 296
2 libsystem_c.dylib 0x00000001882a3f4c __abort + 152
3 libsystem_c.dylib 0x00000001882a3eb4 __abort + 0
4 libc++abi.dylib 0x0000000187970788 __cxa_bad_cast + 0
5 libc++abi.dylib 0x0000000187970934 default_unexpected_handler+ 6452 () + 0
6 libobjc.A.dylib 0x0000000187987e10 _objc_terminate+ 24080 () + 140
7 libc++abi.dylib 0x000000018797c838 std::__terminate(void (*)+ 55352 ()) + 16
8 libc++abi.dylib 0x000000018797c8c4 std::terminate+ 55492 () + 84
9 libdispatch.dylib 0x00000001881ed7e8 _dispatch_client_callout + 36
10 libdispatch.dylib 0x00000001881cd9e4 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 1008
11 CoreFoundation 0x000000018874032c __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
12 CoreFoundation 0x000000018873b264 __CFRunLoopRun + 1924
13 CoreFoundation 0x000000018873a7c0 CFRunLoopRunSpecific + 436
14 GraphicsServices 0x000000018a93b79c GSEventRunModal + 104
15 UIKitCore 0x00000001b5205c38 UIApplicationMain + 212
16 spacemines 0x00000001020b3334 main + 29492 (main.mm:41)
17 libdyld.dylib 0x00000001881fe8e0 start + 4
Thread 1:
0 libsystem_pthread.dylib 0x00000001883d0cd0 start_wqthread + 0
Thread 2 name: com.apple.uikit.eventfetch-thread
Thread 2:
0 libsystem_kernel.dylib 0x00000001883400f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x000000018833f5a0 mach_msg + 72
2 CoreFoundation 0x0000000188740120 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x000000018873b030 __CFRunLoopRun + 1360
4 CoreFoundation 0x000000018873a7c0 CFRunLoopRunSpecific + 436
5 Foundation 0x0000000189108eac -[NSRunLoop+ 32428 (NSRunLoop) runMode:beforeDate:] + 300
6 Foundation 0x0000000189108d3c -[NSRunLoop+ 32060 (NSRunLoop) runUntilDate:] + 96
7 UIKitCore 0x00000001b52eb754 -[UIEventFetcher threadMain] + 136
8 Foundation 0x0000000189235674 __NSThread__start__ + 984
9 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
10 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
11 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 3:
0 libsystem_pthread.dylib 0x00000001883d0cd0 start_wqthread + 0
Thread 4:
0 libsystem_pthread.dylib 0x00000001883d0cd0 start_wqthread + 0
Thread 5 name: GC Finalizer
Thread 5:
0 libsystem_kernel.dylib 0x000000018834aee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001883ca4a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 spacemines 0x0000000102f44b10 il2cpp::os::posix::PosixWaitObject::Wait(unsigned int, bool) + 15305488 (PosixWaitObject.cpp:126)
3 spacemines 0x0000000102f26ed4 il2cpp::gc::FinalizerThread(void*) + 15183572 (GarbageCollector.cpp:95)
4 spacemines 0x0000000102f3fed8 il2cpp::os::Thread::RunWrapper(void*) + 15285976 (Thread.cpp:174)
5 spacemines 0x0000000102f41370 il2cpp::os::ThreadImpl::ThreadStartWrapper(void*) + 15291248 (ThreadImpl.cpp:106)
6 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
7 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
8 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 6 name: Job.Worker 0
Thread 6:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 7 name: Job.Worker 1
Thread 7:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 8 name: Job.Worker 2
Thread 8:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 9 name: Job.Worker 3
Thread 9:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 10 name: Job.Worker 4
Thread 10:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 11 name: Background Job.Worker 0
Thread 11:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 12 name: Background Job.Worker 1
Thread 12:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 13 name: Background Job.Worker 2
Thread 13:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 14 name: Background Job.Worker 3
Thread 14:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 15 name: Background Job.Worker 4
Thread 15:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 16 name: Background Job.Worker 5
Thread 16:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 17 name: Background Job.Worker 6
Thread 17:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 18 name: Background Job.Worker 7
Thread 18:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 19 name: Background Job.Worker 8
Thread 19:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 20 name: Background Job.Worker 9
Thread 20:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 21 name: Background Job.Worker 10
Thread 21:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 22 name: Background Job.Worker 11
Thread 22:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 23 name: Background Job.Worker 12
Thread 23:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 24 name: Background Job.Worker 13
Thread 24:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 25 name: Background Job.Worker 14
Thread 25:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 26 name: Background Job.Worker 15
Thread 26:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 27 name: BatchDeleteObjects
Thread 27:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001029922a8 ThreadedStreamBuffer::HandleOutOfBufferToReadFrom(ThreadedStreamBuffer::DataOffsets) + 9331368 (ThreadedStreamBuffer.cpp:325)
4 spacemines 0x0000000102948034 BatchDeleteStep2Threaded(void*) + 9027636 (BatchDeleteObjects.cpp:93)
5 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
6 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
7 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
8 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 28 name: AsyncReadManager
Thread 28:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x0000000102890a54 AsyncReadManagerThreaded::ThreadEntry() + 8276564 (AsyncReadManagerThreaded.cpp:161)
4 spacemines 0x000000010289068c AsyncReadManagerThreaded::StaticThreadEntry(void*) + 8275596 (AsyncReadManagerThreaded.cpp:74)
5 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
6 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
7 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
8 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 29:
0 libsystem_pthread.dylib 0x00000001883d0cd0 start_wqthread + 0
Thread 30 name: Dispatch queue: com.google.fira.worker
Thread 30:
0 libsystem_kernel.dylib 0x000000018834cffc pread + 8
1 libsqlite3.dylib 0x0000000188c5af98 0x188ba4000 + 749464
2 libsqlite3.dylib 0x0000000188bab98c 0x188ba4000 + 31116
3 libsqlite3.dylib 0x0000000188bce234 0x188ba4000 + 172596
4 libsqlite3.dylib 0x0000000188c6447c 0x188ba4000 + 787580
5 libsqlite3.dylib 0x0000000188c6c0f0 0x188ba4000 + 819440
6 libsqlite3.dylib 0x0000000188bf5634 0x188ba4000 + 333364
7 libsqlite3.dylib 0x0000000188c6b33c 0x188ba4000 + 815932
8 libsqlite3.dylib 0x0000000188be7ca8 0x188ba4000 + 277672
9 libsqlite3.dylib 0x0000000188be4b40 sqlite3_step + 444
10 spacemines 0x000000010241cb7c -[APMSqliteStore recordsForQuery:parameterValues:error:withFilter:] + 356
11 spacemines 0x000000010241c9e8 -[APMSqliteStore recordsForQuery:parameterValues:error:] + 76
12 spacemines 0x00000001023e3cb8 -[APMDatabase conditionalUserPropertiesWithCondition:parameterValues:error:] + 212
13 spacemines 0x00000001023e36b8 -[APMDatabase timedOutConditionalUserPropertiesWithError:] + 204
14 spacemines 0x000000010241047c -[APMConditionalUserPropertyController+ 3556476 (Private) removeTimedOutCUPWithTimedOutEvents:] + 168
15 spacemines 0x0000000102410218 __75-[APMConditionalUserPropertyController+ 3555864 (Private) processEventOnWorkerQueue:]_block_invoke + 52
16 spacemines 0x000000010241d084 -[APMSqliteStore performTransaction:] + 92
17 spacemines 0x000000010240ffb4 -[APMConditionalUserPropertyController+ 3555252 (Private) processEventOnWorkerQueue:] + 348
18 spacemines 0x00000001023f11dc -[APMMeasurement handleEventOnWorkerQueue:] + 1060
19 spacemines 0x0000000102406778 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 44
20 libdispatch.dylib 0x00000001881eca38 _dispatch_call_block_and_release + 24
21 libdispatch.dylib 0x00000001881ed7d4 _dispatch_client_callout + 16
22 libdispatch.dylib 0x00000001881c8dec _dispatch_lane_serial_drain$VARIANT$armv81 + 548
23 libdispatch.dylib 0x00000001881c992c _dispatch_lane_invoke$VARIANT$armv81 + 408
24 libdispatch.dylib 0x00000001881d1e08 _dispatch_workloop_worker_thread + 584
25 libsystem_pthread.dylib 0x00000001883ce114 _pthread_wqthread + 304
26 libsystem_pthread.dylib 0x00000001883d0cd4 start_wqthread + 4
Thread 31 name: UnityGfxDeviceWorker
Thread 31:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001029922a8 ThreadedStreamBuffer::HandleOutOfBufferToReadFrom(ThreadedStreamBuffer::DataOffsets) + 9331368 (ThreadedStreamBuffer.cpp:325)
4 spacemines 0x00000001027b1c0c GfxDeviceWorker::RunCommand(ThreadedStreamBuffer&) + 7363596 (GfxDeviceWorker.cpp:497)
5 spacemines 0x0000000102b5fdf0 GfxDeviceWorkerAutoreleasePoolProxy + 11222512 (GfxDeviceMetal.mm:4003)
6 spacemines 0x00000001027b91f8 GfxDeviceWorker::RunExt(ThreadedStreamBuffer&) + 7393784 (GfxDeviceWorker.cpp:152)
7 spacemines 0x00000001027b1988 GfxDeviceWorker::RunGfxDeviceWorker(void*) + 7362952 (GfxDeviceWorker.cpp:455)
8 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
9 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
10 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
11 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 32 name: AVAudioSession Notify Thread
Thread 32:
0 libsystem_kernel.dylib 0x00000001883400f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x000000018833f5a0 mach_msg + 72
2 CoreFoundation 0x0000000188740120 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x000000018873b030 __CFRunLoopRun + 1360
4 CoreFoundation 0x000000018873a7c0 CFRunLoopRunSpecific + 436
5 AVFAudio 0x000000018e6ac334 GenericRunLoopThread::Entry+ 574260 (void*) + 156
6 AVFAudio 0x000000018e6d6c60 CAPThread::Entry+ 748640 (CAPThread*) + 88
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 33:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 spacemines 0x0000000102ec9ccc FMOD_OS_Semaphore_Wait+ 14802124 (FMOD_OS_SEMAPHORE*) + 16
2 spacemines 0x0000000102ee63b8 FMOD::Thread::callback+ 14918584 (void*) + 64
3 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
4 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
5 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 34 name: AURemoteIO::IOThread
Thread 34:
0 libsystem_kernel.dylib 0x00000001883400f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x000000018833f5a0 mach_msg + 72
2 AudioToolbox 0x000000018c6f6880 AURemoteIO::IOThread::Run+ 952448 () + 256
3 AudioToolbox 0x000000018c6fb7f0 AURemoteIO::IOThread::Entry+ 972784 (void*) + 76
4 AudioToolbox 0x000000018cace4f8 CAPThread::Entry+ 4982008 (CAPThread*) + 88
5 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
6 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
7 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 35:
0 libsystem_kernel.dylib 0x000000018834b400 __semwait_signal + 8
1 libsystem_c.dylib 0x00000001882c156c nanosleep + 212
2 libsystem_c.dylib 0x00000001882c1444 usleep + 64
3 spacemines 0x0000000102ec9840 FMOD_OS_Time_Sleep+ 14800960 (unsigned int) + 20
4 spacemines 0x0000000102ee63a4 FMOD::Thread::callback+ 14918564 (void*) + 44
5 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
6 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
7 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 36 name: com.apple.CoreMotion.MotionThread
Thread 36:
0 libsystem_kernel.dylib 0x00000001883400f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x000000018833f5a0 mach_msg + 72
2 CoreFoundation 0x0000000188740120 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x000000018873b030 __CFRunLoopRun + 1360
4 CoreFoundation 0x000000018873a7c0 CFRunLoopRunSpecific + 436
5 CoreFoundation 0x000000018873b51c CFRunLoopRun + 80
6 CoreMotion 0x000000018e111be8 0x18e09d000 + 478184
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 37 name: UnityPreload
Thread 37:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001029552d4 PreloadManager::Run() + 9081556 (PreloadManager.cpp:313)
4 spacemines 0x0000000102955280 PreloadManager::Run(void*) + 9081472 (PreloadManager.cpp:187)
5 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
6 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
7 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
8 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 38 name: CloudJob.Worker 0
Thread 38:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001028ec970 CappedSemaphore::WaitForSignal() + 8653168 (CappedSemaphore.h:68)
4 spacemines 0x000000010292090c JobQueue::ProcessJobs(void*) + 8866060 (JobQueue.cpp:912)
5 spacemines 0x000000010291fd80 JobQueue::WorkLoop(void*) + 8863104 (JobQueue.cpp:976)
6 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 39:
0 libsystem_kernel.dylib 0x000000018834aee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001883ca4a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 spacemines 0x0000000102e6a23c Geo::Impl::WaitForMultipleObjects(unsigned int, Geo::Impl::t_HANDLE**, bool, int) + 14410300 (GeoEvent.cpp:156)
3 spacemines 0x0000000102e6a438 Geo::GeoEvent::Wait(unsigned int) + 14410808 (GeoEvent.cpp:344)
4 spacemines 0x0000000102e59180 Enlighten::MultithreadCpuWorkerCommon::CommandThreadFunction(void*) + 14340480 (MultithreadCpuWorker.cpp:1255)
5 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
6 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
7 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 40 name: EnlightenWorker
Thread 40:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 libdispatch.dylib 0x00000001881bc968 _dispatch_sema4_wait$VARIANT$armv81 + 24
2 libdispatch.dylib 0x00000001881bd3e0 _dispatch_semaphore_wait_slow + 128
3 spacemines 0x00000001027d9bd8 TUpdateFunction(void*) + 7527384 (HLRTThreadGroup.cpp:138)
4 spacemines 0x0000000102991318 Thread::RunThreadWrapper(void*) + 9327384 (Thread.cpp:76)
5 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
6 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
7 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 41 name: JavaScriptCore bmalloc scavenger
Thread 41:
0 libsystem_kernel.dylib 0x000000018834aee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001883ca4a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 libc++.1.dylib 0x0000000187921090 std::__1::condition_variable::wait+ 32912 (std::__1::unique_lock&) + 24
3 JavaScriptCore 0x000000018f9cede0 void std::__1::condition_variable_any::wait>+ 564704 (std::__1::unique_lock&) + 108
4 JavaScriptCore 0x000000018f9d2dd4 bmalloc::Scavenger::threadRunLoop+ 581076 () + 176
5 JavaScriptCore 0x000000018f9d254c bmalloc::Scavenger::Scavenger+ 578892 (std::__1::lock_guard&) + 0
6 JavaScriptCore 0x000000018f9d3f8c std::__1::__thread_specific_ptr::set_pointer+ 585612 (std::__1::__thread_struct*) + 0
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 42 name: WebThread
Thread 42:
0 libsystem_kernel.dylib 0x00000001883400f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x000000018833f5a0 mach_msg + 72
2 CoreFoundation 0x0000000188740120 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x000000018873b030 __CFRunLoopRun + 1360
4 CoreFoundation 0x000000018873a7c0 CFRunLoopRunSpecific + 436
5 WebCore 0x000000019142dfc4 RunWebThread+ 3874756 (void*) + 600
6 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
7 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
8 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 43 name: Dispatch queue: com.google.admob.n.resource-buffer-file
Thread 43:
0 libsystem_kernel.dylib 0x000000018834d920 write + 8
1 Foundation 0x0000000189219ca4 _NSWriteToFileDescriptorWithProgress + 216
2 Foundation 0x00000001891d9ec4 __34-[NSConcreteFileHandle writeData:]_block_invoke + 76
3 Foundation 0x000000018934a4dc __49-[_NSDispatchData enumerateByteRangesUsingBlock:]_block_invoke + 44
4 Foundation 0x000000018916ab90 -[_NSDispatchData enumerateByteRangesUsingBlock:] + 68
5 Foundation 0x000000018916a66c -[NSConcreteFileHandle writeData:] + 180
6 spacemines 0x000000010254ff5c GADResourceBufferCanProvideByteOffset + 6832
7 libdispatch.dylib 0x00000001881ed7d4 _dispatch_client_callout + 16
8 libdispatch.dylib 0x00000001881ce5fc _dispatch_lane_barrier_sync_invoke_and_complete + 56
9 spacemines 0x000000010254fd90 GADResourceBufferCanProvideByteOffset + 6372
10 CFNetwork 0x0000000188f32944 __67-[NSURLSession delegate_dataTask:didReceiveData:completionHandler:]_block_invoke_2 + 40
11 Foundation 0x0000000189213ec8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 16
12 Foundation 0x00000001891202e0 -[NSBlockOperation main] + 72
13 Foundation 0x000000018911f7c8 -[__NSOperationInternal _start:] + 740
14 Foundation 0x0000000189215c4c __NSOQSchedule_f + 272
15 libdispatch.dylib 0x00000001881ce1cc _dispatch_block_async_invoke2 + 104
16 libdispatch.dylib 0x00000001881ed7d4 _dispatch_client_callout + 16
17 libdispatch.dylib 0x00000001881c4c34 _dispatch_continuation_pop$VARIANT$armv81 + 404
18 libdispatch.dylib 0x00000001881c4314 _dispatch_async_redirect_invoke + 592
19 libdispatch.dylib 0x00000001881d09d4 _dispatch_root_queue_drain + 340
20 libdispatch.dylib 0x00000001881d1248 _dispatch_worker_thread2 + 116
21 libsystem_pthread.dylib 0x00000001883ce1b4 _pthread_wqthread + 464
22 libsystem_pthread.dylib 0x00000001883d0cd4 start_wqthread + 4
Thread 44:
0 libsystem_pthread.dylib 0x00000001883d0cd0 start_wqthread + 0
Thread 45:
0 libsystem_pthread.dylib 0x00000001883d0cd0 start_wqthread + 0
Thread 46:
0 libsystem_kernel.dylib 0x0000000188340148 semaphore_timedwait_trap + 8
1 libdispatch.dylib 0x00000001881bca50 _dispatch_sema4_timedwait$VARIANT$armv81 + 64
2 libdispatch.dylib 0x00000001881bd3a8 _dispatch_semaphore_wait_slow + 72
3 libdispatch.dylib 0x00000001881d07c8 _dispatch_worker_thread + 344
4 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
5 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
6 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 47:
0 libsystem_kernel.dylib 0x0000000188340148 semaphore_timedwait_trap + 8
1 libdispatch.dylib 0x00000001881bca50 _dispatch_sema4_timedwait$VARIANT$armv81 + 64
2 libdispatch.dylib 0x00000001881bd3a8 _dispatch_semaphore_wait_slow + 72
3 libdispatch.dylib 0x00000001881d07c8 _dispatch_worker_thread + 344
4 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
5 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
6 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 48 name: WebCore: LocalStorage
Thread 48:
0 libsystem_kernel.dylib 0x000000018834aee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001883ca4a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 JavaScriptCore 0x000000018f99588c WTF::ThreadCondition::timedWait+ 329868 (WTF::Mutex&, WTF::WallTime) + 80
3 JavaScriptCore 0x000000018f97c514 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2004
4 WebKitLegacy 0x0000000192a7dbdc bool WTF::Condition::waitUntil+ 666588 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5 WebKitLegacy 0x0000000192a808d8 std::__1::unique_ptr, std::__1::default_delete>> WTF::MessageQueue>::waitForMessageFilteredWithTimeout>::waitForMessage()::'lambda'(WTF::Function const&)>(WTF::MessageQueueWaitResult&, WTF::MessageQueue>::waitForMessage()::'lambda'(WTF::Function const&)&&, WTF::WallTime) + 156
6 WebKitLegacy 0x0000000192a7fef4 WebCore::StorageThread::threadEntryPoint+ 675572 () + 68
7 JavaScriptCore 0x000000018f993b30 WTF::Thread::entryPoint+ 322352 (WTF::Thread::NewThreadContext*) + 260
8 JavaScriptCore 0x000000018f99503c WTF::wtfThreadEntryPoint+ 327740 (void*) + 12
9 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
10 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
11 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 49 name: com.apple.NSURLConnectionLoader
Thread 49:
0 libsystem_kernel.dylib 0x00000001883400f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x000000018833f5a0 mach_msg + 72
2 CoreFoundation 0x0000000188740120 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x000000018873b030 __CFRunLoopRun + 1360
4 CoreFoundation 0x000000018873a7c0 CFRunLoopRunSpecific + 436
5 CFNetwork 0x0000000188d5474c -[__CoreSchedulingSetRunnable runForever] + 216
6 Foundation 0x0000000189235674 __NSThread__start__ + 984
7 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
9 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 50 name: Heap Helper Thread
Thread 50:
0 libsystem_kernel.dylib 0x000000018834aee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001883ca4a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 JavaScriptCore 0x000000018f9958cc WTF::ThreadCondition::timedWait+ 329932 (WTF::Mutex&, WTF::WallTime) + 144
3 JavaScriptCore 0x000000018f97c514 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2004
4 JavaScriptCore 0x000000018f950358 bool WTF::Condition::waitUntil+ 45912 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5 JavaScriptCore 0x000000018f9506e8 WTF::Function::CallableWrapper::call+ 46824 () + 216
6 JavaScriptCore 0x000000018f993b30 WTF::Thread::entryPoint+ 322352 (WTF::Thread::NewThreadContext*) + 260
7 JavaScriptCore 0x000000018f99503c WTF::wtfThreadEntryPoint+ 327740 (void*) + 12
8 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
9 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
10 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 51 name: Heap Helper Thread
Thread 51:
0 libsystem_kernel.dylib 0x000000018834aee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001883ca4a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 JavaScriptCore 0x000000018f9958cc WTF::ThreadCondition::timedWait+ 329932 (WTF::Mutex&, WTF::WallTime) + 144
3 JavaScriptCore 0x000000018f97c514 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2004
4 JavaScriptCore 0x000000018f950358 bool WTF::Condition::waitUntil+ 45912 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5 JavaScriptCore 0x000000018f9506e8 WTF::Function::CallableWrapper::call+ 46824 () + 216
6 JavaScriptCore 0x000000018f993b30 WTF::Thread::entryPoint+ 322352 (WTF::Thread::NewThreadContext*) + 260
7 JavaScriptCore 0x000000018f99503c WTF::wtfThreadEntryPoint+ 327740 (void*) + 12
8 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
9 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
10 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 52 name: Heap Helper Thread
Thread 52:
0 libsystem_kernel.dylib 0x000000018834aee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001883ca4a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 JavaScriptCore 0x000000018f9958cc WTF::ThreadCondition::timedWait+ 329932 (WTF::Mutex&, WTF::WallTime) + 144
3 JavaScriptCore 0x000000018f97c514 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2004
4 JavaScriptCore 0x000000018f950358 bool WTF::Condition::waitUntil+ 45912 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5 JavaScriptCore 0x000000018f9506e8 WTF::Function::CallableWrapper::call+ 46824 () + 216
6 JavaScriptCore 0x000000018f993b30 WTF::Thread::entryPoint+ 322352 (WTF::Thread::NewThreadContext*) + 260
7 JavaScriptCore 0x000000018f99503c WTF::wtfThreadEntryPoint+ 327740 (void*) + 12
8 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
9 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
10 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 53 name: Heap Helper Thread
Thread 53:
0 libsystem_kernel.dylib 0x000000018834aee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001883ca4a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 JavaScriptCore 0x000000018f9958cc WTF::ThreadCondition::timedWait+ 329932 (WTF::Mutex&, WTF::WallTime) + 144
3 JavaScriptCore 0x000000018f97c514 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2004
4 JavaScriptCore 0x000000018f950358 bool WTF::Condition::waitUntil+ 45912 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5 JavaScriptCore 0x000000018f9506e8 WTF::Function::CallableWrapper::call+ 46824 () + 216
6 JavaScriptCore 0x000000018f993b30 WTF::Thread::entryPoint+ 322352 (WTF::Thread::NewThreadContext*) + 260
7 JavaScriptCore 0x000000018f99503c WTF::wtfThreadEntryPoint+ 327740 (void*) + 12
8 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
9 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
10 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 54 name: Heap Helper Thread
Thread 54:
0 libsystem_kernel.dylib 0x000000018834aee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001883ca4a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 JavaScriptCore 0x000000018f9958cc WTF::ThreadCondition::timedWait+ 329932 (WTF::Mutex&, WTF::WallTime) + 144
3 JavaScriptCore 0x000000018f97c514 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2004
4 JavaScriptCore 0x000000018f950358 bool WTF::Condition::waitUntil+ 45912 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5 JavaScriptCore 0x000000018f9506e8 WTF::Function::CallableWrapper::call+ 46824 () + 216
6 JavaScriptCore 0x000000018f993b30 WTF::Thread::entryPoint+ 322352 (WTF::Thread::NewThreadContext*) + 260
7 JavaScriptCore 0x000000018f99503c WTF::wtfThreadEntryPoint+ 327740 (void*) + 12
8 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
9 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
10 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 55:
0 libsystem_kernel.dylib 0x0000000188340130 semaphore_wait_trap + 8
1 spacemines 0x0000000102ec9ccc FMOD_OS_Semaphore_Wait+ 14802124 (FMOD_OS_SEMAPHORE*) + 16
2 spacemines 0x0000000102ee63b8 FMOD::Thread::callback+ 14918584 (void*) + 64
3 libsystem_pthread.dylib 0x00000001883cd2c0 _pthread_body + 128
4 libsystem_pthread.dylib 0x00000001883cd220 _pthread_start + 44
5 libsystem_pthread.dylib 0x00000001883d0cdc thread_start + 4
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000001
x4: 0x0000000000000000 x5: 0x0000000000989680 x6: 0x0000000000000072 x7: 0x0000000000000740
x8: 0x0000000000000800 x9: 0x0000000000000303 x10: 0x00000000000003e8 x11: 0x0000000000000003
x12: 0x0000000000000000 x13: 0x000000000000007a x14: 0x0000000000000010 x15: 0x0000000000000000
x16: 0x0000000000000148 x17: 0x0000000000000001 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x000000010717abc0 x21: 0x000000016dd52680 x22: 0x0000000000000303 x23: 0x000000010717aca0
x24: 0x000000010717aca0 x25: 0x00000000000020ff x26: 0x0000000000000114 x27: 0x00000002802ffc80
x28: 0x0000000002ffffff fp: 0x000000016dd525a0 lr: 0x00000001883c89b0
sp: 0x000000016dd52570 pc: 0x000000018834b0dc cpsr: 0x00000000
Binary Images:
0x1020ac000 - 0x103d13fff spacemines arm64 <02d0d3498e193d02adf978c9844d3c30> /var/containers/Bundle/Application/DF5EA247-E658-4F50-9F04-8D99B857645C/spacemines.app/spacemines
0x106de8000 - 0x106df3fff libobjc-trampolines.dylib arm64 <065bd8006d513c358dc14e2a8ff1ba31> /usr/lib/libobjc-trampolines.dylib
0x1070ec000 - 0x107143fff dyld arm64 <06f3d9add3a233cea57df42b73686817> /usr/lib/dyld
0x187917000 - 0x187918fff libSystem.B.dylib arm64 <8a05d5f48f0a376abe6bd1caf4fc8138> /usr/lib/libSystem.B.dylib
0x187919000 - 0x18796efff libc++.1.dylib arm64 <6a272068f00d37a984e331ba58e1c3c4> /usr/lib/libc++.1.dylib
0x18796f000 - 0x187981fff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib
0x187982000 - 0x188109fff libobjc.A.dylib arm64 <1167a03d9f853f34a96fd96818ad77b5> /usr/lib/libobjc.A.dylib
0x18810a000 - 0x18810efff libcache.dylib arm64 /usr/lib/system/libcache.dylib
0x18810f000 - 0x18811afff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib
0x18811b000 - 0x18811ffff libcompiler_rt.dylib arm64 <644550d26c693e95affb4ce0b8c5c7a6> /usr/lib/system/libcompiler_rt.dylib
0x188120000 - 0x188128fff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib
0x188129000 - 0x18818cfff libcorecrypto.dylib arm64 <322648cea1933b92969887dee477d005> /usr/lib/system/libcorecrypto.dylib
0x18818d000 - 0x1881fcfff libdispatch.dylib arm64 /usr/lib/system/libdispatch.dylib
0x1881fd000 - 0x188226fff libdyld.dylib arm64 <5e181e9004763f7ba24dc51d73effd19> /usr/lib/system/libdyld.dylib
0x188227000 - 0x188227fff liblaunch.dylib arm64 <3569886aaa6a3576ab9a34935c16b079> /usr/lib/system/liblaunch.dylib
0x188228000 - 0x18822dfff libmacho.dylib arm64 <9ce10d14bcb43369b0e85c4480010a66> /usr/lib/system/libmacho.dylib
0x18822e000 - 0x18822ffff libremovefile.dylib arm64 <268d6d12fe1030d5ba4607c5c467566c> /usr/lib/system/libremovefile.dylib
0x188230000 - 0x188247fff libsystem_asl.dylib arm64 /usr/lib/system/libsystem_asl.dylib
0x188248000 - 0x188248fff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib
0x188249000 - 0x1882cafff libsystem_c.dylib arm64 /usr/lib/system/libsystem_c.dylib
0x1882cb000 - 0x1882cffff libsystem_configuration.dylib arm64 <62da5311243837369a926d720b029d27> /usr/lib/system/libsystem_configuration.dylib
0x1882d0000 - 0x1882d7fff libsystem_containermanager.dylib arm64 <75002eacacfa3fbfbd6fb8699be042ee> /usr/lib/system/libsystem_containermanager.dylib
0x1882d8000 - 0x1882d9fff libsystem_coreservices.dylib arm64 <78c2250959bd387994b64a9e75464f58> /usr/lib/system/libsystem_coreservices.dylib
0x1882da000 - 0x1882e0fff libsystem_darwin.dylib arm64 <7e76bd3057d7373696850709fc7af50c> /usr/lib/system/libsystem_darwin.dylib
0x1882e1000 - 0x1882e7fff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib
0x1882e8000 - 0x188327fff libsystem_info.dylib arm64 <01aa4acd261b3fd8acf15150220161c9> /usr/lib/system/libsystem_info.dylib
0x188328000 - 0x188352fff libsystem_kernel.dylib arm64 <66492391da2c3ccfbb506bfd7121a18d> /usr/lib/system/libsystem_kernel.dylib
0x188353000 - 0x188380fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib
0x188381000 - 0x1883a3fff libsystem_malloc.dylib arm64 <8a218797621a36c6843dd862510c1d5c> /usr/lib/system/libsystem_malloc.dylib
0x1883a4000 - 0x1883affff libsystem_networkextension.dylib arm64 <0193b597e65e3996890277ebd82cfc4d> /usr/lib/system/libsystem_networkextension.dylib
0x1883b0000 - 0x1883b6fff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib
0x1883b7000 - 0x1883c1fff libsystem_platform.dylib arm64 /usr/lib/system/libsystem_platform.dylib
0x1883c2000 - 0x1883d2fff libsystem_pthread.dylib arm64 <3c1003b830dd39729fb99f6f0e78d592> /usr/lib/system/libsystem_pthread.dylib
0x1883d3000 - 0x1883d5fff libsystem_sandbox.dylib arm64 <7ccca7ea62133aa1a0a90a2bdf1bc05a> /usr/lib/system/libsystem_sandbox.dylib
0x1883d6000 - 0x1883ddfff libsystem_symptoms.dylib arm64 <20d9b3659cea33c7956aa8545dee52a2> /usr/lib/system/libsystem_symptoms.dylib
0x1883de000 - 0x1883f3fff libsystem_trace.dylib arm64 <9ac8424153f9310dbf99cfe4a6487434> /usr/lib/system/libsystem_trace.dylib
0x1883f4000 - 0x1883f9fff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib
0x1883fa000 - 0x188427fff libxpc.dylib arm64 <31e6baa6561f38e486d41d3b7527682b> /usr/lib/system/libxpc.dylib
0x188428000 - 0x188683fff libicucore.A.dylib arm64 /usr/lib/libicucore.A.dylib
0x188684000 - 0x188695fff libz.1.dylib arm64 <206dc0d369803553ba987d4938299866> /usr/lib/libz.1.dylib
0x188696000 - 0x1889f3fff CoreFoundation arm64 <843f0402fc1336dca78208eca98b7c4c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1889f4000 - 0x188a04fff libbsm.0.dylib arm64 <97ae12002bcc30f59cd9f56bb48744a2> /usr/lib/libbsm.0.dylib
0x188a05000 - 0x188a05fff libenergytrace.dylib arm64 <21032416108a3e078b08e500bf8feec5> /usr/lib/libenergytrace.dylib
0x188a06000 - 0x188a94fff IOKit arm64 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x188a95000 - 0x188b7cfff libxml2.2.dylib arm64 <09c6266beeb235038cc627672de28a1e> /usr/lib/libxml2.2.dylib
0x188b7d000 - 0x188b8afff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib
0x188b8b000 - 0x188ba3fff liblzma.5.dylib arm64 <29538dbe21cd34ac8328b0f708ac58ac> /usr/lib/liblzma.5.dylib
0x188ba4000 - 0x188d1dfff libsqlite3.dylib arm64 <12c83eaeddbd3ef5965272236da869d5> /usr/lib/libsqlite3.dylib
0x188d1e000 - 0x188d52fff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib
0x188d53000 - 0x189100fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x189101000 - 0x1893ebfff Foundation arm64 /System/Library/Frameworks/Foundation.framework/Foundation
0x1893ec000 - 0x1894fafff Security arm64 <549552bf5b7e3961918dd9a2b2f84b54> /System/Library/Frameworks/Security.framework/Security
0x1894fb000 - 0x189564fff SystemConfiguration arm64 <36620766eb0a380db577b99e430e7d81> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x189565000 - 0x189597fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib
0x189598000 - 0x1895aefff libapple_nghttp2.dylib arm64 /usr/lib/libapple_nghttp2.dylib
0x1895af000 - 0x1895d8fff libarchive.2.dylib arm64 <65ec51aef94b3a1987332731a4d7c752> /usr/lib/libarchive.2.dylib
0x1895d9000 - 0x1896a0fff libboringssl.dylib arm64 <380ed83911013ba8b0f37e5308129655> /usr/lib/libboringssl.dylib
0x1896a1000 - 0x1896b7fff libcoretls.dylib arm64 <6b1e9bffa372352b878c7b1744ac4905> /usr/lib/libcoretls.dylib
0x1896b8000 - 0x1896b9fff libcoretls_cfhelpers.dylib arm64 <59609c5520313c6794b8930d3e648ecc> /usr/lib/libcoretls_cfhelpers.dylib
0x1896ba000 - 0x1896bbfff liblangid.dylib arm64 <0169f9e003833f25b07aeaed83704b74> /usr/lib/liblangid.dylib
0x1896bc000 - 0x189a2cfff libnetwork.dylib arm64 <8a707f96087e36b8a1f7be4092e803d9> /usr/lib/libnetwork.dylib
0x189a2d000 - 0x189a60fff libpcap.A.dylib arm64 <4fe6f38ffed23388a4621898ddb8be04> /usr/lib/libpcap.A.dylib
0x189a61000 - 0x189abefff libusrtcp.dylib arm64 <8817d9115b5e3a61bb6030cd9b213b1c> /usr/lib/libusrtcp.dylib
0x189abf000 - 0x189acbfff IOSurface arm64 <672b5d96e52c326ebd155171f636bb97> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x189acc000 - 0x189b7efff libBLAS.dylib arm64 <5f5dc29a267c3ce089501fcdf56fa585> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x189b7f000 - 0x189e9bfff libLAPACK.dylib arm64 <78d98e587d763e1d8c0e1694bf4eaf35> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x189e9c000 - 0x18a10afff vImage arm64 <78052afe98c83c3ba2101bd84c4c7d03> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x18a10b000 - 0x18a11cfff libSparseBLAS.dylib arm64 <19f40e7928d33f37b2954c0c0736392e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x18a11d000 - 0x18a177fff libvMisc.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x18a178000 - 0x18a1a6fff libBNNS.dylib arm64 <575133594b483c3db8e58473a9477e51> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x18a1a7000 - 0x18a1bbfff libLinearAlgebra.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x18a1bc000 - 0x18a1c0fff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x18a1c1000 - 0x18a22ffff libSparse.dylib arm64 <998dcddd9c0a396d946e3bcb56ae9fa4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x18a230000 - 0x18a2c0fff libvDSP.dylib arm64 <91bc58b57f7d367d9b94a5a8db4f9e6a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x18a2c1000 - 0x18a2c1fff vecLib arm64 <3764dc7f15ff3782b899b8b66578b591> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x18a2c2000 - 0x18a2c2fff Accelerate arm64 <89ca8b5b6a31367685d10baca08c6927> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x18a2c3000 - 0x18a2dafff libcompression.dylib arm64 /usr/lib/libcompression.dylib
0x18a2db000 - 0x18a87ffff CoreGraphics arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18a880000 - 0x18a885fff IOAccelerator arm64 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x18a886000 - 0x18a88bfff libCoreFSCache.dylib arm64 <85e629c6c4e73b6693a297ef7d1d852d> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x18a88c000 - 0x18a930fff Metal arm64 <2f3a24f09c7032d59e5181642fed20f2> /System/Library/Frameworks/Metal.framework/Metal
0x18a931000 - 0x18a943fff GraphicsServices arm64 <5dc71f1e2db03637b0517c9574dd609e> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x18a944000 - 0x18a944fff MobileCoreServices arm64 <106d91760a3834338e483f4c208c8e16> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x18a945000 - 0x18a947fff IOSurfaceAccelerator arm64 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x18a948000 - 0x18a98afff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x18a98b000 - 0x18af27fff ImageIO arm64 <79a0ce8581283b619226e5e088522dcf> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x18af28000 - 0x18af96fff BaseBoard arm64 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18af97000 - 0x18afacfff AssertionServices arm64 <0168c4ca3f5b3fa0b3d265ac72c61105> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x18afad000 - 0x18afb5fff CorePhoneNumbers arm64 /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x18afb6000 - 0x18aff9fff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x18affa000 - 0x18b012fff CrashReporterSupport arm64 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x18b013000 - 0x18b018fff AggregateDictionary arm64 <9d0819342e9839c485df24e5ac4bd33f> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x18b019000 - 0x18b094fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib
0x18b095000 - 0x18b0b3fff ProtocolBuffer arm64 <8b3396ec22843e69b43e959e35cfc899> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x18b0b4000 - 0x18b0e3fff MobileKeyBag arm64 <38a8f6499a4e3eecb898cc5be09e6f62> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x18b0e4000 - 0x18b11efff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18b11f000 - 0x18b181fff FrontBoardServices arm64 <4ee9cc7aee25390f8979b51873a9cfc8> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x18b182000 - 0x18b1c7fff SpringBoardServices arm64 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18b1c8000 - 0x18b1dbfff PowerLog arm64 <76c8314f28f33bf1bf03c6740e630ba1> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x18b1dc000 - 0x18b1f6fff CommonUtilities arm64 <705a6582a61a3c4186666b74fea493ef> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x18b1f7000 - 0x18b202fff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib
0x18b203000 - 0x18b525fff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData
0x18b526000 - 0x18b52dfff TCC arm64 <0bf6f96fc35630d78f570de780afbfe1> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x18b52e000 - 0x18b535fff libcupolicy.dylib arm64 <471817afa6293f0eb9103ea3bcb43627> /usr/lib/libcupolicy.dylib
0x18b536000 - 0x18b609fff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18b60a000 - 0x18b661fff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts
0x18b662000 - 0x18b685fff AppleSauce arm64 <1041d29a89963b1292f9e6d1e2fca9ca> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x18b686000 - 0x18b690fff DataMigration arm64 <7e7e6c0b4b8a3848aa39be2a253bbedf> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x18b691000 - 0x18b697fff Netrb arm64 <54b90ecfd7c93e2f8bb87e53c5f1d2bb> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x18b698000 - 0x18b6c9fff PersistentConnection arm64 <0ab4107d070b3206b677a4d0772177cc> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x18b6ca000 - 0x18b6dafff libmis.dylib arm64 /usr/lib/libmis.dylib
0x18b6db000 - 0x18b7e0fff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18b7e1000 - 0x18b7e6fff libReverseProxyDevice.dylib arm64 <034e4becec3637049836b6f5c4206438> /usr/lib/libReverseProxyDevice.dylib
0x18b7e7000 - 0x18b7f9fff libamsupport.dylib arm64 <4f0fe9ba7ca231508bb33887e9fe4de0> /usr/lib/libamsupport.dylib
0x18b7fa000 - 0x18b7fffff libCoreVMClient.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x18b800000 - 0x18b801fff libCVMSPluginSupport.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x18b802000 - 0x18b805fff libutil.dylib arm64 <2c7f8b771c2a3e17b9886a1a23c1d8e6> /usr/lib/libutil.dylib
0x18b806000 - 0x18b843fff libGLImage.dylib arm64 <2ad83e8c080c357da6a2330acf3072ac> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x18b844000 - 0x18b8c1fff APFS arm64 /System/Library/PrivateFrameworks/APFS.framework/APFS
0x18b8c2000 - 0x18b8f3fff MediaKit arm64 /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x18b8f4000 - 0x18b90efff libSERestoreInfo.dylib arm64 <04f883333cf831e4a41d9a52420e9ac4> /usr/lib/updaters/libSERestoreInfo.dylib
0x18b915000 - 0x18b950fff DiskImages arm64 <63a1d61a0e7131c48788f99516c282ee> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x18b951000 - 0x18b95afff libGFXShared.dylib arm64 <4ff1edf0a77838f18b219b35dfe083d5> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x18b95b000 - 0x18b9a8fff libauthinstall.dylib arm64 <6fd7f1c2863a3beea8c2a139cc20d851> /usr/lib/libauthinstall.dylib
0x18b9a9000 - 0x18b9b1fff IOMobileFramebuffer arm64 <03a3849dcb2d3624afb902440a21fb1a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x18b9b2000 - 0x18b9bcfff OpenGLES arm64 <9f8abef1a049321f9d57ca5cda4a2f00> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x18b9bd000 - 0x18baddfff ColorSync arm64 <9e1bc6fa2b653b75a9a3b54a5556cbb4> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18bade000 - 0x18bb0dfff CoreVideo arm64 <34ae98df7545385c927e737be5d7a522> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18bb0e000 - 0x18bb0ffff libCTGreenTeaLogger.dylib arm64 <02f94093171d396bab2962fa63b54d14> /usr/lib/libCTGreenTeaLogger.dylib
0x18bb10000 - 0x18bc61fff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x18bc62000 - 0x18bc81fff CoreAnalytics arm64 /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x18bc82000 - 0x18bc85fff UserFS arm64 <67b2206977d33d718428f764e22f1c1f> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x18bc86000 - 0x18be3afff CoreMedia arm64 <3eac09db9ff43791aff296aa884f7838> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18be3b000 - 0x18be4dfff libprotobuf-lite.dylib arm64 <5a7d2aefbf0f3397a810de4052e6dec1> /usr/lib/libprotobuf-lite.dylib
0x18be4e000 - 0x18beabfff libprotobuf.dylib arm64 <1250be912c8230099d3ad358caae3138> /usr/lib/libprotobuf.dylib
0x18beac000 - 0x18c1c9fff libAWDSupportFramework.dylib arm64 <9a9d3540d2f33c86b9c48683e1ad17a6> /usr/lib/libAWDSupportFramework.dylib
0x18c1ca000 - 0x18c20ffff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18c210000 - 0x18c2d0fff VideoToolbox arm64 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x18c2d1000 - 0x18c3d5fff libFontParser.dylib arm64 <598fa684304938c59b619ec516296960> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x18c3d6000 - 0x18c3d6fff FontServices arm64 <118619dde6f031008a4c88b3e59fb602> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x18c3d7000 - 0x18c538fff CoreText arm64 <1f2c7269a1c833179923ebc381ba2b74> /System/Library/Frameworks/CoreText.framework/CoreText
0x18c539000 - 0x18c547fff IntlPreferences arm64 <60dad887158631308fabef459231bc32> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x18c548000 - 0x18c551fff RTCReporting arm64 <627a5bfd20243637b88ef2de819615e7> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x18c552000 - 0x18c603fff CoreBrightness arm64 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x18c604000 - 0x18c60dfff libAudioStatistics.dylib arm64 <6991279918af3beb904db9cc80be7e59> /usr/lib/libAudioStatistics.dylib
0x18c60e000 - 0x18cbacfff AudioToolbox arm64 /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x18cbad000 - 0x18cde6fff QuartzCore arm64 /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18cde7000 - 0x18cdf1fff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x18cdf2000 - 0x18cee4fff libiconv.2.dylib arm64 <56a508dc6e3132c38a3e58b1c7e272b9> /usr/lib/libiconv.2.dylib
0x18cee5000 - 0x18cf00fff NetworkStatistics arm64 <3c50de03a9a737b588f12853a14e96b1> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x18cf01000 - 0x18cf1ffff MPSCore arm64 <6a931631e0ac3c04bb516c0988308f4a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x18cf20000 - 0x18cf93fff MPSImage arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x18cf94000 - 0x18cfb8fff MPSMatrix arm64 <29df73ac8b283336a59f6bfea2a1e359> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x18cfb9000 - 0x18cfc7fff CoreAUC arm64 <199926668c8c36f8a3f5e5b2d402927b> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x18cfc8000 - 0x18d655fff MediaToolbox arm64 <8fef31551d783b26847087f147672adc> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x18d656000 - 0x18d7c0fff MPSNeuralNetwork arm64 <755d418ed5c83ff399bc31e3d6332ea0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x18d7c1000 - 0x18d7c1fff MetalPerformanceShaders arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x18d7c2000 - 0x18dbd4fff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x18dbd5000 - 0x18dbe2fff GraphVisualizer arm64 <2d52616bba7034d3b796e28dd3ac28dd> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x18dbe3000 - 0x18de07fff libFosl_dynamic.dylib arm64 <9a8eb9eab7bd3569888a0eec5e08e111> /usr/lib/libFosl_dynamic.dylib
0x18de08000 - 0x18e09cfff CoreImage arm64 <74c3a439c3ad3274a7749cb933c6e530> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x18e09d000 - 0x18e2bffff CoreMotion arm64 <00ca957a89e136e883ebfb7a213a84f2> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x18e2c0000 - 0x18e2eefff CoreBluetooth arm64 <092e5de73f713593aacded1e15865d5e> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x18e2ef000 - 0x18e310fff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x18e311000 - 0x18e59dfff Celestial arm64 /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x18e59e000 - 0x18e61ffff Quagga arm64 <6d1eaf0f42e2362bae5bdaebad5b8aef> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x18e620000 - 0x18e716fff AVFAudio arm64 <943ab4d1d6363303ac591636a41af0e7> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x18e717000 - 0x18e913fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x18e914000 - 0x18e931fff CacheDelete arm64 /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x18e932000 - 0x18e96bfff StreamingZip arm64 <7a4bacc4a03b32678f537466a08c9545> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x18e96c000 - 0x18e97efff CoreEmoji arm64 <3176564260083593a577fddfebcfe966> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x18e97f000 - 0x18e9cefff CoreLocationProtobuf arm64 <5a17ecbb765d313da64c3dd317cdf36e> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x18e9cf000 - 0x18e9d6fff SymptomDiagnosticReporter arm64 <6769718294d532db8a0fcfbc574943fc> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x18e9d7000 - 0x18f3befff GeoServices arm64 <54b6c1595a653969a7bf582e299138e0> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18f3bf000 - 0x18f3d9fff MobileAsset arm64 <2d3acbcbe62a36a9a5e28ed7d8c24389> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x18f3da000 - 0x18f415fff Lexicon arm64 <933886c128ce34a0be4c8819ac295671> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x18f416000 - 0x18f427fff libcmph.dylib arm64 /usr/lib/libcmph.dylib
0x18f428000 - 0x18f537fff LanguageModeling arm64 <8b351556f38436b1bd0ded1df086f21f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18f54f000 - 0x18f5e9fff CoreLocation arm64 <8a4743559e13333ca8370d273843c57c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18f5ea000 - 0x18f5eafff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x18f5eb000 - 0x18f5f5fff libChineseTokenizer.dylib arm64 /usr/lib/libChineseTokenizer.dylib
0x18f5f6000 - 0x18f6a6fff libmecab_em.dylib arm64 /usr/lib/libmecab_em.dylib
0x18f6a7000 - 0x18f6a8fff libThaiTokenizer.dylib arm64 /usr/lib/libThaiTokenizer.dylib
0x18f6a9000 - 0x18f6adfff libgermantok.dylib arm64 <5df65797933b3f8eb4de5fb0d8e0fb23> /usr/lib/libgermantok.dylib
0x18f6ae000 - 0x18f711fff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x18f71e000 - 0x18f8e2fff MobileSpotlightIndex arm64 <4ce2ef8e5bba3f279c4bbacabf2774bc> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x18f8e3000 - 0x18f944fff CoreSpotlight arm64 /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x18f945000 - 0x1905e4fff JavaScriptCore arm64 /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1905e5000 - 0x1905eafff libheimdal-asn1.dylib arm64 /usr/lib/libheimdal-asn1.dylib
0x1905eb000 - 0x190665fff libate.dylib arm64 <4108470b5bec3d6d822dc9238b091e87> /usr/lib/libate.dylib
0x190666000 - 0x19070dfff TextureIO arm64 <63bd61765abd313891e0f0ddc4989f3f> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x19070e000 - 0x1907d1fff CoreUI arm64 <5a57278bb4d4357a90c7750917924edd> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1907d2000 - 0x1907dffff MobileIcons arm64 <23be50d2eccb3e0a87efb2b27eb8fdfa> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1907e0000 - 0x1907eefff AppleFSCompression arm64 <1408f2397c7a314db27f4dc6a9fa86d5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1907ef000 - 0x190857fff TextInput arm64 <01d2e7c0c6a03b988dad4c1ee1826eeb> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x190881000 - 0x1908b4fff DataDetectorsCore arm64 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1908b5000 - 0x190946fff FileProvider arm64 <6423940f8d023c9cabffc444e9973eab> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x190947000 - 0x190a3cfff NLP arm64 <531e2b7f020a38c2b08f2fda174e63b7> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x190a3d000 - 0x190b12fff ProofReader arm64 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x190b13000 - 0x190b28fff libAccessibility.dylib arm64 <4299a46ac44b3a8b968963062d682d52> /usr/lib/libAccessibility.dylib
0x190b29000 - 0x191016fff libwebrtc.dylib arm64 <723c13ece1a1393cba5f52348f0a9124> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x191017000 - 0x19107bfff ContactsFoundation arm64 <8e400dcb974732cf9d54a03e13861749> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x19107c000 - 0x1929dafff WebCore arm64 <79d4f140d81b32a8a8813a5198c6ae8b> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1929db000 - 0x192b74fff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x192b75000 - 0x192ba4fff DataAccessExpress arm64 <3a56283fa1fd31c688d4783d7d17ac53> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x192ba5000 - 0x192c3efff AddressBookLegacy arm64 /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x192c3f000 - 0x192c96fff ProtectedCloudStorage arm64 <426539dbd6c63e7ea5f705e7f6458484> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x192c97000 - 0x192cc8fff UserNotifications arm64 <49419a6088123a1088967b389728a68f> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x192cc9000 - 0x192cd4fff AppleIDAuthSupport arm64 <92fec1a8c8303bc4940f1b6edca15e68> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x192cd5000 - 0x192d2afff AuthKit arm64 /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x192d69000 - 0x192d69fff UIKit arm64 <8cd1d805e6403980aacdef9414284c81> /System/Library/Frameworks/UIKit.framework/UIKit
0x192d6a000 - 0x192d7dfff DocumentManagerCore arm64 <1efaab5ea8633d4ca743c824e8521d8c> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x192d7e000 - 0x192d8cfff HangTracer arm64 <6ae4008081833ad286621b36839ef849> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x192d8d000 - 0x192ddbfff PhysicsKit arm64 <361f88aa7ddb33d68c252f8d02c624ad> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x192ddc000 - 0x192de0fff StudyLog arm64 <4c2f7de1107e3ce2b61e679fe40d466d> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x192de1000 - 0x192eccfff UIFoundation arm64 <77e12b7c184e344fb3511494c24d86be> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x192ecd000 - 0x192fedfff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit
0x192fee000 - 0x192ff5fff IntentsFoundation arm64 <11acb79008683e9a8222fbdf2f20af39> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x192ff6000 - 0x1932dcfff Intents arm64 <6ae5175fc6b03e919433a966c42c85ad> /System/Library/Frameworks/Intents.framework/Intents
0x1932dd000 - 0x1932f5fff libresolv.9.dylib arm64 <578816afe31737f7bff30011a1499be9> /usr/lib/libresolv.9.dylib
0x1932f6000 - 0x1932f8fff CoreDuetDebugLogging arm64 /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1932f9000 - 0x19332afff libtidy.A.dylib arm64 <2473e09a24e23441b5fa5adccce49c17> /usr/lib/libtidy.A.dylib
0x19332b000 - 0x1934e5fff CoreDuet arm64 <59b9f0b87177312681f88367bfe3424f> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1934e6000 - 0x193506fff CoreDuetContext arm64 <1ec73f4da44d31b28d4c4371110202b1> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x193507000 - 0x193518fff CoreDuetDaemonProtocol arm64 <2e09aa3473a4394eb6626641a0ea8842> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x193519000 - 0x19357ffff IMFoundation arm64 <3e2cfc69dc12331a9df863027d3fa16a> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x193580000 - 0x1935b1fff vCard arm64 <2816c3799d4c39238da9d7763eb8f66a> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1935b2000 - 0x1936c3fff Contacts arm64 <1306c6d1be3d32318cfc2009f388c1ba> /System/Library/Frameworks/Contacts.framework/Contacts
0x1936c4000 - 0x1936c5fff DiagnosticLogCollection arm64 <1b7c22827b0839729399b4af14a4d536> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1936c6000 - 0x1936c7fff Marco arm64 <597764710750346a88f800ea9088b830> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1936c8000 - 0x1936cffff MessageProtection arm64 /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1936d0000 - 0x1939bcfff StoreServices arm64 <2e8fa52212793a8290bc9ccba912ef79> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1939bd000 - 0x1939d3fff Engram arm64 <55b36649e1033a3da75e792841d829a1> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1939d4000 - 0x193ae3fff IDSFoundation arm64 <578224156245312e8d868c589fe53c4a> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x193ae4000 - 0x193aeefff CaptiveNetwork arm64 <6040b78e56283f4b8933a23497391977> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x193aef000 - 0x193b1efff EAP8021X arm64 <1e909550518531ae8e5af4f84ae81121> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x193b1f000 - 0x193b5cfff MobileWiFi arm64 <57ff37aea7af36a8b5a84bf1d1e513c4> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x193b5d000 - 0x193b5ffff OAuth arm64 <3159f643ab4f32198c5f2e0cf5e03efb> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x193b60000 - 0x193b62fff CommonAuth arm64 <76aa4d5daeca34ef846373b4e163f258> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x193b63000 - 0x193bd2fff Heimdal arm64 <5627b7f99336377f83867e29a58382ba> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x193bd3000 - 0x193bfcfff GSS arm64 <4f5f9a56b6523d5e9b9fb3ecd20d1e2a> /System/Library/Frameworks/GSS.framework/GSS
0x193bfd000 - 0x193c14fff ApplePushService arm64 <733176c26c2e361a844495297b4f5077> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x193c15000 - 0x193ca4fff AccountsDaemon arm64 <4dce3b079300348391f68bb0129e5e5c> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x193ca5000 - 0x193cc6fff AppleIDSSOAuthentication arm64 <2feb9afa1d313d2fae112373362f6819> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x193cc7000 - 0x193d47fff AppleAccount arm64 <54af56912426303aa6ea2c8adfb0786d> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x193d48000 - 0x193ebefff CoreUtils arm64 /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x193ebf000 - 0x193fb8fff IDS arm64 <63068092093f35129148e190a3cde252> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x193fb9000 - 0x193fdffff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x193fe0000 - 0x1941b3fff MediaRemote arm64 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1941b4000 - 0x1941cefff UserManagement arm64 /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1941cf000 - 0x1941dffff MobileBluetooth arm64 <6a874a56b75e3892a5ab244360c0e487> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1941e0000 - 0x194210fff Bom arm64 <1d3570dfb8b5353d9ca9434ac3d29648> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x194211000 - 0x194215fff CommunicationsFilter arm64 <476acf80b48938548194fa700571d6c6> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x194216000 - 0x194236fff FTAWD arm64 <4e7bcdf2ed19377c81dc6bacb4e2b53f> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x194237000 - 0x19428cfff FTServices arm64 <281569b1bbd53a3c849fe2220b9c11a0> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1942c4000 - 0x1942cffff ProactiveEventTracker arm64 <2fe28b856dee36a18d352a569887408a> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1942d0000 - 0x19431efff ChunkingLibrary arm64 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x19431f000 - 0x19432dfff libnetworkextension.dylib arm64 /usr/lib/libnetworkextension.dylib
0x19432e000 - 0x194351fff AddressBook arm64 <5535c9f12e2e3aa880dd18af440b2c39> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1950ab000 - 0x195248fff NetworkExtension arm64 /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x195249000 - 0x195673fff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x195674000 - 0x1956d2fff SAObjects arm64 <4ca04a3d2cc53ca78fda0f00e54f4f62> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1956d3000 - 0x195712fff VoiceServices arm64 <4494d60a2c673a5e8bea57c4cbe7d437> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x195713000 - 0x195741fff GLKit arm64 /System/Library/Frameworks/GLKit.framework/GLKit
0x195742000 - 0x19586bfff AssistantServices arm64 <7273ad96f5e1303cae5ad962bd14e9ca> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19586c000 - 0x195889fff AssetCacheServices arm64 /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x19588a000 - 0x19593bfff NetworkServiceProxy arm64 <99e9d0bca947358c8727f047b2bd22ab> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x19593c000 - 0x195a10fff MMCS arm64 /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x195a11000 - 0x195a1dfff BluetoothManager arm64 /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x195a1e000 - 0x195a8dfff CoreDAV arm64 <37a682dcba3a302290377b34499c62ec> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x195a8e000 - 0x195ac2fff iCalendar arm64 <389964ac4a6831ecbbb3cdf7c148cd4d> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x195ac3000 - 0x195acffff PersonaKit arm64 <0a918feb46063d6db95aa23b6f4ee8ce> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x195ad0000 - 0x195b26fff CalendarFoundation arm64 <61af93fa1a793c72967d45fe5071d480> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x195b27000 - 0x195b55fff PhotosFormats arm64 /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x195b56000 - 0x195beffff CalendarDatabase arm64 <4a4945aabdd733dabdd176dd06bd2c2d> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x195bf0000 - 0x195c48fff CalendarDaemon arm64 <44660bd0d93237f3af93bdcff23fa68b> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x195c49000 - 0x195da5fff CloudPhotoLibrary arm64 <461c44d6853d3c1b8577deea116e19bf> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x195da6000 - 0x195e8afff EventKit arm64 <63d7ac06e16b3407a0254df9ffa98595> /System/Library/Frameworks/EventKit.framework/EventKit
0x195e8b000 - 0x195ebdfff AssetsLibraryServices arm64 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x195ef3000 - 0x195f1bfff DCIMServices arm64 <940600c384993c83a3d619f48b2677f7> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x195f1c000 - 0x19603afff CoreMediaStream arm64 <84c08bb10e9335618d4d5d4ce3a8611e> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x19603b000 - 0x196042fff XPCKit arm64 <483c8c95a9513bfea92a38ec26c34736> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x196123000 - 0x19613cfff CloudPhotoServices arm64 <795ba783578f3e8e9a3c44316f71747e> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x19613d000 - 0x196148fff CoreRecents arm64 <2fef8a16fc623e269bccd1c21c950fcd> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x196149000 - 0x196165fff MediaStream arm64 <1ba838bf66d93dbd814261e7ccdae31d> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x196166000 - 0x196667fff PhotoLibraryServices arm64 <3504c40d1ef830c486025f5fbb1d0da9> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x196668000 - 0x196683fff PrototypeTools arm64 <24d7ea4dc99d33fd9e1462ed5d92a087> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x196684000 - 0x196703fff CoreSymbolication arm64 /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x196704000 - 0x196852fff SearchFoundation arm64 <24b70e740ad03aafac4fe0b9a06bc41c> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x196853000 - 0x196858fff IncomingCallFilter arm64 <5477f9113642385589837214ffc099a3> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x196859000 - 0x19690ffff iTunesStore arm64 <4b27b6d0cdff35c08c2993657b4e5519> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x196910000 - 0x196916fff libtzupdate.dylib arm64 <7a05a115d20537519bfacdfea6d39e33> /usr/lib/libtzupdate.dylib
0x196917000 - 0x196a65fff Preferences arm64 <78b52a197cf83e1893c3c8d37ebf2929> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x196a66000 - 0x196a6efff CoreTime arm64 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x196a6f000 - 0x196abffff CoreAppleCVA arm64 /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x196ac0000 - 0x196afefff DifferentialPrivacy arm64 <4e51f7b5592233ad8d1e499da9827c2c> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x196aff000 - 0x196ca1fff AppleCVA arm64 <7601b3753d753bad8496859cf4b62993> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x196ca2000 - 0x196d59fff Montreal arm64 <7f1824260c6c31a3a7b9494f85164374> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x196d5a000 - 0x19707bfff Espresso arm64 <630c94e4727632c0a15a72d9084b309e> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x19707c000 - 0x197082fff MobileSystemServices arm64 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x197083000 - 0x19726ffff Photos arm64 /System/Library/Frameworks/Photos.framework/Photos
0x197270000 - 0x197493fff CoreML arm64 /System/Library/Frameworks/CoreML.framework/CoreML
0x197494000 - 0x197498fff CoreOptimization arm64 /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x197499000 - 0x1974f5fff SafariCore arm64 <883775cf59ff3e08a99a74e74b26a719> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1974f6000 - 0x19754afff CorePrediction arm64 <1bcb7bc51f703f46992bca964be95c1d> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x197557000 - 0x197653fff Navigation arm64 /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x197654000 - 0x19766bfff ContactsDonation arm64 /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x19766c000 - 0x197698fff Futhark arm64 <0689afcbd554372cbe1af54f31af5d37> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x197699000 - 0x197708fff NanoRegistry arm64 <4dd407a79baa3114b90e2730f11abbb3> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x197709000 - 0x197760fff ToneLibrary arm64 /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x197761000 - 0x197777fff BaseBoardUI arm64 <98ca81e7be0632d0b25c175d75edc348> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x197778000 - 0x1977cffff ContactsUICore arm64 <2be8b88c8dcd3ba1b38a483d50b14e2b> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1977d0000 - 0x197942fff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x197943000 - 0x197a0dfff CorePDF arm64 /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x197a0e000 - 0x197c9ffff Vision arm64 <38b4a5173b57371bbdfb7f3fdcd6509a> /System/Library/Frameworks/Vision.framework/Vision
0x197ca0000 - 0x1981b4fff WebKit arm64 <2cb812df0acf393d9322bfaf629d44a6> /System/Library/Frameworks/WebKit.framework/WebKit
0x1981b5000 - 0x19824afff BulletinBoard arm64 /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x19824b000 - 0x198250fff ConstantClasses arm64 <605c3299145a3b2f9c36cb6c7058f488> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x198251000 - 0x198259fff CertUI arm64 /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x19825a000 - 0x1982a4fff AXRuntime arm64 /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1982a5000 - 0x1982defff ScreenReaderCore arm64 /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1982df000 - 0x1982f9fff TextToSpeech arm64 /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1982fa000 - 0x19834efff CoreMIDI arm64 <10e7b1abd2b533489c8724917fe820e0> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x19834f000 - 0x1983defff MediaPlatform arm64 <81662649f4633308b5b52b750395dee7> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1983df000 - 0x19843ffff WebBookmarks arm64 <1a7161b7c02f344f991ba61679d93594> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x198440000 - 0x19844afff DAAPKit arm64 <0f71d48594643d3391fb75c5215f7ff7> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x19844b000 - 0x19844dfff libAXSafeCategoryBundle.dylib arm64 /usr/lib/libAXSafeCategoryBundle.dylib
0x19844e000 - 0x198458fff libAXSpeechManager.dylib arm64 <7be784a209c432dd8f80036c37c190ad> /usr/lib/libAXSpeechManager.dylib
0x198459000 - 0x198540fff AccessibilityUtilities arm64 /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x198541000 - 0x198814fff MediaLibraryCore arm64 <654e86b035673998a045160ad7f878ad> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x198815000 - 0x198816fff AdSupport arm64 <5765f2fe7f5f3792933c75bf2cf7ff84> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x198817000 - 0x198a8ffff MusicLibrary arm64 <8bbcbd29aabe31289b93f84a0c570655> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x198a90000 - 0x1990a9fff VectorKit arm64 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1990aa000 - 0x1992f6fff MapKit arm64 <112d5fd16278301e9196e1364c481868> /System/Library/Frameworks/MapKit.framework/MapKit
0x1992f7000 - 0x1994c0fff iTunesCloud arm64 <3e358f231eaa33288996cbf8b3797670> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1994c1000 - 0x19955afff HomeSharing arm64 <37ca695e93c13ae19cfc6fc93b9d489c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1996d4000 - 0x1996e2fff NanoPreferencesSync arm64 <539e0687a5d434f98e4a78f61b382e14> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1996e3000 - 0x199b18fff MediaPlayer arm64 <19f38ca52fb13b7f929109b0154d071a> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x199b19000 - 0x199b3dfff MobileInstallation arm64 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x199b3e000 - 0x199b45fff EmailAddressing arm64 /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x199b46000 - 0x199b48fff MessageSupport arm64 <4258e3ad611133d2acaf61c92e8b84a4> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x199b49000 - 0x199b4bfff InternationalTextSearch arm64 <39099b3f987d31f687e796ef6408fe2e> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x199b4c000 - 0x199ba5fff MIME arm64 <85fb617b486833d39a196040d5c6db10> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x199ba6000 - 0x199bdbfff ProactiveSupport arm64 <927dd279b35532e0a2691c80935f0ac1> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x199bdc000 - 0x199c13fff Notes arm64 <1ef34c9995c83923ba3e9c2acf493bbb> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x199c14000 - 0x199cdafff TelephonyUtilities arm64 <3748140f00633e0ab8dbcba64a6d1ebe> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x199cdb000 - 0x199d16fff CalendarUIKit arm64 <6f214fa793eb3583a91679e8a99122e3> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x199d17000 - 0x199d34fff AccessibilityUIUtilities arm64 <6ba4c59de4383bc6a6b4464a066de8e6> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x199d35000 - 0x199d8afff DataAccess arm64 <7a1236df8727353cac95d6bebd12bf6b> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x199d8b000 - 0x199d9cfff AssetsLibrary arm64 <2ee46bc96d613916844c295709ac9905> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x199d9d000 - 0x199f76fff EventKitUI arm64 <1926f20b42f530fe90bf549cae4efe30> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x199f77000 - 0x199fd4fff AXMediaUtilities arm64 /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x199fd5000 - 0x19a04afff UIAccessibility arm64 /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x19a068000 - 0x19a101fff Social arm64 /System/Library/Frameworks/Social.framework/Social
0x19a198000 - 0x19a1affff CoreFollowUp arm64 /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x19a1b0000 - 0x19a21ffff CoreSuggestions arm64 /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x19a220000 - 0x19a230fff MailServices arm64 <62386db4052730d4a8e141cec1ae24fb> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x19a231000 - 0x19a2bdfff CoreRecognition arm64 <7c29558bcab133539b42c102d179e602> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x19a2be000 - 0x19a2e6fff MailSupport arm64 <3c30c4d80b7b3fa3baf651a6f57ef7cd> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x19a2e7000 - 0x19a432fff Message arm64 <6e6953cf23fd3bf7b07b1313ced7736d> /System/Library/PrivateFrameworks/Message.framework/Message
0x19a433000 - 0x19a632fff libmecabra.dylib arm64 /usr/lib/libmecabra.dylib
0x19a633000 - 0x19a6e5fff CoreParsec arm64 /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x19a713000 - 0x19a743fff SharedUtils arm64 <968d4cd263d0372a81e20d9faab0d6f7> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x19a744000 - 0x19a782fff ContactsAutocomplete arm64 <1601bff8a43f37508b74038a7717f3a4> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x19a783000 - 0x19a84cfff VideoSubscriberAccount arm64 /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x19a84d000 - 0x19a87cfff Pegasus arm64 /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x19a87d000 - 0x19a935fff AVKit arm64 <26958d3d4ff13494a2a027b8a01da396> /System/Library/Frameworks/AVKit.framework/AVKit
0x19a960000 - 0x19a963fff FTClientServices arm64 <75f2c24386da3ccaa5f07708776144f7> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x19a964000 - 0x19a967fff SharedWebCredentials arm64 /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x19a969000 - 0x19a982fff SafariFoundation arm64 <32f10089fca134b39cfc7c01ec1f03c7> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x19ab56000 - 0x19ab6afff LocalAuthentication arm64 <3ac332312ac33d9c9e30e89613da4774> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x19ab6b000 - 0x19ab6dfff ParsecSubscriptionServiceSupport arm64 <41de0fd439543d55b3edb573ea49fff6> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x19ac12000 - 0x19ae42fff SafariShared arm64 /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x19ae43000 - 0x19ae5dfff WebUI arm64 /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x19ae5e000 - 0x19ae6cfff SetupAssistantSupport arm64 <15c081c7d48b3afebf60eb9b712519a9> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x19ae6d000 - 0x19aea0fff SetupAssistant arm64 <129444f03e1b353f9795e6bf83341591> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x19aeed000 - 0x19aef6fff MobileStorage arm64 <148c72bf22433e58a1e4fb32a489c7f5> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x19aef7000 - 0x19af35fff ContentIndex arm64 /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x19af36000 - 0x19af92fff ImageCapture arm64 /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x19b14c000 - 0x19b160fff iPhotoMigrationSupport arm64 <8b7e0f8bccc53a57be1b92f6cbf16ca6> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x19b161000 - 0x19b172fff DiagnosticExtensions arm64 /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x19b173000 - 0x19b192fff LatentSemanticMapping arm64 <5206b9743daa36f39d914706b25f37e7> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x19b5a9000 - 0x19b622fff PhotoLibrary arm64 <4ec8b443dfe2323297083f6034f27ea8> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x19b623000 - 0x19bb45fff PhotosUICore arm64 <81f1336c6cab30c38762dfb2f1400a57> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x19bc25000 - 0x19bc2afff LinguisticData arm64 /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x19bc44000 - 0x19bcccfff PhotoEditSupport arm64 <86bd56e51462322e8816e16b53141f6d> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x19bce1000 - 0x19c19afff PhotosUI arm64 <061edf8101813c15984938a84383bc9a> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x19c2a3000 - 0x19c2defff StoreKit arm64 <953af19addbc3586b8c32c2e4a2a75ee> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x19c4a0000 - 0x19c4b9fff MetalKit arm64 <8b5a73a8bffd39aabc52c835fb19134b> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x19c4ba000 - 0x19c4d9fff GenerationalStorage arm64 <3d8e23128df039168e74dd3bfd17fa41> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x19c913000 - 0x19c9dafff CoreHandwriting arm64 <425417eed8e03024ba80668d29ab4a6f> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x19cd8b000 - 0x19cee8fff PencilKit arm64 /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x19cee9000 - 0x19cf07fff QuickLookThumbnailing arm64 /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x19cf08000 - 0x19cfcefff PDFKit arm64 <1baa2b57d3ad37c3b6ba52e54fe1c42f> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x19cfcf000 - 0x19d0f4fff AnnotationKit arm64 /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x19d312000 - 0x19d342fff MarkupUI arm64 <1f3cb7aa554f356bb98a3ee577789a65> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x19d343000 - 0x19d355fff MobileDeviceLink arm64 /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x19d365000 - 0x19d416fff QuickLook arm64 /System/Library/Frameworks/QuickLook.framework/QuickLook
0x19d432000 - 0x19d485fff MobileBackup arm64 <0461e0b5f8573d5da78290e6c21ef496> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x19d486000 - 0x19d4d3fff SafariSafeBrowsing arm64 <466e66ac4dc43c42b7ab475181635f80> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x19d4d4000 - 0x19d61cfff SafariServices arm64 /System/Library/Frameworks/SafariServices.framework/SafariServices
0x19d61d000 - 0x19d679fff AppStoreDaemon arm64 /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x19d9bc000 - 0x19dab3fff MessageUI arm64 <2bb65a0fb1b030eaac32389a816d5269> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x19e253000 - 0x19e275fff DuetActivityScheduler arm64 <39c93025380138998a3845e97dc90edd> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x19e4fd000 - 0x19e508fff AppConduit arm64 <463f0db712053d029e0482b868b7250d> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x19eb9d000 - 0x19ebb2fff NewsFoundation arm64 <07511d16df123c21bd9e9511527e9755> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x19ebb3000 - 0x19ee6efff NewsTransport arm64 <3d9b132fa4d03b82b8b77b5bedeb5e9a> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x19eeb6000 - 0x19ef0afff CallKit arm64 <6f3707fc125e3883b73992dc05ef61c6> /System/Library/Frameworks/CallKit.framework/CallKit
0x19efc5000 - 0x19f361fff NewsCore arm64 /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x19f36f000 - 0x19f39ffff OpenAL arm64 <993619f4f1273c90ac399db6e273e2a4> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x19f3a0000 - 0x19f3f6fff ClockKit arm64 /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x19f414000 - 0x19f418fff NewsDaemon arm64 /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x19faaf000 - 0x19fac7fff NewsServicesInternal arm64 <5d2667a73ed93fb5bbc8fa73f736fc14> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x19fc32000 - 0x19fc38fff DuetRecommendation arm64 <2bd9d86717f23c8ab3ffc6989afafe2c> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x19fc39000 - 0x19fc8afff LoggingSupport arm64 /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x19fe15000 - 0x19fe6cfff NewsToday arm64 /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x19ffcb000 - 0x19ffd4fff FamilyCircle arm64 <937f4d9a8c223f668c56c77af66d7516> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x19ffd5000 - 0x19ffdafff NewsServices arm64 <90b29cf88d7138f6b18e943792845461> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x1a1c62000 - 0x1a1c85fff AppSupportUI arm64 <08fb2606183e3704b634e045131d7c24> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1a25e8000 - 0x1a262cfff Catalyst arm64 /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1a2914000 - 0x1a2919fff kperf arm64 <7a89ef48a21d3f1e9665d58b1a3fe579> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1a2b6b000 - 0x1a2b8bfff CellularPlanManager arm64 /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1a2b8c000 - 0x1a2be1fff DeviceManagement arm64 /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1a2d4a000 - 0x1a2d52fff kperfdata arm64 <06520184071d31719b159cfb87130d35> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1a2d95000 - 0x1a2d9cfff libdscsym.dylib arm64 /usr/lib/libdscsym.dylib
0x1a313f000 - 0x1a3176fff ktrace arm64 <62185159e42038b99ebfebf8c729e61b> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1a46c1000 - 0x1a470dfff DataDetectorsUI arm64 /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1a5309000 - 0x1a5324fff GameController arm64 <6e8c83b65e5a33b4b450d05f84b12907> /System/Library/Frameworks/GameController.framework/GameController
0x1a53b4000 - 0x1a53f7fff BiometricKit arm64 /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1a5416000 - 0x1a5425fff CTCarrierSpace arm64 /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1a587e000 - 0x1a58a1fff DeviceIdentity arm64 /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1a7814000 - 0x1a788cfff Rapport arm64 <24b8a966d17839a49b24b103c889e048> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1a78c8000 - 0x1a790afff SignpostSupport arm64 <8fd93797d31730aeb5e66fd10b320825> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1a8802000 - 0x1a8809fff libMatch.1.dylib arm64 <0ab6e6fae4a039eaad03429b1c74d823> /usr/lib/libMatch.1.dylib
0x1a8852000 - 0x1a8867fff libtailspin.dylib arm64 <97a536ebbd543e8bb5fd2c4442403d8e> /usr/lib/libtailspin.dylib
0x1a8b60000 - 0x1a8e26fff RawCamera arm64 <7ff8546416f7397f85ceb362ac8b31e3> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a8f2f000 - 0x1a8f43fff libCGInterfaces.dylib arm64 <7a9488d7f89931b484428689e920c6ba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a8f44000 - 0x1a9382fff AudioCodecs arm64 /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1ab4be000 - 0x1ab4c9fff ContextKit arm64 <000483522dff3b62bc0eee9fd67496ce> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1ab716000 - 0x1ab73dfff CoreServicesInternal arm64 <76068e39b78c32f6abaab1117775a851> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1abd95000 - 0x1abd9cfff EmailCore arm64 <1612a2600d42332fb0588470a306da0d> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1abdaa000 - 0x1abdbcfff libGSFontCache.dylib arm64 <654308310b4931a2bec34675aa3d8a45> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1abdbd000 - 0x1abdedfff libTrueTypeScaler.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1ac808000 - 0x1ac808fff libmetal_timestamp.dylib arm64 <833a048da1a331aa9d9b6e5bef09ac6c> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1ad835000 - 0x1ad839fff InternationalSupport arm64 <27cc782b373537af9aa24edffacf09e2> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1aebbd000 - 0x1aebc9fff PersonaUI arm64 /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1aeff4000 - 0x1aeffefff SignpostCollection arm64 <9f5402f71bf03953aebed55638322eaf> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1af999000 - 0x1af9affff WebContentAnalysis arm64 /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x1afa41000 - 0x1afa44fff XCTTargetBootstrap arm64 <04c9799049f336cab2c33ed8c1370c7b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1afa82000 - 0x1afa95fff libEDR arm64 <71cf2c7e251c3fc78fcacd54e8be8e4a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1b049a000 - 0x1b04a7fff libMobileGestaltExtensions.dylib arm64 <79f514e726a33ad0b49a128401224600> /usr/lib/libMobileGestaltExtensions.dylib
0x1b05b5000 - 0x1b05b5fff libcharset.1.dylib arm64 <407954967d42398ba8f25e1891f39960> /usr/lib/libcharset.1.dylib
0x1b1025000 - 0x1b1026fff libsandbox.1.dylib arm64 <23ee17136afe3a53bc7a06e79a880dcd> /usr/lib/libsandbox.1.dylib
0x1b114e000 - 0x1b1230fff AGXMetalA11 arm64 <24ca372a7c9439eaa118cff3bf2b47dd> /System/Library/Extensions/AGXMetalA11.bundle/AGXMetalA11
0x1b1231000 - 0x1b123afff AuthenticationServices arm64 <02850bc068f03b5285b3fa5724b43f66> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1b12d2000 - 0x1b140ffff CoreServices arm64 <5f53079ab0e836b7af624d05ba9fc41d> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1b1439000 - 0x1b1452fff MPSRayIntersector arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1b147f000 - 0x1b15a5fff Network arm64 <4ad46f271d3e3acd98d5b109e2e8b04a> /System/Library/Frameworks/Network.framework/Network
0x1b15b6000 - 0x1b15c4fff ANEServices arm64 /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1b15c9000 - 0x1b15cdfff ASEProcessing arm64 <9f902a0c35083c36bb8f44de375b06bb> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1b15ce000 - 0x1b15d9fff AXCoreUtilities arm64 /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1b1859000 - 0x1b19a6fff AppleMediaServices arm64 /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1b19a7000 - 0x1b19b6fff AppleNeuralEngine arm64 <49ccc308846e34d5850be88fda6000fb> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1b1b2f000 - 0x1b1b64fff C2 arm64 <175ce2e91e4f38798a9c43e0437b0bf0> /System/Library/PrivateFrameworks/C2.framework/C2
0x1b1cee000 - 0x1b1cf8fff Categories arm64 <8ca417ed9c093fa7858178d34d6c80a3> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1b1dee000 - 0x1b1f11fff ConfigurationEngineModel arm64 /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1b206c000 - 0x1b2085fff DoNotDisturb arm64 /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1b21a9000 - 0x1b21fcfff DocumentManager arm64 <8e270887737430b099a4d43900e2ee65> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1b233b000 - 0x1b233ffff IdleTimerServices arm64 /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1b2421000 - 0x1b2449fff MetadataUtilities arm64 /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1b35a1000 - 0x1b35b3fff NewsAnalyticsUpload arm64 <936d841c789639edb75bd7b7f831252c> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
0x1b35b6000 - 0x1b3602fff OTSVG arm64 <793493c68ab13330a421f7cbd5c61f52> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1b36f6000 - 0x1b3750fff PhotoFoundation arm64 <5f5043339fd935359daf0537dcfa0fd5> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1b37a0000 - 0x1b37e1fff PhotosImagingFoundation arm64 <47a9fcbbfd79312995412bee560bb889> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1b3826000 - 0x1b382ffff PrototypeToolsUI arm64 /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1b3830000 - 0x1b3842fff QuickLookSupport arm64 <0275ae5b87773e909e0f19dff7c6c0a8> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1b3843000 - 0x1b3890fff ROCKit arm64 <91466a6e18843da08642493d2423261f> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x1b3a03000 - 0x1b3a31fff RemoteConfiguration arm64 <5a2b5cd32f113fd097f799379b978092> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x1b3a41000 - 0x1b3aa4fff RemoteManagement arm64 <6cf8c3fc50563ddb92d0573ee481f8f9> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x1b3aaa000 - 0x1b3abbfff RemoteTextInput arm64 <0be791545f9234fabb2226890e12fe02> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1b3ae3000 - 0x1b3b77fff SampleAnalysis arm64 /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1b3ccc000 - 0x1b3ce0fff SiriInstrumentation arm64 <68f57b9c927235aba58111816e6c1c9a> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1b3d22000 - 0x1b3d29fff StatsKit arm64 <464a62c99cbd340d9d96c9bed41ed318> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x1b4949000 - 0x1b5a2dfff UIKitCore arm64 /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1b5a2e000 - 0x1b5a38fff UIKitServices arm64 /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1b5a39000 - 0x1b5a3ffff URLFormatting arm64 <9b5a7768d43c34a5b52d1779a5474605> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1b5a40000 - 0x1b5a60fff UsageTracking arm64 /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
EOF
↧
Use of “@import” when C++ modules are disabled @import FBSDKCoreKit error
I exported a project from Unity, which included the Facebook SDK. Build gives an
Use of "@import" when C++ modules are disabled
error in the files of Facebook SDK.
I have: **Xcode v11.1; Unity 2019.2.6f; Facebook SDK for Unity v7.18.0;**
I tried to build a project with these parameters, errors remain
![alt text][1]
![alt text][2]
I will be grateful for your help!
[1]: https://i.stack.imgur.com/D8G1e.png
[2]: https://i.stack.imgur.com/Hlkt2.png
↧
Error: Shader compiler: "Compile Hidden/Internal-PrePassLighting" and similar
I just started a simple 3D Unity project for iOS, where I introduced the GoogleVR asset from https://github.com/googlevr/gvr-unity-sdk/releases. First I had a problem when building onto my iPhone in XCode. [This problem right here][1], which I fixed by switching the architecture mode, as one of the users explains in that StackOverflow answer. Now my app builds correctly, but when it loads the double-lense canvas from the VR show only a pink background instead of my 3D environment.
Going back to Unity's console I can see that these errors showed up as I was building my app in Unity:
----------
> Shader compiler: Compile Hidden/Internal-PrePassLighting - Pass 0, Fragment Program: Internal error, unrecognized message from the shader compiler process. Please report a bug including this shader and the editor log.
----------
> Shader compiler: Compile Hidden/Internal-DeferredShading - Pass 0, Vertex Program: Internal error, unrecognized message from the shader compiler process. Please report a bug including this shader and the editor log.
----------
> Shader compiler: Compile Hidden/VideoComposite - Default, Vertex Program: Internal error, unrecognized message from the shader compiler process. Please report a bug including this shader and the editor log.
----------
Any help with this issue would be highly appreciated.
Here's a picture of my problem:
![alt text][2]
[1]: https://stackoverflow.com/questions/47772435/invalid-ios-deployment-version-miphoneos-version-min-11-0-ios-10-is-the-maxi
[2]: /storage/temp/149406-img-0673.png
↧
↧
UnityMetalSupport.h Xcode Error
I have encountered such a problem, tried different methods, it does not work.
"Duplicate interface definition for class 'CAMetalLayer'"
Unity Version:2019.1.12f1
Mac Version:Catalina 10.15.1
Xcode Version:11.2.1 (11B500)
![alt text][1]
[1]: /storage/temp/149749-errorxcode.png
↧
GoogleMobileAds.h file not found
I'm building my game to iOS, so I built my game as an xCode project, but EVERY SINGLE time I try to build, I keep on getting this error "GoogleMobileAds.h file not found"! I already imported the GoogleMobileAds.framework,
GoogleAppeManagement.framework,
nanopb.framework,
and GoogleUtilities.framework.
What is going on? This is very frustrating.
I already tried looking up some answers, but none helped. :(
↧
Error In-App Purchases on IOS
Hello everyone, I need help, I can not publish my game because the purchases in the app do not work, if you press the buy button nothing happens. We don't understand what the problem is, I did a test on xcode and it reported the following errors![alt text][1]
![alt text][2]
[1]: /storage/temp/151036-schermata-2020-01-09-alle-144042.png
[2]: /storage/temp/151037-schermata-2020-01-08-alle-163511.png
↧
Xcode 11.3 library not found for liphone lib error
hey guys,
im getting "library not found for liphone lib" this error message when i'm trying to test my game on ios device via xcode 11.3.
i would be grateful if anyone knows the solution to this problem.
im using Xcode 11.3 and Unity 2019.2.12f1
↧
↧
iOS app rejected due to use of IDFA (ads identifier)
Hi,
Apple is rejecting our iOS app (app is in kids category). They say that the binary is using the IDFA or ads identifier, but we are not using ads nor analytics. We have disabled all Unity services (except Collab), we have deleted all packages related to analytics/ads. But still, Apple review team says that the binary is using ads identifier. We are using Unity 2019.2. Here is the message:
----------
"Code of concern in your app binary has been confirmed around dynamic use of Ad Support code. Specifically, there is a portion of the binary code making use of the following elements:
Method calls +[NSBundle bundleWithPath:] and -[NSBundle classNamed:]
Strings @"/System/Library/Frameworks/AdSupport.framework" and @"ASIdentifierManager"
Selector reference sharedManager
If your app is not meant to use the advertising identifier, it would be appropriate to remove this section of code entirely from your app. This may be included as part of Unity or other third party integration; if you are unable to make the modifications to their imported code, it would be prudent to contact the relevant developers for support.
Guideline 1.3 - Safety - Kids Category
We noticed that your kids app includes third-party analytics, third-party advertising or collects, transmits, or has the ability to share personal information or device information.
Specifically, your app includes the following feature(s), contrary to guideline 1.3 of the App Store Review Guidelines:
Third-party analytics and Third-party advertising with the ability to collect, transmit or share identifiable information (such as name, address, date of birth, email, location, photos, videos, drawing or the ability to chat), device information, or the IDFA."
----------
It's bug? It's Unity always using IDFA?
Thanks,
Albert
↧
Unity iOS CompileC error while building through Xcode
Hi! I'm making an iOS build for my game through command line since I have to automate builds. The Xcode weirdly gives me error related to Facebook sdk while archiving. I think there's something related to pods not being able to install or some other thing. I'm attaching some pictures for you guys. I've been stuck at this for some days so any help would be much appreciated.
![alt text][1]
![alt text][2]
[2]: /storage/temp/151603-screen-shot-2020-01-21-at-21831-pm.png
[1]: /storage/temp/151602-screen-shot-2020-01-21-at-21628-pm.png
↧
Unity files taking storage
Hello everyone,
.
My computer disc space is almost running out. When I went searching for what was taking up so much space under 'Other', I found I had a ton of Unity project documents like the ones pictured below.
.
![alt text][1]
[1]: /storage/temp/152001-screen-shot-2020-01-29-at-22206-pm.png
.
Does this happen with everyone using Unity? Is there a solution to this problem? I have 90.0GBs in 'Other' and I believe a large chunk is things like this. Thanks very much
↧
TVOS: Linker command failed with exit code 1
Hey so I've been having this really vague and annoying error too. But this time is on TVOS!
I have the same project on iOS, that works OK! This project also was built before on TVOS, on older Unity 2018 versions.
I'm using Unity 2018.4.12!
Things I've tried to do, based on other answers here on this forum:
- Divide some of my code in assemblies. I'm positive I divided the code into assemblies smaller than the assembly of the latest version of the game that worked. Still no use. [This page][1] mentions that assemblies have a size limit. How much is that limit? And isn't it the same as iOS, which works?
- I've set the User-Defined Build Settings 'ENABLE_BITCODE' as 'NO'.
- There's no armv7 setting on Player Settings. That I think only happens on iOS
- I cannot click on xcworkspace, there's none of that on TVOS. :D
Thank you!
[1]: https://docs.unity3d.com/Manual/TroubleShootingIPhone.html
↧
↧
xcode strips all prefabs in ios release?
unity to xcode ios works fine in editor game mode unity but when releasing to ios(iphone 6s) i only see one canvas and no prefabs at all.. help?
↧
xcode doesnt show prefabs in ios release?
unity to xcode ios works fine in editor game mode unity but when releasing to ios(iphone 6s) i only see one canvas and no prefabs at all.. help?
↧
Unity as a Library when published to iOS has a conflict when used with a project that has a SceneDelegate
Unity as a Library when published to an iOS xcode project has a conflict when used with a project that has a SceneDelegate. If you delete the 'Application Scene Manifest' in the plist for a project with a SceneDelegate the project will then work.
Unity 2019.3f6
Is there a work around for this or this something that needs to be changed in the Unity-iPhone project?
↧