Closed cheemau closed 3 years ago
Hmm I'm not able to reproduce you crash testing on iOS 13.7 on iPad 3rd generation on XCode 12.4. Do you have any more information?
Thanks for checking it out, on further research this isn't a specific simulator problem, a few of us are experiencing this crash o n all things < ios14 Also the problem isn't confined to your framework but https://github.com/syedhali/AudioStreamer has similar issue so does https://github.com/tumtumtum/StreamingKit
Process: SwiftAudioPlayer_Example [68264]
Path: /Users/USER/Library/Developer/CoreSimulator/Devices/D429E3DA-FAB1-4D65-990E-B24A344C90CC/data/Containers/Bundle/Application/D39EA385-D145-4B86-8F3E-23B74C4010CD/SwiftAudioPlayer_Example.app/SwiftAudioPlayer_Example
Identifier: SwiftAudioPlayer_Example
Version: 1.0 (1)
Code Type: X86-64 (Native)
Parent Process: launchd_sim [68109]
Responsible: SimulatorTrampoline [1656]
User ID: 501
Date/Time: 2021-04-28 17:14:05.963 +0100
OS Version: macOS 11.2.3 (20D91)
Report Version: 12
Bridge OS Version: 3.0 (14Y908)
Anonymous UUID: 46D6BDE5-8E72-0D6B-3DFD-23E59BA6F6BC
Sleep/Wake UUID: A1AECC81-6AF4-4C75-B648-2D471F609FEF
Time Awake Since Boot: 140000 seconds
Time Since Wake: 340 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
abort() called
CoreSimulator 732.18.6 - Device: iPad Air (D429E3DA-FAB1-4D65-990E-B24A344C90CC) - Runtime: iOS 12.4 (16G73) - DeviceType: iPad Air
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x0000000106875462 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00000001068f4610 pthread_kill + 263
2 libsystem_c.dylib 0x000000010663801d abort + 127
3 com.apple.audio.toolbox.AudioToolbox 0x00000001040bd5e2 _ReportRPCTimeout(char const*, int) + 167
4 com.apple.audio.toolbox.AudioToolbox 0x0000000103d1b18b _CheckRPCError(char const*, int, int) + 187
5 com.apple.audio.toolbox.AudioToolbox 0x0000000103d1df37 AURemoteIO::Initialize() + 1943
6 com.apple.audio.toolbox.AudioToolbox 0x00000001040c59b2 AUBase::DoInitialize() + 24
7 com.apple.audio.toolbox.AudioToolbox 0x00000001040d11d7 AUMethodInitialize(void*) + 59
8 com.apple.audio.toolbox.AudioToolbox 0x0000000103eb070a -[AUAudioUnitV2Bridge allocateRenderResourcesAndReturnError:] + 74
9 com.apple.audio.AVFAudio 0x00000001070e3c45 AUInterfaceBaseV3::Initialize() + 45
10 com.apple.audio.AVFAudio 0x00000001070932b5 AUGraphNodeBase::Initialize() + 29
11 com.apple.audio.AVFAudio 0x000000010706ccc4 AVAudioEngineGraph::PerformCommand(AUGraphNodeBaseV3&, AVAudioEngineGraph::ENodeCommand, void*, unsigned int) const + 508
12 com.apple.audio.AVFAudio 0x0000000107070093 AVAudioEngineGraph::Initialize(NSError**) + 421
13 com.apple.audio.AVFAudio 0x00000001070e007c -[AVAudioEngine prepare] + 94
14 org.cocoapods.SwiftAudioPlayer 0x0000000101cced9a AudioEngine.initHelper(_:) + 4474 (AudioEngine.swift:146)
15 org.cocoapods.SwiftAudioPlayer 0x0000000101ccdab1 AudioEngine.init(url:delegate:engineAudioFormat:) + 1873 (AudioEngine.swift:113)
16 org.cocoapods.SwiftAudioPlayer 0x0000000101c94c50 AudioDiskEngine.init(withSavedUrl:delegate:) + 2176 (AudioDiskEngine.swift:58)
17 org.cocoapods.SwiftAudioPlayer 0x0000000101c943c2 AudioDiskEngine.__allocating_init(withSavedUrl:delegate:) + 66
18 org.cocoapods.SwiftAudioPlayer 0x0000000101c85755 SAPlayer.startAudioDownloaded(withSavedUrl:) + 341 (SAPlayer.swift:503)
19 org.cocoapods.SwiftAudioPlayer 0x0000000101c86da9 protocol witness for SAPlayerDelegate.startAudioDownloaded(withSavedUrl:) in conformance SAPlayer + 9
20 org.cocoapods.SwiftAudioPlayer 0x0000000101c9fce2 SAPlayerPresenter.handlePlaySavedAudio(withSavedUrl:) + 226 (SAPlayerPresenter.swift:87)
21 org.cocoapods.SwiftAudioPlayer 0x0000000101c84c5d SAPlayer.startSavedAudio(withSavedUrl:mediaInfo:) + 365 (SAPlayer.swift:418)
22 org.cocoapods.demo-test.SwiftAudioPlayer-Example 0x0000000101b7df94 closure #1 in closure #1 in ViewController.downloadTouched(_:) + 1124 (ViewController.swift:298)
23 org.cocoapods.demo-test.SwiftAudioPlayer-Example 0x0000000101b7a0e0 thunk for @escaping @callee_guaranteed () -> () + 48
24 libdispatch.dylib 0x00000001064e3ccf _dispatch_call_block_and_release + 12
25 libdispatch.dylib 0x00000001064e4d02 _dispatch_client_callout + 8
26 libdispatch.dylib 0x00000001064f0a50 _dispatch_main_queue_callback_4CF + 1276
27 com.apple.CoreFoundation 0x000000010440ba79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
28 com.apple.CoreFoundation 0x0000000104406126 __CFRunLoopRun + 2310
29 com.apple.CoreFoundation 0x00000001044054d2 CFRunLoopRunSpecific + 626
30 com.apple.GraphicsServices 0x00000001093a52fe GSEventRunModal + 65
31 com.apple.UIKitCore 0x0000000113278fc2 UIApplicationMain + 140
32 org.cocoapods.demo-test.SwiftAudioPlayer-Example 0x0000000101b843db main + 75 (AppDelegate.swift:13)
33 libdyld.dylib 0x0000000106552541 start + 1
Thread 1:
0 libsystem_pthread.dylib 0x00000001068f0458 start_wqthread + 0
Thread 2:: com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x000000010686ee7e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x000000010686f1f0 mach_msg + 60
2 com.apple.CoreFoundation 0x000000010440b854 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x0000000104405e99 __CFRunLoopRun + 1657
4 com.apple.CoreFoundation 0x00000001044054d2 CFRunLoopRunSpecific + 626
5 com.apple.Foundation 0x0000000101e7ff88 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6 com.apple.Foundation 0x0000000101e8018a -[NSRunLoop(NSRunLoop) runUntilDate:] + 79
7 com.apple.UIKitCore 0x0000000113369437 -[UIEventFetcher threadMain] + 118
8 com.apple.Foundation 0x0000000101e9524b __NSThread__start__ + 1197
9 libsystem_pthread.dylib 0x00000001068f4950 _pthread_start + 224
10 libsystem_pthread.dylib 0x00000001068f047b thread_start + 15
Thread 3:: Dispatch queue: AudioControl
0 libsystem_kernel.dylib 0x00000001068718e2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00000001068f4ea2 _pthread_cond_wait + 1305
2 com.apple.audio.toolbox.AudioToolbox 0x00000001040bda24 CAGuard::WaitFor(unsigned long long) + 138
3 com.apple.audio.toolbox.AudioToolbox 0x0000000103cd71bc Waiter::WaitOnFlagsFor(unsigned int, unsigned long long) + 220
4 com.apple.audio.toolbox.AudioToolbox 0x0000000103ee32d1 AQMEIO_Base::AwaitIOCycle(unsigned int) + 209
5 com.apple.audio.toolbox.AudioToolbox 0x0000000103ee2e56 AQMEIO_Base::StartIO_Sync() + 86
6 com.apple.audio.toolbox.AudioToolbox 0x0000000103ee2ce1 AQMEIO_Base::AddRunningRequest(void*, bool) + 113
7 com.apple.audio.toolbox.AudioToolbox 0x0000000103e9fd26 MEDeviceStreamClient::AddRunningClient(AQIONodeClient&, bool, bool) + 1110
8 com.apple.audio.toolbox.AudioToolbox 0x0000000103e920ae AQMEDevice::AddRunningClient(AQIONodeClient&, bool, bool) + 590
9 com.apple.audio.toolbox.AudioToolbox 0x0000000103f8001b invocation function for block in CA_UISoundClientBase::StartPlaying(unsigned char, float, float, unsigned int, SSPlayerSynchronizer*, SSSCompletionMessage*) + 267
10 libdispatch.dylib 0x00000001064e4d02 _dispatch_client_callout + 8
11 libdispatch.dylib 0x00000001064f15fd _dispatch_lane_barrier_sync_invoke_and_complete + 94
12 com.apple.audio.toolbox.AudioToolbox 0x0000000103f7feea CA_UISoundClientBase::StartPlaying(unsigned char, float, float, unsigned int, SSPlayerSynchronizer*, SSSCompletionMessage*) + 266
13 com.apple.audio.toolbox.AudioToolbox 0x0000000103f82bde UISoundStartPlayingWithSynchronizer + 286
14 libdispatch.dylib 0x00000001064e3ccf _dispatch_call_block_and_release + 12
15 libdispatch.dylib 0x00000001064e4d02 _dispatch_client_callout + 8
16 libdispatch.dylib 0x00000001064f3c5f _dispatch_root_queue_drain + 751
17 libdispatch.dylib 0x00000001064f4330 _dispatch_worker_thread2 + 97
18 libsystem_pthread.dylib 0x00000001068f1453 _pthread_wqthread + 244
19 libsystem_pthread.dylib 0x00000001068f0467 start_wqthread + 15
Thread 4:: AVAudioSession Notify Thread
0 libsystem_kernel.dylib 0x000000010686ee7e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x000000010686f1f0 mach_msg + 60
2 com.apple.CoreFoundation 0x000000010440b854 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x0000000104405e99 __CFRunLoopRun + 1657
4 com.apple.CoreFoundation 0x00000001044054d2 CFRunLoopRunSpecific + 626
5 com.apple.audio.AVFAudio 0x00000001070c42f4 GenericRunLoopThread::Entry(void*) + 158
6 com.apple.audio.AVFAudio 0x00000001070e9f7f CAPThread::Entry(CAPThread*) + 77
7 libsystem_pthread.dylib 0x00000001068f4950 _pthread_start + 224
8 libsystem_pthread.dylib 0x00000001068f047b thread_start + 15
Thread 5:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x000000010686ee7e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x000000010686f1f0 mach_msg + 60
2 com.apple.CoreFoundation 0x000000010440b854 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x0000000104405e99 __CFRunLoopRun + 1657
4 com.apple.CoreFoundation 0x00000001044054d2 CFRunLoopRunSpecific + 626
5 com.apple.CFNetwork 0x00000001057b3764 -[__CoreSchedulingSetRunnable runForever] + 210
6 com.apple.Foundation 0x0000000101e9524b __NSThread__start__ + 1197
7 libsystem_pthread.dylib 0x00000001068f4950 _pthread_start + 224
8 libsystem_pthread.dylib 0x00000001068f047b thread_start + 15
Thread 6:: com.apple.audio.toolbox.AUScheduledParameterRefresher
0 libsystem_kernel.dylib 0x000000010686eeba semaphore_wait_trap + 10
1 com.apple.audio.toolbox.AudioToolbox 0x0000000103d07416 WorkThread::run() + 38
2 com.apple.audio.toolbox.AudioToolbox 0x0000000103d0736e WorkThread::entry(void*) + 14
3 com.apple.audio.toolbox.AudioToolbox 0x00000001040bed87 CAPThread::Entry(CAPThread*) + 77
4 libsystem_pthread.dylib 0x00000001068f4950 _pthread_start + 224
5 libsystem_pthread.dylib 0x00000001068f047b thread_start + 15
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000106e1ee00 rcx: 0x00007ffeee091b58 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffeee091b80 rsp: 0x00007ffeee091b58
r8: 0x0000000000002370 r9: 0x0000000000000091 r10: 0x0000000106e1ee00 r11: 0x0000000000000246
r12: 0x0000000000000307 r13: 0x0000600001d16dc0 r14: 0x0000000000000006 r15: 0x0000000000000016
rip: 0x0000000106875462 rfl: 0x0000000000000246 cr2: 0x0000000106637f9e
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Thread 0 instruction stream not available.
Thread 0 last branch register state not available.
Binary Images:
0x101b6a000 - 0x101b89fff +org.cocoapods.demo-test.SwiftAudioPlayer-Example (1.0 - 1) <1C413C3A-CDA0-3473-B6F5-0EF8EADD2ED5> /Users/USER/Library/Developer/CoreSimulator/Devices/D429E3DA-FAB1-4D65-990E-B24A344C90CC/data/Containers/Bundle/Application/D39EA385-D145-4B86-8F3E-23B74C4010CD/SwiftAudioPlayer_Example.app/SwiftAudioPlayer_Example
0x101bca000 - 0x101c08fff +dyld_sim (650.3.4) <528E1F55-F655-3533-99B9-7EAE1DAE5D07> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
0x101c55000 - 0x101ce0fff +org.cocoapods.SwiftAudioPlayer (0.1.0 - 1) <9556FE7C-F926-35A5-9619-C5F0219A8B29> /Users/USER/Library/Developer/CoreSimulator/Devices/D429E3DA-FAB1-4D65-990E-B24A344C90CC/data/Containers/Bundle/Application/D39EA385-D145-4B86-8F3E-23B74C4010CD/SwiftAudioPlayer_Example.app/Frameworks/SwiftAudioPlayer.framework/SwiftAudioPlayer
0x101dd5000 - 0x1020ccfff com.apple.Foundation (6.9 - 1575.17) <30153EA5-45E2-334A-99DF-6E79D88AB4D0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
0x1023b1000 - 0x102b30fff +libobjc.A.dylib (756.2) <83003EB9-EC0F-3743-871E-ED786CDAAFC7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
0x102ce7000 - 0x102ce8fff +libSystem.B.dylib (1252.250.1) <5D4D8F98-6E5B-31E1-94EA-3839C26E223F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.B.dylib
0x102cef000 - 0x102ed1fff com.apple.avfoundation (2.0 - 1550.4) <747FD428-210E-380B-8638-D42A0EE5955B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x10312d000 - 0x10312dfff com.apple.UIKit (1.0 - 61000) <0EB46229-24EB-3F37-8502-983466C32FD1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit
0x103131000 - 0x10313efff +libswiftAVFoundation.dylib (??? - ???) <C72F22E5-C2B1-3577-86B2-62688BE45B43> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftAVFoundation.dylib
0x103153000 - 0x1034c9fff +libswiftCore.dylib (5.0 - 1001.2.63.13) <192F1315-C696-3B86-9863-7F2D1D91BD98> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib
0x1037ed000 - 0x1037f2fff +libswiftCoreAudio.dylib (??? - ???) <414515C5-C2F1-3EDF-B875-EDA2B6C8A9B2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreAudio.dylib
0x1037fe000 - 0x103800fff +libswiftCoreFoundation.dylib (??? - ???) <BDDE860B-1CFC-31E9-BF44-3491E67BCF76> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreFoundation.dylib
0x103806000 - 0x103814fff +libswiftCoreGraphics.dylib (??? - ???) <3B7219A9-5546-35AF-B7B2-422E704BA168> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreGraphics.dylib
0x103836000 - 0x103839fff +libswiftCoreImage.dylib (??? - ???) <191CE9C5-2E75-3A83-8FE5-DF02C9B2C807> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreImage.dylib
0x10383f000 - 0x103844fff +libswiftCoreMedia.dylib (??? - ???) <50BFAC9C-2FE9-33E1-A91A-5AAF42438EA4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreMedia.dylib
0x10384e000 - 0x103855fff +libswiftDarwin.dylib (??? - ???) <25EC0A80-6B5E-37B3-B95C-3D9A66AD7C85> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDarwin.dylib
0x103865000 - 0x10387bfff +libswiftDispatch.dylib (??? - ???) <E0099199-A9DE-35DD-A0C5-AA3D657A51F6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDispatch.dylib
0x1038b6000 - 0x103a44fff +libswiftFoundation.dylib (??? - ???) <8B046300-7645-3711-AF49-85B9478B8A48> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftFoundation.dylib
0x103bda000 - 0x103be3fff +libswiftMediaPlayer.dylib (??? - ???) <2BD38189-497D-3A69-AEBB-B984D8E6108E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftMediaPlayer.dylib
0x103bed000 - 0x103bf2fff +libswiftMetal.dylib (??? - ???) <5AB66168-F69B-3A22-BB8E-BFD048099811> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftMetal.dylib
0x103bfb000 - 0x103bfefff +libswiftObjectiveC.dylib (??? - ???) <101DDD2C-FC2A-3100-BAA6-843CE18107F6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftObjectiveC.dylib
0x103c08000 - 0x103c0cfff +libswiftQuartzCore.dylib (??? - ???) <73F047E5-ED58-38DC-B8CD-8297293CCA9F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftQuartzCore.dylib
0x103c13000 - 0x103c21fff +libswiftUIKit.dylib (??? - ???) <51818A67-681F-3CED-9E18-5EE913237D94> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftUIKit.dylib
0x103c39000 - 0x103c3ffff +libswiftos.dylib (??? - ???) <AB0A1849-E358-32C4-B2E4-84B8346BFE1D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftos.dylib
0x103c48000 - 0x103c69fff +libswiftsimd.dylib (??? - ???) <BF245684-AF8F-3344-91D6-5D957E23790A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftsimd.dylib
0x103c94000 - 0x10416afff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <94D6D913-30FF-3E31-B98E-D9B8507AF812> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x104381000 - 0x104710fff com.apple.CoreFoundation (6.9 - 1575.17) <D54153D7-3393-3F21-8126-42330591E693> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1048d4000 - 0x104cbbfff com.apple.MediaPlayer (1.0 - 1.0) <1EFD798D-85E8-3FCD-9221-42C3AF7DABB9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1050a9000 - 0x1050a9fff com.apple.MobileCoreServices (947 - 947) <4BF234E5-A1AC-3E91-B621-A6F316ACC3EF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1050ad000 - 0x1050d6fff +libarchive.2.dylib (54.250.1) <E77C1533-3CAD-3239-849B-744411DA133C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libarchive.2.dylib
0x1050e3000 - 0x10533efff +libicucore.A.dylib (62141.0.2) <CEA8B756-4511-376B-9BCB-A2A7D0152AEE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib
0x10543e000 - 0x105521fff +libxml2.2.dylib (32.10) <875947A6-4C3F-3713-B398-34F87F87BCB5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxml2.2.dylib
0x105565000 - 0x105577fff +libz.1.dylib (70.200.4) <0588BC46-55CB-35C4-9DDF-978D760E896E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libz.1.dylib
0x10557d000 - 0x105918fff com.apple.CFNetwork (978.0.7 - 978.0.7) <E2AE0985-3BE8-3323-9DF1-F74F68C80B4C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x105ccc000 - 0x105d29fff com.apple.SystemConfiguration (1.17 - 1.17) <7F885D48-80A9-3F17-BC34-139F545F1F71> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x105d62000 - 0x105dd1fff com.apple.framework.IOKit (2.0.2 - 1483.260.4) <C768320F-04B1-3505-B01D-4D339CA97C29> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x105e15000 - 0x105e43fff +libCRFSuite.dylib (41.15.4) <4473D3EC-B079-31CD-BB04-63036E878FF3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCRFSuite.dylib
0x105e5a000 - 0x105e5bfff +liblangid.dylib (128) <C291B88E-EAEF-3ACC-BF80-827B092931CC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblangid.dylib
0x105e60000 - 0x105f84fff com.apple.CoreServices (947 - 947) <EDC59142-18ED-35F6-9535-2AFB0AB2FD6A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreServices.framework/CoreServices
0x106071000 - 0x1060bafff +libc++.1.dylib (400.9.4) <9E31935B-3EEF-3B33-A508-5E08FA4C7CF2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib
0x106108000 - 0x106136fff com.apple.MobileInstallation (2.0 - 1.0) <78FDD9DF-6945-342A-9ECA-C183F78D3030> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x10615a000 - 0x106179fff +libMobileGestalt.dylib (645.270.1) <3EB16E86-29BB-3406-96CA-BFA2D4DB0250> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestalt.dylib
0x1061d3000 - 0x1061e3fff +libbsm.0.dylib (39.200.18) <00316633-E0BC-3A9E-8112-D97DA432C91E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbsm.0.dylib
0x1061ee000 - 0x1062effff com.apple.Security (10.0 - 58286.270.3.0.1) <EB65EF2C-862F-3AF3-AED0-28FA7E0D52EE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Security.framework/Security
0x1063cd000 - 0x1063e1fff +libc++abi.dylib (400.17) <17CF52C7-F490-35F1-9265-DFC8FEBAF503> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib
0x1063fb000 - 0x1063fffff +libcache.dylib (81) <2DAE6941-1089-348D-B4C0-87E5748C657D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcache.dylib
0x106405000 - 0x10640ffff +libcommonCrypto.dylib (60118.250.2) <B7545F55-E32A-3209-BA37-7D0F2AEFA835> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcommonCrypto.dylib
0x10641e000 - 0x106425fff +libcompiler_rt.dylib (63.2) <A6FC2073-96DA-3F32-9F1C-88BC6875BE94> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcompiler_rt.dylib
0x10642e000 - 0x106437fff +libcopyfile.dylib (146.250.1) <97DA59D1-7293-3DCF-BB0D-DEE69F3A8D01> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcopyfile.dylib
0x10643e000 - 0x1064c3fff +libcorecrypto.dylib (602.260.2) <7A13F041-A53E-35E2-8237-A7E06C772B13> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcorecrypto.dylib
0x1064e1000 - 0x10651bfff +libdispatch.dylib (1008.270.1) <E33AD66E-BA99-3AA6-BDE2-687E89D574EC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
0x106551000 - 0x10657afff +libdyld.dylib (650.3.4) <27D4244A-6494-3B5B-A8BF-710EF94E630A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdyld.dylib
0x106598000 - 0x106598fff +liblaunch.dylib (1336.260.13) <9CEF169C-4982-303B-9347-907A9DB2E0C0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/liblaunch.dylib
0x10659f000 - 0x1065a4fff +libmacho.dylib (927.0.3) <DC0A7383-E5D1-3B90-A2EA-1B1E1B59979E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libmacho.dylib
0x1065aa000 - 0x1065abfff +libremovefile.dylib (45.200.2) <EF773D2E-DE9C-38AC-B36D-EEB803528A36> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libremovefile.dylib
0x1065b1000 - 0x1065c8fff +libsystem_asl.dylib (356.200.4) <10FAC89A-C450-3EB3-B5E4-10E25085127C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_asl.dylib
0x1065d7000 - 0x1065d7fff +libsystem_blocks.dylib (73) <99245236-1A38-3F46-BA90-926FE8AA5B42> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib
0x1065dc000 - 0x10665ffff +libsystem_c.dylib (1272.250.1) <542DB9F9-40EC-38F5-BE93-CA7CC0199175> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib
0x10668b000 - 0x10668efff +libsystem_configuration.dylib (963.270.3) <6BC4632D-1416-3B0A-85AE-B61820A94D83> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_configuration.dylib
0x106695000 - 0x10669afff +libsystem_containermanager.dylib (136.270.1) <E30DA6FA-113C-3D79-88E0-415BF81DBB2F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_containermanager.dylib
0x1066a2000 - 0x1066a3fff +libsystem_coreservices.dylib (65) <1D06F438-A96F-3A4A-B441-D4483EC43FA0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coreservices.dylib
0x1066a9000 - 0x1066aefff +libsystem_darwin.dylib (1272.250.1) <DA711BA7-E8CD-3216-B13F-F9932DC79DDA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_darwin.dylib
0x1066ba000 - 0x1066c0fff +libsystem_dnssd.dylib (878.270.2) <7EDEAC81-2623-3532-9F18-1290222294F4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_dnssd.dylib
0x1066c7000 - 0x106707fff +libsystem_info.dylib (517.200.9) <762FEE86-3AB0-34F6-A850-E76E3AE5FAB5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_info.dylib
0x10671c000 - 0x106761fff +libsystem_m.dylib (3158.200.7) <B773F51B-12A5-397E-A807-78D6EA0A463E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_m.dylib
0x10676d000 - 0x106795fff +libsystem_malloc.dylib (166.270.1) <28126437-4A54-3ABA-8800-87075DB731E5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib
0x1067a7000 - 0x1067adfff +libsystem_notify.dylib (172.200.21) <4803D85B-3EBD-3074-9A4A-618595960C4E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_notify.dylib
0x1067b4000 - 0x1067b6fff +libsystem_sandbox.dylib (851.270.1) <FEFFA749-BFA6-340D-AE2C-E08EF8C0B210> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sandbox.dylib
0x1067bd000 - 0x1067befff +libsystem_sim_kernel.dylib (193.200.9) <02F86ECE-C893-31F2-B3E5-0F08160F8B11> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel.dylib
0x1067c5000 - 0x1067c8fff +libsystem_sim_platform.dylib (193.200.9) <281E2ED9-A190-3B9D-A3E2-A81D7EAA04D0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform.dylib
0x1067cf000 - 0x1067cffff +libsystem_sim_pthread.dylib (193.200.9) <24D3B530-BA77-3844-A04F-01DD51F98347> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread.dylib
0x1067d5000 - 0x1067e9fff +libsystem_trace.dylib (906.260.1) <7C35E462-A50D-3B08-B33C-2F8F2E14ACC8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_trace.dylib
0x1067fb000 - 0x106800fff +libunwind.dylib (128.2) <BA275CA7-E456-3DEE-9AAE-FF6E38C94905> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libunwind.dylib
0x106807000 - 0x106834fff +libxpc.dylib (1336.260.13) <5846A329-63C0-3B4F-BC91-F30AF4CA6E30> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libxpc.dylib
0x10685d000 - 0x10685dfff +libsystem_sim_pthread_host.dylib (193.200.9) <D34DAC8A-4CBF-3C98-ABBA-EE2C0E5CF092> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread_host.dylib
0x106862000 - 0x106862fff +libsystem_sim_platform_host.dylib (193.200.9) <34C02DD7-2EA6-3198-AAA3-4FA0B414B01B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform_host.dylib
0x106868000 - 0x106868fff +libsystem_sim_kernel_host.dylib (193.200.9) <A2B2B550-E779-3C04-94BA-3C18D45E7034> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel_host.dylib
0x10686e000 - 0x10689dfff libsystem_kernel.dylib (7195.81.3) <AB413518-ECDE-3F04-A61C-278D3CF43076> /usr/lib/system/libsystem_kernel.dylib
0x1068ca000 - 0x1068d5fff libsystem_platform.dylib (254.80.2) <1C3E1A0A-92A8-3CDE-B622-8940B43A5DF2> /usr/lib/system/libsystem_platform.dylib
0x1068ee000 - 0x1068f9fff libsystem_pthread.dylib (454.80.2) <B989DF6C-ADFE-3AF9-9C91-07D2521F9E47> /usr/lib/system/libsystem_pthread.dylib
0x106912000 - 0x106915fff com.apple.MobileSystemServices (1.0 - 1) <DDEAEA6D-A736-3B7A-AF9C-3FB87C4419ED> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x10691d000 - 0x10692afff +libbz2.1.0.dylib (38.200.3) <5B1ECB62-1214-3E5F-AA81-294623DBBCFB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbz2.1.0.dylib
0x106930000 - 0x106c20fff +libnetwork.dylib (1229.250.15) <BD0D1A52-A7C7-3D8E-8700-2145CBA40275> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetwork.dylib
0x106ce0000 - 0x106cf5fff +libcoretls.dylib (155.220.1) <D42B5368-5802-39D2-860C-E1C8424612F9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls.dylib
0x106d02000 - 0x106d03fff +libcoretls_cfhelpers.dylib (155.220.1) <9CC3A5C4-BC6C-3A0D-ADDF-F3C64939F408> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls_cfhelpers.dylib
0x106d09000 - 0x106d1efff +libapple_nghttp2.dylib (1.24.1) <8C28A719-E4AB-3D89-99C5-1C8B47E02165> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapple_nghttp2.dylib
0x106d2b000 - 0x106d2ffff com.apple.InternationalSupport (1.0 - 10.15.6) <BED61E7E-DC7F-35AE-A753-06808B0F90CF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x106d37000 - 0x106d37fff com.apple.Accelerate (1.11 - Accelerate 1.11) <E41866A3-E813-3809-98D8-B48EE4BF7DE4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Accelerate
0x106d3b000 - 0x106d3dfff +libCVMSPluginSupport.dylib (17.0.77) <BFD5E385-DD9C-32FA-A18A-CF3A00CDE076> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x106d47000 - 0x106de2fff dyld (832.7.3) <0D4EA85F-7E30-338B-9215-314A5A5539B6> /usr/lib/dyld
0x106e5f000 - 0x106ff0fff +libsqlite3.dylib (274.26) <75C829BB-AA5D-3AB6-98FF-9F22B3030996> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libsqlite3.dylib
0x107022000 - 0x10703afff +liblzma.5.dylib (10.200.3) <F1B7BE5A-9FA3-3C8D-9A12-3BB7B44ADC59> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblzma.5.dylib
0x107042000 - 0x107127fff com.apple.audio.AVFAudio (1.0 - ???) <1795A4F7-932E-3F2D-AA27-3D2C42A94135> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1071c4000 - 0x107207fff com.apple.SpringBoardServices (1.0 - 1.0) <8C27C9C0-0946-36EF-A195-E31D60A7466B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x107265000 - 0x107279fff com.apple.AssertionServices (1.0 - 1) <BD8C51B4-E495-3F9B-99DE-87C41B6BBCFD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x10729e000 - 0x1072a5fff com.apple.TCC (1.0 - 1) <1D15749A-6A18-313D-BD4F-5EE01F1DA922> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/TCC
0x1072b0000 - 0x107353fff com.apple.CoreMedia (1.0 - 2290.13.1.1) <D924E184-9663-3031-A9BC-7A9B1541F1C3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x107404000 - 0x1076a7fff com.apple.CoreImage (12.4.0 - 740.0.130) <1F2D27A4-4E69-3132-B296-8A87F2FD688B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreImage.framework/CoreImage
0x10787d000 - 0x107c96fff com.apple.MediaToolbox (1.0 - 2290.13.1.1) <24D1A1A2-FA5A-337E-9F73-7ED5E2948021> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x107e76000 - 0x1084edfff com.apple.CoreGraphics (2.0 - 1265.9) <D9649459-77C1-318E-924E-9B3E67015B82> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x108634000 - 0x108911fff com.apple.VideoToolbox (1.0 - 2290.13.1.1) <146500AF-F412-39C7-AA9D-34B63E616C69> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1089ac000 - 0x108b88fff com.apple.QuartzCore (1.11 - 701.14) <E2D9E5F0-02A0-340F-81AE-B9EBA004F68D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x108c7a000 - 0x108cb7fff com.apple.Celestial (1.0 - 2290.13.1.1) <7C05728C-5D46-3170-9BFA-49726B0C7B0D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x108d28000 - 0x108d4afff com.apple.CoreVideo (1.8 - 281.4) <CB82B751-6205-3098-8612-7CB75BA49DD2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x108d66000 - 0x109270fff com.apple.ImageIO.framework (3.3.0 - 1850.2) <98C88D14-3074-3D46-974E-589506024E40> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ImageIO.framework/ImageIO
0x109399000 - 0x1093acfff com.apple.GraphicsServices (1.0 - 1.0) <BB1C1457-0B05-3B1C-9BA2-74902EA5E378> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1093c7000 - 0x1093d0fff +libAudioStatistics.dylib (975.93) <C429876B-5C42-324F-9C0B-E513B6D2201C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioStatistics.dylib
0x1093dd000 - 0x10945cfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <47C6CA16-4B95-36B8-9742-F4C7B3AD6A09> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x10948b000 - 0x1095a8fff com.apple.ColorSync (4.13.0 - 3345.6) <61E0A5C5-572E-3DC8-BAB3-A0AB9369C567> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1095df000 - 0x1095ebfff com.apple.opengles (17.0.77 - 17.0.77) <C4785527-06F8-3FAF-9119-9F8B95F9CA2E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1095f9000 - 0x109602fff +libGFXShared.dylib (17.0.77) <5C2D0114-17E0-3AB6-AEF8-91A72D3B77D2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x10960b000 - 0x10964dfff +libGLImage.dylib (17.0.77) <A85CC60C-D82A-3EDB-8302-D023102336A5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x109659000 - 0x109661fff +libCoreVMClient.dylib (163.22) <8B91CE71-BE23-3543-A849-47D05021311C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x10966a000 - 0x10a31bfff +libLLVMContainer.dylib (602.2.46) <7CD3C770-D0AB-3622-9853-BDBB95E6B2E5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib
0x10a6af000 - 0x10a6b7fff com.apple.IOSurface (255.2.1 - 255.2.1) <586818B4-DCE8-34AD-9531-2F602B3E1EC8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOSurface.framework/IOSurface
0x10a6c9000 - 0x10afd4fff com.apple.vImage (8.1 - ???) <601A5D17-196D-33F0-B499-86CC2D0942D4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x10b066000 - 0x10b066fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <07C338BF-4BC6-369A-94DE-BE13ECECB245> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x10b06a000 - 0x10b081fff +libcompression.dylib (52.250.2) <28DA7AC6-25B5-358D-AEDA-C09231C64F4C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcompression.dylib
0x10b08a000 - 0x10b1dafff +libvMisc.dylib (671.250.4) <F2F0E059-3EC9-3AC0-B8BE-A1978F367829> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x10b1f8000 - 0x10b385fff +libvDSP.dylib (671.250.4) <68D1E0A3-6175-3325-9CC5-C2056603167D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x10b397000 - 0x10b53dfff +libBLAS.dylib (1243.200.4) <52AA25A7-F66F-3E7E-96F9-F980E40614DF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x10b564000 - 0x10b91dfff +libLAPACK.dylib (1243.200.4) <4B025602-7EEF-3F45-9694-672B426A7209> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x10b964000 - 0x10b979fff +libLinearAlgebra.dylib (1243.200.4) <3CCCFA68-BFFC-39D7-8CCC-01659212EF69> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x10b983000 - 0x10b995fff +libSparseBLAS.dylib (1243.200.4) <FA3EFBE3-1EEC-3F93-8E0F-5D40292A6A8B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x10b99e000 - 0x10b9a3fff +libQuadrature.dylib (3.200.2) <F44409DD-8783-3EB7-AC27-5A362FAFB798> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x10b9a8000 - 0x10b9ebfff +libBNNS.dylib (38.250.1) <5CB22A61-2E4D-3534-82F2-6D62B359BDF1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x10b9f6000 - 0x10ba5efff +libSparse.dylib (79.200.5) <9B4CEA96-6839-37DA-94DD-9918F28FBD99> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x10ba76000 - 0x10ba98fff com.apple.applesauce (1.0 - ???) <EF2F75EC-9EA9-3337-830F-5651810BF13C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x10baa4000 - 0x10bac1fff com.apple.ProtocolBuffer (1 - 263.2) <AD840CD5-929A-3B64-9D40-F5A2B4AC1052> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x10bae2000 - 0x10bb21fff com.apple.awd (1.0 - 930.11) <B3008C3A-D772-3606-9478-C8F3D4F3FAC5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x10bb55000 - 0x10bbb8fff com.apple.FrontBoardServices (486.52 - 486.52) <F0A42B5D-DD6D-365A-BCE0-221A851B7A91> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x10bc3f000 - 0x10bc47fff com.apple.RTCReporting (9.50.2 - 9.50.2) <0BD17E7E-49D0-35E8-98F4-A182EAC0C71F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x10bc54000 - 0x10bd61fff +libAWDSupportFramework.dylib (2134) <AE27F771-7029-3F75-9C42-007C8F7369EB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAWDSupportFramework.dylib
0x10be9e000 - 0x10beaefff +libprotobuf-lite.dylib (2134) <7B255A2D-AF4D-35E2-8FB7-EE38B620F1B0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprotobuf-lite.dylib
0x10bec9000 - 0x10bf00fff +libTelephonyUtilDynamic.dylib (3706) <A741065D-95D8-37EA-9AE4-511D6C555BA5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libTelephonyUtilDynamic.dylib
0x10bf4d000 - 0x10bfa6fff +libprotobuf.dylib (2134) <B37CDF8A-1AD1-3B78-B38D-6A26283C4A11> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprotobuf.dylib
0x10c008000 - 0x10c074fff com.apple.BaseBoard (360.28 - 360.28) <66BAE2A9-F579-39EB-97A2-CD1351DD25A6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x10c0f5000 - 0x10c12dfff com.apple.BackBoardServices (1.0 - 1.0) <E80A50F3-8B41-3AA3-8492-4187A058B495> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x10c174000 - 0x10c2d5fff com.apple.CoreText (352.0 - 584.26.3.2) <44CAAC80-316E-32F0-B8E3-3E160EE60BB6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreText.framework/CoreText
0x10c3ad000 - 0x10c3bffff +libGSFontCache.dylib (126.14.3.6) <647D6828-E811-3B5E-B49F-F1BAA7820098> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x10c69a000 - 0x10c794fff com.apple.UIFoundation (1.0 - 553) <C0D1DB00-267D-3FE8-9F77-A68696266E72> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x10c841000 - 0x10c855fff +libAccessibility.dylib (2402.95) <AB5A8A2E-3576-3D52-BFE4-4D96C5AA1EB4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAccessibility.dylib
0x10c87c000 - 0x10c8cdfff com.apple.OTSVG (1.0 - ???) <39844BFF-6396-3C1F-B5AE-4E2AFB6E89B4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x10c946000 - 0x10c946fff com.apple.FontServices (1.0 - 1) <BF04FD8E-4FBD-3F26-990F-829EDED7A8E0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x10c94b000 - 0x10ca51fff +libFontParser.dylib (228.6.2.3) <AD7D064E-167C-3C21-84D0-3291326A796C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x10cb2c000 - 0x10cbebfff com.apple.CoreUI (1.0 - 499.12) <7AFBD81B-1A75-3FDA-A208-C2267E904C12> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x10cd65000 - 0x10ce31fff com.apple.TextureIO (3.8.4 - 3.8.1) <F6B9DF10-5EE2-35C2-9FE8-B7B2E4B01DD8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x10ce5b000 - 0x10cee6fff com.apple.Metal (161.6.2 - 161.6.2) <7ACBDABA-EE8C-39F3-AA25-1E41FE730B28> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Metal.framework/Metal
0x10cfeb000 - 0x10d0e6fff +libate.dylib (1.13.8) <0069BEE0-80AD-321A-98EE-B3BAA26770A4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libate.dylib
0x10d0f9000 - 0x10d142fff com.apple.AppleJPEG (1.0 - 1) <83CE0FF5-518A-3D13-8643-6B5498367463> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x10d151000 - 0x10d156fff +libCoreFSCache.dylib (163.22) <67954F1C-E048-3F82-9A17-C64EE29BDA35> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x10d15c000 - 0x10d160fff com.apple.AggregateDictionary (1.0 - 1) <62AFF97C-DF41-3272-9047-A0FFD6513352> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x10d169000 - 0x10d3c1fff +libFosl_dynamic.dylib (18.3.4) <033521CC-ADD2-3837-901D-CB78F7305AB4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libFosl_dynamic.dylib
0x10d417000 - 0x10d426fff com.apple.GraphVisualizer (1.0 - 5) <667C793A-334F-3AEA-AD9E-CB26EA29C876> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x10d433000 - 0x10d849fff com.apple.vision.FaceCore (3.1.12 - 3.1.12) <6FE5F50C-6471-3D7A-9348-FB998452E2A3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x10da52000 - 0x10da55fff com.apple.iphonesimulator.SimulatorClient (1.0 - 1) <AF27BBFA-7C5B-38AB-97C9-76ADF149C26F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient
0x10da5b000 - 0x10da65fff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <BE6120EE-203D-31FF-A051-9363BE549414> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x10da7b000 - 0x10da85fff com.apple.MediaAccessibility (1.0 - 114.4) <C6B6D2BC-D335-3640-971A-7CD70A199128> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x10da96000 - 0x10da9afff com.apple.ConstantClasses (1.0 - 1) <902890DA-BA25-3297-ADA3-611EB8B5A360> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x10daa5000 - 0x10dafdfff com.apple.Accounts (113 - 113) <C8C5CEBE-7E5F-369B-A372-EBB26AB1A568> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accounts.framework/Accounts
0x10db54000 - 0x10dc75fff com.apple.iTunesCloud (1.0 - 1) <82C860FB-7269-3EC2-A445-4CA8D57D96AB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x10ddb8000 - 0x10de40fff com.apple.MediaPlatform (1.0 - 1) <E6A4BA9A-07D8-3EB0-B9A0-22F72B2E0304> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x10deff000 - 0x10e1edfff com.apple.MediaLibraryCore (1.0 - 1) <189639E0-D22B-319F-965A-0273198CD03D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x10e44a000 - 0x10e470fff com.apple.MediaServices (1.0 - 1) <5265515C-F891-368A-97C2-BD0C72C441D4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x10e4a2000 - 0x10e5a5fff com.apple.managedconfiguration (1.0 - 1.0) <0C0B5087-C51D-3D1C-B97D-61B71B05F8D1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x10e69b000 - 0x10e722fff com.apple.itunesstore (1) <E406C316-6EF9-3BDD-B7DF-885F17A11E1B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x10e79f000 - 0x10e7e0fff com.apple.AppSupport (1.0.0 - 29) <40357679-C576-3413-9F29-9B3B0DEB11CC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x10e824000 - 0x10ea08fff com.apple.MusicLibrary (1.0.0 - 18) <0B7C237C-F7D8-3BC4-844A-BEC1B742A634> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x10eb65000 - 0x10ed73fff +StoreServices (1445.5.3) <56675806-9B1F-34EE-A88F-6AD6D8038E3C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x10ef8f000 - 0x10f15bfff com.apple.MediaRemote (1.0 - 1) <8D887B61-8BB2-3512-AD90-9ECA947A2AAE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x10f30c000 - 0x10f353fff com.apple.HomeSharing (1.0 - 1) <CCAE718B-AA65-3E53-AF1A-5D030006020C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x10f398000 - 0x10f6fafff +CoreData (866.6) <E0B07D21-6280-3CD1-A5F9-4E9FDC8BB6FD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreData.framework/CoreData
0x10f919000 - 0x10f920fff com.apple.CorePhoneNumbers (1.0 - 1) <0D47E71D-8AB3-39DE-B273-387BD77D7474> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x10f929000 - 0x10fa02fff com.apple.AppleMediaServices (1.0 - 1) <BE4CD9D3-2317-3D1F-B810-558488B37460> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x10fac4000 - 0x10fad9fff com.apple.aps.framework (4.0 - 4.0) <590EEE16-50F4-3BB5-AC93-016ECCF32A65> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x10faf4000 - 0x10fc62fff com.apple.CoreUtils (5.9 - 590.16) <5D0DD77A-17A4-3CC2-95FE-C9C4DAE62494> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x10fd70000 - 0x10fdfffff com.apple.Network (1.0 - 1) <DAF5CB03-0434-3B61-BCF4-6B9AA7273633> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Network.framework/Network
0x10fe63000 - 0x10fe80fff com.apple.CacheDelete (1.0 - 1) <127C6B85-FB7D-39BA-B50A-86F880EEE08B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x10fe98000 - 0x10ff69fff com.apple.CoreTelephony (113 - 6851.1) <AFD5A983-C733-3313-A37B-969F6B0E5173> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x11003b000 - 0x11014cfff com.apple.AppleAccount (1.0 - 1.0) <0DCDA36A-1FEC-3D59-9495-73E1AE187FBA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1101c1000 - 0x11020efff com.apple.AuthKit (1.0 - 1) <FAA5BB72-A3F7-32CE-9A94-0F28A8B9E023> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x110264000 - 0x1102f8fff com.apple.accounts.AccountsDaemon (113 - 113) <269B286D-2F20-3CDB-9C1E-F8C5E9E7B54B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x110354000 - 0x110358fff com.apple.AppleIDSSOAuthentication (1.0 - 1) <C8DCDE4D-50D0-3712-948D-58AA67541174> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x110362000 - 0x1103dafff com.apple.CoreSymbolication (10.2 - 64490.25.1) <36FF8F93-BB6B-372A-9F7D-7985B18967A0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x11042d000 - 0x110445fff +libresolv.9.dylib (65.200.2) <61D717CF-CA42-3B8C-93DD-71F5FEA422BC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libresolv.9.dylib
0x110451000 - 0x110481fff com.apple.UserNotifications (1.0 - ???) <06974B44-5004-3621-9CC8-F1FB28CD70EE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1104bb000 - 0x1105b1fff com.apple.ids (10.0 - 1000) <1CA70B87-853E-341B-A527-0020421BCF63> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/IDS
0x11062d000 - 0x110636fff com.apple.datamigration (1.0 - 1.0) <F8C4F0A4-CA26-3437-ABF2-08156849869E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x110645000 - 0x11066efff com.apple.GSS (4.0 - 2.0) <A2D50D72-CD2B-307A-BCE5-E30048A79F08> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/GSS.framework/GSS
0x11068f000 - 0x110691fff com.apple.OAuth (25 - 25) <FAA4507A-0E61-38F9-9CC3-AC69AE1A4A8A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x110699000 - 0x11069afff com.apple.marco (10.0 - 1000) <92AFA20E-C439-32A8-A99F-41DBE0EBDCEA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Marco.framework/Marco
0x1106a1000 - 0x1106f9fff com.apple.imfoundation (10.0 - 1000) <82A2402D-268F-30E0-BF35-D781609B640B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x110753000 - 0x110768fff com.apple.commonutilities (8.0 - 900) <F4903165-E79A-3842-B2BD-4F856031E87A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x110780000 - 0x11087bfff com.apple.idsfoundation (10.0 - 1000) <783638B5-E1EC-3A4B-B4E6-2DB2D58AB230> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x110923000 - 0x110938fff com.apple.Engram (1.0 - 1) <4CE10526-818B-3534-A85E-5DA78A83AC77> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Engram.framework/Engram
0x11094b000 - 0x11094cfff com.apple.diagnosticlogcollection (10.0 - 1000) <3903DA6B-B6B7-3C95-8C0F-E8941EA9E966> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x110952000 - 0x110982fff +libtidy.A.dylib (16.4) <9EFBE9E4-0DCE-3B2B-9312-1ECB1471B644> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libtidy.A.dylib
0x110997000 - 0x1109c9fff com.apple.bom (14.0 - 197.6) <35CBBAEE-4C2D-375D-8955-F3F30CC461CD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Bom.framework/Bom
0x1109de000 - 0x1109e3fff +libcupolicy.dylib (6851.1) <7CF94445-75C5-3E90-96BE-EFE64164C7B0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcupolicy.dylib
0x1109ed000 - 0x110a1cfff com.apple.CoreBluetooth (1.0 - 1) <23F83EF6-6556-3BEE-B757-D42F7C78A669> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x110a48000 - 0x110a4cfff +libheimdal-asn1.dylib (520.270.1) <5F565BE2-92E6-3B9E-8AE6-D4B1DDB84DE0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libheimdal-asn1.dylib
0x110a54000 - 0x110ac2fff com.apple.Heimdal (4.0 - 2.0) <F583F2C6-245E-3C04-A561-A5D3FBA91931> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x110afa000 - 0x110afcfff com.apple.CommonAuth (4.0 - 2.0) <02573FE0-4951-3FFA-B699-85A1DD21304C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x110b02000 - 0x110b0dfff com.apple.AppleIDAuthSupport (1.0 - 1) <93DE86AE-32C1-35ED-9AB2-A22236406DA4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x110b1c000 - 0x110b1cfff com.apple.PhoneNumbers (1.0 - 1) <575DFB7C-B1DC-3712-9E09-8B68438339EE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x110b21000 - 0x110b70fff com.apple.ROCKit (27.6 - 27.6) <05B7F73D-1D82-3FCD-AC08-B32833A1CA70> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x110ba0000 - 0x110bc8fff com.apple.persistentconnection (1.0 - 1.0) <A00C0FB4-41C4-366B-89AF-D622C0D0A487> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x110bf7000 - 0x110c08fff com.apple.RemoteTextInput (1.0 - 1) <FCFF1238-535E-3D07-A44D-4619D90A05BD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x110c21000 - 0x110c8afff com.apple.TextInput (1.0 - 1.0) <C7C0D518-39DF-39E1-8929-3288E959FD02> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x110d13000 - 0x110d69fff com.apple.CoreNLP (1.0 - 130.15.22) <0E8DA3FD-7769-3E05-BB0A-4AB83534E261> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x110dc0000 - 0x110e76fff +libmecab_em.dylib (779.19.2) <8B661A6E-0552-37E9-8C54-C40D0B3AF3E6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmecab_em.dylib
0x110e9e000 - 0x110ea3fff +libgermantok.dylib (17.15.2) <1E4CB162-B2E6-364F-B575-EB3BF9EBF1D9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libgermantok.dylib
0x110ea9000 - 0x110eaafff +libThaiTokenizer.dylib (2.2) <8EF4C9D8-9C57-3387-B6A9-3C7F4B8F313D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libThaiTokenizer.dylib
0x110eb0000 - 0x110eb8fff +libChineseTokenizer.dylib (28.15.3) <9525677A-E645-31EF-B14D-AACC43D595FD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libChineseTokenizer.dylib
0x110ec6000 - 0x110fb6fff +libiconv.2.dylib (51.200.6) <798B8F79-FF8D-35BF-8A3C-1EAB9C745ADD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib
0x110fc9000 - 0x110fc9fff +libcharset.1.dylib (51.200.6) <5654FAC4-50EC-3320-A5CA-78F27B0E56E6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcharset.1.dylib
0x110fce000 - 0x1110a7fff com.apple.LanguageModeling (1.0 - 159.15.15) <8FE0D742-6C00-3D24-8782-FD15CB56AFAF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1110da000 - 0x1110ebfff com.apple.CoreEmoji (1.0 - 69.19.9) <C1023357-D4BC-3A2E-BC8C-FAF4E465183A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x111107000 - 0x111143fff com.apple.Lexicon-framework (1.0 - 33.15.10) <B39AEC76-EBF9-3CCF-AA95-F6BABAF8F180> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x111156000 - 0x111159fff com.apple.LinguisticData (1.0 - 238.26) <65ACFE7B-7FB9-3753-8DF4-AABA22332FAF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x111160000 - 0x111170fff +libcmph.dylib (6.15.1) <9E19C6E9-7241-36C6-8678-1364499452C9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcmph.dylib
0x11117a000 - 0x11119dfff com.apple.SetupAssistant (1.0 - 1) <69DEBDC6-82E9-3DDA-B5E8-C8A9307341B7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1111c8000 - 0x111239fff com.apple.corelocation (2245.16.14) <7087A705-037B-3A24-9F03-770E3594C80F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x111271000 - 0x111276fff com.apple.CoreTime (258.3) <B76E6CC8-C4F1-3CF6-B5B7-E3A005C06F4D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x11127f000 - 0x111c84fff com.apple.GeoServices (1.0 - 1364.36.4.19.6) <B3418088-3AF5-3AEC-8BC1-F5BDDA705274> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x112414000 - 0x112463fff +CoreLocationProtobuf (25.0.5) <EB27006C-63F9-33CD-B8E1-E907A6B8FEEF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1124b7000 - 0x1124c1fff com.apple.DAAPKit (1.0 - 1) <AD75333B-8FA4-39EE-80E6-C2F03D5A4024> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1124d2000 - 0x112568fff com.apple.AddressBookLegacy (1.0 - 30) <454EA4FD-CDC0-3881-BF6E-D1FBB05EAD31> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1125e5000 - 0x1125e6fff +libCTGreenTeaLogger.dylib (6851.1) <1B53F7C3-F813-30DF-BD00-38B70E42D978> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCTGreenTeaLogger.dylib
0x1125ed000 - 0x11261bfff com.apple.dataaccess.dataaccessexpress.framework (1.0 - 1.0) <D552FDC4-7BE8-3A17-9DD8-D17DCF355E8B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x11264d000 - 0x1126affff com.apple.AddressBook.ContactsFoundation (8.0 - ???) <48621311-BB11-319F-A9D9-2CE0F787EED8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x11274b000 - 0x112759fff com.apple.IntlPreferences (1.0 - 227.17.1) <1B737372-B9A5-393A-9489-E89B0194ADC9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x11276b000 - 0x1127bffff com.apple.DocumentManager (1.0 - 68.100.44) <CA89C5E6-42EE-3581-9B7E-FB15DC925B69> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x112815000 - 0x1128a7fff com.apple.FileProvider (125.201 - 125.201) <2AEF2599-49B8-318B-81D2-9E8B2D2A3E51> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/FileProvider.framework/FileProvider
0x112929000 - 0x113aeafff com.apple.UIKitCore (1.0 - 61000) <993C712F-6B43-3BA2-9E6D-1540124AA857> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x114ba8000 - 0x114bb2fff com.apple.mobileicons.framework (1.0 - 372.0) <53DD579E-0149-34AC-948C-D459DD10B2DD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x114bbf000 - 0x114bd2fff com.apple.DocumentManagerCore (1.0 - 68.100.44) <4C035224-C37F-3827-90E5-20FD818A7766> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x114beb000 - 0x114c0bfff com.apple.pluginkit.framework (1.0 - 1) <C6DB1DB5-576D-308D-9E20-5AE84DF6561D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x114c26000 - 0x114c29fff com.apple.dt.XCTTargetBootstrap (1.0 - 14490.46.2) <98E74DE4-FAE6-3CA3-A870-2926E9F1826B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x114c32000 - 0x114dd1fff com.apple.WebKitLegacy (8607 - 8607.3.9) <5898DEA6-6701-3091-9C88-A27C0F0328B2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x114f37000 - 0x115a62fff com.apple.JavaScriptCore (8607 - 8607.3.9) <9079D082-0D43-33D3-BA0F-46F83ACEDEF4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x115d40000 - 0x115d59fff com.apple.MobileAssets (1.0 - 437.250.3) <501C193C-A875-3175-AE0C-D649997E620B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x115d76000 - 0x115dc9fff com.apple.PhysicsKit (1.0 - 1) <DE6DFB46-F7BA-3E34-8BF1-D9E318A484DE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x115dfe000 - 0x115ee1fff com.apple.ProofReader (2.4 - 430.15.1) <64CE574C-3EBB-35A8-87EB-7D90E514E73D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x115f3b000 - 0x115f56fff com.apple.PrototypeTools (1.0 - 1) <9D6F6F33-C200-3697-9E59-1C0E509FF476> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x115f7a000 - 0x115f84fff com.apple.UIKitServices (1.0 - 1) <DD39655B-3692-3CE7-B53F-74801B702E79> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x115f96000 - 0x117a6dfff com.apple.WebCore (8607 - 8607.3.9) <BC4464A9-F6C0-3250-A4D2-EF95259A8D9F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x118a7a000 - 0x11908afff +libwebrtc.dylib (7607.3.9) <EDE840C9-B57B-3BC0-BE12-FC8D2A3B0504> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x11929e000 - 0x1192a4fff com.apple.URLFormatting (59 - 59.45) <6FCA067F-EEE4-3E97-87FD-1FE22620EEDA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1192ae000 - 0x1192ebfff com.apple.StreamingZip (1.0 - 1) <3D55374E-0655-37B4-8DB9-C15422D73366> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1197b2000 - 0x1197bdfff +libMobileGestaltExtensions.dylib (645.270.1) <2CB3A2EE-E4E0-312A-9ED5-91EAFF337955> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestaltExtensions.dylib
0x11b619000 - 0x11b61cfff +libobjc-trampolines.dylib (756.2) <BB7A550B-7084-341E-9B2A-E0A577E7FECE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc-trampolines.dylib
0x11b7e0000 - 0x11b811fff +libTrueTypeScaler.dylib (228.6.2.3) <26B91F38-1201-3CA0-B5F7-A8D5EDFAF9E3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x11bd43000 - 0x11bd59fff +libCGInterfaces.dylib (506.20) <446B6C7F-1EDA-36B0-9F53-894F7814FE8D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x11bd78000 - 0x11bda1fff com.apple.CoreServicesInternal (359 - 359) <EFDB85D0-C3CD-3735-B4D8-295A2DE681E0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x11bdce000 - 0x11c227fff +AudioCodecs (509.30) <0943E233-DEDB-34B5-A535-D9585D319B67> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x11c30e000 - 0x11c322fff com.apple.UserManagement (1.0 - 1) <D96C70C0-C697-3312-8EBF-077EDE059D58> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 203805
thread_create: 0
thread_set_state: 1554
VM Region Summary:
ReadOnly portion of Libraries: Total=344.7M resident=0K(0%) swapped_out_or_unallocated=344.7M(100%)
Writable regions: Total=590.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=590.9M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
CG image 24K 2
CG raster data 68K 6
CoreAnimation 224K 23
CoreUI image data 276K 3
CoreUI image file 112K 1
Foundation 4K 1
Kernel Alloc Once 8K 1
MALLOC 192.5M 42
MALLOC guard page 32K 8
MALLOC_LARGE (reserved) 64K 1 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.0M 7
Stack 11.0M 7
VM_ALLOCATE 60K 4
__DATA 35.6M 325
__DATA_CONST 80K 4
__DATA_DIRTY 64K 6
__FONT_DATA 4K 1
__LINKEDIT 104.7M 497
__TEXT 241.0M 257
__UNICODE 564K 1
mapped file 33.1M 11
shared memory 16K 1
=========== ======= =======
TOTAL 1.0G 1211
TOTAL, minus reserved VM space 675.7M 1211
System Profile:
Network Service: Wi-Fi, AirPort, en0
Boot Volume File System Type: apfs
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
USB Device: USB 3.0 Bus
USB Device: Apple T1 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4
Model: MacBookPro14,2, BootROM 429.80.1.0.0, 2 processors, Dual-Core Intel Core i5, 3.1 GHz, 16 GB, SMC 2.44f6
Graphics: kHW_IntelIrisGraphics650Item, Intel Iris Plus Graphics 650, spdisplays_builtin
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x171), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1675.1)
Bluetooth: Version 8.0.3d9, 3 services, 27 devices, 1 incoming serial ports
on further research this isn't a specific simulator problem, a few of us are experiencing this crash o n all things < ios14 Also the problem isn't confined to your framework but https://github.com/syedhali/AudioStreamer has similar issue so does https://github.com/tumtumtum/StreamingKit
Hmm I didn't see any issues describing what you mentioned in the repos but taking a look at those repos, we all use the AudioToolbox API for our engine and it might be a random bug in that library. I'll ask some of my friends to see if they know of a solution but I at the moment don't :/
closing issue for now since I haven't had any luck resolving this
Just run the example on a simulator with iOS version < 14 and you will get this crash
using xcode 12.4~5