keyboard freezing in simulator

Hi all,

My simulator keyboard is freezing has lag when inputing text into any uitextfield. This isn't just on the apps i'm developing but also the built in apps on simulator (messages,settings anywhere you type text).


Problem Detail:

Click in any uitextfield the keyboard opens normally. Type using the onscreen keyboard or hardware keyboard first character appears normally however anything typed after this first character doesn't appear for 10-20 secs (note that the app become unresponsive in this time).


Process:               kbd [2988]
Path:                  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/TextInput/kbd
Identifier:            kbd
Version:               1913.2.15
Code Type:             X86 (Native)
Parent Process:        launchd_sim [2765]
Responsible:           kbd [2988]
User ID:               501


Date/Time:             2017-01-06 11:45:01.839 +1300
OS Version:            Mac OS X 10.11.6 (15G1212)
Report Version:        11
Anonymous UUID:        




Time Awake Since Boot: 83000 seconds


System Integrity Protection: enabled


Crashed Thread:        8  Dispatch queue: com.apple.TextInput.language-model.loading


Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY


Application Specific Information:
CoreSimulator 338.16 - Device: iPhone 5 - Runtime: iOS 10.2 (14C89) - DeviceType: iPhone 5


any help is appreciated

Replies

I have the same problem, topic - up

Yes, I have the same problem. I thought it was because of my keyboard, but now I see that it's not just me.


A similar problem was also in the Safari browser, when I wrote Java code

Please file a radar at http://bugreport.apple.com and include the full crash log. Please refer to this thread in the radar and please post a reply in this thread with the radar number.

Does anyone know what the resolution to this is?


I'm having the same issue in Simulator iOS 10.1, El Capitan.


System Log:


