MM2000
Aspiring developer
Profile
Posts: 207
Reg: Sep 06, 2011
Los Angeles
2,820
07/10/14 03:15 PM (10 years ago)

IOS Mapping missing plugin

Hey all, So I'm trying to get an app to work, yet it says I'm missing a plugin. In Xcode I've gone to Capabilities and turned on maps, as well as checking all of the options (car, airplane, etc). Yet i'm still not able to get directions working. Would love some insight! Thanks in advance!
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
07/10/14 03:44 PM (10 years ago)
Well, let's start at the beginning: Which plugin does it say you're missing? You'll want to get that right before moving on to the next thing. The plugin will use a couple of 'class' files in your project. Since you've mentioned 'Xcode' we'll assume you're working with iOS. In that case, ensure you've added your plugins to your project along the guidelines set forth by 'instructions.pdf', a document that should have been included with your project. Snoop around and see if it is there. If not, I keep a copy here: http://www.smugwimp.com/btMods/instructionsiOS.pdf Take a look and see if it helps any. If not, come back, let us know what you've tried, and we'll figure it out. Cheers! -- Smug
 
MM2000
Aspiring developer
Profile
Posts: 207
Reg: Sep 06, 2011
Los Angeles
2,820
like
07/10/14 03:54 PM (10 years ago)
Hey Smug! Yeah I went ahead and added the plugins file (along with all the other ones). Everything else in the app is working. The error says: "Missing Plugin: The view Controller for this plugin was not compiled in the Xcode project." Here's the thing... I went into Xcode and made sure that maps is turned 'on' in "Capabilities" as well as checking off all the options. I have it set to run on ios 6.0 (as I have a 4th gen iPod and it won't upgrade to iOS 7).
 
