Debugging and setting expressions in the Expressions tab can cause the app to crash. Without the expressions it does not crash, but if you hit a breakpoint and have something in the expressions tab the app will crash in the simulator.
Process: CrashExampleProject [61712]
Path: /Users/USER/Library/Developer/CoreSimulator/Devices/CBB496B7-CB63-48B1-B533-12BA264C1C52/data/Containers/Bundle/Application/51C73A3E-5374-45EC-AE7E-7E3C957B0363/CrashExampleProject.app/CrashExampleProject
Identifier: CrashExampleProject
Version: 1.0 (1.0)
Code Type: X86 (Native)
Parent Process: launchd_sim [55491]
Responsible: launchd_sim [55491]
User ID: 209728479
Date/Time: 2016-04-12 08:16:28.681 -0400
OS Version: Mac OS X 10.10.5 (14F1605)
Report Version: 11
Anonymous UUID: E7BF0237-25E4-4CBE-687D-CCAF5105FE6B
Sleep/Wake UUID: 84FD993B-781A-4574-A3EF-9BA9895DFA46
Time Awake Since Boot: 33000 seconds
Time Since Wake: 5100 seconds
Crashed Thread: 9 KrollContext<kroll$1>
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
terminating with uncaught exception of type std::out_of_range: basic_string
abort() called
CoreSimulator 201.3 - Device: iPad Retina - Runtime: iOS 9.2 (13C75) - DeviceType: iPad Retina
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x06f1f9ce mach_msg_trap + 10
1 libsystem_kernel.dylib 0x06f1ea70 mach_msg + 68
2 com.apple.CoreFoundation 0x057b45b6 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x057b3996 __CFRunLoopRun + 1526
4 com.apple.CoreFoundation 0x057b30e6 CFRunLoopRunSpecific + 470
5 com.apple.CoreFoundation 0x057b2efb CFRunLoopRunInMode + 123
6 com.apple.GraphicsServices 0x072f7664 GSEventRunModal + 192
7 com.apple.GraphicsServices 0x072f74a1 GSEventRun + 104
8 com.apple.UIKit 0x01eb9bfa UIApplicationMain + 160
9 com.demandware.crashExampleProject 0x0008e648 main + 408
10 libdyld.dylib 0x06bd9a21 start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x06f268ce kevent64 + 10
1 libdispatch.dylib 0x06ba25a3 _dispatch_mgr_invoke + 257
2 libdispatch.dylib 0x06ba22f3 _dispatch_mgr_thread + 60
Thread 2:
0 libsystem_kernel.dylib 0x06f25e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x06eee72a _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x06eebe0e start_wqthread + 30
Thread 3:
0 libsystem_kernel.dylib 0x06f25e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x06eee72a _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x06eebe0e start_wqthread + 30
Thread 4:
0 libsystem_kernel.dylib 0x06f25e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x06eee72a _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x06eebe0e start_wqthread + 30
Thread 5:
0 libsystem_kernel.dylib 0x06f25e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x06eee72a _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x06eebe0e start_wqthread + 30
Thread 6:
0 libsystem_kernel.dylib 0x06f25512 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x06eef163 _pthread_cond_wait + 726
2 libsystem_pthread.dylib 0x06ef2528 pthread_cond_wait$UNIX2003 + 71
3 com.apple.Foundation 0x01aa2a42 -[NSCondition wait] + 276
4 com.demandware.crashExampleProject 0x00383124 TiDebuggerController::threadWait() + 36
5 com.demandware.crashExampleProject 0x0037c38c TiDebuggerDelegate::handleCommand(TiDebuggerConstants, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) + 4508
6 com.demandware.crashExampleProject 0x0037b0d6 TiDebuggerDelegate::onSocketMessageReceived(char const*) + 694
7 com.demandware.crashExampleProject 0x0038235e -[TiDebuggerConnector onSocket:didReadData:withTag:] + 158
8 com.demandware.crashExampleProject 0x002b6411 -[TI_AsyncSocket completeCurrentRead] + 897
9 com.demandware.crashExampleProject 0x002b5f12 -[TI_AsyncSocket doBytesAvailable] + 1810
10 com.demandware.crashExampleProject 0x002b54d6 -[TI_AsyncSocket maybeDequeueRead] + 614
11 com.apple.Foundation 0x01aa2cd1 __NSFireDelayedPerform + 442
12 com.apple.CoreFoundation 0x057f5f56 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
13 com.apple.CoreFoundation 0x057f5952 __CFRunLoopDoTimer + 1250
14 com.apple.CoreFoundation 0x057b3c3a __CFRunLoopRun + 2202
15 com.apple.CoreFoundation 0x057b30e6 CFRunLoopRunSpecific + 470
16 com.apple.CoreFoundation 0x057b2efb CFRunLoopRunInMode + 123
17 com.apple.Foundation 0x01aa67c2 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 308
18 com.demandware.crashExampleProject 0x003820aa -[TiDebuggerConnector startDebugConnection] + 474
19 com.apple.Foundation 0x01aa49ba -[NSThread main] + 76
20 com.apple.Foundation 0x01b591cc __NSThread__start__ + 1346
21 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
22 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
23 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 7:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x06f1f9ce mach_msg_trap + 10
1 libsystem_kernel.dylib 0x06f1ea70 mach_msg + 68
2 com.apple.CoreFoundation 0x057b45b6 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x057b3996 __CFRunLoopRun + 1526
4 com.apple.CoreFoundation 0x057b30e6 CFRunLoopRunSpecific + 470
5 com.apple.CoreFoundation 0x057b2efb CFRunLoopRunInMode + 123
6 com.apple.CFNetwork 0x038afaf2 +[NSURLConnection(Loader) _resourceLoadLoop:] + 472
7 com.apple.Foundation 0x01aa49ba -[NSThread main] + 76
8 com.apple.Foundation 0x01b591cc __NSThread__start__ + 1346
9 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
10 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
11 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 8:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x06f2584e __select + 10
1 com.apple.CoreFoundation 0x057fdeb0 __CFSocketManager + 912
2 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
3 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
4 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 9 Crashed:: KrollContext<kroll$1>
0 libsystem_kernel.dylib 0x06f2569a __pthread_kill + 10
1 libsystem_pthread.dylib 0x06ef0634 pthread_kill + 101
2 libsystem_c.dylib 0x06c8665d abort + 156
3 libc++abi.dylib 0x0634dae7 abort_message + 151
4 libc++abi.dylib 0x0636e667 default_terminate_handler() + 272
5 libobjc.A.dylib 0x052be0c9 _objc_terminate() + 127
6 libc++abi.dylib 0x0636bd0d std::__terminate(void (*)()) + 14
7 libc++abi.dylib 0x0636b72b __cxa_throw + 122
8 libc++.1.dylib 0x056d7abd std::__1::__basic_string_common<true>::__throw_out_of_range() const + 85
9 libc++.1.dylib 0x056d7f83 std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long, unsigned long, std::__1::allocator<char> const&) + 91
10 com.demandware.crashExampleProject 0x00383c3c TiDebuggerInterface::sourceParsed(TI::ExecState*, TI::SourceProvider*, int, WTI::String const&) + 524
11 com.demandware.crashExampleProject 0x00489a53 TI::JSGlobalObject::createEvalCodeBlock(TI::ExecState*, TI::EvalExecutable*) + 323
12 com.demandware.crashExampleProject 0x003ed435 TI::EvalExecutable::create(TI::ExecState*, TI::SourceCode const&, bool) + 293
13 com.demandware.crashExampleProject 0x003e73d0 TI::DebuggerCallFrame::evaluateWithCallFrame(TI::ExecState*, WTI::String const&, TI::TiValue&) + 256
14 com.demandware.crashExampleProject 0x003e72c2 TI::DebuggerCallFrame::evaluate(WTI::String const&, TI::TiValue&) const + 34
15 com.demandware.crashExampleProject 0x003850c8 TiDebuggerInterface::evalExpression(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&, int&) + 328
16 com.demandware.crashExampleProject 0x0037db97 handleEval(TiDebuggerInterface*, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >) + 391
17 com.demandware.crashExampleProject 0x0037ff79 TiDebuggerFunctionInvocation::invoke() + 57
18 com.demandware.crashExampleProject 0x0037ea04 TiDebuggerDelegate::suspend() + 132
19 com.demandware.crashExampleProject 0x003832c0 TiDebuggerController::suspend() + 256
20 com.demandware.crashExampleProject 0x0037f518 TiDebuggerDelegate::suspended(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 840
21 com.demandware.crashExampleProject 0x003880ea TiDebuggerInterface::handlePause(TI::Debugger::ReasonForPause, TI::JSGlobalObject*) + 2490
22 com.demandware.crashExampleProject 0x003e4ab9 TI::Debugger::pauseIfNeeded(TI::ExecState*) + 265
23 com.demandware.crashExampleProject 0x003e4d61 TI::Debugger::atStatement(TI::ExecState*) + 65
24 com.demandware.crashExampleProject 0x0040263c TI::Interpreter::debug(TI::ExecState*, TI::DebugHookID) + 140
25 com.demandware.crashExampleProject 0x0051f922 llint_slow_path_debug + 66
26 com.demandware.crashExampleProject 0x00524fb5 llint_op_debug + 40
Thread 10:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x06f25512 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x06eef163 _pthread_cond_wait + 726
2 libsystem_pthread.dylib 0x06ef2528 pthread_cond_wait$UNIX2003 + 71
3 com.demandware.crashExampleProject 0x0039e1f1 TI::BlockAllocator::blockFreeingThreadMain() + 241
4 com.demandware.crashExampleProject 0x0066c1ac WTI::threadEntryPoint(void*) + 76
5 com.demandware.crashExampleProject 0x0066c535 WTI::wtfThreadEntryPoint(void*) + 21
6 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
7 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
8 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 11:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x06f25512 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x06eef163 _pthread_cond_wait + 726
2 libsystem_pthread.dylib 0x06ef2528 pthread_cond_wait$UNIX2003 + 71
3 com.demandware.crashExampleProject 0x003f4573 TI::GCThread::waitForNextPhase() + 147
4 com.demandware.crashExampleProject 0x003f4608 TI::GCThread::gcThreadMain() + 72
5 com.demandware.crashExampleProject 0x0066c1ac WTI::threadEntryPoint(void*) + 76
6 com.demandware.crashExampleProject 0x0066c535 WTI::wtfThreadEntryPoint(void*) + 21
7 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
8 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
9 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 12:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x06f25512 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x06eef163 _pthread_cond_wait + 726
2 libsystem_pthread.dylib 0x06ef2528 pthread_cond_wait$UNIX2003 + 71
3 com.demandware.crashExampleProject 0x003f4573 TI::GCThread::waitForNextPhase() + 147
4 com.demandware.crashExampleProject 0x003f4608 TI::GCThread::gcThreadMain() + 72
5 com.demandware.crashExampleProject 0x0066c1ac WTI::threadEntryPoint(void*) + 76
6 com.demandware.crashExampleProject 0x0066c535 WTI::wtfThreadEntryPoint(void*) + 21
7 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
8 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
9 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 13:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x06f25512 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x06eef163 _pthread_cond_wait + 726
2 libsystem_pthread.dylib 0x06ef2528 pthread_cond_wait$UNIX2003 + 71
3 com.demandware.crashExampleProject 0x003f4573 TI::GCThread::waitForNextPhase() + 147
4 com.demandware.crashExampleProject 0x003f4608 TI::GCThread::gcThreadMain() + 72
5 com.demandware.crashExampleProject 0x0066c1ac WTI::threadEntryPoint(void*) + 76
6 com.demandware.crashExampleProject 0x0066c535 WTI::wtfThreadEntryPoint(void*) + 21
7 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
8 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
9 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 14:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x06f25512 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x06eef163 _pthread_cond_wait + 726
2 libsystem_pthread.dylib 0x06ef2528 pthread_cond_wait$UNIX2003 + 71
3 com.demandware.crashExampleProject 0x003f4573 TI::GCThread::waitForNextPhase() + 147
4 com.demandware.crashExampleProject 0x003f4608 TI::GCThread::gcThreadMain() + 72
5 com.demandware.crashExampleProject 0x0066c1ac WTI::threadEntryPoint(void*) + 76
6 com.demandware.crashExampleProject 0x0066c535 WTI::wtfThreadEntryPoint(void*) + 21
7 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
8 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
9 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 15:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x06f25512 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x06eef163 _pthread_cond_wait + 726
2 libsystem_pthread.dylib 0x06ef2528 pthread_cond_wait$UNIX2003 + 71
3 com.demandware.crashExampleProject 0x003f4573 TI::GCThread::waitForNextPhase() + 147
4 com.demandware.crashExampleProject 0x003f4608 TI::GCThread::gcThreadMain() + 72
5 com.demandware.crashExampleProject 0x0066c1ac WTI::threadEntryPoint(void*) + 76
6 com.demandware.crashExampleProject 0x0066c535 WTI::wtfThreadEntryPoint(void*) + 21
7 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
8 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
9 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 16:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x06f25512 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x06eef163 _pthread_cond_wait + 726
2 libsystem_pthread.dylib 0x06ef2528 pthread_cond_wait$UNIX2003 + 71
3 com.demandware.crashExampleProject 0x003f4573 TI::GCThread::waitForNextPhase() + 147
4 com.demandware.crashExampleProject 0x003f4608 TI::GCThread::gcThreadMain() + 72
5 com.demandware.crashExampleProject 0x0066c1ac WTI::threadEntryPoint(void*) + 76
6 com.demandware.crashExampleProject 0x0066c535 WTI::wtfThreadEntryPoint(void*) + 21
7 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
8 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
9 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 17:: WebThread
0 libsystem_kernel.dylib 0x06f1f9ce mach_msg_trap + 10
1 libsystem_kernel.dylib 0x06f1ea70 mach_msg + 68
2 com.apple.CoreFoundation 0x057b45b6 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x057b3996 __CFRunLoopRun + 1526
4 com.apple.CoreFoundation 0x057b30e6 CFRunLoopRunSpecific + 470
5 com.apple.CoreFoundation 0x057b2efb CFRunLoopRunInMode + 123
6 com.apple.WebCore 0x0d1522f0 RunWebThread(void*) + 608
7 libsystem_pthread.dylib 0x06eeec25 _pthread_body + 138
8 libsystem_pthread.dylib 0x06eeeb9b _pthread_start + 162
9 libsystem_pthread.dylib 0x06eebe32 thread_start + 34
Thread 18:
Thread 9 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x06cb16dc ecx: 0xb041f9cc edx: 0x00000000
edi: 0xb0421000 esi: 0x00000006 ebp: 0xb041f9e8 esp: 0xb041f9cc
ss: 0x00000023 efl: 0x00000282 eip: 0x06f2569a cs: 0x0000000b
ds: 0x00000023 es: 0x00000023 fs: 0x00000023 gs: 0x0000000f
cr2: 0x0636f62d
Logical CPU: 0
Error Code: 0x00080148
Trap Number: 132
Binary Images:
0x8c000 - 0x794ff3 +com.demandware.crashExampleProject (1.0 - 1.0) <D40A7BC9-3520-3A48-87A4-EB674F992300> /Users/USER/Library/Developer/CoreSimulator/Devices/CBB496B7-CB63-48B1-B533-12BA264C1C52/data/Containers/Bundle/Application/51C73A3E-5374-45EC-AE7E-7E3C957B0363/CrashExampleProject.app/CrashExampleProject
0xa7d000 - 0xaa254f +dyld_sim (353.2.3) <C654B1F5-2359-344C-856D-28DAEAD53F83> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/dyld_sim
0xad8000 - 0xb71fff com.apple.contacts.Contacts (1.0 - 2135.9) <E5BB1E8E-D988-3517-93A0-24CCE19E4584> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Contacts.framework/Contacts
0xc04000 - 0xd23ff7 com.apple.ContactsUI (1.0.0 - 248.18.1) <DDDE61EC-6053-3572-9462-CA8A87B149BE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/ContactsUI.framework/ContactsUI
0xdd5000 - 0xe06fff com.apple.WatchConnectivity (49.3 - 49.3) <2FAC798C-C09C-3436-89A8-4EC4040674DD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
0xe25000 - 0xe69ff7 com.apple.CoreSpotlight (1.0 - 87) <865844EC-AF66-39B9-B598-53532E0F47F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0xea1000 - 0xee3ff7 com.apple.iAd (1.0 - 1) <4989904D-2C77-3250-A0E4-43A754B0BCB8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/iAd.framework/iAd
0xf13000 - 0xfa8ff3 com.apple.CoreMedia (1.0 - 1731.51.19) <6B76091B-261F-30C5-BF1B-C7DEDB8D1653> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1005000 - 0x1113ff7 com.apple.coremotion (1861.0.23) <F3E94F2B-08CA-3138-B482-66FAB766AEAE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x113f000 - 0x126fffb com.apple.CoreText (352.0 - 491.2.7) <C962DDFD-C71F-3A8C-AC5C-DA0D5D1CDA69> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreText.framework/CoreText
0x1303000 - 0x13adfff com.apple.eventkit (1.0.0 - 1.0) <0F60F94B-2C34-3722-B3DC-D9501B5AFED2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/EventKit.framework/EventKit
0x1412000 - 0x15d1ff7 com.apple.eventkitui (1.0 - 1.0) <96C2FAFB-9217-3801-BCDC-F34341C45F8A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x16bb000 - 0x172bff3 com.apple.Security (10.0 - ???) <928D993A-E7AB-39FC-9A23-18EB63C99C01> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Security.framework/Security
0x1775000 - 0x198dff7 +libicucore.A.dylib (551.42) <3F5968D8-64F1-39F9-AB1F-98B598B454BC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libicucore.A.dylib
0x1a3d000 - 0x1cfcff3 com.apple.Foundation (6.9 - 1242.12) <5F62AD66-77B9-32F3-BCEC-9AC03E6A981A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Foundation.framework/Foundation
0x1e90000 - 0x2cbfff3 com.apple.UIKit (1.0 - 1000) <3A54732C-F714-3797-9E09-0B5A41655765> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/UIKit.framework/UIKit
0x3386000 - 0x352cffb com.apple.CoreGraphics (1.600.0 - 924.0.7) <F54328DF-FC94-3C1B-8EE5-BF1B4D9C8FC4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x358e000 - 0x3610ff7 com.apple.AddressBook (1.0 - 30) <4F627312-DFE2-3ABB-BA3E-769AFB523C64> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AddressBook.framework/AddressBook
0x365b000 - 0x3750fff com.apple.AddressBookUI (1.0.0 - 1836.2) <F4279269-02D3-3C0D-9E8A-DD9DA01C3A1A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x37f7000 - 0x3a97fff com.apple.CFNetwork (758.2.8 - 758.2.8) <F7B4C491-6F60-314B-93A5-7BB6A526FF69> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x3c2f000 - 0x3c99ff7 com.apple.corelocation (1861.0.23) <B98BEA3E-A942-3336-9CB7-4B81B20A9D80> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x3cb4000 - 0x3e78ff7 com.apple.MapKit (1.0 - 1.0) <C3BDA5E1-6F6F-3FCE-A61C-B44C8F0BDD6C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/MapKit.framework/MapKit
0x3f5e000 - 0x405cff7 com.apple.messageui (1.0.0 - 1.0) <2C7D721A-4E65-3245-9B5D-87DFC7A6F320> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/MessageUI.framework/MessageUI
0x40fa000 - 0x41d1fff com.apple.MobileCoreServices (727.6.2 - 727.6.2) <FD6BCBEB-1C82-3D29-9EEF-2D7B5E3FCF18> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x423f000 - 0x424afff com.apple.opengles (12.0.40 - 12.0.40) <C0FE6AD5-5F64-31AA-AEC1-674EA92F588E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x4257000 - 0x43f0ffb com.apple.QuartzCore (1.11 - 413.0) <80E97F7B-9036-33E0-B528-C349B53140A5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x4494000 - 0x44e3fff com.apple.SystemConfiguration (1.14 - 1.14) <2D5C7AC6-3A02-3A84-92F6-2CE76A92FD0C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x450c000 - 0x460cff3 +libsqlite3.dylib (216.4) <7B533C83-2A2F-38BB-ADDA-5AD0B39E0BD3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libsqlite3.dylib
0x4622000 - 0x4630ff7 +libz.1.dylib (61.20.1) <26A2D90F-E904-3811-937F-A13A29D378BD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libz.1.dylib
0x4637000 - 0x4960ff7 com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <32A6573A-9C96-3920-8279-975CD2B5DC48> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x4a73000 - 0x4cd4ff7 com.apple.MediaPlayer (1.0) <15D958D9-C472-3A9F-851E-3BDA1594F9E0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x4e4c000 - 0x4feffff com.apple.avfoundation (2.0 - 1046.51.1) <EE9B1EB5-2030-3D86-8B12-544191D1A2E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x5135000 - 0x5228ff7 +libxml2.2.dylib (29.2) <866C98C1-D752-3479-A303-AB138A0BA706> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libxml2.2.dylib
0x5258000 - 0x5272ff7 com.apple.StoreKit (1.0 - 797.13) <B9DC4CE7-ED32-3027-889B-44FCE78D58D4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/StoreKit.framework/StoreKit
0x528e000 - 0x52a2fff com.apple.ExternalAccessory (1.0.0 - 1.0) <E7B5FCEC-E1C3-337E-A7FF-DB9C83FFC661> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x52b9000 - 0x5617583 +libobjc.A.dylib (679.1) <A7A534F7-1D18-39BE-8315-095D948BA569> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libobjc.A.dylib
0x5696000 - 0x56ecfff +libc++.1.dylib (237.2) <AD18891A-DC8B-3EDB-8971-2280D5DD98E2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libc++.1.dylib
0x573c000 - 0x573dfff +libSystem.dylib (1226.10.1) <814BDE7A-7EDF-3897-8DEC-BCD235D419B1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libSystem.dylib
0x5744000 - 0x5acafff com.apple.CoreFoundation (6.9 - 1242.13) <B0FDAD1B-2045-398A-8D6A-3BC69F3BF36C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x5c0b000 - 0x60b0ff3 com.apple.PhotosUI (1.0 - 1) <CF1658DE-2A88-3281-BD6E-9A5F1919EF97> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x634d000 - 0x6370ffb +libc++abi.dylib (126.4) <EB99C2B3-B2BE-3496-A181-55755AF619C8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libc++abi.dylib
0x637e000 - 0x6396ffb +libMobileGestalt.dylib (392.20.4) <6E4A986D-4C83-3536-9613-9EC874CCF6CF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libMobileGestalt.dylib
0x63bc000 - 0x6407fff com.apple.AppSupport (1.0.0 - 29) <E882D4FA-EBB1-352A-BC1C-21DE747B1B8B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x643b000 - 0x6448fff com.apple.IntlPreferences (1.0 - 191.2) <2DB73C37-9D3F-31D0-9AA5-B1B40593693B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x6455000 - 0x6477fff com.apple.contacts.vCard (1.0 - 2135.9) <212D3A82-AE8D-39F5-9260-C4AB5B4FEA06> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/vCard.framework/vCard
0x649c000 - 0x64d7fff com.apple.Accounts (113 - 113) <03257A34-A357-3B23-BD36-57248AF02B6F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accounts.framework/Accounts
0x6502000 - 0x6507fff com.apple.TCC (1.0 - 1) <C3F9CA6F-BD78-3451-BD6D-BADDBA93394E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/TCC.framework/TCC
0x6510000 - 0x653cfff com.apple.AddressBook.ContactsFoundation (8.0 - 2135.9) <F0C28BE0-D479-3740-A5A3-A048405EFEE9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x656d000 - 0x68d3ff7 com.apple.ImageIO.framework (3.3.0 - 1354) <EB4C7DC8-E024-382D-8912-FB82573CEAB6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/ImageIO.framework/ImageIO
0x697f000 - 0x69a7ff7 com.apple.SpringBoardServices (1.0 - 1.0) <A64AE095-86CE-33B5-9ADF-063BD2A3A982> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x69d0000 - 0x69d4ff7 com.apple.AggregateDictionary (1.0 - 1) <2CA0BE7B-72A2-3AFF-B189-ECF45246E636> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x69dd000 - 0x6a06fff com.apple.dataaccess.dataaccessexpress.framework (1.0 - 1.0) <A4504D09-1FEC-39E1-AD3E-BFBA849D99C6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x6a24000 - 0x6a35fff +libbsm.0.dylib (28.1) <E85C70BA-7EB2-3509-9A16-71EBA2498ADB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libbsm.0.dylib
0x6a3e000 - 0x6aa2ffb com.apple.framework.IOKit (2.0.2 - 1179.21.1) <E5BC5414-75AD-3461-A1A2-79F3D42E5D2A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x6ad1000 - 0x6ad5fff +libcache.dylib (75.3) <DD9C70EF-2DDE-32DF-A4F0-F20A3342F578> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libcache.dylib
0x6adc000 - 0x6ae7ff3 +libcommonCrypto.dylib (60075.20.1) <CEEEC954-2BFC-3353-B104-2EB53930307C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libcommonCrypto.dylib
0x6af5000 - 0x6afaff7 +libcompiler_rt.dylib (62) <D420DC06-5ED0-320C-93C7-F804B6D75BD8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libcompiler_rt.dylib
0x6b06000 - 0x6b0efff +libcopyfile.dylib (127) <A454EDEF-DF2A-30A7-9958-AFB53B9F5D26> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libcopyfile.dylib
0x6b16000 - 0x6b7dfff +libcorecrypto.dylib (335.20.1) <D8608183-13AB-3ACC-A095-60F0DB435084> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libcorecrypto.dylib
0x6b94000 - 0x6bb7fff +libdispatch.dylib (501.20.1) <F2232EFE-08D5-3831-8DAF-26EC9C7D48C0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libdispatch.dylib
0x6bd7000 - 0x6bd9ff7 +libdyld.dylib (370.6) <A1D566C7-0846-3DD0-8D81-3769E94F3D39> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libdyld.dylib
0x6be0000 - 0x6be0fff +liblaunch.dylib (756.20.4) <CB0ADB9D-CA76-351A-9507-752FFB4991D7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/liblaunch.dylib
0x6be7000 - 0x6becff7 +libmacho.dylib (875) <809A0513-DF40-3173-9404-5238E5A2D91F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libmacho.dylib
0x6bf3000 - 0x6bf4fff +libremovefile.dylib (41) <73742A0F-B353-3003-999E-CF1CFAFA9C7B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libremovefile.dylib
0x6bfb000 - 0x6c14fff +libsystem_asl.dylib (322) <3EC3731D-FF18-37B2-81E4-572B74A30CCE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_asl.dylib
0x6c21000 - 0x6c22fff +libsystem_blocks.dylib (66) <EA4A5CBF-4D9F-335F-A1A1-0711E2132F76> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_blocks.dylib
0x6c28000 - 0x6caeff7 +libsystem_c.dylib (1082.20.4) <68657BD8-44F8-3E08-99FA-F7232BE3F44F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_c.dylib
0x6cd3000 - 0x6cd5fff +libsystem_configuration.dylib (802.20.7) <B7267EC3-CA3D-3C1D-87DB-9BFC10A55201> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_configuration.dylib
0x6cdd000 - 0x6cdffff +libsystem_containermanager.dylib (41.20.1) <8E8EF4A3-F838-3682-8E6A-3C4074C9388C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_containermanager.dylib
0x6ce6000 - 0x6ce8fff +libsystem_coreservices.dylib (19) <85EC2347-1CCA-301B-A59E-1C632D1C9ED4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_coreservices.dylib
0x6cef000 - 0x6d06ffb +libsystem_coretls.dylib (83.20.8) <31981FED-21EA-3F9E-BC2E-183009FCE773> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_coretls.dylib
0x6d11000 - 0x6d19ffb +libsystem_dnssd.dylib (625.20.4) <CDD598B0-FED6-30A9-B2AD-8A705AB9E3DC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_dnssd.dylib
0x6d21000 - 0x6d44fff +libsystem_info.dylib (477.20.1) <8EA2A915-B3C1-3363-B3BB-85C432F1A0C4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_info.dylib
0x6d56000 - 0x6d58fff +libsystem_sim_kernel.dylib (149.20.1) <51B41F11-8B8C-3FF5-A86C-3A57772C2AE3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_sim_kernel.dylib
0x6d61000 - 0x6d91fdb +libsystem_m.dylib (3105) <30A96690-547E-3803-9652-7E229AAB5E4B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_m.dylib
0x6d9a000 - 0x6db3ff3 +libsystem_malloc.dylib (67) <F50B7162-386B-350C-A6E5-E8C8E98F055E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_malloc.dylib
0x6dbd000 - 0x6e1ffff +libsystem_network.dylib (583.20.10) <354995B4-CCED-3C26-98CF-59E227608223> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_network.dylib
0x6e4d000 - 0x6e57fff +libsystem_notify.dylib (150.20.3) <A88F1532-8591-353A-86AC-F907CF6C20BE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_notify.dylib
0x6e60000 - 0x6e62fff +libsystem_sim_platform.dylib (149.20.1) <1B69119F-1BF2-362B-8086-51CD0D7CB7B7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_sim_platform.dylib
0x6e69000 - 0x6e69fff +libsystem_sim_pthread.dylib (149.20.1) <07B27DEA-8163-3F43-9C7E-BBE3149B2F9D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_sim_pthread.dylib
0x6e70000 - 0x6e73ff7 +libsystem_sandbox.dylib (460.20.9) <BD74E685-E859-3334-9CEF-9CBD7C801423> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_sandbox.dylib
0x6e7b000 - 0x6e8cffb +libsystem_trace.dylib (201.10.3) <76A0DAF4-1A85-3D95-A04E-E0441D5D4D33> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libsystem_trace.dylib
0x6e9a000 - 0x6ea1ff3 +libunwind.dylib (126.4) <0E7CB3D9-F274-3ABF-AC22-31EF2A92D025> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libunwind.dylib
0x6ea9000 - 0x6ed0ffb +libxpc.dylib (756.20.4) <60B4AA4E-F817-3C94-B4DA-0620CC9847B6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/libxpc.dylib
0x6eeb000 - 0x6ef3fff libsystem_pthread.dylib (105.40.1) <21849EF5-A3B6-34D4-A045-4A68A6C390A1> /usr/lib/system/libsystem_pthread.dylib
0x6efd000 - 0x6f03ff3 libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
0x6f0c000 - 0x6f2bfff libsystem_kernel.dylib (2782.50.1) <20156462-5B58-3B51-8D05-A2F7195679D5> /usr/lib/system/libsystem_kernel.dylib
0x6f40000 - 0x71fbfff +CoreData (641.4) <FC92C9A4-CF5E-3E34-AD55-4EBE9A5BF2C1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreData.framework/CoreData
0x72df000 - 0x72e2fff com.apple.OAuth (25 - 25) <D4B8841F-BC86-389A-8DAF-6BE738AA7ED5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x72e9000 - 0x72ffff7 com.apple.GraphicsServices (1.0 - 1.0) <FD02BAA7-1797-3CAA-BC33-52C828403393> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x7315000 - 0x7315fff com.apple.Accelerate (1.10 - Accelerate 1.10) <709529DD-AE57-3725-8BB1-E55FB89263B0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Accelerate
0x7319000 - 0x7847fcf com.apple.vImage (8.0 - 8.0) <EA255118-2AD3-39D6-84A0-E591209B4BDB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x7897000 - 0x7897fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <EFD28991-254B-3C7D-9505-4A41B90F2811> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x789b000 - 0x79d9feb +libvDSP.dylib (563.2) <6A50A7CA-23C0-35D9-8CF2-3F51433C658B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x79e8000 - 0x7dc2ff7 +libLAPACK.dylib (1159) <1A245098-B316-3121-AB96-86BFE3DDD29F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x7ded000 - 0x7f46ff7 +libBLAS.dylib (1159) <6C30BD83-3FFE-333C-9892-40A78D507FC6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x7f60000 - 0x8002fef +libvMisc.dylib (563.2) <E39CD191-3D7F-3315-B8AE-075DC335935B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x800d000 - 0x8024ff7 +libLinearAlgebra.dylib (1159) <67202E04-0A33-35AE-B58F-4C061E1B08F0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x802e000 - 0x8046ff7 +libSparseBLAS.dylib (1159) <B36AB436-7684-3BF6-8335-EF8543BFF485> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x804f000 - 0x8071fff +libextension.dylib (82) <1F7FC96E-D5EA-3AAE-B7F7-488D8BB895C3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libextension.dylib
0x808e000 - 0x80bcff7 +libarchive.2.dylib (33.20.2) <465D7A6F-3A98-3815-8589-FA7C411D6FAF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libarchive.2.dylib
0x80c8000 - 0x80e5fff +libCRFSuite.dylib (37) <3F3CC3DE-A62F-3485-A9B0-40DBEC9ACE48> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libCRFSuite.dylib
0x80f1000 - 0x80f2fff +liblangid.dylib (122) <F0500885-034C-3462-8E8D-E751E1434E26> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/liblangid.dylib
0x80f8000 - 0x8105ff3 +libbz2.1.0.dylib (38) <47421C30-2C83-3CC7-8429-2B55EFCCB3F5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libbz2.1.0.dylib
0x810c000 - 0x8126ff7 +liblzma.5.dylib (10) <0E2D5166-EC4E-3CB8-B7A0-7A3D98C77E0C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/liblzma.5.dylib
0x812f000 - 0x813bfff com.apple.UserNotificationServices (1.0 - 1) <B00FD1AA-F772-3F65-AEE2-0B75857A0D4D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/UserNotificationServices.framework/UserNotificationServices
0x814c000 - 0x819dff7 com.apple.BaseBoard (1.0 - 1) <7865532B-2BC0-38F8-8D20-7B22564E2D37> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x81df000 - 0x821dfff com.apple.FrontBoardServices (1.0 - 1) <F90ADF6C-769E-3D78-B53D-9F79CF572632> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x825b000 - 0x827efff com.apple.BackBoardServices (1.0 - 1.0) <1C8EC6D3-C4F3-3AD1-A5ED-6310F931EE3B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x82a3000 - 0x82affff com.apple.AssertionServices (1.0 - 1) <60E1B99D-B872-3F33-B394-9AAFE21FD649> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x82c1000 - 0x82d7fe7 +libcompression.dylib (25.1) <DEE1C812-171D-366B-95AF-20F5FE70C378> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libcompression.dylib
0x82df000 - 0x831ffff com.apple.AppleJPEG (1.0 - 1) <8FE923AC-854D-3FEB-9612-000ED67DCF52> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x832c000 - 0x849eff7 com.apple.mobilespotlight.index (10.7.0 - 964) <F2F4C786-14B7-321E-83DF-AD6F7D5DF807> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x84da000 - 0x84dfffb com.apple.ParsecSubscriptionServiceSupport (1.0 - 960) <99F759FF-D72B-3336-B565-68AAA42687F2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x84e8000 - 0x8506fff com.apple.pluginkit.framework (1.0 - 1) <D1622AE5-866D-3DC1-81C1-3F11D8BEA1BC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x851d000 - 0x87bdff7 +libmecabra.dylib (696.9) <400EDB28-6858-31A9-B26F-FE0F14562CDD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libmecabra.dylib
0x8811000 - 0x88f0fff com.apple.ProofReader (2.3 - 327) <58C5E060-6936-325B-9A81-4F6FB3FFD36A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x891b000 - 0x8920fff com.apple.ConstantClasses (1.0 - 1) <D576B1BE-FFF5-389E-9B51-722CC5EEF1BE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x8929000 - 0x89baff7 com.apple.LanguageModeling (1.0 - 1) <19DB3E3C-71FA-31F5-B7C9-1645A829CD69> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x89ce000 - 0x89e5ff7 +libmarisa.dylib (3) <D35353DF-A87A-34FE-A4A2-11B4DE18E34C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libmarisa.dylib
0x89f3000 - 0x89fefff +libChineseTokenizer.dylib (16) <F3E94793-F75C-394C-9840-7349FF95B900> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libChineseTokenizer.dylib
0x8a0e000 - 0x8a21ffb +libcmph.dylib (6) <2AEB2831-5DFA-3C51-8E21-363DC152DE1B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libcmph.dylib
0x8a2b000 - 0x8b1cff3 +libiconv.2.dylib (44) <ECEB1025-39AD-327A-A3B5-0D883BD90816> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libiconv.2.dylib
0x8b2b000 - 0x8b2ffff com.apple.communicationsfilter (10.0 - 1000) <7918EEE1-777A-3BA1-A511-C655D9E563D9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x8b36000 - 0x9037ff3 com.apple.GeoServices (1.0 - 1151.2.13.9) <BE789342-261D-3C11-8D92-4A3A2BD98CD7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x92d5000 - 0x93a5fff com.apple.managedconfiguration (1.0 - 1.0) <F5847ACE-3888-3CE0-A738-C1ED9DF8CFF4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x9422000 - 0x949fffb +libAVFAudio.dylib (162.10) <EC937BD3-B132-3B80-8A6E-2EEB040305EA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x94ef000 - 0x96e1ff7 com.apple.CoreImage (9.2.0 - 352.2.2) <F80FBCDE-FBD3-3F10-96D9-B3535CB4F112> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreImage.framework/CoreImage
0x9804000 - 0x9b02ffb com.apple.MediaToolbox (1.0 - 1731.51.19) <70A2F72D-6534-3753-B5BE-266F80F5275F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x9bee000 - 0x9f12ff3 com.apple.VideoToolbox (1.0 - 1731.51.19) <D0C2734E-D6FA-3BAE-9D00-B25688B0DD73> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x9f8b000 - 0x9fc5ff7 com.apple.Celestial (1.0 - 1731.51.19) <12F25097-B6BC-3235-BFFD-894BDFFC1480> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Celestial.framework/Celestial
0xa009000 - 0xa023fff com.apple.CoreVideo (1.8 - 189.0.2) <F2EE2563-5B49-399A-98E1-2E71F748793C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreVideo.framework/CoreVideo
0xa039000 - 0xa03bfff com.apple.BTLEAudioController (1.0 - 1) <576CF77B-A757-35B5-9CEC-8CED6151CA51> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0xa042000 - 0xa092ff3 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <CC77471F-4A76-3927-87B9-E6FCDB852F50> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreAudio.framework/CoreAudio
0xa0b4000 - 0xa0b7fff com.apple.iphonesimulator.SimulatorClient (1.0 - 1) <1A412F21-D88A-3F68-801F-704646B9936C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient
0xa0bf000 - 0xa0bffff com.apple.FontServices (1.0 - 1) <D586FBBC-D50C-372A-AA49-BED664096C7D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FontServices.framework/FontServices
0xa0c5000 - 0xa1abfff +libFontParser.dylib (158.3) <A2E04C2C-F742-36D0-B903-1175BE8DA078> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0xa23e000 - 0xa248fff +libGFXShared.dylib (12.0.40.7) <C5FC5705-FE42-30E5-AFC2-DF99C68E9B4A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0xa250000 - 0xa296ffb +libGLImage.dylib (12.0.40.7) <A195C7A1-53BB-3689-85AC-8155B013EE00> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0xa2a1000 - 0xa2a3fff +libCVMSPluginSupport.dylib (12.0.40.7) <45394329-15A9-3640-82CC-21E8ECE5ABFC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0xa2aa000 - 0xa2b2fff +libCoreVMClient.dylib (117.1) <3C934DB9-3939-3AF5-8DE1-130659FB43A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0xa2bb000 - 0xb059fe3 +libLLVMContainer.dylib (117.1) <F20D36FC-27FD-310A-913A-3AE272EA97C8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib
0xb353000 - 0xb78cfff com.apple.vision.FaceCore (3.1.9 - 3.1.9) <5EB9B16A-868F-3271-827C-1B531DB82FAA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0xb9a2000 - 0xb9feff3 com.apple.ColorSync (3.0 - 3) <57209B23-5247-38F7-B8B8-1F5DB19DE1B3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0xba1d000 - 0xba23fff com.apple.MediaAccessibility (1.0 - 81) <D690F434-CFA7-3FBE-A303-101F02734EBF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0xba30000 - 0xba9fff7 com.apple.imfoundation (10.0 - 1000) <D3AFDCC3-977D-3C8B-B9D2-A23FECC87A0C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0xbad7000 - 0xbae4fff com.apple.commonutilities (8.0 - 900) <0DB65879-BB14-3502-AB0A-C306A53BD36D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0xbaf0000 - 0xbb21ffb +libtidy.A.dylib (15.17) <2E197457-74B0-3ED3-8420-A583D7F7396B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libtidy.A.dylib
0xbb30000 - 0xbb42fff com.apple.ProtocolBuffer (1 - 242) <D351F861-9DCC-3359-A79B-7DC5AFFC5934> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0xbb53000 - 0xbb63fff com.apple.CacheDelete (1.0 - 1) <29B13723-E253-372E-823B-D870515D54C4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0xbb70000 - 0xbb95ff7 com.apple.persistentconnection (1.0 - 1.0) <33223D90-8105-3B1B-A5CD-4909686321E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0xbbb5000 - 0xbbbcfff com.apple.datamigration (1.0 - 1.0) <DA867842-AE76-3019-96EB-27CCB8635509> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0xbbc8000 - 0xbc41ff3 com.apple.coretelephony (113 - 3533) <3802A7FC-F841-30B3-9C6A-075E95D6E3BE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0xbc9d000 - 0xbca3ff3 +libcupolicy.dylib (3533) <C48CC981-A423-329A-AC89-8D2F4ACB4499> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libcupolicy.dylib
0xbcae000 - 0xbce5ff7 +libTelephonyUtilDynamic.dylib (1112) <28443C14-5A78-32D1-A691-B597778997DC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libTelephonyUtilDynamic.dylib
0xbd21000 - 0xbe16ff7 com.apple.UIFoundation (1.0 - 432.1) <36DBBDFD-E834-32BF-9621-B2C448D0B0CC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0xbe73000 - 0xbf3cfe7 com.apple.CoreUI (1.0 - 371.4) <40DE8533-FDC5-3C90-B856-A9827C7E168A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0xbfea000 - 0xbff9fff com.apple.MobileAssets (1.0 - 1) <FB2C58F7-7A2D-3290-929A-4F765B1D933E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0xc008000 - 0xc02efff com.apple.DictionaryServices (1.2 - ???) <FF30ECF5-B2DE-3908-9210-C6056C0811EA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0xc050000 - 0xc086ff7 com.apple.TextInput (1.0) <25E624EE-0273-364B-872D-27384E64F378> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/TextInput.framework/TextInput
0xc0b9000 - 0xc1aaff3 com.apple.WebKitLegacy (8601 - 8601.1.46.45.1) <3A9405BC-71CD-3D0D-BCB7-04DF7D7FAA2A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0xc250000 - 0xd325ffb com.apple.WebCore (8601 - 8601.1.46.45) <6BEC43AC-F6D9-3B59-86CF-D7B91C0343AA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/WebCore.framework/WebCore
0xdae6000 - 0xdaf1ff3 +libAccessibility.dylib (1856.9.7.4.8) <56DDA063-0B74-318E-B9F6-C6F7F7E002B1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libAccessibility.dylib
0xdb03000 - 0xdb60ff7 com.apple.PhysicsKit (1.0 - 1) <4FE55098-9979-3E15-BDC7-BDAEAF866271> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0xdb87000 - 0xdbb1fff +libxslt.1.dylib (14) <593FC6F9-C00C-368C-8429-1D51ECEDF159> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libxslt.1.dylib
0xdbbf000 - 0xe1c5fff com.apple.JavaScriptCore (8601 - 8601.1.46.44) <B25C7E6C-946B-3D73-BD0A-37DFF9A68A5C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0xe31f000 - 0xe375ff3 com.apple.AVKit (1.0 - 185.1) <07A0766B-0BD2-3306-A342-A7A79618BDBE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AVKit.framework/AVKit
0xe3ac000 - 0xe3b3fff com.apple.iAdServices (1.0 - 1) <863A8832-7217-3A5D-BDA0-1A9C969AAE7F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0xe3bb000 - 0xe3bbfff com.apple.AdSupport (1.0 - 1) <6AD123B5-1FDE-3226-97EE-58DB1A2900CB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AdSupport.framework/AdSupport
0xe3c1000 - 0xe3c8fff com.apple.ait.AITTarget (1.0 - 1) <9C781E34-6492-37F3-8B75-8FFFE8E2A223> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AITTarget.framework/AITTarget
0xe3d2000 - 0xe3f2fff com.apple.MediaRemote (1.0 - 1) <3433829B-A0F6-3857-B98C-B6F2885F84F2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0xe414000 - 0xe43ffff com.apple.Pegasus (1.0 - 87.1) <1CD3619F-F2D0-37A5-882E-7BD091C4653B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0xe460000 - 0xe47cff7 com.apple.MediaServices (1.0 - 1) <5F1AA1FD-1D5B-32EA-B695-1CD79A90C7FB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0xe496000 - 0xe4e2ff7 com.apple.itunesstore (1440.12) <7D0FBED3-A6AF-359A-B2E8-FA8E7E01453F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0xe51b000 - 0xe702ffb com.apple.MusicLibrary (1.0.0 - 18) <27FF20EA-8313-3F02-96EA-6DCC367B69E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0xe7db000 - 0xe936fff +StoreServices (1440.12) <B21177D3-B698-35D1-941A-7B9C1103AEBC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0xea3f000 - 0xea97fff com.apple.HomeSharing (1.0 - 1) <FBA35B7E-D2E1-3618-9B3A-8464AB31C64B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0xead2000 - 0xeaf4fff com.apple.AuthKit (1.0 - 1) <B92F08E5-4E2C-3D16-A822-53ADDF854928> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0xeb11000 - 0xeb19fff com.apple.MobileInstallation (2.0 - 1.0) <0EE86CA6-4D1F-318D-9CF8-F4A11DA005DA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0xeb24000 - 0xeb27fff com.apple.MobileSystemServices (1.0 - 1) <496E8E84-D540-3C49-B06E-7E502ECC8727> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0xeb2f000 - 0xeb35ff7 com.apple.DAAPKit (1.0 - 1) <4FA95F15-5DE8-3761-B172-3703F9601429> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0xeb42000 - 0xeb5cfff com.apple.SpringBoardUIFramework (1.0 - 1.0) <F6489189-40E8-3AD0-9B44-8AA23108E77E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
0xeb7c000 - 0xeb7ffff com.apple.BaseBoardUI (1.0 - 1) <CA338DBB-D4C1-3C3E-B11B-00E25471E1B4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0xeb86000 - 0xeb92ff7 com.apple.NotificationsUI (1.0 - 1) <294A1524-B7B7-373A-BE62-1BD202F64DD9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI
0xeba3000 - 0xebe0ff7 com.apple.SpringBoardFoundation (1.0 - 1) <878E02E1-0BFD-3404-8E1B-C7B2479F85CF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0xec11000 - 0xec3cff7 com.apple.SpringBoardUIServices (1.0 - 1) <6687A30F-2CD6-3FFA-B49B-FB5116EFDD5D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0xec61000 - 0xecb1fff com.apple.TelephonyUI (1.0 - 1.0) <212D8C0D-8CA5-3769-ADFA-CD0D4BD94C2A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0xecdb000 - 0xed6cff7 com.apple.bulletinboard (1.0 - 1) <493E03C6-3CCB-3EFE-B3F5-3826021F6A19> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0xedd5000 - 0xedf9fff com.apple.ToneLibrary (1.0 - 1) <BF113AE6-30C1-3636-A5F8-62F98A9581D3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0xee15000 - 0xee19fff com.apple.ProgressUI (1.0 - 1) <CEF11F5A-90FB-3C3D-B96A-65D1CB3438E1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0xee21000 - 0xee52ff7 com.apple.facetimeservices (10.0 - 1000) <3C6DB9A9-6491-3C40-A985-604D984691D5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FTServices.framework/FTServices
0xee64000 - 0xeed0ff7 com.apple.TelephonyUtilities (1.0 - 1.0) <93E64249-6F6A-3FC2-B6FE-FC83B3DEB752> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0xef1c000 - 0xef1dfff com.apple.marco (10.0 - 1000) <F3EF59AD-83A1-31E0-A9EF-34303B91DAF4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Marco.framework/Marco
0xef24000 - 0xef52ff7 com.apple.idsfoundation (10.0 - 1000) <73FA7F47-8C36-3387-983D-B33E08B702D5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0xef74000 - 0xef75fff com.apple.diagnosticlogcollection (10.0 - 1000) <9613D916-C563-3228-9684-6C4235D799D4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0xef7c000 - 0xefa0fff com.apple.CoreBluetooth (1.0 - 1) <4F2A6DD5-F64C-3D80-A6CC-9700E638FFD0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0xefb8000 - 0xf034fff com.apple.ids (10.0 - 1000) <0CEAB476-B672-348C-A541-A2278F973A0A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/IDS.framework/IDS
0xf058000 - 0xf05bfff com.apple.incomingcallfilter (10.0 - 1000) <CDA4D503-59CB-33F7-B98B-DCC70F169D93> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0xf062000 - 0xf069fff com.apple.CoreTime (159) <1B888124-5890-3FFD-8BC2-023C707DFAC3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0xf074000 - 0xf0c6ff7 com.apple.CalendarFoundation (8.0 - 404.2) <7E627156-4F7A-3F2B-909E-7CF934614B38> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0xf0fc000 - 0xf134fff com.apple.iCalendar (7.0 - 240) <5F912219-D968-3514-9EDD-AE817847D4DB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0xf155000 - 0xf1e3ff7 com.apple.CalendarDatabase (1.0 - ???) <8432E2B7-4A38-313D-93A1-258A758607C5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0xf237000 - 0xf26dfff com.apple.CalendarDaemon (1.0 - ???) <FB9EDEC0-3064-3030-94DA-341E8A701BC4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0xf29a000 - 0xfa1cff7 com.apple.VectorKit (1.0 - 1156.1.14) <2F3F6025-D932-3021-9FB2-EB14EF82D3DC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0xfc4d000 - 0xfc83ffb com.apple.bom (14.0 - 193.7) <4667DEBD-2653-3FCA-9C4B-9C252A6A98D3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Bom.framework/Bom
0xfc94000 - 0xfcfefff com.apple.coredav (1.0.1 - 306) <F5DEB7D3-E857-36FF-8BAE-B11908E9644A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0xfd4b000 - 0xfd69ffb +libresolv.9.dylib (60) <06EE9ABB-5282-33E9-A4E1-828CAF5E366F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libresolv.9.dylib
0xfd74000 - 0xfd9dff7 com.apple.CalendarUIKit (1.0 - 120.1) <5FA5CD67-B413-3CC3-8E32-FB7FC201E7B7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0xfdb3000 - 0xfdd4ff7 com.apple.datadetectorscore (7.0 - 460) <43CAEABD-1E82-3D67-85BA-8BD825D218C9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0xfdec000 - 0xfe25fff com.apple.contacts.ContactsAutocomplete (1.0 - 55.3) <5D8C7C60-E1A2-3922-988F-3D74B2EE7D3B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0xfe5b000 - 0xfe66fff com.apple.corerecents (1.0 - 1) <B07C29AF-1016-35EE-987F-29A368766858> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0xfe75000 - 0xfe77fff com.apple.ftclientservices (10.0 - 1000) <5B39C462-CF85-369A-B628-AF96E40D4FF7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0xfe7e000 - 0xffb8ffb com.apple.Message (2.0 - 20) <9770399A-0667-3042-80DF-DB04B735E073> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Message.framework/Message
0x1006a000 - 0x10379fff com.apple.WebKit (8601 - 8601.1.46.45.1) <8D7640EF-B9F9-33A4-BC96-F44993994CE4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/WebKit.framework/WebKit
0x1066f000 - 0x106c2fff com.apple.dataaccess.framework (1.0 - 1.0) <C21462D1-3394-3B35-80CB-F3B1B7B74E5D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x106f0000 - 0x10701fff com.apple.MailServices (1.0 - 1) <B452341E-B919-30FF-B083-BFBBE8151207> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x10715000 - 0x10762fff com.apple.MIME (2.0 - 20) <63AC00ED-1AAF-3AE2-A433-42CCBEF21FCC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MIME.framework/MIME
0x10790000 - 0x107f0ff7 com.apple.QuickLook (2.0 - 605.4) <1D3786D3-5786-3A33-9B0E-91B97A10F742> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/QuickLook.framework/QuickLook
0x10830000 - 0x10833ffb com.apple.MessageSupport (1.0 - 1) <FF1D4E69-CAE1-3448-A4A8-7DA676CCD602> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1083c000 - 0x10842fff com.apple.CertUI (1.0 - 1) <EE1E73C2-BA36-36F4-81A5-9C81310ED770> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1084c000 - 0x10912fff com.apple.cloudkit.CloudKit (481.8 - 481.8) <07A6F544-545E-3A75-BD47-840CC01E0262> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CloudKit.framework/CloudKit
0x1098a000 - 0x10a09ffb com.apple.MMCS (1.3 - 351) <88317F97-9D25-3BF8-8C15-7132FA21FF9C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x10a3c000 - 0x10a60fff com.apple.ProtectedCloudStorage (1.0 - 1) <5457E2C1-D282-3548-90A7-FFAAF2AB2082> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x10a7c000 - 0x10a82fff com.apple.AssetCacheServices (14 - 14) <8CC488BF-1DB3-37E0-B802-751387893B82> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x10a8e000 - 0x10abaff7 com.apple.ChunkingLibrary (167 - 167) <370C5D92-BB2F-3321-83A1-A92AB5EF87BD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x10ac8000 - 0x10accfff +libheimdal-asn1.dylib (453.20.2) <318C41B6-FF91-3F8E-A8DA-EB65EC5BEEE1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libheimdal-asn1.dylib
0x10ad4000 - 0x10b19fff com.apple.AppleAccount (1.0 - 1.0) <B3101048-DFA6-3B05-8F89-D123B1DEBC30> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x10b52000 - 0x10b8afff com.apple.WebBookmarks (1.0 - 1.0) <42403C55-714C-35D8-A428-6D00587BD012> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x10ba9000 - 0x10bedfff com.apple.Notes (2.2 - 990.10.1) <15B1E982-0F7C-3663-9C13-592E9B448961> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Notes.framework/Notes
0x10c18000 - 0x10c19fff com.apple.AppleIDSSOAuthentication (1.0 - 1) <704D7BFB-3050-32B0-900B-9A002079D6BF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x10c20000 - 0x10c8dfff com.apple.accounts.AccountsDaemon (113 - 113) <C12D7C90-9E52-3B21-A97E-F0B9CA8A1A56> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x10cbe000 - 0x10cc2fff com.apple.AOSNotification (1.7.0 - 832) <17940301-5FDB-360D-9923-3595FB41342F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0x10ccb000 - 0x10ce1fff com.apple.aps.framework (4.0 - 4.0) <62E10E8D-C653-33BE-9C03-AFACFFA0A4A1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x10cf6000 - 0x10d22fff com.apple.GSS (4.0 - 2.0) <45ABBA4D-51D3-3E7A-B653-A352CDD45E2A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/GSS.framework/GSS
0x10d3d000 - 0x10db3fff com.apple.Heimdal (4.0 - 2.0) <8F6260B0-9E65-3EAF-AECC-8E342BCA6A22> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x10ddb000 - 0x10dddfff com.apple.CommonAuth (4.0 - 2.0) <F1068CFB-8E32-34A9-A5DE-7CCB37DFC5BB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x10de4000 - 0x10dedfff com.apple.icloud.FMCoreLite (1.0 - 1) <3C492F22-E76C-3ED1-BEE6-9B23F20C6735> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x10df9000 - 0x10e3dff3 com.apple.content.index.framework (2.0) <D2070164-6C29-3782-BB52-E0024C004DC8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x10e5d000 - 0x10f24ff7 com.apple.CorePDF (5.0 - 5.0) <8A3E3EB6-D070-3ACC-96B5-74EC3803FE44> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x10f94000 - 0x10fa2fff com.apple.QuickLookThumbnailing (1.0 - 1) <828EFAE7-BCC8-3EB4-A3F5-C46D4BEC2AB8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x10fb2000 - 0x10fccfff com.apple.GenerationalStorage (2.0 - 239) <A1A797FA-8C9A-39A4-BFBE-0B04CD6CC591> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x10fde000 - 0x10fe5fff com.apple.BluetoothManager (1.0 - 1) <C7FD5BE5-CB20-381A-B4FA-EA6FC1BE85CC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x10ff0000 - 0x11001fff com.apple.IAP (1.0 - 1.0.0) <B6A50426-0E0D-333C-8276-F859A0E8A5E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/IAP.framework/IAP
0x11016000 - 0x11021fff com.apple.MobileBluetooth (1.0 - 1.0) <68DB0719-49AC-3628-95B9-2352D847A1E6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1102c000 - 0x11047fff com.apple.siri.SiriTasks (1.0 - ???) <3A79EACC-2139-3B8E-B8E9-9979FA7CF859> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x11063000 - 0x11071fff com.apple.PhotosFormats (1.0 - 1) <53B912B3-F6FE-3622-8466-EE45DF37421E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1107e000 - 0x110b3ff7 com.apple.GLKit (1.0 - 56) <B30ED945-3801-30F6-A91A-E966841A4B07> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/GLKit.framework/GLKit
0x110d8000 - 0x111d6ff3 com.apple.CameraKit (1.0 - 1) <75EF3460-8B86-3169-8426-37D9A88C9A1B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1126b000 - 0x11274fff com.apple.DCIMServices (1.0 - 1) <C5B50C15-E32B-36DA-B9DE-3011BFDFF36D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x11284000 - 0x1131affb com.apple.PhotoEditSupport (1.0 - 1) <51FD4B24-BC49-3720-9401-34C1BE809A4F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x11360000 - 0x1142effb com.apple.Photos (1.0 - 1) <81C3908F-94D6-39F8-9328-4B8D0EFFEACB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Photos.framework/Photos
0x1149d000 - 0x114b6ff3 com.apple.iPhotoMigrationSupport (2.0 - 531) <5653B8BF-F349-365B-BA64-99B4CA75F8D8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x114c7000 - 0x11575ff7 com.apple.sociald.Social (87 - 87) <6525C26F-7DE6-3F2C-A566-F6C955F44182> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Social.framework/Social
0x115e3000 - 0x11608ff7 com.apple.AssetsLibraryServices (1.0 - 1) <C7FE92F2-A10C-30A0-97FB-A65355A161B7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1162b000 - 0x119aafff com.apple.PhotoLibraryServices (1.0.0 - 1.0) <1277AE41-8FC7-3454-B241-FDCFED7877D4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x11b73000 - 0x11c4eff3 com.apple.PhotoLibrary (1.0.0 - 1.0) <D6B6CE94-9F3E-35FF-A3D5-29AB938BBC09> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x11cde000 - 0x11d2dfff com.apple.SAObjects (1.0 - 1) <FB7B12E7-F58B-3210-A700-25C766B990D2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x11e9d000 - 0x11ef8fff com.apple.AssistantServices (1.0 - 1) <98CCD7E1-48A3-30DE-AA76-18A785AED6E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x11f45000 - 0x11f6affb com.apple.voiceservices (1.0.0 - 1.0) <2D63FA36-366C-3CD4-9FE4-1292893242B1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x11f8d000 - 0x12404fff com.apple.ModelIO (1.0 - 1) <83B0FDA3-07E6-39B2-839C-93507195E0EF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/ModelIO.framework/ModelIO
0x1244e000 - 0x12543ff7 com.apple.CloudPhotoLibrary (1.0 - 242.1) <0951D835-8D02-3253-BCBA-E3325139B7F4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x125b5000 - 0x1270cfff com.apple.CoreMediaStream (2.0 - 507) <653A6535-0C1E-3BCB-8198-00E363B5F5F5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x127a0000 - 0x127bcfff com.apple.mediastream (1.0 - 1) <FE288914-C689-3DE0-8E40-C844ED945881> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x127d8000 - 0x127dffff com.apple.XPCKit (1.0 - 1) <4A435E43-0D4C-38D6-8473-6E232D5E214D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x127ea000 - 0x12815fff com.apple.accountsui (1.0 - 1) <09ECB955-8046-37CB-A198-B17F8A3765FE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x12831000 - 0x12846fff com.apple.AssetsLibrary (1.0 - 1) <3A4BCC16-A487-3F9D-9A88-40C630C4DDCD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x12859000 - 0x12877fff com.apple.CertInfo (1.0 - 1) <72D864BB-EF29-37C1-ACD7-A4A8DD4D0320> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x1288d000 - 0x12978fff com.apple.preferences-framework (1 - 1.0) <32AB2F6D-740F-3813-8459-76642A393ACF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x12a04000 - 0x12a22fff com.apple.private.NanoRegistry (1.0 - 1) <A2BC3549-264A-3394-9B77-539CDFCD3F17> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x12a3e000 - 0x12a46fff com.apple.mobileicons.framework (1.0 - 1.0) <121C485A-4B77-312C-B469-400F1AAAD62B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x12a50000 - 0x12a63fff com.apple.ImageCaptureFramework (1.0 - 1.0) <EF8F8E5E-7D67-3A2E-A5C3-A77A92986E9D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x1485c000 - 0x14866ffb com.apple.AccessibilitySettingsLoader (1.0 - 1.0) <369BEC08-5E76-3013-BFB1-A4F860588EF5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x14874000 - 0x14875fff +libAXSafeCategoryBundle.dylib (1856.9.7.4.8) <CE424E3D-E7BE-395F-B052-00C82F850FA1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libAXSafeCategoryBundle.dylib
0x1487c000 - 0x14883fff com.apple.accessibility.AccessibilityUIUtilities (1.0 - 1) <C5E7853C-FBEB-32FE-89D2-C443B6FD97B1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1488d000 - 0x14891ffb com.apple.accessibility.ZoomServices (1.0 - 1) <BEBCAE0D-2770-3589-8398-C602AC27C9CF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x1489a000 - 0x148a2fff com.apple.accessibility.AccessibilityUI (1.0 - 1) <6AED74AA-EDCF-304F-AFC4-C68011A3E341> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x148ae000 - 0x148b6fff +libAXSpeechManager.dylib (1856.9.7.4.8) <BC3949BC-A629-3F72-BB2A-A9673CE7E39D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libAXSpeechManager.dylib
0x148c1000 - 0x148e8ff3 com.apple.ScreenReaderCore (7.0 - 425) <77DEC756-C4BF-3475-A1DE-82A2608E4F4C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x14907000 - 0x1490effb com.apple.AXMediaUtilities.axbundle (1.0 - 1.0) <6FBFBE43-9D40-3AC9-A439-408779DDC94C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXMediaUtilities.framework/AXMediaUtilities
0x149fa000 - 0x14a8aff3 com.apple.AccessibilityUtilities (1.0.0 - 1.0) <48CEB7E9-B13E-357E-ACB3-30550A2FB9BC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x14af1000 - 0x14b0bff3 com.apple.texttospeech (1.0.0 - 1.0) <DE8CE608-5035-3A1A-A5EA-26C2AE029F70> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x14b1c000 - 0x14bc7ffb com.apple.UIKit.axbundle (1.0.0 - 1.0) <3218BAAA-2434-3968-A173-A18EAF4B345B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
0x14c5f000 - 0x14cadfff com.apple.UIAccessibility (1.0.0 - 1.0) <D82298F1-86EB-303E-AD83-DEE2DE5A8723> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x14ce7000 - 0x14d1dfff com.apple.AXRuntime (1.0.0 - 1) <6E05762E-0A11-3253-AC12-829764C031B7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x14d4d000 - 0x14d58fff +libGSFontCache.dylib (53.2.5) <C9140CE4-96B2-3CA5-A213-3705D95F47BB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x14ebd000 - 0x14ebfffb +libCGXType.A.dylib (924.0.7) <7705D464-64A3-3CC9-8510-251EA56A1B13> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib
0x14fe6000 - 0x1500dff7 +libRIP.A.dylib (924.0.7) <B3D8FF18-4A15-3437-A6CC-6047A39ED959> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x15020000 - 0x15029fff +libMobileGestaltExtensions.dylib (392.20.4) <5BB36AEC-EF60-3F8C-A29A-55DF68055B4A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libMobileGestaltExtensions.dylib
0x159d3000 - 0x159d6fff com.apple.AVKit.axbundle (1.0 - 1.0) <2AF03702-4E5A-3DC0-BA2C-B5F17984B426> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/AVKit.axbundle/AVKit
0x159f0000 - 0x159fbfff com.apple.MessageUIFramework.axbundle (1.0 - 1.0) <0DC91374-16B5-3A91-97E4-773CBDD9F3A5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/MessageUIFramework.axbundle/MessageUIFramework
0x15ef0000 - 0x15ef4fff com.apple.TelephonyUIFramework.axbundle (1.0 - 1.0) <CD6D3EB9-EB15-3A27-A7ED-81F93DE57E82> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/TelephonyUIFramework.axbundle/TelephonyUIFramework
0x15efd000 - 0x15efffff com.apple.PhotoLibraryServices.axbundle (1.0 - 1.0) <62F61A33-2B9F-34A1-A1EA-38223DBA61F5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/PhotoLibraryServices.axbundle/PhotoLibraryServices
0x15f07000 - 0x15f13ffb com.apple.PhotoLibraryFramework.axbundle (1.0 - 1.0) <DCD8AF7C-FBE4-348B-8F99-D94F552A90D1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/PhotoLibraryFramework.axbundle/PhotoLibraryFramework
0x15f29000 - 0x15f29fff com.apple.iTunesStoreFramework.axbundle (1.0 - 1.0) <A1D6F48B-444A-3E81-A6F9-3E0A35B463C9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/iTunesStoreFramework.axbundle/iTunesStoreFramework
0x15f40000 - 0x15f42fff com.apple.SpringBoardFoundation.axbundle (1.0 - 1.0) <D6B5E70A-3495-3A02-91FD-62B36F8D5416> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/SpringBoardFoundation.axbundle/SpringBoardFoundation
0x15f48000 - 0x15f4afff com.apple.GeoServices.axbundle (1.0 - 1.0) <B9310256-C21B-3CB1-8AAE-4E111FF411EC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/GeoServices.axbundle/GeoServices
0x15fc2000 - 0x15fc5fff com.apple.Pegasus.axbundle (1.0 - 1.0) <28A717A6-9847-30D2-B379-ED0BC4056679> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/Pegasus.axbundle/Pegasus
0x15fe0000 - 0x15ff0fff com.apple.EventKitUIFramework.axbundle (1.0 - 1.0) <F9EC4EA3-F6CB-3AB5-898B-80C6919EC0AE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/EventKitUIFramework.axbundle/EventKitUIFramework
0x16008000 - 0x16009fff com.apple.StoreKitFramework.axbundle (1.0 - 1.0) <F31E1E27-D61F-3012-A585-2152E0D55753> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/StoreKitFramework.axbundle/StoreKitFramework
0x160d4000 - 0x160d6fff com.apple.WebKit.axbundle (1.0 - 1.0) <05D947A1-67A3-3172-A2C5-04AFCBB4F31A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/WebKit.axbundle/WebKit
0x16182000 - 0x16183fff com.apple.QuickLook.axbundle (1.0 - 1.0) <A4A897A8-29BB-3E53-8AE9-7D5DFADBB1E7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/QuickLook.axbundle/QuickLook
0x1618a000 - 0x1618bfff com.apple.MusicLibrary.axbundle (1.0 - 1.0) <D817C1AA-0BB3-3AB9-BFEB-0E4CA89FEDA8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/MusicLibrary.axbundle/MusicLibrary
0x161f0000 - 0x16213fff com.apple.VectorKit.axbundle (1.0 - 1.0) <CA185568-C693-3250-AF2A-0F868F0E11C5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/VectorKit.axbundle/VectorKit
0x16240000 - 0x16248ff7 com.apple.WebKitLegacy.axbundle (1.0 - 1.0) <EC5C3D71-F38A-31F3-B3A1-7944014F5F64> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/WebKitLegacy.axbundle/WebKitLegacy
0x16254000 - 0x1625afff com.apple.ContactsUI.axbundle (1.0 - 1) <C8FF3F81-5D4F-3DB7-9AD4-D46D02C77CB8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/ContactsUI.axbundle/ContactsUI
0x16264000 - 0x16269fff com.apple.AddressBookUIFramework.axbundle (1.0 - 1.0) <B4B6EAC6-02ED-36B8-8095-70EB1A66D737> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/AddressBookUIFramework.axbundle/AddressBookUIFramework
0x16276000 - 0x16280ffb com.apple.MapKitFramework.axbundle (1.0 - 1.0) <625A6721-BE88-39DF-9755-75260B6FE2B2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/MapKitFramework.axbundle/MapKitFramework
0x16293000 - 0x16295fff com.apple.SocialFramework.axbundle (1.0 - 1.0) <DBA0C8F2-F641-3070-A34E-F79B2F6E1FA4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/SocialFramework.axbundle/SocialFramework
0x1629d000 - 0x1629dfff com.apple.iAdFramework.axbundle (1.0 - 1.0) <F73928EC-3AB9-32C6-9386-92F597EC4303> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/iAdFramework.axbundle/iAdFramework
0x162a2000 - 0x162b3ff3 com.apple.WebCore.axbundle (1.0 - 1.0) <4D10EAC1-CC1A-326E-A205-C3E11E727F0A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/WebCore.axbundle/WebCore
0x162c4000 - 0x162c7fff com.apple.PhotosFramework.axbundle (1.0 - 1.0) <D2C2D15A-933A-3208-8E34-50CBE63E5D35> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/PhotosFramework.axbundle/PhotosFramework
0x162cf000 - 0x162d6fff com.apple.PreferencesFramework.axbundle (1.0 - 1.0) <5F55D988-1F07-32FC-B43F-243098C54CFB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/PreferencesFramework.axbundle/PreferencesFramework
0x162e3000 - 0x162e4fff com.apple.CertUIFramework.axbundle (1.0 - 1.0) <126A3BFD-8CD6-38B5-B68E-143B201EF7ED> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle/CertUIFramework
0x162ea000 - 0x162ebfff com.apple.AccountsUI.axbundle (1.0 - 1.0) <062DBE43-5922-39C4-8FB4-5419EF713C2A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/AccountsUI.axbundle/AccountsUI
0x162f2000 - 0x162f4fff com.apple.SpringBoardUIServices.axbundle (1.0 - 1.0) <292C4C74-AEFD-3FF6-A55A-AAB8B0377FA1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/SpringBoardUIServices.axbundle/SpringBoardUIServices
0x162fa000 - 0x16306fff com.apple.CameraKit.axbundle (1.0 - 1.0) <87C461C4-97C9-3ED3-98C8-044E154C2266> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/CameraKit.axbundle/CameraKit
0x16317000 - 0x1631ffff com.apple.MediaPlayerFramework.axbundle (1.0 - 1.0) <EE72AED5-071C-37C8-AD16-A1F7F637AA71> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/MediaPlayerFramework.axbundle/MediaPlayerFramework
0x1632e000 - 0x16342ffb com.apple.PhotosUIFramework.axbundle (1.0 - 1.0) <04FF7A3A-633F-31A4-B9B9-962BDD952F41> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/AccessibilityBundles/PhotosUIFramework.axbundle/PhotosUIFramework
0x1667b000 - 0x166a4fff com.apple.CoreServicesInternal (248 - 248) <D2265196-0446-300A-9A92-2F69714F3BE4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x8feb8000 - 0x8feebdd3 dyld (353.2.3) <5E2682A5-D51C-3732-8DA0-7A2B2C0225BE> /usr/lib/dyld
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
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: 2193738
thread_create: 1
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=283.0M resident=175.7M(62%) swapped_out_or_unallocated=107.2M(38%)
Writable regions: Total=163.5M written=23.9M(15%) resident=30.6M(19%) swapped_out=0K(0%) unallocated=132.9M(81%)
REGION TYPE VIRTUAL
=========== =======
CoreAnimation 68K
CoreData 4K
CoreUI image file 160K
JS JIT generated code 32.0M
JS VM register file 4096K
JS garbage collector 2240K
Kernel Alloc Once 4K
MALLOC 84.4M
MALLOC (admin) 48K
SQLite page cache 128K
Stack 72.5M
Stack (reserved) 516K reserved VM address space (unallocated)
VM_ALLOCATE 104K
WebKit Malloc 5824K
__DATA 7776K
__DATA_CONST 15.4M
__LINKEDIT 70.7M
__TEXT 212.3M
__UNICODE 552K
mapped file 294.1M
shared memory 4K
=========== =======
TOTAL 802.5M
TOTAL, minus reserved VM space 802.0M
Hello, I have tried to reproduce the issue you described. I have follow the steps you mentioned. See my screenshot. App did not crush and breakpoint works and suspends the app. Also, I don't see any $.label.text alert in the expressions tab.
Regards, Sharif
Can you add $.label.text in the expressions tab. Just click in the table to add it.
Use demo code provided to test. Debugger should not crash any more, using 5.4.0 and with
PR : [Debugger](https://github.com/appcelerator/titanium_debugger/pull/50). PR : [TIMOB](https://github.com/appcelerator/titanium_mobile/pull/7947).
Verified as fixed. The application no longer crashes but
<run-on-main-thread>true</run-on-main-thread>
does not need to be added for this test case to work. Tested on:*Closing ticket*