Oct 16 11:52:28 macpro logd[52905]: metadata shared cached uuid is null (using logd's shared cache info) kbd (53634)
Oct 16 11:52:28 macpro logd[52905]: Failed to harvest strings for pathless uuid '00000000-0000-0000-0000-000000000000'
Oct 16 11:52:28 macpro kbd[53634]: error loading collator file at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/TextInput/collator.dat: file not found
Oct 16 11:52:28 macpro kbd[53634]: WARNING! Creating precompiled collator. This is expensive!
Oct 16 11:52:28 macpro kbd[53634]: DEBUG:ProactiveQuickType:IC: Getting contacts with address book limit: 10000, found on device limit: 100
Oct 16 11:52:28 macpro kbd[53634]: AppleLanguages preference: (
    en
)
Oct 16 11:52:28 macpro kbd[53634]: Preferred localization: (
    English
)
Oct 16 11:52:28 macpro kbd[53634]: >>> Loading sample shortcut from /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInput.framework/English.lproj/TIUserDictionarySampleShortcuts.plist
Oct 16 11:52:28 macpro cloudd[53024]: [LogFacilityCK] Could not create primary backing account
Oct 16 11:52:28 macpro kbd[53634]: DEBUG:ProactiveQuickType:IC: received contacts count = 8, elapsed = 189.577997 msec
Oct 16 11:52:28 macpro kbd[53634]: Getting container class internal daemon!
Oct 16 11:52:28 macpro com.apple.CoreSimulator.SimDevice.29A4F9FD-C612-4380-9318-939A301B32F6.launchd_sim[52894] (com.apple.TextInput.kbd[53634]): Service exited due to Illegal instruction: 4

Given that this issue was reported as happening in iOS 10.2, it isn't surprising that you might be having the issue in 10.1 as well. I don't know if the issue has been addressed in newer versions of iOS since nobody in this thread has provided a full crash log for me to look at nor reported a radar. Can you please try reproducing with iOS 11 (Xcode 9.0.1+) and file a radar (http://bugreport.apple.com) if you are still seeing the issue?

Thanks Jeremy.


My machine won't run Xcode later than 8.2.1. But it's easy for me to give you logs from 8.2.1. Here's one from an app that I got just now:


2017-10-23 17:29:48.848 TGAMobile[52042:5848428] -[UIKeyboardInputManagerClient handleError:forRequest:] will retry sending handleKeyboardInput:keyboardState:completionHandler: to keyboard daemon after receiving Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.apple.TextInput" UserInfo={NSDebugDescription=connection to service named com.apple.TextInput}
2017-10-23 17:30:09.452 TGAMobile[52042:5848428] -[UIKeyboardInputManagerClient handleError:forRequest:] will retry sending handleKeyboardInput:keyboardState:completionHandler: to keyboard daemon after receiving Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.apple.TextInput" UserInfo={NSDebugDescription=connection to service named com.apple.TextInput}


The kbd log is

Process:               kbd [52201]
Path:                  /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/TextInput/kbd
Identifier:            kbd
Version:               1912.3
Code Type:             X86-64 (Native)
Parent Process:        launchd_sim [51965]
Responsible:           kbd [52201]
User ID:               501


Date/Time:             2017-10-23 17:47:09.069 -0400
OS Version:            Mac OS X 10.11.5 (15F34)
Report Version:        11
Anonymous UUID:        B70230B6-B29F-94EC-6FE9-3101B94CD0F6




Time Awake Since Boot: 970000 seconds


System Integrity Protection: enabled


Crashed Thread:        1  Dispatch queue: com.apple.TextInput.language-model.loading


Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY


Application Specific Information:
CoreSimulator 338.16 - Device: iPad Pro (9.7 inch) - Runtime: iOS 10.1 (14B72) - DeviceType: iPad Pro (9.7-inch)


Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        0x000000010664bf72 mach_msg_trap + 10
1   libsystem_kernel.dylib        0x000000010664b3b3 mach_msg + 55
2   com.apple.CoreFoundation      0x00000001054457b4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      0x0000000105444c31 __CFRunLoopRun + 1345
4   com.apple.CoreFoundation      0x0000000105444494 CFRunLoopRunSpecific + 420
5   com.apple.Foundation          0x0000000104d0cff0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 274
6   com.apple.Foundation          0x0000000104d0cecb -[NSRunLoop(NSRunLoop) run] + 76
7   kbd                            0x0000000104460f07 0x10445f000 + 7943
8   libdyld.dylib                  0x000000010632668d start + 1


Thread 1 Crashed:: Dispatch queue: com.apple.TextInput.language-model.loading
0   libBLAS.dylib                  0x000000010913f636 APL_i8gemmNoBeta_noPack_TN + 1909
1   libBLAS.dylib                  0x00000001091fb1ff APL_i8gemm + 1655
2   libBLAS.dylib                  0x00000001091fb7eb appleblas_i8gemm + 1287
3   libBNNS.dylib                  0x0000000109400cde BNNSGEMMApply + 249
4   libBNNS.dylib                  0x0000000109400b51 apply_fully_connected_layer_filter + 476
5   com.apple.Montreal            0x00000001136211d2 0x1135da000 + 291282
6   com.apple.Montreal            0x000000011361e69b 0x1135da000 + 280219
7   com.apple.Montreal            0x000000011360cd45 0x1135da000 + 208197
8   com.apple.Montreal            0x00000001135e51bb 0x1135da000 + 45499
9   com.apple.Montreal            0x00000001135db06e 0x1135da000 + 4206
10  com.apple.Montreal            0x00000001135dc116 MRLModelRecognizeIncremental + 630
11  com.apple.LanguageModeling    0x0000000109c7d2db 0x109b97000 + 942811
12  com.apple.LanguageModeling    0x0000000109c7c07f 0x109b97000 + 938111
13  com.apple.LanguageModeling    0x0000000109c34927 0x109b97000 + 645415
14  com.apple.LanguageModeling    0x0000000109bfeb9e 0x109b97000 + 424862
15  com.apple.LanguageModeling    0x0000000109c7614b LMLanguageModelPreheatResources + 75
16  libTextInputCore.dylib        0x000000010456b92a KB::LanguageModelImpl::background_load() + 62
17  libTextInputCore.dylib        0x0000000104593b61 ___ZN2KB13LanguageModel15background_loadENSt3__110shared_ptrIS0_EEU13block_pointerFvvE_block_invoke + 42
18  libdispatch.dylib              0x00000001062bb810 _dispatch_call_block_and_release + 12
19  libdispatch.dylib              0x00000001062dd12e _dispatch_client_callout + 8
20  libdispatch.dylib              0x00000001062c2523 _dispatch_queue_serial_drain + 1018
21  libdispatch.dylib              0x00000001062c2cf3 _dispatch_queue_invoke + 1118
22  libdispatch.dylib              0x00000001062c4a0e _dispatch_root_queue_drain + 506
23  libdispatch.dylib              0x00000001062c47b4 _dispatch_worker_thread3 + 113
24  libsystem_pthread.dylib        0x00000001066834de _pthread_wqthread + 1129
25  libsystem_pthread.dylib        0x0000000106681341 start_wqthread + 13


Thread 2:
0   libsystem_kernel.dylib        0x00000001066525e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib        0x0000000106683578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib        0x0000000106681341 start_wqthread + 13


Thread 3:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        0x0000000106652efa kevent_qos + 10
1   libdispatch.dylib              0x00000001062d1c3b _dispatch_mgr_wait_for_event + 79
2   libdispatch.dylib              0x00000001062cba85 _dispatch_mgr_invoke + 248
3   libdispatch.dylib              0x00000001062cb887 _dispatch_mgr_thread + 54


Thread 4:
0   libsystem_kernel.dylib        0x00000001066525e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib        0x0000000106683578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib        0x0000000106681341 start_wqthread + 13


Thread 5:
0   libsystem_kernel.dylib        0x00000001066525e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib        0x0000000106683578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib        0x0000000106681341 start_wqthread + 13


Thread 6:
0   libsystem_kernel.dylib        0x00000001066525e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib        0x0000000106683578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib        0x0000000106681341 start_wqthread + 13


Thread 7:
0   libsystem_kernel.dylib        0x00000001066525e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib        0x0000000106683578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib        0x0000000106681341 start_wqthread + 13


Thread 8:
0   libsystem_kernel.dylib        0x00000001066525e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib        0x0000000106683578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib        0x0000000106681341 start_wqthread + 13


Thread 9:
0   libsystem_kernel.dylib        0x00000001066525e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib        0x0000000106683578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib        0x0000000106681341 start_wqthread + 13


Thread 10:
0   libsystem_kernel.dylib        0x00000001066525e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib        0x0000000106683578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib        0x0000000106681341 start_wqthread + 13


Thread 1 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x000000011412b100  rdx: 0x0000000000000101
  rdi: 0x0000000000000004  rsi: 0x0000000000000000  rbp: 0x000070000007fad0  rsp: 0x000070000007fa98
   r8: 0x0000000000000101   r9: 0x00007fce8301ff80  r10: 0x0000000000000000  r11: 0x000000011412b100
  r12: 0x0000000000000100  r13: 0x0000000000000100  r14: 0x0000000000000100  r15: 0x0000000000000101
  rip: 0x000000010913f636  rfl: 0x0000000000010212  cr2: 0x000000010913f5c7

Logical CPU:     4
Error Code:      0x00000000
Trap Number:     6




Binary Images:
       0x10445f000 -        0x104468ff7 +kbd (1912.3) <E35C3383-873C-317A-972C-C3EB3AB99FFE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/TextInput/kbd
       0x104474000 -        0x10449c707 +dyld_sim (360.22) <493D07DF-3F9F-30E0-96EF-4A398E59EC4A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x1044e5000 -        0x1044fbfff +libMobileGestalt.dylib (472.20.1) <135C23A8-9702-3A87-8A94-34E07CD0812F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestalt.dylib
       0x10453b000 -        0x10454bfff  com.apple.MailServices (1.0 - 1) <B6419B94-A0B8-3338-9D5F-1F3501EEB3DF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MailServices.framework/MailServices
       0x104562000 -        0x10465fffb +libTextInputCore.dylib (1912.3) <488D9047-887E-34E9-9594-DADD98A9B1A2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/TextInput/libTextInputCore.dylib
       0x10473e000 -        0x1047e2ffb  com.apple.contacts.Contacts (1.0 - 2246.1.1) <B39F90A6-79A2-3770-88AC-920FBDEC02A6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Contacts.framework/Contacts
       0x1048bc000 -        0x104b93ff7 +CoreData (752.3) <C3153527-D54C-3E52-9A6A-11EB2BDB981F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreData.framework/CoreData
       0x104cd9000 -        0x104cdffff  com.apple.EmojiFoundation (1.0 - 1) <D4745284-D64C-321B-9B36-1712653B9FC9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
       0x104cec000 -        0x104fd2ff3  com.apple.Foundation (6.9 - 1349.1) <4212F72C-2A19-323A-84A3-91FEABA7F900> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
       0x105225000 -        0x1052b1fff  com.apple.Security (10.0 - ???) <F254D912-9BA6-3947-95D6-9A5ABE048A50> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Security.framework/Security
       0x10531a000 -        0x105361fff  com.apple.TextInput (1.0 - 1.0) <CD57770D-999E-3DEF-AE85-37F8205427F6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInput.framework/TextInput
       0x1053bd000 -        0x1053befff +libSystem.dylib (1238) <039236C9-BABD-3793-B2F1-59A0E77FD0C2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.dylib
       0x1053c4000 -        0x10573bfff  com.apple.CoreFoundation (6.9 - 1348) <0A35C4D8-BFD0-3CAD-9376-831AF2975359> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x1058b7000 -        0x105c85eaf +libobjc.A.dylib (706) <BF9354F3-A2AB-3BF0-98E7-7E99B6735513> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
       0x105d5d000 -        0x105dc3fff  com.apple.framework.IOKit (2.0.2 - 1324.20.9) <B597AA4E-6588-3374-B390-C401E4657C40> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x105dfa000 -        0x106019ff3 +libicucore.A.dylib (57130.0.2) <9D3242A1-D6A4-3A23-B729-152554E33BA7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib
       0x1060e1000 -        0x1060f2ff7 +libz.1.dylib (67) <900CD842-FA8F-3214-8D84-EACF6F1CB39A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libz.1.dylib
       0x1060f8000 -        0x10614eff7 +libc++.1.dylib (307.4) <CD2ECD2E-152E-327A-898F-703E1E0BBE81> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib
       0x1061a3000 -        0x1061ccff7 +libc++abi.dylib (307.2) <B976F6AD-454C-3B1C-A03C-4263C0AB23AC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib
       0x1061db000 -        0x1061dfff7 +libcache.dylib (79) <E8CDDFF8-209E-30B7-986F-0400D2F1E255> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcache.dylib
       0x1061e5000 -        0x1061effff +libcommonCrypto.dylib (60092.20.1) <3310495A-7BE1-334F-BE61-98DB6FE651B9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcommonCrypto.dylib
       0x1061fd000 -        0x106204ff7 +libcompiler_rt.dylib (62.1) <33FC8470-0363-3490-B055-66FBBBEE261C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcompiler_rt.dylib
       0x10620c000 -        0x106213ff7 +libcopyfile.dylib (138) <FFBBD693-830A-327E-9EB4-D91375F683EE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcopyfile.dylib
       0x10621a000 -        0x10629dffb +libcorecrypto.dylib (442.20.2) <51518AEE-B3C7-32B5-812C-813755239C42> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcorecrypto.dylib
       0x1062b8000 -        0x1062e9ff7 +libdispatch.dylib (703.20.1) <CB11C8CD-917A-354F-A4F3-08FEED786623> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
       0x106322000 -        0x106326ff7 +libdyld.dylib (421) <590A5511-62BE-38D6-9FED-AF325969828C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdyld.dylib
       0x10632e000 -        0x10632efff +liblaunch.dylib (972.20.3) <5504C318-22AA-3912-B671-2E508E3C916A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/liblaunch.dylib
       0x106336000 -        0x10633bfff +libmacho.dylib (894.1) <0BB8F85F-5211-3492-B4B5-13126E9E0FB4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libmacho.dylib
       0x106341000 -        0x106342ffb +libremovefile.dylib (45) <17B58A3B-0063-3485-A4B7-C14AE447C194> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libremovefile.dylib
       0x106348000 -        0x10635ffff +libsystem_asl.dylib (349.1.1) <F3017B2D-1EAF-3243-9E19-1B6F93653416> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_asl.dylib
       0x10636c000 -        0x10636cff7 +libsystem_blocks.dylib (68) <048E153C-EC95-31E9-9CBC-E7E74E0C5413> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib
       0x106371000 -        0x1063f8fef +libsystem_c.dylib (1158.20.4) <D0E6FE54-BE52-311C-8402-930FE5523A79> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib
       0x10641e000 -        0x106421ff3 +libsystem_configuration.dylib (888.20.5) <06F17E52-AF30-3109-842A-153D3947D68A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_configuration.dylib
       0x106428000 -        0x10642cfff +libsystem_containermanager.dylib (112.1.1) <EB41114B-0A3B-328E-BE22-D6AC11FFB2CB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_containermanager.dylib
       0x106433000 -        0x106434ff3 +libsystem_coreservices.dylib (41) <653A2928-43EA-33B5-B8F6-24351CE37F86> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coreservices.dylib
       0x10643a000 -        0x106452fff +libsystem_coretls.dylib (121.1.1) <87804815-F91D-3E92-841D-7301D12C7F15> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coretls.dylib
       0x10645e000 -        0x106464fff +libsystem_dnssd.dylib (765.20.4) <1CDBC9AD-C2D4-3287-BBA1-0DEB2E0E7197> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_dnssd.dylib
       0x10646a000 -        0x10648dfff +libsystem_info.dylib (503) <9D918D03-F045-3196-AA3C-47E3B92DAA8D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_info.dylib
       0x10649f000 -        0x1064a0ff3 +libsystem_sim_kernel.dylib (177) <69B2FA18-537F-35A2-88CF-35A21DD6F33B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel.dylib
       0x1064a7000 -        0x1064ebfef +libsystem_m.dylib (3121.1) <F42DCA73-13C8-33A6-AA4D-7521415906F4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_m.dylib
       0x1064f4000 -        0x106511ff7 +libsystem_malloc.dylib (116) <F7448B73-D3F3-3A72-B374-EFDCA2E8BA94> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib
       0x10651e000 -        0x10655cff7 +libsystem_network.dylib (856.20.4) <0346C215-5C3A-37D4-A3F4-4FCB2D3482D3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_network.dylib
       0x10657b000 -        0x106584ff3 +libsystem_notify.dylib (165.20.1) <14B78BCF-9606-300C-B90B-F988DC14FEEA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_notify.dylib
       0x10658c000 -        0x10658eff3 +libsystem_sim_platform.dylib (177) <31EB163C-8146-364A-9B72-DA18ABF098DB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform.dylib
       0x106594000 -        0x106594ff7 +libsystem_sim_pthread.dylib (177) <A3302D33-E175-3016-80B8-57D4C2A0472F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread.dylib
       0x106599000 -        0x10659cff3 +libsystem_sandbox.dylib (592.20.4) <53B81228-46FC-3DD6-B558-5C3FEBB93C6D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sandbox.dylib
       0x1065a3000 -        0x1065c3fff +libsystem_trace.dylib (518.20.8) <D0043EE5-6CDB-318F-A91F-CB54406D0674> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_trace.dylib
       0x1065d7000 -        0x1065ddfff +libunwind.dylib (126.5.1) <F7276C99-C97C-39C8-9DE1-EE15287DB5DC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libunwind.dylib
       0x1065e4000 -        0x10660bfff +libxpc.dylib (972.20.3) <17F6B510-0FB1-30D3-B29C-D74A5D63719E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libxpc.dylib
       0x10662a000 -        0x10662afff +libsystem_sim_pthread_host.dylib (177) <83C062C1-FBF6-3273-AC7D-13AA1FEC3042> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread_host.dylib
       0x10662f000 -        0x10662ffff +libsystem_sim_platform_host.dylib (177) <02CFF456-B95E-35E1-A83E-1977A259FA2E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform_host.dylib
       0x106635000 -        0x106635fff +libsystem_sim_kernel_host.dylib (177) <40D982E8-407A-3BC0-9621-AD1EB557AFDB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel_host.dylib
       0x10663b000 -        0x106659ff7  libsystem_kernel.dylib (3248.50.21) <78E54D59-D2B0-3F54-9A4A-0A68D671F253> /usr/lib/system/libsystem_kernel.dylib
       0x10666f000 -        0x106677fef  libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
       0x106680000 -        0x106689ff7  libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
       0x106697000 -        0x1066a7ffb +libbsm.0.dylib (28.1) <920FFA6D-A8E6-3363-9D11-47FBF7632AE2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbsm.0.dylib
       0x1066b0000 -        0x1066fbff7  com.apple.AppSupport (1.0.0 - 29) <395FC2AD-A1EC-3039-9B10-C09DDCF16A4A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
       0x106738000 -        0x106788ff7  com.apple.FrontBoardServices (388.2.3 - 388.2.3) <767DD047-CCAF-3002-81B4-0B78AB8167B9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
       0x1067f5000 -        0x1067f7ffb  com.apple.MessageSupport (1.0 - 1) <FD5A8392-A2A8-3567-B7F3-A1ABC5DFD694> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
       0x1067ff000 -        0x106853ff7  com.apple.MIME (2.0 - 20) <62FD2B9E-C397-3936-AFC2-70630A612273> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MIME.framework/MIME
       0x10689c000 -        0x1069bdff7  com.apple.MobileCoreServices (775.2.6.3 - 775.2.6.3) <4C4EBEA8-038F-3D4A-AB07-34E09F089E8D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
       0x106a84000 -        0x107048ff7  com.apple.ImageIO.framework (3.3.0 - 1569.2) <BBABFD69-2D0E-3D70-BB75-D63C4FE39172> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ImageIO.framework/ImageIO
       0x107157000 -        0x10778bfff  com.apple.CoreGraphics (2.0 - 1070.3) <CA9F49EA-B7E9-3BD1-952A-66EBED14BCD7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
       0x107868000 -        0x10787cfff  com.apple.GraphicsServices (1.0 - 1.0) <0669ABE3-DAA9-37D0-860E-DD7CF1B0D550> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x107894000 -        0x1079bbff3 +libsqlite3.dylib (252.2) <783****9-D163-30A7-A912-B2738580681D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libsqlite3.dylib
       0x1079d7000 -        0x107a39ffb  com.apple.SystemConfiguration (1.14 - 1.14) <D3019422-D521-31C5-931C-E50DD4F50840> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
       0x107a67000 -        0x107a67fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <69BB11EB-CCF6-37A5-B7B7-2A947ABC87A1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Accelerate
       0x107a6b000 -        0x107ab0ff7  com.apple.Metal (85.83 - 85.83) <EB63D096-A653-346C-9431-7C6A8DCEFA56> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Metal.framework/Metal
       0x107b36000 -        0x107b4afdf +libcompression.dylib (31.1) <99FD3F14-214B-3699-99F9-1EC28BF7B9E2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcompression.dylib
       0x107b52000 -        0x107bdd9d7  com.apple.AppleJPEG (1.0 - 1) <A759DBA0-70C8-3882-96EB-AD07AB846192> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
       0x107c3f000 -        0x107fb9fff  com.apple.CFNetwork (808.1.4 - 808.1.4) <CE288175-C2FF-3A28-8CB5-BC95E8F5DF32> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x10827b000 -        0x1082a6ff3 +libarchive.2.dylib (41.20.1) <843F93DC-AC37-341A-88BA-4BBF1FCB1A79> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libarchive.2.dylib
       0x1082b1000 -        0x1083a0fff +libxml2.2.dylib (30.11) <C09FCA8C-8AE9-3888-8637-A18989DF9A39> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxml2.2.dylib
       0x1083d7000 -        0x1083f2ffb +libCRFSuite.dylib (37) <4A16DD2C-6260-3944-A38C-7542D2B5DF08> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCRFSuite.dylib
       0x1083fd000 -        0x1083fefff +liblangid.dylib (126) <B953DCA3-39E2-3245-B101-8C6543E8A7EB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblangid.dylib
       0x108403000 -        0x108403ff7 +libcoretls.dylib (121.1.1) <04C60F4C-9552-3E31-8854-23FDC96D5EC1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls.dylib
       0x10840c000 -        0x10840dffb +libcoretls_cfhelpers.dylib (121.1.1) <9C5E07D0-52BF-384A-8818-BE883053709E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls_cfhelpers.dylib
       0x108413000 -        0x108483fff +libnetwork.dylib (856.20.4) <3434E37A-0C2F-32C8-B942-552CAC89048C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetwork.dylib
       0x1084b9000 -        0x1084d2ffb +liblzma.5.dylib (10) <62632B29-B526-3890-A7F3-94761F604859> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblzma.5.dylib
       0x1084db000 -        0x1084e9ff7 +libbz2.1.0.dylib (38) <84C8972A-961F-3754-A5C3-2F3B43510CA7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbz2.1.0.dylib
       0x1084ef000 -        0x108b38ff7  com.apple.vImage (8.1 - ???) <655DDAB5-34B9-3939-B88B-463EC98A0CB5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
       0x108b9e000 -        0x108b9efff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <58316254-B422-3798-BB4E-018529C22944> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
       0x108ba2000 -        0x108ce3fef +libvDSP.dylib (600) <AD4EAD53-893C-339B-A3BF-0B4CA303DFF1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
       0x108cf0000 -        0x1090fcff7 +libLAPACK.dylib (1185) <9CA7E251-F1A9-37CF-B344-35970824C63B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
       0x10912c000 -        0x1092f3fef +libBLAS.dylib (1185) <4AFA8D53-33C8-39E7-8E62-062B55289CD6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
       0x109313000 -        0x1093adfeb +libvMisc.dylib (600) <C0985766-2E8D-3AE2-AF01-499D608C63A7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
       0x1093b7000 -        0x1093cdfff +libLinearAlgebra.dylib (1185) <52C90D1A-5352-31BE-9AA9-3F7A36387F83> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
       0x1093d6000 -        0x1093e9ff7 +libSparseBLAS.dylib (1185) <3B24F489-A0CD-3CF1-AD67-9DFC2D1DAD7C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
       0x1093f1000 -        0x1093f7fff +libQuadrature.dylib (3) <102DF76D-E3BE-3374-B4EF-C0CB0BD32EB8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
       0x1093fc000 -        0x109412fff +libBNNS.dylib (14) <03653B51-56D4-3731-8842-6ECD1E716683> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
       0x109419000 -        0x10941cff7 +libCoreFSCache.dylib (149) <8013DF55-2C45-3DB9-869B-745914E36411> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
       0x109421000 -        0x10944bfff  com.apple.BackBoardServices (1.0 - 1.0) <A017739B-90C3-3199-A410-0924CF5C56D0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
       0x109480000 -        0x1094d6fff  com.apple.BaseBoard (262.2.1 - 262.2.1) <BC426E16-6CAB-312B-BFE4-AB42BDC9C414> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
       0x109535000 -        0x109540ff3  com.apple.AssertionServices (1.0 - 1) <A3D1FA9D-5836-3799-9B26-CA1D4A50D776> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
       0x109555000 -        0x109581ff7  com.apple.CacheDelete (1.0 - 1) <1444E1F6-5105-3F2A-8C46-C815DAAC7E51> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
       0x10959f000 -        0x1095aaff7  com.apple.InputContext (1.0 - 1) <ABB88200-7A2D-3575-8A37-D78012A62EDC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/InputContext.framework/InputContext
       0x1095b8000 -        0x1095edff3  com.apple.textInput.KeyboardServices (1.0 - 1) <D59CEF01-A472-3989-8F4E-4A866D006050> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/KeyboardServices.framework/KeyboardServices
       0x109619000 -        0x109622ffb  com.apple.proactive.support.ProactiveEventTracker (1.0 - 1) <5D0B623A-C935-3DA1-84C5-01A251EE0120> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
       0x10962e000 -        0x1098d2fff +libmecabra.dylib (743) <B9B81342-73B2-3259-A94F-E1B80A91C937> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmecabra.dylib
       0x109960000 -        0x109971ff7  com.apple.CoreEmoji (1.0 - 39.1) <65F466E6-2588-3BB8-9F57-CB87EE387554> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
       0x10998f000 -        0x109ae6fff  com.apple.CoreText (352.0 - 543.1) <972DFF5B-9699-3EEF-BA81-9EAACFE426AB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreText.framework/CoreText
       0x109b97000 -        0x109ca4fff  com.apple.LanguageModeling (1.0 - 123) <A9AF65D2-471D-34C2-B668-6BCD3B8AB087> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
       0x109cc4000 -        0x109cd4ffb  com.apple.MobileAssets (1.0 - 339.1.5) <04AE8A04-C6B8-30BC-9269-95141528CD48> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
       0x109ce4000 -        0x109dc6fff  com.apple.NLP (1.0 - 98.1) <4290465F-AD4C-3435-A18E-AB2303523ADA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NLP.framework/NLP
       0x109e0d000 -        0x109fa8ff7  com.apple.QuartzCore (1.11 - 449.40.9) <AFADEAE0-25A4-328F-B093-CA6C41ADD3E4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuartzCore.framework/QuartzCore
       0x10a06c000 -        0x10a161fff  com.apple.ResponseKit (1.0 - 77) <09AD2CED-6940-3CF1-B7D4-ECDF57F6D55F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
       0x10a1e0000 -        0x10a1f0fff +libcmph.dylib (6) <8623087E-D815-38BE-AD50-528B6AD93206> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcmph.dylib
       0x10a1f9000 -        0x10a2ebff7 +libiconv.2.dylib (50) <6EDB1779-6564-3629-898D-7036EC97F028> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib
       0x10a2fb000 -        0x10a382ffb  com.apple.AddressBook (1.0 - 30) <ACABBC04-A088-314E-A927-A880979BCAB9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AddressBook.framework/AddressBook
       0x10a3da000 -        0x10a3e9ffb  com.apple.IntlPreferences (1.0 - 216) <7AB5108A-48EF-32BF-AEDE-8EF805236924> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
       0x10a3f8000 -        0x10a41eff3  com.apple.contacts.vCard (1.0 - 2246.1.1) <9D1C3530-7FBD-3FD1-A360-8E2FDB7C655A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/vCard.framework/vCard
       0x10a44e000 -        0x10a48cff7  com.apple.Accounts (113 - 113) <3C0CB41F-D29A-30CA-B98F-BD34A1458A89> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accounts.framework/Accounts
       0x10a4be000 -        0x10a4c4ffb  com.apple.TCC (1.0 - 1) <64EAC558-9E21-35D7-9F0C-B80F3DA6564B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/TCC
       0x10a4cd000 -        0x10a51bff7  com.apple.AddressBook.ContactsFoundation (8.0 - 2246.1.1) <919A3959-9607-3843-A0F8-A525B37A6BDE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
       0x10a583000 -        0x10a5b4ffb  com.apple.SpringBoardServices (1.0 - 1.0) <D716BB08-E950-3F6C-96A7-EA68D5E44900> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
       0x10a5f1000 -        0x10a5f4ff7  com.apple.AggregateDictionary (1.0 - 1) <3745D21D-F65E-38AE-A760-6167FB8F7983> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
       0x10a5fb000 -        0x10a620fff  com.apple.dataaccess.dataaccessexpress.framework (1.0 - 1.0) <75614CF5-B932-38A1-B62C-0B8A835C2AEA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
       0x10a645000 -        0x10a647fff  com.apple.OAuth (25 - 25) <74A2BB22-8DD9-30AD-A55E-541730136168> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OAuth.framework/OAuth
       0x10a64e000 -        0x10a69cff7  com.apple.AppleAccount (1.0 - 1.0) <0C2838BA-B8ED-31A4-9CE4-C037780BF22D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
       0x10a6e0000 -        0x10a6f5fff  com.apple.aps.framework (4.0 - 4.0) <462AC676-86B2-3F77-90E2-4A26267DE48E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
       0x10a70f000 -        0x10a7edff7  com.apple.cloudkit.CloudKit (639.2.1 - 639.2.1) <FB16FAD9-7204-34BA-BBC0-EE302186871C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CloudKit.framework/CloudKit
       0x10a8a2000 -        0x10a8daff3  com.apple.AuthKit (1.0 - 1) <ED7FD588-67AD-3DFC-8F27-1C373FD5635D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
       0x10a90c000 -        0x10a90dfff  com.apple.AppleIDSSOAuthentication (1.0 - 1) <6F5499A7-C469-3448-8C51-42A1A8E77919> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
       0x10a913000 -        0x10aa7dff7 +StoreServices (1442.153.27) <90D0C1E5-6E81-351C-98EF-7A7F647E9904> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
       0x10abf3000 -        0x10ac65fff  com.apple.corelocation (2100.0.14.3) <122741E9-48BB-3265-9438-F4F8344A1559> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreLocation.framework/CoreLocation
       0x10ac8a000 -        0x10ad1efff  com.apple.CoreTelephony (113 - 4555) <A62A3DF2-BC4F-39FE-8EC6-1AA1458E296F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
       0x10ad8d000 -        0x10ad98ff7  com.apple.AppleIDAuthSupport (1.0 - 1) <1C3FFC12-0AE5-31FE-A24B-975A23A717B8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
       0x10ada4000 -        0x10ae8affb  com.apple.managedconfiguration (1.0 - 1.0) <C4B40E6F-49B3-30CE-BA22-0F5DF12DA981> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
       0x10af40000 -        0x10af45ff7 +libcupolicy.dylib (4555) <7A224BA7-E12E-3894-8ED0-C059655C1498> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcupolicy.dylib
       0x10af4f000 -        0x10af8fff7 +libTelephonyUtilDynamic.dylib (1413) <1A843035-E441-3866-8ED5-3B18E8D54A0D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libTelephonyUtilDynamic.dylib
       0x10afda000 -        0x10afe6ffb  com.apple.commonutilities (8.0 - 900) <B08299C2-FF91-3522-A010-7EA3B608035D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
       0x10aff4000 -        0x10b017ff7  com.apple.persistentconnection (1.0 - 1.0) <5A6AAE08-9392-3F2A-AC53-5C1B106D8F53> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
       0x10b03e000 -        0x10b044fff  com.apple.datamigration (1.0 - 1.0) <E97902D2-5D10-3482-9638-D0DC3759F2C5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
       0x10b04e000 -        0x10b06affb +libresolv.9.dylib (64) <34A3E494-93F6-34DC-A33D-985D4604F8D2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libresolv.9.dylib
       0x10b075000 -        0x10b08fff7  com.apple.ProtocolBuffer (1 - 249) <8E6EA549-ABC9-368F-B746-0F05C081B835> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
       0x10b0a7000 -        0x10b73dff7  com.apple.GeoServices (1.0 - 1228.31.8.23.7) <B784EA90-9B3D-3550-8148-0D6FD6046FA5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
       0x10bbc1000 -        0x10bbeaff3  com.apple.CoreBluetooth (1.0 - 1) <7AD539D6-28C5-38E5-A846-96EB758FE5B7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
       0x10bc07000 -        0x10bcd8ff3  com.apple.MMCS (1.3 - 379) <B00A4D38-F873-3AED-BD9E-231E2B18472C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MMCS.framework/MMCS
       0x10bdbf000 -        0x10bdeaff7  com.apple.ProtectedCloudStorage (1.0 - 1) <65821D44-4A87-3C17-BDA1-99A0522601E0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
       0x10be0f000 -        0x10be15ff7  com.apple.AssetCacheServices (31 - 31) <43C24177-6327-3F74-AE56-683C8C3CFE8F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
       0x10be22000 -        0x10be48fff  com.apple.ChunkingLibrary (172 - 172) <FC2D071A-10BA-3517-B7D1-3896FDB4768A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
       0x10be55000 -        0x10be5aff7 +libheimdal-asn1.dylib (498.20.2) <D3AE4CF0-141D-3A1C-A099-F81D4086FCFF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libheimdal-asn1.dylib
       0x10be61000 -        0x10bf48fff  com.apple.ProofReader (2.4 - 375) <91F73730-5B4F-369E-922F-628E91BC3F56> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
       0x10bf84000 -        0x10bf89fff  com.apple.ConstantClasses (1.0 - 1) <B2C61004-431D-353C-B4DF-12863EDDE19D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
       0x10bf93000 -        0x10bfa9ff7 +libmarisa.dylib (5) <A97CB92B-56F3-3BFB-8A7A-464F40ECEF90> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmarisa.dylib
       0x10bfb6000 -        0x10bfc1fff +libChineseTokenizer.dylib (21) <12E19C39-48EF-3511-BE0F-7D28EDA2DFFF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libChineseTokenizer.dylib
       0x10bfd0000 -        0x10bfd0fff  com.apple.FontServices (1.0 - 1) <CF54FA7B-513A-3E5E-A92D-2337A83A82F7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/FontServices
       0x10bfd5000 -        0x10c0e4fff +libFontParser.dylib (193.2) <A12FBFC4-9C95-3B3F-9AF0-30854D32E535> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x10c1a6000 -        0x10c1d8fff  com.apple.datadetectorscore (7.0 - 539) <B152882C-4BEC-3018-A9C1-FD46FC54E74B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
       0x10c1fa000 -        0x10c216ffb  com.apple.CoreVideo (1.8 - 235.0) <8B821B0D-71C7-3C50-9825-37C4B210AA6B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreVideo.framework/CoreVideo
       0x10c22e000 -        0x10c239ff3  com.apple.opengles (12.4.2 - 12.4.2) <BDE44751-6C35-333E-B88A-26AD363E070D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/OpenGLES
       0x10c245000 -        0x10c2b8fff  com.apple.ColorSync (3.0 - 3) <6B9EDB75-63F3-3F15-B756-E6C422212928> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
       0x10c2e0000 -        0x10c2eaff3 +libGFXShared.dylib (12.4.2) <270AE8AA-B46A-398B-A9C7-BDD22063BBA7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
       0x10c2f1000 -        0x10c336ff7 +libGLImage.dylib (12.4.2) <67F835FA-F380-3349-B475-B67155383369> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
       0x10c33f000 -        0x10c341fff +libCVMSPluginSupport.dylib (12.4.2) <C7BBB066-AA6F-3151-95E0-5C480077C676> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
       0x10c346000 -        0x10c34eff3 +libCoreVMClient.dylib (149) <6E6073EF-0AA8-36C9-A61A-A9384C6AF91D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
       0x10c355000 -        0x10d024f2f +libLLVMContainer.dylib (602.2.45) <E4744621-648D-37EF-A821-F0EC7491C8E1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib
       0x10d358000 -        0x10d37bff7  com.apple.speech.LatentSemanticMappingFramework (2.12.2 - 2.12.2) <19C58E98-4FDD-3CFF-ACC4-84C9C6E6D060> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
       0x10e640000 -        0x10e6ceffb  com.apple.CloudDocs (1.0 - 483.3) <9E298810-0E58-3BCF-905A-92CB125A8E8E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
       0x10e72b000 -        0x10e743fff  com.apple.GenerationalStorage (2.0 - 259) <A46BE64B-1D25-329C-B5E4-17B80410BA05> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
       0x10e75c000 -        0x10e7eeff7  com.apple.AssistantServices (1.0 - 1) <24CF2163-9918-3729-8498-11052BA3CD0C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
       0x10e87c000 -        0x10e8d3ff3  com.apple.SAObjects (1.0 - 1) <25691E6A-B48D-3135-A2F4-0B1A25D919F8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
       0x10eada000 -        0x10ec91ffb  com.apple.avfoundation (2.0 - 1184.7) <55BD56B1-DE4B-338B-A146-E7B0F88F0F4C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/AVFoundation
       0x10ee42000 -        0x10f1edff7  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <98D9E36F-5F49-3B47-A6D6-9126FD0B5DAB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
       0x10f355000 -        0x10f42cffb  com.apple.CoreDuet (1.0 - 1) <7131C429-1BA5-365F-A051-93C71D34EEFA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
       0x10f4c8000 -        0x10f4dbff3  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <742E6458-A2A0-3F61-B84B-CC47F361FCB7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
       0x10f4ec000 -        0x10f58aff7  com.apple.MediaRemote (1.0 - 1) <9CBE6BA0-2649-30DF-979F-B1AAF885543A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
       0x10f62d000 -        0x10f76dfff  com.apple.Intents (1.0 - 1) <C2CF0BA3-9685-3EFB-A026-5CB26E0F9655> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Intents.framework/Intents
       0x10f89e000 -        0x10f932fff  com.apple.voiceservices (1.0.0 - 1.0) <EAE0B3C1-4BDB-3AF0-979E-FB31563DC7ED> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
       0x10f9c7000 -        0x10fa8aff7  com.apple.audio.AVFAudio (1.0 - ???) <CDCB93EA-1615-3CA1-BA55-1A18F56F38F0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
       0x10faef000 -        0x10fb6eff3  com.apple.CoreMedia (1.0 - 1904.30) <EA746F68-3EA8-3FB7-9297-EFBCDCBFBD8E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMedia.framework/CoreMedia
       0x10fbe0000 -        0x10fde3ff7  com.apple.CoreImage (10.0.0 - 449) <8AB1D80A-313E-3F62-954A-608948C9D1D7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreImage.framework/CoreImage
       0x10ff54000 -        0x110255fff  com.apple.MediaToolbox (1.0 - 1904.30) <D330E50F-824E-3388-954B-65BD6097B82E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
       0x110379000 -        0x1106b9fff  com.apple.************ (1.0 - 1904.30) <474BA591-DF79-3F69-B350-68C17ACC1559> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/************.framework/************
       0x11073a000 -        0x110771fff  com.apple.********* (1.0 - 1904.30) <F2C44891-B1E9-3355-BFE3-DA89195F6A01> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/*********.framework/*********
       0x1107c5000 -        0x11084ffff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <F26FA4A2-AB48-3C60-9730-F1181C075665> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreAudio.framework/CoreAudio
       0x110877000 -        0x11087aff3  com.apple.iphonesimulator.SimulatorClient (1.0 - 1) <C7CF1D3C-2D11-3393-A8B6-34B1AA04FE2B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient
       0x11087f000 -        0x110cbafff  com.apple.vision.FaceCore (3.1.9 - 3.1.9) <C3EF2C7A-82BB-3DEA-B618-99285BEF99AE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
       0x110ed2000 -        0x1110e5fff +libFosl_dynamic.dylib (16.37) <C98CEC92-B201-3129-89AD-257040630414> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libFosl_dynamic.dylib
       0x111119000 -        0x111122fff  com.apple.MediaAccessibility (1.0 - 97.1.1) <61B1B220-CE2E-3D0E-B9AE-B317B4D8ED0A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
       0x111132000 -        0x111152ffb  com.apple.pluginkit.framework (1.0 - 1) <9077776C-DC56-3201-837F-8A197229799F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
       0x11116f000 -        0x111171fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <112FE3E8-63AD-373F-B24B-C26E71CA12D1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
       0x111176000 -        0x111193ff3  com.apple.MediaServices (1.0 - 1) <29095A9D-F93E-3EE9-B045-DC72F5122299> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
       0x112f5d000 -        0x112f7cfff  com.apple.CoreNLP (1.0 - 78) <BAF1112A-CF6E-3299-9E46-E4DE0881C366> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
       0x1131f2000 -        0x113204ffb  com.apple.UserManagement (1.0 - 1) <23104120-8F96-3C05-B0E7-93464C351E97> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
       0x11321a000 -        0x113242ff3  com.apple.CoreServicesInternal (276 - 276) <E7CDCE85-D70F-3A83-B650-C683C12B30A3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
       0x1135da000 -        0x11364cfff  com.apple.Montreal (1.0 - 20) <71DE73D2-9488-395C-83D6-5F312EAF2BFF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Montreal.framework/Montreal
    0x7fff6115a000 -     0x7fff6119125f  dyld (360.22) <A468D85E-D8D6-3461-8C99-49D3B9ACFC63> /usr/lib/dyld


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    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: 61251573
    thread_create: 0
    thread_set_state: 4700


VM Region Summary:
ReadOnly portion of Libraries: Total=166.6M resident=0K(0%) swapped_out_or_unallocated=166.6M(100%)
Writable regions: Total=115.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=115.9M(100%)

                                VIRTUAL   REGION
REGION TYPE                        SIZE    COUNT (non-coalesced)
===========                     =======  =======
Activity Tracing                   256K        2
CoreData Object IDs               4100K        3
CoreServices                      1280K        2
Dispatch continuations            16.0M        2
Foundation                           4K        2
Kernel Alloc Once                    8K        3
MALLOC                            77.4M       24
MALLOC guard page                   48K       10
Process Corpse Info               2048K        2
SQLite page cache                  256K        5
STACK GUARD                       56.0M       12
Stack                             12.6M       12
VM_ALLOCATE                         20K        3
__DATA                            20.6M      241
__LINKEDIT                        38.4M      358
__TEXT                           128.8M      189
__UNICODE                          556K        2
mapped file                       45.9M       16
shared memory                       24K        4
===========                     =======  =======
TOTAL                            404.2M      873
  • I still observe this issue quite frequently, all the time that doesnt even work on restart of the simulator, erasing contents and any other alternative doesnt work. It freezes the app and need to quit the app tried manually, through scripts observed the same behaviour. Even the soft keyboard doeant toggle , nor the paste works. Any quick solutions is highly appreciated. Thanks

    I am seeing this in iOS 14, 15, 15.2 , all devices

    xcode - 13.2.1

    mac OS - Monterey (12.0)

Add a Comment

(A forum bug prevented me editing that post before submission, but I wanted to add the following:)


Due to the new system requirements on Xcode > 8.2.1, any backported fix for this is likely to help thousands of users who don't have current hardware.