MM2000
Aspiring developer
Profile
Posts: 207
Reg: Sep 06, 2011
Los Angeles
2,820
like
07/10/14 03:56 PM (10 years ago)
The only thing from the log I'm getting is: "2014-07-10 15:50:55.034 templesinai[322:9f0f] Can't render polygon (can't reserve indicies: 24): featureID: 0 key: 1.1.2 (512)" Not much help...
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
07/10/14 04:05 PM (10 years ago)
"Which" view controller is missing? And is that plugin available in the project? keep close watch on the syntax. If the plugin is actually 'there' then I'd check for any 'odd' characters you've used in your Nicknames, and other 'editable' values, to make sure nothing is causing an issue with the parsing of the JSON data... Cheers! -- Smug
 
MM2000
Aspiring developer
Profile
Posts: 207
Reg: Sep 06, 2011
Los Angeles
2,820
like
07/10/14 04:22 PM (10 years ago)
It doesn't specify what controler is missing. I went ahead and redownloaded the bt package and added the folders to the project that I needed to. Now when I try and tell it to check the 'car' checkbox, it crashes xcode...
 
Cakebit
Code is Art
Profile
Posts: 501
Reg: Dec 15, 2010
In your local b...
16,510
like
07/10/14 06:11 PM (10 years ago)
@MM2000, What plugin are you using for maps? There are several and it would be helpful to know which one you are working with. If your screen looks like this: http://bit.buzztouch.me/previews/c3844a6dc865e10727cacc368cad5c88.png ... it means you probably didn't download the plugin in your project and then add it to your Xcode project. Cheers, -Cake
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
07/10/14 09:27 PM (10 years ago)
When you drag the plugins and images folders into Xcode, be sure to have the checkbox enabled for Add to Target. Does it crash immediately upon running, before it gets to your home screen? Which screen is it trying to show when it crashes? What plugin was used for that crashing screen? -- Niraj
 
MM2000
Aspiring developer
Profile
Posts: 207
Reg: Sep 06, 2011
Los Angeles
2,820
like
07/11/14 12:29 PM (10 years ago)
@cake: I made sure the plugin was checked when I prepaired and dl the ios project. @Niraj: I made sure that the checkboxes were enabled for 'Add to Target.' Xcode is what crashes, not the app itself. It crashes when I try and enable 'car' in the mapping capabilities. Here is the error I get (long): Process: Xcode [696] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 5.1.1 (5085) Build Info: IDEFrameworks-5085000000000000~10 App Item ID: 497799835 App External ID: 520942841 Code Type: X86-64 (Native) Parent Process: launchd [290] Responsible: Xcode [696] User ID: 501 Date/Time: 2014-07-11 12:23:14.962 -0700 OS Version: Mac OS X 10.9.3 (13D65) Report Version: 11 Anonymous UUID: 8D8B225B-D17E-6B49-3E4A-09ADEA18C474 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: ProductBuildVersion: 5B1008 UNCAUGHT EXCEPTION (NSInternalInconsistencyException): *** -[NSKeyValueSlowMutableSet addObject:]: value for key enabledRoutingTypes of object 0x7fce36465050 is nil UserInfo: (null) Hints: None Backtrace: 0 0x00007fff84dee244 __exceptionPreprocess (in CoreFoundation) 1 0x000000010f851b10 DVTFailureHintExceptionPreprocessor (in DVTFoundation) 2 0x00007fff8a7a0e75 objc_exception_throw (in libobjc.A.dylib) 3 0x00007fff84dee10c +[NSException raise:format:] (in CoreFoundation) 4 0x00007fff8ad7f837 -[NSKeyValueSlowMutableSet _raiseNilValueExceptionWithSelector:] (in Foundation) 5 0x00007fff8ad7f9bd -[NSKeyValueSlowMutableSet _createMutableSetValueWithSelector:] (in Foundation) 6 0x00007fff8ad7f9fe -[NSKeyValueSlowMutableSet addObject:] (in Foundation) 7 0x00007fff8ad804da -[NSKeyValueNotifyingMutableSet addObject:] (in Foundation) 8 0x0000000116421b33 -[Xcode3MapsItemModel _setCar:postAssignmentBlock:] (in Xcode3UI) 9 0x0000000116421bdf -[Xcode3MapsItemModel setCar:] (in Xcode3UI) 10 0x00007fff8acbff39 _NSSetCharValueAndNotify (in Foundation) 11 0x00007fff8acaa72e -[NSObject(NSKeyValueCoding) setValue:forKey:] (in Foundation) 12 0x00007fff8acde1d4 -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] (in Foundation) 13 0x00007fff8acde19a -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] (in Foundation) 14 0x00007fff8f28244c -[NSBinder _setValue:forKeyPath:ofObject:mode:validateImmediately:raisesForNotApplicableKeys:error:] (in AppKit) 15 0x00007fff8f282287 -[NSBinder setValue:forBinding:error:] (in AppKit) 16 0x00007fff8f77a4ee -[NSValueBinder _applyObjectValue:forBinding:canRecoverFromErrors:handleErrors:typeOfAlert:discardEditingCallback:otherCallback:callbackContextInfo:didRunAlert:] (in AppKit) 17 0x00007fff8f77a871 -[NSValueBinder applyDisplayedValueHandleErrors:typeOfAlert:canRecoverFromErrors:discardEditingCallback:otherCallback:callbackContextInfo:didRunAlert:error:] (in AppKit) 18 0x00007fff8f2b4087 -[NSValueBinder performAction:] (in AppKit) 19 0x00007fff8f2b3f45 -[_NSBindingAdaptor _objectDidTriggerAction:bindingAdaptor:] (in AppKit) 20 0x00007fff8f2420c0 -[NSControl sendAction:to:] (in AppKit) 21 0x00007fff8f28ec4d -[NSCell _sendActionFrom:] (in AppKit) 22 0x00007fff8f2a8655 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit) 23 0x00007fff8f2a7a27 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit) 24 0x00007fff8f2a713d -[NSControl mouseDown:] (in AppKit) 25 0x00007fff8f228a58 -[NSWindow sendEvent:] (in AppKit) 26 0x00007fff8f1c75d4 -[NSApplication sendEvent:] (in AppKit) 27 0x0000000110801600 -[IDEApplication sendEvent:] (in IDEKit) 28 0x00007fff8f017a19 -[NSApplication run] (in AppKit) 29 0x00007fff8f0027a3 NSApplicationMain (in AppKit) 30 0x00007fff884605fd start (in libdyld.dylib) 31 0x0000000000000001 abort() called Application Specific Signatures: NSInternalInconsistencyException Application Specific Backtrace 1: 0 CoreFoundation 0x00007fff84dee25c __exceptionPreprocess + 172 1 DVTFoundation 0x000000010f851b10 DVTFailureHintExceptionPreprocessor + 194 2 libobjc.A.dylib 0x00007fff8a7a0e75 objc_exception_throw + 43 3 CoreFoundation 0x00007fff84dee10c +[NSException raise:format:] + 204 4 Foundation 0x00007fff8ad7f837 -[NSKeyValueSlowMutableSet _raiseNilValueExceptionWithSelector:] + 93 5 Foundation 0x00007fff8ad7f9bd -[NSKeyValueSlowMutableSet _createMutableSetValueWithSelector:] + 83 6 Foundation 0x00007fff8ad7f9fe -[NSKeyValueSlowMutableSet addObject:] + 39 7 Foundation 0x00007fff8ad804da -[NSKeyValueNotifyingMutableSet addObject:] + 141 8 Xcode3UI 0x0000000116421b33 -[Xcode3MapsItemModel _setCar:postAssignmentBlock:] + 121 9 Xcode3UI 0x0000000116421bdf -[Xcode3MapsItemModel setCar:] + 134 10 Foundation 0x00007fff8acbff39 _NSSetCharValueAndNotify + 270 11 Foundation 0x00007fff8acaa72e -[NSObject(NSKeyValueCoding) setValue:forKey:] + 389 12 Foundation 0x00007fff8acde1d4 -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] + 343 13 Foundation 0x00007fff8acde19a -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] + 285 14 AppKit 0x00007fff8f28244c -[NSBinder _setValue:forKeyPath:ofObject:mode:validateImmediately:raisesForNotApplicableKeys:error:] + 364 15 AppKit 0x00007fff8f282287 -[NSBinder setValue:forBinding:error:] + 245 16 AppKit 0x00007fff8f77a4ee -[NSValueBinder _applyObjectValue:forBinding:canRecoverFromErrors:handleErrors:typeOfAlert:discardEditingCallback:otherCallback:callbackContextInfo:didRunAlert:] + 194 17 AppKit 0x00007fff8f77a871 -[NSValueBinder applyDisplayedValueHandleErrors:typeOfAlert:canRecoverFromErrors:discardEditingCallback:otherCallback:callbackContextInfo:didRunAlert:error:] + 621 18 AppKit 0x00007fff8f2b4087 -[NSValueBinder performAction:] + 288 19 AppKit 0x00007fff8f2b3f45 -[_NSBindingAdaptor _objectDidTriggerAction:bindingAdaptor:] + 133 20 AppKit 0x00007fff8f2420c0 -[NSControl sendAction:to:] + 56 21 AppKit 0x00007fff8f28ec4d -[NSCell _sendActionFrom:] + 128 22 AppKit 0x00007fff8f2a8655 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2316 23 AppKit 0x00007fff8f2a7a27 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 487 24 AppKit 0x00007fff8f2a713d -[NSControl mouseDown:] + 706 25 AppKit 0x00007fff8f228a58 -[NSWindow sendEvent:] + 11296 26 AppKit 0x00007fff8f1c75d4 -[NSApplication sendEvent:] + 2021 27 IDEKit 0x0000000110801600 -[IDEApplication sendEvent:] + 456 28 AppKit 0x00007fff8f017a19 -[NSApplication run] + 646 29 AppKit 0x00007fff8f0027a3 NSApplicationMain + 940 30 libdyld.dylib 0x00007fff884605fd start + 1 31 ??? 0x0000000000000001 0x0 + 1 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff90013866 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff8c4d935c pthread_kill + 92 2 libsystem_c.dylib 0x00007fff88805b1a abort + 125 3 com.apple.dt.IDEKit 0x0000000110a39617 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1470 4 com.apple.dt.IDEKit 0x0000000110a3a73f -[IDEAssertionHandler handleUncaughtException:] + 1045 5 com.apple.dt.IDEKit 0x0000000110a3a80f IDEHandleUncaughtException + 80 6 com.apple.AppKit 0x00007fff8f017ac8 -[NSApplication run] + 821 7 com.apple.AppKit 0x00007fff8f0027a3 NSApplicationMain + 940 8 libdyld.dylib 0x00007fff884605fd start + 1 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff90014662 kevent64 + 10 1 libdispatch.dylib 0x00007fff858ee421 _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff858ee136 _dispatch_mgr_thread + 52 Thread 2:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff9000fa1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff9000ed18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff84d10fc5 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff84d105e9 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff84d0ff25 CFRunLoopRunSpecific + 309 5 com.apple.Foundation 0x00007fff8acca967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348 6 com.apple.Foundation 0x00007fff8acca76b __NSThread__main__ + 1318 7 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 8 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 9 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 3:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff900139aa __select + 10 1 com.apple.CoreFoundation 0x00007fff84d5cab3 __CFSocketManager + 867 2 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 3 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 4 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff9000fa1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff9000ed18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff84d10fc5 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff84d105e9 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff84d0ff25 CFRunLoopRunSpecific + 309 5 com.apple.DTDeviceKitBase 0x0000000119c2620e -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 162 6 com.apple.Foundation 0x00007fff8acca76b __NSThread__main__ + 1318 7 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 8 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 9 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 5:: CVDisplayLink 0 libsystem_kernel.dylib 0x00007fff90013716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8c4dac77 _pthread_cond_wait + 787 2 com.apple.CoreVideo 0x00007fff84c71464 CVDisplayLink::waitUntil(unsigned long long) + 244 3 com.apple.CoreVideo 0x00007fff84c70998 CVDisplayLink::runIOThread() + 496 4 com.apple.CoreVideo 0x00007fff84c7078f startIOThread(void*) + 147 5 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff90013e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8c4d9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8c4dcfb9 start_wqthread + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff9000fa1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff9000ed18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff84d10fc5 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff84d105e9 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff84d0ff25 CFRunLoopRunSpecific + 309 5 com.apple.AppKit 0x00007fff8f1c405e _NSEventThread + 144 6 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 8:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff9000fa1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff9000ed18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff84d10fc5 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff84d105e9 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff84d0ff25 CFRunLoopRunSpecific + 309 5 com.apple.Foundation 0x00007fff8acccadc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 6 com.apple.Foundation 0x00007fff8adb54aa -[NSRunLoop(NSRunLoop) run] + 74 7 com.apple.GPUToolsMobileFoundation 0x000000011b53de0d -[DYMobileDeviceManager _deviceNotificationThread:] + 134 8 com.apple.Foundation 0x00007fff8acca76b __NSThread__main__ + 1318 9 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff90013716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8c4dac3b _pthread_cond_wait + 727 2 com.apple.Xcode.DevToolsCore 0x0000000115ea9b63 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 524 3 com.apple.Foundation 0x00007fff8acca76b __NSThread__main__ + 1318 4 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 10: 0 libsystem_kernel.dylib 0x00007fff90013716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8c4dac3b _pthread_cond_wait + 727 2 com.apple.Xcode.DevToolsCore 0x0000000115ea9b63 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 524 3 com.apple.Foundation 0x00007fff8acca76b __NSThread__main__ + 1318 4 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 11: 0 libsystem_kernel.dylib 0x00007fff90013716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8c4dac3b _pthread_cond_wait + 727 2 com.apple.Xcode.DevToolsCore 0x0000000115ea9b63 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 524 3 com.apple.Foundation 0x00007fff8acca76b __NSThread__main__ + 1318 4 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 12:: <lldb.comm.debugger.input> 0 libsystem_kernel.dylib 0x00007fff900139aa __select + 10 1 com.apple.LLDB.framework 0x000000011c7603d8 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error*) + 888 2 com.apple.LLDB.framework 0x000000011c75fe3a lldb_private::ConnectionFileDescriptor::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 170 3 com.apple.LLDB.framework 0x000000011c75e31f lldb_private::Communication::ReadFromConnection(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 97 4 com.apple.LLDB.framework 0x000000011c75df7d lldb_private::Communication::ReadThread(void*) + 147 5 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 13:: <lldb.comm.xcode.lldb.comm> 0 libsystem_kernel.dylib 0x00007fff900139aa __select + 10 1 com.apple.LLDB.framework 0x000000011c7603d8 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error*) + 888 2 com.apple.LLDB.framework 0x000000011c75fe3a lldb_private::ConnectionFileDescriptor::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 170 3 com.apple.LLDB.framework 0x000000011c75e31f lldb_private::Communication::ReadFromConnection(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 97 4 com.apple.LLDB.framework 0x000000011c75df7d lldb_private::Communication::ReadThread(void*) + 147 5 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 14: 0 libsystem_kernel.dylib 0x00007fff9000fa1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff9000ed18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff84d10fc5 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff84d105e9 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff84d0ff25 CFRunLoopRunSpecific + 309 5 com.apple.CoreFoundation 0x00007fff84dc5811 CFRunLoopRun + 97 6 com.apple.DebugSymbols 0x00007fff8efae7e3 SpotlightQueryThread(void*) + 355 7 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 8 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 9 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 15:: <lldb.process.gdb-remote.async> 0 libsystem_kernel.dylib 0x00007fff900139aa __select + 10 1 com.apple.LLDB.framework 0x000000011c7603d8 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error*) + 888 2 com.apple.LLDB.framework 0x000000011c75fe3a lldb_private::ConnectionFileDescriptor::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 170 3 com.apple.LLDB.framework 0x000000011c75da21 lldb_private::Communication::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 251 4 com.apple.LLDB.framework 0x000000011c844ffd GDBRemoteCommunication::WaitForPacketWithTimeoutMicroSecondsNoLock(StringExtractorGDBRemote&, unsigned int) + 227 5 com.apple.LLDB.framework 0x000000011c90fec3 GDBRemoteCommunicationClient::SendContinuePacketAndWaitForResponse(ProcessGDBRemote*, char const*, unsigned long, StringExtractorGDBRemote&) + 587 6 com.apple.LLDB.framework 0x000000011c8504b8 ProcessGDBRemote::AsyncThread(void*) + 472 7 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 8 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 9 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 16:: <lldb.process.internal-state(pid=0)> 0 libsystem_kernel.dylib 0x00007fff90013716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8c4dac3b _pthread_cond_wait + 727 2 com.apple.LLDB.framework 0x000000011c7fe40d lldb_private::Condition::Wait(lldb_private::Mutex&, lldb_private::TimeValue const*, bool*) + 109 3 com.apple.LLDB.framework 0x000000011c91712a lldb_private::Predicate<bool>::WaitForValueEqualTo(bool, lldb_private::TimeValue const*, bool*) + 90 4 com.apple.LLDB.framework 0x000000011c777176 lldb_private::Listener::WaitForEventsInternal(lldb_private::TimeValue const*, lldb_private::Broadcaster*, lldb_private::ConstString const*, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 324 5 com.apple.LLDB.framework 0x000000011c77728d lldb_private::Listener::WaitForEvent(lldb_private::TimeValue const*, std::__1::shared_ptr<lldb_private::Event>&) + 27 6 com.apple.LLDB.framework 0x000000011c8d0506 lldb_private::Process::WaitForEventsPrivate(lldb_private::TimeValue const*, std::__1::shared_ptr<lldb_private::Event>&, bool) + 114 7 com.apple.LLDB.framework 0x000000011c8d61c6 lldb_private::Process::RunPrivateStateThread() + 226 8 com.apple.LLDB.framework 0x000000011c8d5e25 lldb_private::Process::PrivateStateThread(void*) + 9 9 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 17:: DBGLLDBSessionThread 0 libsystem_kernel.dylib 0x00007fff90013716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8c4dac3b _pthread_cond_wait + 727 2 com.apple.LLDB.framework 0x000000011c7fe40d lldb_private::Condition::Wait(lldb_private::Mutex&, lldb_private::TimeValue const*, bool*) + 109 3 com.apple.LLDB.framework 0x000000011c91712a lldb_private::Predicate<bool>::WaitForValueEqualTo(bool, lldb_private::TimeValue const*, bool*) + 90 4 com.apple.LLDB.framework 0x000000011c777176 lldb_private::Listener::WaitForEventsInternal(lldb_private::TimeValue const*, lldb_private::Broadcaster*, lldb_private::ConstString const*, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 324 5 com.apple.LLDB.framework 0x000000011c77728d lldb_private::Listener::WaitForEvent(lldb_private::TimeValue const*, std::__1::shared_ptr<lldb_private::Event>&) + 27 6 com.apple.LLDB.framework 0x000000011b6832af lldb::SBListener::WaitForEvent(unsigned int, lldb::SBEvent&) + 203 7 com.apple.dt.dbg.DebuggerLLDB 0x000000011506d0b2 DBGLLDBSessionThread(void*) + 813 8 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 18: 0 libsystem_kernel.dylib 0x00007fff90013e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8c4d9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8c4dcfb9 start_wqthread + 13 Thread 19: 0 libsystem_kernel.dylib 0x00007fff90013a3a __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff88824dc0 nanosleep + 200 2 com.apple.CoreSymbolication 0x00007fff8ce19481 cleaner_thread_main(void*) + 42 3 libsystem_pthread.dylib 0x00007fff8c4d8899 _pthread_body + 138 4 libsystem_pthread.dylib 0x00007fff8c4d872a _pthread_start + 137 5 libsystem_pthread.dylib 0x00007fff8c4dcfc9 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff757b3310 rcx: 0x00007fff5054ca08 rdx: 0x0000000000000000 rdi: 0x0000000000000707 rsi: 0x0000000000000006 rbp: 0x00007fff5054ca30 rsp: 0x00007fff5054ca08 r8: 0x00007fce32011800 r9: 0x00000000000002cb r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x00007fff8a79b0d0 r13: 0x00007fce37da4220 r14: 0x0000000000000006 r15: 0x00007fce31412f00 rip: 0x00007fff90013866 rfl: 0x0000000000000206 cr2: 0x0000000114d40000 Logical CPU: 0 Error Code: 0x020000b8 Trap Number: 133 Binary Images: 0x10f6b3000 - 0x10f6b3fff com.apple.dt.Xcode (5.1.1 - 5085) <FD2BA0E4-B9CC-3B2C-9102-1947596C66A1> /Applications/Xcode.app/Contents/MacOS/Xcode 0x10f6bf000 - 0x10faf5ff7 com.apple.dt.DVTFoundation (5.1.1 - 5074) <B24C82CF-16FA-3C74-8EE4-FBEAE63A6B58> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation 0x10fc75000 - 0x10ff96ff7 com.apple.dt.DVTKit (5.1.1 - 5074) <D24023C4-F8AF-3007-9854-6C116FA46345> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit 0x110140000 - 0x11058afff com.apple.dt.IDEFoundation (5.1.1 - 5085) <8178F087-409B-3AD7-A379-95828D8EE84E> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation 0x1107e8000 - 0x111141fff com.apple.dt.IDEKit (5.1.1 - 5085) <D58FFD9F-A20D-3D32-A576-EA2D07E40A74> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit 0x1116c9000 - 0x1116caffb libsysmon.dylib (58.90.2) <86ECDE0C-6022-3138-AD95-293098B617B7> /usr/lib/libsysmon.dylib 0x1116d2000 - 0x11211efff +libclang.dylib (503.0.40) <62D528E6-5BCA-3CB0-ADE4-209207603864> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib 0x1122ab000 - 0x112319ff7 com.apple.CSServiceClient (1.0 - 1) <6A67BDAB-E939-3B1B-B6A7-D0F715898994> /Applications/Xcode.app/Contents/SharedFrameworks/CSServiceClient.framework/Versions/A/CSServiceClient 0x11235d000 - 0x112374fff com.apple.DADocSetManagement (5.1 - 5007) <5FA5C2A9-23E8-377F-94C9-E1EFFA472C05> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement 0x112389000 - 0x11238bff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <D99306FF-3E66-39D4-87E4-F9356A3BED75> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper 0x112397000 - 0x1123c0fff com.apple.dt.instruments.DTGraphKit (5.1 - 55014) <0995B341-781A-3AE1-AD2A-0B3E4EFDB47C> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit 0x1123dc000 - 0x112445ff7 com.apple.DADocSetAccess (5.1 - 5007) <B3F5F40C-AA75-3EE1-9CA4-F89FE81FED9F> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess 0x114793000 - 0x114794fff com.apple.dt.dbg.DebuggerLLDBService (5.1.1 - 5064) <BA977C27-3503-3D12-BAB3-1B5F0A186E46> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService 0x11479a000 - 0x1147a4fff com.apple.iphonesimulator.SimulatorHost (1.0 - 1) <A7FA5C5A-F2FB-3C37-B03E-0EB8C494214D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/SimulatorHost.framework/Versions/A/SimulatorHost 0x1147af000 - 0x1147b2fff libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib 0x114829000 - 0x11482aff7 com.apple.dt.IDE.IDEAppleScriptCore (5.1.1 - 5064) <27CE752D-BE13-3D28-A03E-993B0E71B088> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore 0x114833000 - 0x11483bfff com.apple.dt.IDE.HexEditor (5.1.1 - 5064) <09F524AC-E6D7-3E9B-BA30-B868405B4520> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor 0x114845000 - 0x114849ff7 com.apple.dt.gpu.GPUTraceDebugger (5.1 - 15016) <8AE4532E-AF26-3BF6-AC4D-806738634FAE> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger 0x114936000 - 0x11493ffff com.apple.DevToolsFoundation (7.1.1 - 5069) <1560D20B-EF07-3DC8-AAEF-F92668FEA99D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation 0x114b0b000 - 0x114b12ff7 com.apple.dt.IDE.IDEOSXSupportCore (5.1 - 5004) <5F32413C-EEE0-32A2-86F7-AD51338776DB> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore 0x114b46000 - 0x114b47ff7 +liblaunch_sim.dylib (330.10.5) <4C651793-4591-3CA5-BD3B-209FC38C3050> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/lib/system/host/liblaunch_sim.dylib 0x115050000 - 0x115050feb +cl_kernels (???) <1A55A389-7576-44F0-AE45-C4B4394A9C3D> cl_kernels 0x115056000 - 0x11509bff7 com.apple.dt.dbg.DebuggerLLDB (5.1.1 - 5064) <B5693931-5D42-33A7-A3A2-25B343F3118E> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB 0x115116000 - 0x11514cfff +com.ridiculousfish.HexFiendFramework (5.1.1 - 5064) <91F04711-C101-3CC5-9A0F-958B4BBF4FF9> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend 0x115173000 - 0x1151a8ff7 com.apple.dt.dbg.DebuggerFoundation (5.1.1 - 5064) <EF0001E8-A87E-3613-8D59-21DFF0330BBC> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation 0x1151d4000 - 0x115223ff7 com.apple.dt.IDE.iCloudSupport (5.1.1 - 5064) <77E4FB9A-C157-3AB4-9162-28D59AC94F2C> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport 0x11525d000 - 0x1152fdfff com.apple.dt.dbg.DebuggerUI (5.1.1 - 5064) <AFBAC6C9-3B02-3FA4-B5A4-B0AA6330BB0E> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI 0x11537a000 - 0x115834ff7 com.apple.dt.IDE.IDEInterfaceBuilderKit (5.1.1 - 5056) <3DC7124F-1DFD-393B-B10D-3B9AB44DF963> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit 0x115b17000 - 0x115b9fff7 com.apple.dt.IBFoundation (1.0 - 5056) <F79001B5-9E60-3F13-9ABA-0D50CF3F7636> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation 0x115bf5000 - 0x115c83fff com.apple.dt.IBAutolayoutFoundation (1.0 - 5056) <F7E2DEAD-48D8-3FE1-BF66-190CCE8002C3> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation 0x115cdb000 - 0x115d1ffff com.apple.CoreThemeDefinition (2.0 - 146) <B7B5CEE8-A98D-3DDA-9927-364DCF16AD86> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition 0x115d50000 - 0x115d7efff com.apple.dt.IDE.Xcode3Core (5.1.1 - 5069) <CA5467B7-5482-3423-9D1F-75B670CE3132> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core 0x115d96000 - 0x116106fff com.apple.Xcode.DevToolsCore (7.1.1 - 5069) <71CA0744-549D-3141-A01F-FDD5F7D3C4B2> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore 0x116295000 - 0x1162d4fff com.apple.Xcode.DevToolsSupport (7.1.1 - 5069) <67829098-65E2-3E9A-AE8E-91BA6B8385FD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport 0x1162fa000 - 0x1164aeff7 com.apple.dt.IDE.Xcode3UI (5.1.1 - 5069) <878B73EE-298A-32CB-83F0-D12D393228D8> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI 0x1165af000 - 0x116676ff7 com.apple.dt.IDE.IDESourceEditor (5.1.1 - 5064) <54302AC0-A6B4-3BBB-9A8C-249C6AC4932B> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor 0x1166e4000 - 0x11675dff7 com.apple.dt.IDE.IDEDocViewer (5.1.1 - 5064) <696905ED-AE8E-3EFE-9D22-15606C945466> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer 0x1167b2000 - 0x1167d1ff7 com.apple.dt.IDE.IDEQuickHelp (5.1.1 - 5064) <265E4BD5-A65B-30D4-B8FA-73C0E135E5C1> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp 0x1167eb000 - 0x1168d8fff com.apple.dt.gpu.GPUDebuggerFoundation (5.1 - 15016) <1F053D1D-B90B-3EBA-8BB6-C7FA31342B45> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation 0x116934000 - 0x116983fff com.apple.GPUTools (1.0 - 15016) <C7348F5A-3064-3344-9C9D-3597339F2378> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools 0x1169ae000 - 0x116a70fff com.apple.GPUToolsCore (1.0 - 15016) <619516EE-D649-340E-AC91-EB1B4613DDDD> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore 0x116ab0000 - 0x116cf2ff7 com.apple.GPUToolsAnalysis (1.0 - 15016) <3AC2C00B-2527-3B3A-B98C-4BCF49D4AA1F> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Versions/A/GPUToolsAnalysis 0x116d47000 - 0x116df1fff com.apple.GPUToolsServices (1.0 - 15016) <87C41A2A-6F28-3971-A003-59CDB54CEB8E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices 0x116e52000 - 0x116e5ffff com.apple.dt.gpu.GPUDebuggerKit (5.1 - 15016) <C74271F3-8D43-35A8-BD9A-274D19EC4449> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit 0x116e72000 - 0x117044ff7 com.apple.dt.gpu.GPUTraceDebuggerUI (5.1 - 15016) <6D532A8B-283C-36F3-9CAF-C88F626A7200> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI 0x118c7a000 - 0x118c7aff7 com.apple.xcode.compilers.scntool (7.1.1 - 5069) <92ABF44B-AE1A-3F84-B273-BB99D358C036> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Scene Kit.xcplugin/Contents/MacOS/Scene Kit 0x118c7e000 - 0x118c82ffd com.apple.audio.AppleHDAHALPlugIn (2.6.1 - 2.6.1f2) <E5405175-7735-3F30-97ED-F44645033DC7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x118c87000 - 0x118c87fff com.apple.IBStoryboardCompilerPlugin (5.1 - 3733) <81143726-49EA-39B4-AE48-C76B5C174BEE> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/IBStoryboardCompilerPlugin.xcplugin/Contents/MacOS/IBStoryboardCompilerPlugin 0x118c8b000 - 0x118c96ff7 com.apple.xcode.plug-in.CoreBuildTasks (7.1.1 - 5069) <1E0DB441-26C3-3F96-810E-A8B7ED36A768> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks 0x118c9e000 - 0x118c9eff7 com.apple.xcode.compilers.coredata (7.1.1 - 5069) <E439E918-BAA8-3A59-929F-411D1EC93E46> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data 0x118ca2000 - 0x118ca2ff7 com.apple.compilers.clang (7.1.1 - 5069) <5D768B37-C0DF-31DD-BA42-34BB6BA879A9> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0 0x118ca6000 - 0x118ca9ff7 com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <BF5E2897-D204-3D68-B711-DF815D5A212B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support 0x118caf000 - 0x118cb2fff com.apple.platform.iphoneos.plugin (1.0 - 1.0) <83A4BD46-AE20-3049-A865-BEE5F72E8940> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support 0x118cb7000 - 0x118d41fff com.apple.dt.IDE.IDEiPhoneSupport (5.1.1 - 5053) <3485627B-4D45-3B90-9869-FBB7282748BB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport 0x118d89000 - 0x118d93fff com.apple.dt.PlistEditor (5.1.1 - 5064) <A93BA7DB-6A06-3CCF-B681-BBAB1C142450> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor 0x11910e000 - 0x11910efff com.apple.dt.IDE.IDEAppleScriptEditor (5.1.1 - 5064) <00F40EE3-FA3C-3559-89E5-2B25CC9FD5A3> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor 0x119113000 - 0x119123ff7 com.apple.IDESpriteKitParticleEditor (1.0 - 1) <374121FA-65E0-3E4D-9F46-0B5A81371937> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor 0x119134000 - 0x119135ff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (5.1 - 3733) <CDB609A2-39B4-3025-8CCC-8F5CD938DCFB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport 0x1197da000 - 0x1197dbffe +cl_kernels (???) <B90E375F-651A-43C8-95CA-E65646E13595> cl_kernels 0x119b5b000 - 0x119bc1fff com.apple.dt.IDE.IDEiOSSupportCore (5.1.1 - 5053) <BCCDA697-75F2-3117-A300-57D3ED27A4AF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore 0x119be2000 - 0x119bf8fff com.apple.DVTiPhoneSimulatorRemoteClient (5.1.1 - 5053) <B3F69948-6D24-30A9-B47B-7E5FF7CFA899> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient 0x119c09000 - 0x119c78fff com.apple.DTDeviceKitBase (5.1.1 - 5053) <510958A0-EEE0-3E4E-80CD-2431DF877256> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase 0x119cb8000 - 0x119da9ff7 com.apple.mobiledevice (710.5 - 710.5) <C250816A-3B97-329D-9F6B-38DACA981CED> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice 0x119e0e000 - 0x119e26fff com.apple.DeviceLinkX (5.0 - 264) <6EFA405F-A940-3805-A7D9-8CD0B70182AC> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink 0x119f3c000 - 0x11a0faff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (5.1.1 - 5056) <89AC918E-1F50-3C45-8061-685491610604> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration 0x11a218000 - 0x11a23dfff com.apple.DiscRecordingUI (8.0 - 8000.4.6) <9460712B-D256-33E6-A1F0-6C956EC48C32> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI 0x11a25f000 - 0x11a29fff7 com.apple.glut (3.6.0 - GLUT-3.6.0) <DC45DBA8-895A-3DD2-ABD6-4BB94F41F0B2> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT 0x11a313000 - 0x11a56bff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (5.1 - 3733) <05B11916-14DF-3BFD-8C64-B999AC1514F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration 0x11a644000 - 0x11a654ff7 com.apple.DTDeviceKit (4.2 - 5053) <12C220D4-C8EF-3ADF-9731-71EC994F4654> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit 0x11a663000 - 0x11a69ffff com.apple.framework.ConfigurationProfiles (6.0.2 - 667) <6AEA891F-CA82-3DB2-B2B5-735713FF618C> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles 0x11a6e0000 - 0x11a71dfff com.apple.PhysicsKit (1.0 - 1) <7995F642-C0DA-32A7-891F-7177D8025D6D> /Applications/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 0x11a7a0000 - 0x11a7d9fff com.apple.GPUToolsInterface (1.0 - 15016) <FDC2327C-0D05-3FCE-8E9C-AB0E30E91555> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface 0x11a7f9000 - 0x11a810ff7 com.apple.dt.IDE.IDERTFEditor (5.1.1 - 5064) <03F68676-7C63-3C41-B6DD-C3EAF94FA5EA> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor 0x11a822000 - 0x11a84aff7 com.apple.GPUToolsShaderProfiler (1.0 - 15016) <588BF0BE-9752-35B1-808C-15D3AEBB665A> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler 0x11a8d4000 - 0x11a8d5ff9 +cl_kernels (???) <7BB4194B-F0BA-4276-AF86-5F23D89AE2CA> cl_kernels 0x11a8eb000 - 0x11a9d1fef unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x11aa13000 - 0x11aa14ffa +cl_kernels (???) <CB6B4B9F-70D0-4790-8EB7-3A3028FEF615> cl_kernels 0x11aa6f000 - 0x11ac40fff com.apple.audio.units.Components (1.10 - 1.10) <F74A9407-DDB5-3C4F-A051-47643871ED93> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x11b0ec000 - 0x11b177fff com.apple.dt.gpu.GPURenderTargetEditor (5.1 - 15016) <D3499565-A50D-3470-A30A-A80799EE7F1A> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor 0x11b1c3000 - 0x11b211fff com.apple.dt.IDE.IDESceneKitEditor (5.1 - 5005) <4805781D-8CDB-3698-87C6-BA82A2FCA789> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor 0x11b249000 - 0x11b34bfff com.apple.dt.IDE.IDEModelEditor (5.1.1 - 5064) <50585AA6-DA06-3A48-93AF-0F3145BCA3FD> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor 0x11b3e2000 - 0x11b46bfff com.apple.dt.IDE.IDEModelFoundation (5.1.1 - 5064) <09E519E6-9348-34C0-B90C-E7F26B4D9E11> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation 0x11b4c1000 - 0x11b50bff7 com.apple.dt.gpu.GPUDebuggeriOSSupport (5.1 - 15008) <8DE87D09-C5E1-3544-A819-F2E6351F7F7C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport 0x11b535000 - 0x11b54dfff com.apple.GPUToolsMobileFoundation (1.0 - 15008) <DA3C2279-E087-3923-889F-D85F276CB994> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation 0x11b560000 - 0x11b5e5ff7 com.apple.GPUToolsExpert (1.0 - 15008) <DF67A417-32C8-300E-9C67-02D0FC1FE892> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert 0x11b62e000 - 0x11b63efff com.apple.dt.IDE.IDEQuickLookEditor (5.1.1 - 5064) <DDF8CF41-6714-3E9E-81A9-C1224B6BCF89> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor 0x11b650000 - 0x11b658ff7 com.apple.dt.ScriptingDefinitionEditor (5.1.1 - 5064) <E9E01071-A13C-34FB-97D9-E64F726BE9F1> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor 0x11b660000 - 0x11b665ff7 com.apple.dt.IDE.IDEPDFViewer (5.1.1 - 5064) <1742CA70-3B93-33A0-82AF-6433B315BB22> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer 0x11b66d000 - 0x11d0e6f0f com.apple.LLDB.framework (1.310.2.37 - 310.2.37) <7BD03D5B-7216-3470-A75C-98FBBDE4AAE4> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/LLDB 0x11d73a000 - 0x11d824fff org.python.python (2.7.5 - 2.7.5) <8DD65C8B-686D-3BF1-8682-70F02D28D200> /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x11dfc3000 - 0x11e0d8ff7 com.apple.SpriteKit (1.0 - 1) <0FD4C8A4-9268-3C97-AFAC-3EE55BAC8DC7> /Applications/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/Versions/A/SpriteKit 0x11e139000 - 0x11e15efff com.apple.GLKit (1.0 - 27) <E87FD290-ACD2-3F2B-91D0-24AC02A39DA4> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit 0x11e183000 - 0x11e1a7fff com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL 0x11fd8c000 - 0x11fd97fff libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x1203dd000 - 0x1203e3fff +dsc_extractor.bundle (324.1) <75253D99-A4FA-35A8-8865-B27D12AC9D6E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/lib/dsc_extractor.bundle 0x1204c2000 - 0x1204c3fe4 +cl_kernels (???) <0D4F084B-D6C3-4391-AC75-0D47D05A21C2> cl_kernels 0x12101c000 - 0x121021fff com.apple.gputools.GPUToolsShaderProfilerMobileSupport (1.0 - 15008) <F8E1A3B2-D5E8-39E5-89E3-54DDEEF8C0E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GPUToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GPUToolsShaderProfilerMobileSupport 0x121027000 - 0x121063fff com.apple.gputools.MobileAnalysis (1.0 - 15008) <AB993446-7F42-3204-8D69-BADAEE7B93CA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/MobileAnalysis.gtplugin/Contents/MacOS/MobileAnalysis 0x1211e9000 - 0x121206ff7 com.apple.dt.IDE.IDEGit (5.1.1 - 5064) <1A896830-2258-3FD1-9675-E637CDCA6349> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit 0x12125b000 - 0x121272fff com.apple.dt.IDE.IDESubversion (5.1.1 - 5064) <5B1542EF-2D0F-3E39-97A7-7A344FF224A5> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion 0x121303000 - 0x121309fff com.apple.dt.IDE.IDEInstrumentsService (5.1.1 - 5064) <23A1D273-2070-3F44-A6C2-A3B2209A832B> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService 0x123400000000 - 0x12340034dff7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.13 - 8.2.4) <51BA14A4-A2B5-3895-8B9A-E7D71CAC3E5B> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver 0x7fff6cf29000 - 0x7fff6cf5c817 dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld 0x7fff83e13000 - 0x7fff83e1bfff libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib 0x7fff83e1c000 - 0x7fff83eb2ff7 com.apple.PackageKit (3.0 - 332) <70BE1C7F-0609-32D3-9FA3-3C2CCF7FE999> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x7fff83eb3000 - 0x7fff83eb3ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff83eb4000 - 0x7fff83f78ff7 com.apple.backup.framework (1.5.3 - 1.5.3) <088FEDED-BF5C-33F4-A51A-646C8149BDAA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff83f79000 - 0x7fff8407fff7 com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff84080000 - 0x7fff84087ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib 0x7fff84088000 - 0x7fff84098ffb libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib 0x7fff84099000 - 0x7fff841c8fef com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff841c9000 - 0x7fff841e2ff7 com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff841e3000 - 0x7fff84246ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff84247000 - 0x7fff84251ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff84252000 - 0x7fff84270fff com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x7fff8427b000 - 0x7fff842c2ff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib 0x7fff842c3000 - 0x7fff84429fff libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff8442a000 - 0x7fff8445bff7 libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib 0x7fff8445c000 - 0x7fff84475ff7 com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff844d3000 - 0x7fff84507fff libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib 0x7fff84511000 - 0x7fff845d3ff5 com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff845d4000 - 0x7fff84704ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff84797000 - 0x7fff848ebff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff84935000 - 0x7fff8493fff7 libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib 0x7fff84940000 - 0x7fff8499ffff com.apple.framework.CoreWLAN (4.3.3 - 433.48) <7F86A7C3-7B7D-3CD7-9758-CA74FB4DE2CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff849a0000 - 0x7fff849a1ff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib 0x7fff849a2000 - 0x7fff849abffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff849ac000 - 0x7fff849fbff7 com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x7fff849fc000 - 0x7fff84a04ffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff84a05000 - 0x7fff84a36fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff84a37000 - 0x7fff84a37fff com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff84a4c000 - 0x7fff84a4efff com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff84a4f000 - 0x7fff84a79ff0 com.apple.SystemConfiguration.EAP8021X (13.0.0 - 13.0) <DC09B518-9F82-38DD-B37D-4A3279E3230D> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff84a7a000 - 0x7fff84a91ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff84a92000 - 0x7fff84a98ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib 0x7fff84a99000 - 0x7fff84aa5ff7 com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff84aa6000 - 0x7fff84bdcffc com.apple.WebKit (9537 - 9537.75.14) <81BB019D-78E2-3CD9-B148-5F5EA5357D2B> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff84bdd000 - 0x7fff84c2bff7 com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff84c2c000 - 0x7fff84c6dfff com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff84c6e000 - 0x7fff84c6efff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff84c6f000 - 0x7fff84c94ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff84c95000 - 0x7fff84c9ffff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib 0x7fff84ca0000 - 0x7fff84e85fff com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff84e86000 - 0x7fff84e87ff7 libsystem_sandbox.dylib (278.11) <B46E4040-A8C6-3EBC-91F8-F1CB01106614> /usr/lib/system/libsystem_sandbox.dylib 0x7fff84e88000 - 0x7fff84f59ff1 com.apple.DiskImagesFramework (10.9 - 371.1) <B26C8237-52E0-3E93-A2E2-147B57B3292E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff84f5a000 - 0x7fff84f72ff7 com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff84f84000 - 0x7fff84f96ff7 com.apple.CoreBluetooth (1.0 - 1) <67A00F44-563E-3C55-9187-34D502D84DDE> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff84f97000 - 0x7fff84ff2ffb com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff84ff3000 - 0x7fff8500afff com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff8500b000 - 0x7fff85019fff com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8501a000 - 0x7fff85067ff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff85068000 - 0x7fff85203ff8 com.apple.CFNetwork (673.3 - 673.3) <4375B7CB-34B6-3A26-99AC-2D2404AD9C9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff85204000 - 0x7fff85206fff libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff8523c000 - 0x7fff853aaff7 libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff853ab000 - 0x7fff853e3ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff853e4000 - 0x7fff855d5ff3 com.apple.WebKit2 (9537 - 9537.75.14) <E9508FAA-EF68-343F-8EA5-981080CBD11E> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2 0x7fff855d6000 - 0x7fff85603ff2 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff85604000 - 0x7fff85607fff libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff85608000 - 0x7fff85623ff7 libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib 0x7fff85624000 - 0x7fff856b4ff7 com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff856b8000 - 0x7fff856c5fff com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff856c6000 - 0x7fff856cdff8 liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib 0x7fff856ce000 - 0x7fff85721fff com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8573e000 - 0x7fff85773ffb com.apple.datadetectors (5.0 - 246.0) <1C4C33FE-F364-3DBA-A1BC-4A53E594CFD3> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff85838000 - 0x7fff85876ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff85877000 - 0x7fff858ddfff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff858eb000 - 0x7fff85905fff libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib 0x7fff85922000 - 0x7fff85cbafff com.apple.SceneKit (4.0 - 197.1) <D864946D-B843-3B7A-8C81-B682B06CF7FD> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit 0x7fff861c2000 - 0x7fff861c4ffb libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib 0x7fff861c5000 - 0x7fff86201ff7 com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff86202000 - 0x7fff8628eff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8629b000 - 0x7fff86326fff libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib 0x7fff86579000 - 0x7fff86580fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff86709000 - 0x7fff86711ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff86714000 - 0x7fff86743fd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib 0x7fff86749000 - 0x7fff8674bff7 com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection 0x7fff8674c000 - 0x7fff86756ff7 com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff86757000 - 0x7fff86b2efef com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff86b2f000 - 0x7fff86b68ff7 com.apple.OSAKit (1.4.1 - 89.1) <41C7737D-4C6F-30EA-964D-65650DD11912> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit 0x7fff86c16000 - 0x7fff86c6ffff libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff86c70000 - 0x7fff86c72ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib 0x7fff86c73000 - 0x7fff87ac5ffb com.apple.WebCore (9537 - 9537.75.14) <B43801D5-1BD9-3385-B028-39E2A346D064> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff87e41000 - 0x7fff87e4dff3 com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff87e4e000 - 0x7fff88371fff com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff88378000 - 0x7fff88382ff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff88383000 - 0x7fff883d4fff com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff883d6000 - 0x7fff88434ff7 com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff88435000 - 0x7fff8845cff7 com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8845d000 - 0x7fff88460ff7 libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib 0x7fff88461000 - 0x7fff8846afff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff884aa000 - 0x7fff884abff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E&g
 
MM2000
Aspiring developer
Profile
Posts: 207
Reg: Sep 06, 2011
Los Angeles
2,820
like
07/14/14 09:41 AM (10 years ago)
Wanted to bump this thread and see if anyone could help me out, still having problems...
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.