Xcode 5.1.1 crashes

Hi everyone! I have very big problem. When I try to run this code in Xcode
//  main.m
//  object-c
//  Created by Ivan on 06.06.14.
//  Copyright (c) 2014 Ivan. All rights reserved.
#import <Foundation/Foundation.h>
int main(int argc, const char * argv[])
    @autoreleasepool {
        // insert code here...
        NSLog(@"Hello, World!");
    return 0;
Xcode says "Build Succeeded" and then a few seconds later it says :
" Could not launch “objective c 2"
process launch failed: invalid host string: '(null)”
And then app suddenly crashes
i don't know to do
Please help!!!!
this is my mac's characteristic:
Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i7, 2.7 GHz, 4 GB, SMC 1.68f99
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.4f1 13674, 3 services, 23 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: Hitachi HTS545050B9A302, 500,11 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: Hub
USB Device: IR Receiver
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: FaceTime HD Camera (Built-in)
Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1
this is problem's characteristic:
Process:         Xcode [720]
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 [155]
Responsible:     Xcode [720]
User ID:         501
Date/Time:       2014-06-06 22:31:15.237 +0400
OS Version:      Mac OS X 10.9.3 (13D65)
Report Version:  11
Crashed Thread:  11  Dispatch queue: DBGLLDBLauncher Serial Queue
Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 5B1008
Assertion failed: (out_port != 0), function StartDebugserverProcess, file /SourceCache/lldb/lldb-310.2.37/source/Plugins/Process/gdb-remote/GDBRemoteComm unication.cpp, line 720.

hey, this problem is fixed for me in Xcode 6 BETA, found here: https://developer.apple.com/xcode/downloads/
cheers

Similar Messages

  • XCode 4.4.1 crashing

    XCode 4.4.1 is crashing on my 10.8.1 Mountain Lion Build
    I created a small project called "CloudBuilder" and I following along with my standford IPhone Class.
    I actually used all XCode versions ince 3.2 and I appailed that XCode is still crashing.
    Before you Apple FanBoys jump in and ssay it not happening to you, keep in mind I getting XCode crashin on
    every version of XCode I used so its defiantly not an install issue.
    I running on a top of line MacBook Pro 8 GB memory Core i7 with 512 GB SSD so hardwrae is nice.
    YES I have delete the two preferences files and reboot and rerun XCode (same issue)
    This is a bug in XCode pr maybe the IOS SDK.
    It happens whn I in IB and I dragging controls on the view. When I flip between an IBOutlet and an IBAction
    XCode freaks out and crashes sometimes. The bug seems intermediate and I cannot replicate it often,
    I keep closing XCode and delete preference files and rebooting.
    Yes, I installed the command line tools from 10.8.1 and the updated 10.8.1 Core Data library
    Eventually its goes away but will reappear later when my project gets bigger.
    Here the console output
    Anybody else seeing this?
    Date/Time:       2012-07-31 03:15:55.666 -0700
    OS Version:      iPhone OS 5.1.1 (9B206)
    Report Version:  104
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x00000000, 0x00000000
    Crashed Thread:  0
    Last Exception Backtrace:
    0   CoreFoundation                          0x37c1588f __exceptionPreprocess + 163
    1   libobjc.A.dylib                         0x32f46259 objc_exception_throw + 33
    2   CoreFoundation                          0x37c155c5 -[NSException init] + 1
    3   Foundation                              0x36dbf323 _NSSetUsingKeyValueSetter + 131
    4   Foundation                              0x36dbee23 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 231
    5   UIKit                                   0x30bb0965 -[UIView(CALayerDelegate) setValue:forKey:] + 157
    6   Foundation                              0x36d98f09 -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] + 133
    7   CoreFoundation                          0x37b747d3 -[NSObject performSelector:] + 39
    8   CoreFoundation                          0x37b75461 -[NSArray makeObjectsPerformSelector:] + 153
    9   UIKit                                   0x30c660ad -[UINib instantiateWithOwner:options:] + 897
    10  UIKit                                   0x30bd43c7 -[UIViewController _loadViewFromNibNamed:bundle:] + 247
    11  UIKit                                   0x30ab1c59 -[UIViewController loadView] + 89
    12  UIKit                                   0x30a27c17 -[UIViewController view] + 51
    13  UIKit                                   0x30a26461 -[UIWindow addRootViewControllerViewIfPossible] + 45
    14  UIKit                                   0x30a18e87 -[UIWindow _setHidden:forced:] + 295
    15  UIKit                                   0x30a897d5 -[UIWindow makeKeyAndVisible] + 25
    16  UIKit                                   0x30a26e6d -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1633
    17  UIKit                                   0x30a207dd -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 409
    18  UIKit                                   0x309eeac3 -[UIApplication handleEvent:withNewEvent:] + 1011
    19  UIKit                                   0x309ee567 -[UIApplication sendEvent:] + 55
    20  UIKit                                   0x309edf3b _UIApplicationHandleEvent + 5827
    21  GraphicsServices                        0x3604f22b PurpleEventCallback + 883
    22  CoreFoundation                          0x37be9523 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 39
    23  CoreFoundation                          0x37be94c5 __CFRunLoopDoSource1 + 141
    24  CoreFoundation                          0x37be8313 __CFRunLoopRun + 1371
    25  CoreFoundation                          0x37b6b4a5 CFRunLoopRunSpecific + 301
    26  CoreFoundation                          0x37b6b36d CFRunLoopRunInMode + 105
    27  UIKit                                   0x30a1f86b -[UIApplication _run] + 551
    28  UIKit                                   0x30a1ccd5 UIApplicationMain + 1081
    29  CloudBuilder                            0x000a9145 main (main.m:16)
    30  CloudBuilder                            0x000a8a3c start + 40
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   libsystem_kernel.dylib                  0x3087632c __pthread_kill + 8
    1   libsystem_c.dylib                       0x32e07208 pthread_kill + 48
    2   libsystem_c.dylib                       0x32e00298 abort + 88
    3   libc++abi.dylib                         0x37290f64 abort_message + 40
    4   libc++abi.dylib                         0x3728e346 default_terminate() + 18
    5   libobjc.A.dylib                         0x32f46350 _objc_terminate + 140
    6   libc++abi.dylib                         0x3728e3be safe_handler_caller(void (*)()) + 70
    7   libc++abi.dylib                         0x3728e44a std::terminate() + 14
    8   libc++abi.dylib                         0x3728f81e __cxa_rethrow + 82
    9   libobjc.A.dylib                         0x32f462a2 objc_exception_rethrow + 6
    10  CoreFoundation                          0x37b6b506 CFRunLoopRunSpecific + 398
    11  CoreFoundation                          0x37b6b366 CFRunLoopRunInMode + 98
    12  UIKit                                   0x30a1f864 -[UIApplication _run] + 544
    13  UIKit                                   0x30a1ccce UIApplicationMain + 1074
    14  CloudBuilder                            0x000a913e main (main.m:16)
    15  CloudBuilder                            0x000a8a34 start + 32
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib                  0x308663a8 kevent + 24
    1   libdispatch.dylib                       0x34540f04 _dispatch_mgr_invoke + 708
    2   libdispatch.dylib                       0x34540c22 _dispatch_mgr_thread + 30
    Thread 2:
    0   libsystem_kernel.dylib                  0x30876cd4 __workq_kernreturn + 8
    1   libsystem_c.dylib                       0x32dc2f36 _pthread_wqthread + 610
    2   libsystem_c.dylib                       0x32dc2cc8 start_wqthread + 0
    Thread 3:
    0   libsystem_kernel.dylib                  0x30876cd4 __workq_kernreturn + 8
    1   libsystem_c.dylib                       0x32dc2f36 _pthread_wqthread + 610
    2   libsystem_c.dylib                       0x32dc2cc8 start_wqthread + 0
    Thread 4 name:  WebThread
    Thread 4:
    0   libsystem_kernel.dylib                  0x30866004 mach_msg_trap + 20
    1   libsystem_kernel.dylib                  0x308661fa mach_msg + 50
    2   CoreFoundation                          0x37be93ec __CFRunLoopServiceMachPort + 120
    3   CoreFoundation                          0x37be8124 __CFRunLoopRun + 876
    4   CoreFoundation                          0x37b6b49e CFRunLoopRunSpecific + 294
    5   CoreFoundation                          0x37b6b366 CFRunLoopRunInMode + 98
    6   WebCore                                 0x30ff3c9c RunWebThread(void*) + 396
    7   libsystem_c.dylib                       0x32dc872e _pthread_start + 314
    8   libsystem_c.dylib                       0x32dc85e8 thread_start + 0
    Thread 0 crashed with ARM Thread State:
        r0: 0x00000000    r1: 0x00000000      r2: 0x00000001      r3: 0x00000000
        r4: 0x00000006    r5: 0x3e742d98      r6: 0x00000002      r7: 0x2fea59c0
        r8: 0x3f938b30    r9: 0x00000000     r10: 0x3e29542c     r11: 0x00193c50
        ip: 0x00000148    sp: 0x2fea59b4      lr: 0x32e0720f      pc: 0x3087632c
      cpsr: 0x00000010
    Binary Images:
       0xa7000 -    0xa9fff +CloudBuilder armv7  <f9f4e4be658934dda3902ab3474f68bb> /var/mobile/Applications/58867A7E-923D-4D91-B3E7-E030AE3D5A1B/CloudBuilder.app/ CloudBuilder
       0xb2000 -    0xb4fff +libXcodeDebuggerSupport.dylib armv7  <4139c9fae6e832c9ab1eb62e3330e328> /Developer/usr/lib/libXcodeDebuggerSupport.dylib
    0x2fea6000 - 0x2fec7fff  dyld armv7  <77eddfd654df393ba9c95ff01715fd08> /usr/lib/dyld
    0x300f4000 - 0x300f4fff  vecLib armv7  <a2cfe25e77aa36bfb4a30b2d0d2dd465> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
    0x301c6000 - 0x3029efff  vImage armv7  <caf3648be2933384b6aa1ae7408ab4f0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age
    0x302cf000 - 0x302d9fff  libvMisc.dylib armv7  <e8248c797b9b363594bb652ddf7ce16d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vMisc.dylib
    0x303af000 - 0x30670fff  libLAPACK.dylib armv7  <0e94e9a7e7a334649afaccae0f1215a2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
    0x30682000 - 0x3068afff  MobileWiFi armv7  <b76c3e9fb78234c392058250d4620e72> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x3068d000 - 0x306b2fff  OpenCL armv7  <f4b08361179a3f6bb033415b0d7c6251> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x306ff000 - 0x306fffff  libCVMSPluginSupport.dylib armv7  <a80aaa9989483ce3a496a061fd1e9e0a> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x30865000 - 0x3087bfff  libsystem_kernel.dylib armv7  <311f379a9fde305d80c1b22b7dd2e52a> /usr/lib/system/libsystem_kernel.dylib
    0x308c1000 - 0x308d2fff  DataAccessExpress armv7  <e6144ba265da3bb7b9a263aa1a29b054> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x308d3000 - 0x30980fff  libxml2.2.dylib armv7  <58d47f064e0232119f4b838ad659f9c1> /usr/lib/libxml2.2.dylib
    0x30981000 - 0x30997fff  EAP8021X armv7  <952fcfdec0633aff923768fca1a26fcb> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x309eb000 - 0x30e8dfff  UIKit armv7  <cd513a2f22f53d698c3e10f6fe48a63e> /System/Library/Frameworks/UIKit.framework/UIKit
    0x30f0b000 - 0x30f46fff  libCGFreetype.A.dylib armv7  <55941c96cf1f3b048e72a148c4496c16> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dyl ib
    0x30f4a000 - 0x31709fff  WebCore armv7  <2690c38c9c5f3c09975d619dd1dfbed7> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x3176e000 - 0x318b7fff  libicucore.A.dylib armv7  <b70646b63f1f3b33896dd8cb91b8dab1> /usr/lib/libicucore.A.dylib
    0x31a73000 - 0x31ac4fff  libstdc++.6.dylib armv7  <c352af5a742e3c7a8d4d7e5f6f454793> /usr/lib/libstdc++.6.dylib
    0x31c0f000 - 0x31c14fff  libcopyfile.dylib armv7  <52e874396c393ed29099789ce702cfe2> /usr/lib/system/libcopyfile.dylib
    0x31e5c000 - 0x31e5ffff  libsystem_network.dylib armv7  <356cb66612e836968ef24e6e5c3364cc> /usr/lib/system/libsystem_network.dylib
    0x31e60000 - 0x31ea5fff  GeoServices armv7  <a26be2e76e8730ab91a16502aba376be> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x31ead000 - 0x31eb9fff  CoreVideo armv7  <364fa32d513f3c11b50970120545f1a8> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x31ebc000 - 0x31ef1fff  SystemConfiguration armv7  <4464a4e3bb3f32f7abaa35ebf31fda49> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x31f7c000 - 0x31f7cfff  liblangid.dylib armv7  <644ff4bcfbf337b5b5859e3f0fc0a9a8> /usr/lib/liblangid.dylib
    0x31f7d000 - 0x31f9cfff  libSystem.B.dylib armv7  <0c55744b6f7335eebba4ca2c3d10b43c> /usr/lib/libSystem.B.dylib
    0x321fb000 - 0x321fcfff  libsystem_blocks.dylib armv7  <9fdc27af7350323bbc7d98e14e027907> /usr/lib/system/libsystem_blocks.dylib
    0x321fd000 - 0x32200fff  libcompiler_rt.dylib armv7  <b2c05d8601c13be884097192dca4e187> /usr/lib/system/libcompiler_rt.dylib
    0x32381000 - 0x323b9fff  VideoToolbox armv7  <9f25f38d1cd13a1daff99cfde8884410> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
    0x3287e000 - 0x328c1fff  libcommonCrypto.dylib armv7  <95b49daf4cf038b6bea8010bba3a1e26> /usr/lib/system/libcommonCrypto.dylib
    0x32a6f000 - 0x32a80fff  libxpc.dylib armv7  <ccf25b1e49ce3b2fa58d8c8546755505> /usr/lib/system/libxpc.dylib
    0x32b1c000 - 0x32b20fff  libcache.dylib armv7  <d6a7436ed8dc33d795c9b42baf864882> /usr/lib/system/libcache.dylib
    0x32c7f000 - 0x32c8bfff  libCRFSuite.dylib armv7  <bdb2b4d1a78c39c1ba60d791207aed2a> /usr/lib/libCRFSuite.dylib
    0x32c99000 - 0x32c9cfff  libmacho.dylib armv7  <e52b77623bd031bc807e77029566c777> /usr/lib/system/libmacho.dylib
    0x32d40000 - 0x32db9fff  ProofReader armv7  <6db611d8df6530d480f97a40bc519f70> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x32dba000 - 0x32e46fff  libsystem_c.dylib armv7  <f859ce1ad1773f0ba98d7c6e135b7697> /usr/lib/system/libsystem_c.dylib
    0x32e47000 - 0x32e48fff  libdyld.dylib armv7  <977b0ad6f2f433108b4a0324a57cd2ab> /usr/lib/system/libdyld.dylib
    0x32eae000 - 0x32eb2fff  libGFXShared.dylib armv7  <998fccc16cf735dbb62324202995e193> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x32f3d000 - 0x33003fff  libobjc.A.dylib armv7  <90014d1bc583366d85622e43097df416> /usr/lib/libobjc.A.dylib
    0x33004000 - 0x330f5fff  QuartzCore armv7  <35d64a9da5523ae08c9e41511fd3061b> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x330f6000 - 0x330fcfff  liblockdown.dylib armv7  <9e45ce468a6f31e5b8263f2c224aa800> /usr/lib/liblockdown.dylib
    0x3331b000 - 0x3331ffff  libAccessibility.dylib armv7  <9a17d07b5a3b38cfafdf16f78c99b572> /usr/lib/libAccessibility.dylib
    0x333c8000 - 0x333d1fff  libMobileGestalt.dylib armv7  <4a15e845dc6f3a4a980de66c1cc44c42> /usr/lib/libMobileGestalt.dylib
    0x333f1000 - 0x3343bfff  libvDSP.dylib armv7  <441b42aca07b3da39feab25f8349918f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vDSP.dylib
    0x334b3000 - 0x334b9fff  libnotify.dylib armv7  <9406297de3e43742887890662a87ab53> /usr/lib/system/libnotify.dylib
    0x334be000 - 0x3367bfff  ImageIO armv7  <02e3578171fa3b6a969b244275fd2bab> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x3377d000 - 0x33796fff  libRIP.A.dylib armv7  <1828cddc5dd93c61afbefb59587d7f8a> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x33c47000 - 0x33c9ffff  CoreAudio armv7  <be335e8eb6f93594b028a6ddd503a183> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x33d6d000 - 0x33d7cfff  SpringBoardServices armv7  <a2363f8ed49932dba415d2d4cd32fb74> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServ ices
    0x33da0000 - 0x33da2fff  MobileInstallation armv7  <215d93dbb0f63cbf828f9126eb7b5349> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallati on
    0x3420a000 - 0x343eefff  AudioToolbox armv7  <c91e27850452330ea804db6408840fd2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x343f8000 - 0x344e6fff  libiconv.2.dylib armv7  <2cfefe2ad1d335dd9549562910e7a2e2> /usr/lib/libiconv.2.dylib
    0x344ea000 - 0x344fefff  PersistentConnection armv7  <54091a638f8731cd85ccf00fa06972c3> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConn ection
    0x3453d000 - 0x34553fff  libdispatch.dylib armv7  <9ecfaef4110a3bf9a92d12f0fe8d1d78> /usr/lib/system/libdispatch.dylib
    0x3466a000 - 0x3466bfff  libremovefile.dylib armv7  <402f8956975d3b6fb86ab9b31a43242c> /usr/lib/system/libremovefile.dylib
    0x349a2000 - 0x349c2fff  libxslt.1.dylib armv7  <39348471007e39dab80af68b08390456> /usr/lib/libxslt.1.dylib
    0x34ad9000 - 0x34b58fff  libsqlite3.dylib armv7  <bf01f5ed47b033d8bde30d735ff44416> /usr/lib/libsqlite3.dylib
    0x34b87000 - 0x34b8bfff  AggregateDictionary armv7  <3a3a33f3a05538988c6e2bb363dc46a8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictio nary
    0x34c3b000 - 0x34c58fff  libsystem_info.dylib armv7  <50863bcbf478323e96a8e5b1a83ea6f9> /usr/lib/system/libsystem_info.dylib
    0x34dbc000 - 0x34dbffff  NetworkStatistics armv7  <7848d8ebad99367cb4f7f4e3fe88e5d6> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
    0x34e2e000 - 0x34e2efff  libgcc_s.1.dylib armv7  <eb82984fa36c329387aa518aa5205f3d> /usr/lib/libgcc_s.1.dylib
    0x34e4d000 - 0x34e8bfff  IOKit armv7  <fcda71d29d6136dfbd84c1725f4998e5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x34e8c000 - 0x34e8cfff  libunwind.dylib armv7  <e0a73a57795f3e1698a52ebe6fc07005> /usr/lib/system/libunwind.dylib
    0x3570f000 - 0x35715fff  liblaunch.dylib armv7  <aa2bcba6fc7a36a191958fef2e995475> /usr/lib/system/liblaunch.dylib
    0x35716000 - 0x3574dfff  Security armv7  <eea56f71fde83c2981f9281dc7823725> /System/Library/Frameworks/Security.framework/Security
    0x357be000 - 0x357e1fff  Bom armv7  <c3435ecd2e5839f89de51edad0e1bb00> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x357e2000 - 0x35806fff  PrintKit armv7  <08509c7bc915358b953de6f5cbef5c56> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x35807000 - 0x3584ffff  CoreMedia armv7  <e274e1b894753b2eb05cf7b22a36d0c1> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x35850000 - 0x3589cfff  CoreTelephony armv7  <b8f80d5d594c31d2b5d8fba9fdedb7e1> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x3589d000 - 0x358a1fff  IOMobileFramebuffer armv7  <42dbc26828e934acabb4f3b0a35d8250> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebu ffer
    0x358a5000 - 0x358a9fff  IOSurface armv7  <443ac3aab9283da480dd9dcda3c5c88e> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x358e0000 - 0x358e2fff  libCoreVMClient.dylib armv7  <d4d4aa3090c83e87bcb15ed00b93fd5c> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x358e3000 - 0x358e6fff  CaptiveNetwork armv7  <f5cc4b97ce9432da9426f12621453325> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x35ac4000 - 0x35b0dfff  AddressBook armv7  <b17a2962e9043e0385c3c2c652155f2b> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x35b11000 - 0x35b1cfff  AccountSettings armv7  <373e59421d983c93931cfbad87b1ae35> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x35c06000 - 0x35c46fff  libGLImage.dylib armv7  <40448706190031f6b0d9636cc11ee81d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x35df9000 - 0x35ed0fff  CFNetwork armv7  <765a472c824830eea91b8f02d12867e4> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x36038000 - 0x36042fff  libbz2.1.0.dylib armv7  <40e4045fb79e382b8833707746cf28b1> /usr/lib/libbz2.1.0.dylib
    0x36043000 - 0x36049fff  MobileKeyBag armv7  <e1f06241ef0e3f0aae00f15df572077e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x3604a000 - 0x36054fff  GraphicsServices armv7  <cb64e146a8ee3fda9e80ffae1ccc9c5a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x36055000 - 0x3605dfff  ProtocolBuffer armv7  <0e846afacf823d2b8c029cc3010a8253> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x3605e000 - 0x3606dfff  OpenGLES armv7  <e80acc691001301e96101bb89d940033> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x3606e000 - 0x36193fff  JavaScriptCore armv7  <2ffc6c87b94434288366bd53765ee267> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x361c8000 - 0x3670cfff  FaceCoreLight armv7  <f326d88709683520b251dc53cb847c11> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
    0x36712000 - 0x36712fff  Accelerate armv7  <55b24cf91a8b3532bde6733c96f14c08> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x36713000 - 0x36729fff  DictionaryServices armv7  <6ed2e967136f37d4a4b9b318d6c43b83> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServic es
    0x36aec000 - 0x36aedfff  DataMigration armv7  <d77f0e8f39ee37f5a2ac713a3fd9e693> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x36aee000 - 0x36b5efff  CoreImage armv7  <86ac6f5a267637b6b7f8a831dfc7c64b> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x36bcb000 - 0x36bccfff  libsystem_sandbox.dylib armv7  <6a8f2f33c7543808a0f4599101c3b61a> /usr/lib/system/libsystem_sandbox.dylib
    0x36bcd000 - 0x36bcefff  CoreSurface armv7  <97f871f09f503c98a6371c2b657430d8> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x36ca4000 - 0x36caafff  MobileIcons armv7  <ed1b46f917903c9b9baaa2be4392dafe> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x36cbb000 - 0x36d04fff  libc++.1.dylib armv7  <5b690e5dd5a43a7fb166ade9fe58a7a4> /usr/lib/libc++.1.dylib
    0x36d33000 - 0x36d84fff  CoreText armv7  <5bfac4ee88d03d5b87a1f105abb7756c> /System/Library/Frameworks/CoreText.framework/CoreText
    0x36d96000 - 0x36f14fff  Foundation armv7  <c40ddb073142315bb4ebb214343d0b7f> /System/Library/Frameworks/Foundation.framework/Foundation
    0x36f15000 - 0x36f2afff  libresolv.9.dylib armv7  <66f7557fa4b43979b186e00271839fdb> /usr/lib/libresolv.9.dylib
    0x37174000 - 0x3721efff  libBLAS.dylib armv7  <bf822cc1a3243ae7b104cf73ca22d352> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
    0x3722b000 - 0x3722cfff  libdnsinfo.dylib armv7  <9aede8d6579d3430ac39ae5f95cce498> /usr/lib/system/libdnsinfo.dylib
    0x37273000 - 0x37289fff  libmis.dylib armv7  <258bc92be5823b239b4412dd42cb4807> /usr/lib/libmis.dylib
    0x3728a000 - 0x37291fff  libc++abi.dylib armv7  <bab4dcbfc5943d3fbb637342d35e8045> /usr/lib/libc++abi.dylib
    0x37370000 - 0x373bafff  ManagedConfiguration armv7  <f1fbb825def23043830a095b953a9c94> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration
    0x373bb000 - 0x373befff  CoreTime armv7  <a398de5ba1e43a11b7008e9bb5a7f6fe> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x373e3000 - 0x373e3fff  libkeymgr.dylib armv7  <ebd2dddf55d83cf48a18913968775960> /usr/lib/system/libkeymgr.dylib
    0x373e4000 - 0x373f1fff  libbsm.0.dylib armv7  <750a0de73a733019a77144b805d4d2f8> /usr/lib/libbsm.0.dylib
    0x373f4000 - 0x374c4fff  WebKit armv7  <3c5dd2ec46fe3e189c25bba78ad88fa1> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x374c8000 - 0x37504fff  AppSupport armv7  <311eac85b2a433a884dacba77217b49e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x37505000 - 0x3750cfff  AssetsLibraryServices armv7  <38132ecfd74b325fb1a4142bab663c19> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibrary Services
    0x3752a000 - 0x3752ffff  libsystem_dnssd.dylib armv7  <27bb5462450732e380f5a2c170546e93> /usr/lib/system/libsystem_dnssd.dylib
    0x37987000 - 0x37accfff  CoreGraphics armv7  <903545b89a7f311d95100ac7d1d44709> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x37acd000 - 0x37ad9fff  libz.1.dylib armv7  <36ce86a3dc8c344596c8c325615f374b> /usr/lib/libz.1.dylib
    0x37b5c000 - 0x37c73fff  CoreFoundation armv7  <6d450fe923d7387f8b01845e0edd713d> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x37c93000 - 0x37ce1fff  CoreLocation armv7  <44550ebedf23334d85441d9743b74e03> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x37d07000 - 0x37d16fff  GenerationalStorage armv7  <d84c3fd0e7bd36e78c256f2f4c5a4e91> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalSto rage
    0x37d17000 - 0x37d5bfff  MobileCoreServices armv7  <757226927a873d5492be721908077b48> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices

    Tony - Also experiencing the same issue - (also filed under devforums and TSI raised too!) - See content that follows.. I narrowed down the issue to do with CloudStorage (NSUbiquitousKeyValueStore)
    Guys,
    I seriously think this is a new issue occuring after the update of 10.8.1 (MacBookPro Retina) with XCode 4.4.1
    So here goes...
            _ubiquity = [[NSFileManager defaultManager] URLForUbiquityContainerIdentifier:nil];
            _defaults = [NSUserDefaults standardUserDefaults];
            // if ubiquity is available - use it !
            if (_ubiquity) {
                _cloudStore = [NSUbiquitousKeyValueStore defaultStore];
                [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(storeDidChange:) name:NSUbiquitousKeyValueStoreDidChangeExternallyNotificationobject:_cloudStore ];
                [_cloudStore synchronize];
    Later on in the code (someplace else)....
        - (void) setDateOfBirth:(NSDate *)dateOfBirth
            if (self.isCloudEnabled) {
                [_cloudStore setObject:dateOfBirth forKey:@"dateOfBirth"];
            } else {
                [_defaults setObject:dateOfBirth forKey:@"dateOfBirth"];
                [_defaults synchronize];
    (_defaults is a NSUserDefaults object FYI - see above code seg)...
    So when the line (_cloudStore setObject...) occurs, 4 seconds later i receive a crash....
    Aug 23 19:49:04 Sams-MBPr.local filecoordinationd[172]: NSFileCoordinator only handles URLs that use the file: scheme. This one does not:
    x-xcode-log://217822E6-14E4-4004-B9A0-D07C7A613B48
    Per debugger in xcode...
    libxpc.dylib`xpc_get_type:
    0x373dc10c:  ldr    r0, [r0, #4]
    0x373dc10e:  bx     lr
    With the iPhone connected (disconnected from the machine), the error occurs again, and the crashlog shows the following...
    Incident Identifier: DF93D111-C075-4EB0-8287-9EC1964EA7A0
    CrashReporter Key:   c70aa078615a40b5afc89a9d7dc1c8966fb3d753
    Hardware Model:      iPhone3,1
    Process:         gocial [1083]
    Path:            /var/mobile/Applications/4796306D-B310-4EF6-81CD-B9EFE7F40287/gocial.app/gocial
    Identifier:      gocial
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2012-08-23 20:10:14.967 +0200
    OS Version:      iPhone OS 5.1.1 (9B208)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000004
    Crashed Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.ubkvstore
    Thread 0 Crashed:
    0   libxpc.dylib                  0x373dc10c xpc_get_type + 0
    1   libxpc.dylib                  0x373dd7da xpc_connection_send_message_with_reply_sync + 14
    2   SyncedDefaults                0x33393f84 -[SYDClient _sendMessageWithReplySync:] + 236
    3   SyncedDefaults                0x33393c7a -[SYDClient sendMessageWithName:userInfo:] + 38
    4   SyncedDefaults                0x333956f4 -[SYDRemotePreferencesSource synchronizeForced:] + 672
    5   Foundation                    0x3296caa0 __66-[NSUbiquitousKeyValueStore _synchronizeForced:notificationQueue:]_block_invoke_0 + 124
    6   libdispatch.dylib             0x376d0790 _dispatch_barrier_sync_f_invoke + 16
    7   libdispatch.dylib             0x376d0604 dispatch_barrier_sync_f$VARIANT$up + 56
    8   libdispatch.dylib             0x376d0238 dispatch_sync_f$VARIANT$up + 12
    9   libdispatch.dylib             0x376d08b6 dispatch_sync$VARIANT$up + 26
    10  Foundation                    0x3286a05a -[NSUbiquitousKeyValueStore _synchronizeForced:notificationQueue:] + 314
    11  Foundation                    0x32869f18 -[NSUbiquitousKeyValueStore _synchronizeForced:] + 16
    12  Foundation                    0x3296c50c -[NSUbiquitousKeyValueStore _syncConcurrently] + 144
    13  Foundation                    0x328db606 __NSFireTimer + 138
    14  CoreFoundation                0x36c72a2c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 8
    15  CoreFoundation                0x36c72692 __CFRunLoopDoTimer + 358
    16  CoreFoundation                0x36c71268 __CFRunLoopRun + 1200
    17  CoreFoundation                0x36bf449e CFRunLoopRunSpecific + 294
    18  CoreFoundation                0x36bf4366 CFRunLoopRunInMode + 98
    19  GraphicsServices              0x34dbb432 GSEventRunModal + 130
    20  UIKit                         0x34e9dcce UIApplicationMain + 1074
    21  gocial                        0x0003b7b6 main (main.m:16)
    22  gocial                        0x0003b750 start + 32
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager 
    Thread 1:
    0   libsystem_kernel.dylib        0x368a43a8 kevent + 24
    1   libdispatch.dylib             0x376d1ea4 _dispatch_mgr_invoke + 708
    2   libdispatch.dylib             0x376d1bc2 _dispatch_mgr_thread + 30
    Thread 2:
    0   libsystem_kernel.dylib        0x368b4cd4 __workq_kernreturn + 8
    1   libsystem_c.dylib             0x331e6f36 _pthread_wqthread + 610
    2   libsystem_c.dylib             0x331e6cc8 start_wqthread + 0
    Thread 3:
    0   libsystem_kernel.dylib        0x368b4cd4 __workq_kernreturn + 8
    1   libsystem_c.dylib             0x331e6f36 _pthread_wqthread + 610
    2   libsystem_c.dylib             0x331e6cc8 start_wqthread + 0
    Thread 4 name:  WebThread
    Thread 4:
    0   libsystem_kernel.dylib        0x368a4004 mach_msg_trap + 20
    1   libsystem_kernel.dylib        0x368a41fa mach_msg + 50
    2   CoreFoundation                0x36c723ec __CFRunLoopServiceMachPort + 120
    3   CoreFoundation                0x36c71124 __CFRunLoopRun + 876
    4   CoreFoundation                0x36bf449e CFRunLoopRunSpecific + 294
    5   CoreFoundation                0x36bf4366 CFRunLoopRunInMode + 98
    6   WebCore                       0x31be7c9c RunWebThread(void*) + 396
    7   libsystem_c.dylib             0x331ec72e _pthread_start + 314
    8   libsystem_c.dylib             0x331ec5e8 thread_start + 0
    Thread 5:
    0   libsystem_kernel.dylib        0x368b4cd4 __workq_kernreturn + 8
    1   libsystem_c.dylib             0x331e6f36 _pthread_wqthread + 610
    2   libsystem_c.dylib             0x331e6cc8 start_wqthread + 0
    Thread 6 name:  com.apple.NSURLConnectionLoader
    Thread 6:
    0   libsystem_kernel.dylib        0x368a4004 mach_msg_trap + 20
    1   libsystem_kernel.dylib        0x368a41fa mach_msg + 50
    2   CoreFoundation                0x36c723ec __CFRunLoopServiceMachPort + 120
    3   CoreFoundation                0x36c71124 __CFRunLoopRun + 876
    4   CoreFoundation                0x36bf449e CFRunLoopRunSpecific + 294
    5   CoreFoundation                0x36bf4366 CFRunLoopRunInMode + 98
    6   Foundation                    0x32846bb2 +[NSURLConnection(Loader) _resourceLoadLoop:] + 302
    7   Foundation                    0x32846a7a -[NSThread main] + 66
    8   Foundation                    0x328da58a __NSThread__main__ + 1042
    9   libsystem_c.dylib             0x331ec72e _pthread_start + 314
    10  libsystem_c.dylib             0x331ec5e8 thread_start + 0
    Thread 7 name:  com.apple.CFSocket.private
    Thread 7:
    0   libsystem_kernel.dylib        0x368b4570 __select + 20
    1   CoreFoundation                0x36c7663a __CFSocketManager + 726
    2   libsystem_c.dylib             0x331ec72e _pthread_start + 314
    3   libsystem_c.dylib             0x331ec5e8 thread_start + 0
    Thread 0 crashed with ARM Thread State:
        r0: 0x00000000    r1: 0x00000000      r2: 0x00000001      r3: 0x00000000
        r4: 0x00000000    r5: 0x00264aa0      r6: 0x3f665380      r7: 0x2fe36ae0
        r8: 0x3fa99670    r9: 0x0026f320     r10: 0x00000000     r11: 0x37fb38df
        ip: 0x3eede1c0    sp: 0x2fe36a9c      lr: 0x373dd7e1      pc: 0x373dc10c
      cpsr: 0x80000030
    Notice the first lines (libxpc)....
    Appreciate any help - 10 minutes before updating my MBPr, everything was working fine - Now im royally f**....
    Have escalated this to TSI and awaiting a response. If anyone has advice, please feel free to reach out at sam.colak at me dot com.
    Thanks in advance,
    Samuel

  • Xcode 4.4 keeps crashing

    Hi all,
    Just installed the new Xcode 4.4 upgrade through the App Store today and it keeps crashing when I run build. I have tried several different bits of code in case that was the problem, but everything crashes. Have sent the error logs to Apple, but wondered if anyone else has this issue?
    Have deleted 4.4 and will download an re-install the previous 4.3 version and hope that fixes the problem.
    Simon

    Hello Everyone,
    Xcode 4.4 Crashing
    I was runing OS X Lion 10.7.4 with Xcode 4.3.3. This ran fine and I could build and run the iOS simulator fine. I then decided on Wednesday the 23rd July to upgrage Xcode to version 4.4. From that point on when I build and run with the iOS simulator as a target, Xcode 4.4 crashed.
    I then upgrated to OS to Moutain Lion 10.8 with Xcode 4.4 still installed. Exactly the same happened Xcode 4.4 would crash regardless of project or user profile.
    After reading Simon (from Harrogate) comments I decided to unistall Xcode 4.4 and clean up the residual with MacKeeper.
    My intentions were to go back to Xcode 4.3.3.
    After the uninstall of Xcode 4.4 I did a cold reboot and then just to see re-installed Xcode 4.4 from the App Store.
    I performed a re-start and then everything worked fine.
    It appears there is an incompatability between the current Xcode 4.4 and OS X Lion 10.7.4.
    If you do have Xcode 4.4 installed running OS X Lion 10.7.4 and perform the upgrade of the OS to Mountain Lion 10.8 this incomatabliity appears to propogate.
    Solution
    Upgrate OS X to Mountain Lion 10.8.
    Completely unistall Xcode 4.4 (if still installed).
    Clean up and residual install with the likes of MacKeeper.
    Re-boot and re-install Xcode 4.4.
    Regards,
    Steve

  • Xcode 4.6.1 crashes when I build and run my Objective-C project

    I'm running Xcode 4.6.1, with that latest SDKs, I can build the project just fine, but when I try to run it, it crashes.
    Here is the beginning of the crash report.
    Process:         Xcode [13903]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         4.6.1 (2067)
    Build Info:      IDEApplication-2067000000000000~2
    App Item ID:     497799835
    App External ID: 14581035
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [278]
    User ID:         501
    Date/Time:       2013-04-08 18:39:06.482 +0300
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          42003 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  3247 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      DC5CB8D0-2A9C-75E6-5631-42D5362B172F
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 4H512
    UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[__NSCFString alloc]: unrecognized selector sent to instance 0x4009c5ba0
    UserInfo: (null)
    Hints: None
    Backtrace:
      0  0x00007fff8ea76aee __exceptionPreprocess (in CoreFoundation)
      1  0x00007fff867863f0 objc_exception_throw (in libobjc.A.dylib)
      2  0x00007fff8eb0d40a -[NSObject(NSObject) doesNotRecognizeSelector:] (in CoreFoundation)
      3  0x00007fff8ea6502e ___forwarding___ (in CoreFoundation)
      4  0x00007fff8ea64e18 _CF_forwarding_prep_0 (in CoreFoundation)
      5  0x0000000107d230a6 -[DBGLLDBDebugLocalService operationWorkerWithLaunchSession:error:] (in DebuggerLLDBService)
      6  0x0000000107d23593 -[DBGLLDBRunLocalService operationWorkerWithLaunchSession:error:] (in DebuggerLLDBService)
      7  0x00000001051b7017 -[IDERunDestination runOperationForLaunchSession:error:] (in IDEFoundation)
      8  0x00000001051b5c87 -[IDELaunchSchemeAction runOperationForExecutionEnvironment:withBuildOperation:buildParameters:buildabl eProductDirectories:runDestination:outError:] (in IDEFoundation)
      9  0x00000001051b3057 -[IDEScheme _executionOperationForExecutionEnvironment:build:onlyBuild:buildPurpose:buildCo mmand:schemeCommand:overridingProperties:destination:buildLog:filePath:error:tes tCallbackBlock:] (in IDEFoundation)
    10  0x00000001051b52b8 -[IDEScheme runWithExecutionContext:buildIfNeeded:onlyBuild:destination:overridingPropertie s:commandName:error:] (in IDEFoundation)
    11  0x0000000105706e1c -[IDEWorkspaceTabController _actuallyPerformSchemeTask:onScheme:runDestination:command:commandName:buildCom mand:filePath:completionBlock:] (in IDEKit)
    12  0x0000000105708a88 __130-[IDEWorkspaceTabController _performSchemeTask:onScheme:runDestination:command:commandName:buildCommand:fil ePath:completionBlock:]_block_invoke (in IDEKit)
    13  0x00000001057089bf -[IDEWorkspaceTabController _performSchemeTask:onScheme:runDestination:command:commandName:buildCommand:fil ePath:completionBlock:] (in IDEKit)
    14  0x0000000105708fe6 __124-[IDEWorkspaceTabController _performDebuggableSchemeTask:onScheme:runDestination:command:commandName:buildC ommand:filePath:]_block_invoke (in IDEKit)
    15  0x000000010675f0c4 -[DVTDeveloperModeAlertHelper _askToEnableDeveloperModeIfNecessary] (in DVTDeveloperModeHelper)
    16  0x0000000105708f40 -[IDEWorkspaceTabController _performDebuggableSchemeTask:onScheme:runDestination:command:commandName:buildC ommand:filePath:] (in IDEKit)
    17  0x0000000105709167 -[IDEWorkspaceTabController _runScheme:runDestination:] (in IDEKit)
    18  0x00007fff878bb989 -[NSApplication sendAction:to:from:] (in AppKit)
    19  0x0000000104d88f60 -[DVTApplication sendAction:to:from:] (in DVTKit)
    20  0x00007fff878bb989 -[NSApplication sendAction:to:from:] (in AppKit)
    21  0x0000000104d88f60 -[DVTApplication sendAction:to:from:] (in DVTKit)
    22  0x0000000104e3f89e -[DVTDelayedMenuButtonCell trackMouse:inRect:ofView:untilMouseUp:] (in DVTKit)
    23  0x00007fff878b8bcc -[NSControl mouseDown:] (in AppKit)
    24  0x00007fff878b053e -[NSWindow sendEvent:] (in AppKit)
    25  0x00007fff878ac674 -[NSApplication sendEvent:] (in AppKit)
    26  0x00000001055a568e -[IDEApplication sendEvent:] (in IDEKit)
    27  0x00007fff877c224a -[NSApplication run] (in AppKit)
    28  0x00007fff87766c06 NSApplicationMain (in AppKit)
    29  0x0000000104950b6f (in Xcode)
    30  0x0000000104950b00 (in Xcode)
    objc[13903]: garbage collection is ON
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8c4e8212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8f128b54 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8f16cdce abort + 143
    3   com.apple.dt.IDEKit                     0x000000010572c4cf +[IDEAssertionHandler _handleAssertionWithLogString:reason:] + 578
    4   com.apple.dt.IDEKit                     0x000000010572d10b -[IDEAssertionHandler handleUncaughtException:] + 527
    5   com.apple.AppKit                        0x00007fff877c2312 -[NSApplication run] + 836
    6   com.apple.AppKit                        0x00007fff87766c06 NSApplicationMain + 869
    7   com.apple.dt.Xcode                      0x0000000104950b6f 0x10494f000 + 7023
    8   com.apple.dt.Xcode                      0x0000000104950b00 0x10494f000 + 6912
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8c4e8d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8db7bdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8db7b9ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8c4e6686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c4e5c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8ea13233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8ea18916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8ea180e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff84e51b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff84eafcd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8f1277a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8f1141e1 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8c4e8322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8ea57f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8f1277a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8f1141e1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8c4e6686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c4e5c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8ea13233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8ea18916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8ea180e2 CFRunLoopRunSpecific + 290
    5   com.apple.DTDeviceKit                   0x000000010ab73593 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 229
    6   com.apple.Foundation                    0x00007fff84eafcd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8f1277a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8f1141e1 thread_start + 13
    Thread 5:: DYMobileDeviceManager
    0   libsystem_kernel.dylib                  0x00007fff8c4e6686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c4e5c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8ea13233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8ea18916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8ea180e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff84eb4f5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.Foundation                    0x00007fff84e4d75a -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.Foundation                    0x00007fff84eafcd2 __NSThread__main__ + 1345
    8   libsystem_c.dylib                       0x00007fff8f1277a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8f1141e1 thread_start + 13
    Thread 6:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8c4e80fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8f12bfe9 _pthread_cond_wait + 869
    2   com.apple.CoreVideo                     0x00007fff896992a1 CVDisplayLink::runIOThread() + 689
    3   com.apple.CoreVideo                     0x00007fff89698fd7 startIOThread(void*) + 148
    4   libsystem_c.dylib                       0x00007fff8f1277a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8f1141e1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8c4e80fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8f12bfe9 _pthread_cond_wait + 869
    2   com.apple.Xcode.DevToolsCore            0x0000000108a587e4 -[XCInvocationQueue _processInvocationsInThreadSlotNumber:] + 457
    3   com.apple.Foundation                    0x00007fff84eafcd2 __NSThread__main__ + 1345
    4   libsystem_c.dylib                       0x00007fff8f1277a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8f1141e1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8c4e86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8f129f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8f129d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8f1141d1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8c4e86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8f129f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8f129d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8f1141d1 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8c4e86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8f129f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8f129d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8f1141d1 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8c4e86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8f129f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8f129d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8f1141d1 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8c4e6686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c4e5c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8ea13233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8ea18916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8ea180e2 CFRunLoopRunSpecific + 290
    5   com.apple.DebugSymbols                  0x00007fff837c2590 SpotlightQueryThread(void*) + 356
    6   libsystem_c.dylib                       0x00007fff8f1277a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8f1141e1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8c4e8386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8f1b1800 nanosleep + 163
    2   com.apple.CoreSymbolication             0x00007fff90034358 0x7fff9001e000 + 90968
    3   libsystem_c.dylib                       0x00007fff8f1277a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff8f1141e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5b2b09d8  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5b2b0a00  rsp: 0x00007fff5b2b09d8
       r8: 0x00007fff74fa7278   r9: 0x00007fd08b9d0a00  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5b2b0b08  r13: 0x00007fff73c8b0e0  r14: 0x00007fff74fa8180  r15: 0x00000004003404a0
      rip: 0x00007fff8c4e8212  rfl: 0x0000000000000206  cr2: 0x00000001066ee2d0
    Logical CPU: 0
    Binary Images:
           0x10494f000 -        0x104951ff7  com.apple.dt.Xcode (4.6.1 - 2067) <C9C3FF93-7FFF-3053-A4C2-B12276B69D86> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x10495c000 -        0x104c7cfff  com.apple.dt.DVTFoundation (4.6.1 - 2089) <C4552855-AC7A-36FD-BDDB-EF6626C3A125> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
           0x104d7f000 -        0x104fddff7  com.apple.dt.DVTKit (4.6.1 - 2078) <9FA9F506-2F59-3763-BDF3-1959B56DB96C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
           0x105141000 -        0x1053d6ff7  com.apple.dt.IDEFoundation (4.6.1 - 2100) <47EB6FB5-C322-3542-A52B-C231857FEF44> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
           0x10558f000 -        0x105a6dff7  com.apple.dt.IDEKit (4.6.1 - 2113) <201F8606-024E-3BE2-B5AB-94AF66A6AD61> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x105dad000 -        0x105e4ffff  com.apple.PackageKit (3.0 - 260) <B9C3BB80-C2A3-3E9E-A9C0-EB58B5F42512> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x105ec0000 -        0x1066edfff +libclang.dylib (425.0.27) <2A8F1CA5-F22D-3DEC-B074-DF9B659FFD83> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
           0x10675d000 -        0x106760ff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <C44FE3DF-38CD-39C6-9C8F-7E9A72A2C24A> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
           0x10685f000 -        0x10685fff9 +cl_kernels (???) <9713F25D-53A9-4D3E-893D-6405FB74BD10> cl_kernels
           0x10686e000 -        0x106877fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x1068a5000 -        0x1068a6ffa +cl_kernels (???) <08553A65-50CF-481B-8C68-B3543D9D261E> cl_kernels
           0x107d1a000 -        0x107d1cfff  com.apple.dt.dbg.DebuggerGDBService (4.6.1 - 2083) <2EE8B833-95B7-384B-8D30-468BEF8FF13D> /Applications/Xcode.app/Contents/PlugIns/DebuggerGDBService.ideplugin/Contents/ MacOS/DebuggerGDBService
           0x107d22000 -        0x107d24fff  com.apple.dt.dbg.DebuggerLLDBService (4.6.1 - 2083) <B59877A4-D301-372D-BB33-A7B05EBB43F2> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
           0x107d2a000 -        0x107d59ff7  com.apple.framework.ConfigurationProfiles (5.3 - 548) <7F37BCC8-2F44-35BD-A630-628CE0539C23> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
           0x107d72000 -        0x107d75ff7  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.6.1 - 2053) <A4A5BE93-F04F-3C73-9962-12D37FE5FD5C> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplugin /Contents/MacOS/IDEInterfaceBuilderAutomator
           0x107dfb000 -        0x107dfcffb +cl_kernels (???) <821597B5-B94D-4D53-9858-FA6C5DB816B1> cl_kernels
           0x107dff000 -        0x107e06fff  com.apple.dt.IDE.HexEditor (4.6.1 - 2053) <EA5091A9-EF47-3F3B-9F21-455DD4DA8B7B> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
           0x107e3b000 -        0x10814efff  com.apple.dt.IDE.IDEInterfaceBuilderKit (4.6.1 - 3084) <11D3F121-D664-3AFF-885C-1F0CB8A4438E> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
           0x10836a000 -        0x1083dcfff  com.apple.dt.IBAutolayoutFoundation (1.0 - 1) <0B227929-73AC-3F73-9CCA-0F6862920EFF> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
           0x108471000 -        0x1084c8fff  com.apple.dt.IDE.IDEFindReplace (4.6.1 - 2061) <627D4C8F-2522-33D9-9E64-07183AF63E09> /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacO S/IDEFindReplace
           0x108508000 -        0x108554ff7  com.apple.DADocSetAccess (4.6.1 - 2054) <A2ACF769-A031-3D4D-B2EA-12A925AAC2A2> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
           0x108582000 -        0x10859eff7  com.apple.DADocSetManagement (4.6.1 - 2052) <8C273CDD-7895-3ABC-B084-3D1EB2A3DF84> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
           0x1085b3000 -        0x1085fffff  com.apple.dt.IDE.IDEDocViewer (4.6.1 - 2054) <85FB1ABC-547B-358A-BDA9-E74E7931FA38> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
           0x10863e000 -        0x108657fff  com.apple.dt.IDE.IDEQuickHelp (4.6.1 - 2062) <FC097A5C-C4F9-3EF6-838D-D35F87AA31F0> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
           0x108670000 -        0x108706ff7  com.apple.dt.IDE.IDESourceEditor (4.6.1 - 2063) <B87396F5-06F5-3502-906D-C7491EF1C084> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
           0x10876a000 -        0x10878ffff  com.apple.dt.dbg.DebuggerFoundation (4.6.1 - 2083) <FB7FB212-5EEB-3439-947B-43F827E9DCC9> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
           0x1087b1000 -        0x1087e8fff +com.ridiculousfish.HexFiendFramework (4.6.1 - 2053) <A335FD49-9D87-3050-B178-0C71D6A4BEA3> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
           0x10880f000 -        0x108827ff7  com.apple.dt.IDE.SharedPlugInUtilities (4.6.1 - 2052) <F3D29B2C-BFAC-3B06-B2D7-0431E8B966C8> /Applications/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Conten ts/MacOS/SharedPlugInUtilities
           0x108837000 -        0x108851ff7  com.apple.dt.IDE.Xcode3Core (4.6.1 - 2110) <8120BED3-9E06-3307-BD12-0563990144A5> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
           0x108864000 -        0x10886dff7  com.apple.DevToolsFoundation (6.6.1 - 2110) <968160FB-0778-3D27-8427-17ED38E69AFA> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x1088c7000 -        0x108930fff  com.apple.dt.dbg.DebuggerUI (4.6.1 - 2083) <78DEA1A9-FDF6-33ED-AD13-73DCA1B3D9E6> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
           0x108988000 -        0x108c1bfff  com.apple.Xcode.DevToolsCore (6.6.1 - 2110) <3BB88B3C-9029-3ACA-80CE-202B94CCC3EF> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x108d6b000 -        0x108da1fff  com.apple.Xcode.DevToolsSupport (6.6.1 - 2110) <EC8F0DCC-5121-3BFB-9985-4E159DAABB42> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x108e43000 -        0x108f55fff  com.apple.dt.IDE.Xcode3UI (4.6.1 - 2110) <455C49AF-639E-349B-8526-3E74A8B9C583> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
           0x10aa6c000 -        0x10aa97ff7  com.apple.DTDeviceKitBase (4.6.1 - 2083) <7774B241-C28E-3C58-98F9-4964F3E94905> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x10aab6000 -        0x10aaceff7  com.apple.DeviceLinkX (5.0 - 260) <8176EBAB-D996-3DEE-B5A7-B8FD5FAD24DA> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x10ab6a000 -        0x10abe9fff  com.apple.DTDeviceKit (4.2 - 2083) <53436735-541B-377A-9FEA-434AB9BF54A9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x10ac42000 -        0x10ac4cff7  com.apple.DVTiPhoneSimulatorRemoteClient (4.6.1 - 2056) <4A8D5035-391B-38E3-9917-290A652A695B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers ions/A/DVTiPhoneSimulatorRemoteClient
           0x10ac61000 -        0x10ac66fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <39BF351C-010A-3CBB-AE72-265C5C809E1B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10b433000 -        0x10b4d0fff  com.apple.mobiledevice (555.43 - 555.43) <4460453F-C565-36B8-B1B8-6626AF98CBB5> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x10b62c000 -        0x10b781ff7  com.apple.audio.units.Components (1.8 - 1.8) <CF8813FC-2BF8-33F6-AA0E-8F0529B32081> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x10b80a000 -        0x10b814fff  com.apple.xcode.plug-in.CoreBuildTasks (6.6.1 - 2110) <592F3D6C-1CB1-3D50-8B27-20F77710A5A6> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
           0x10b81d000 -        0x10b821fff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <4B68EDBE-376B-31F3-8593-EB127F106BDE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x10b93a000 -        0x10b93affb +cl_kernels (???) <0E7E30FF-0622-4E30-9E34-B8995F4E50AA> cl_kernels
           0x10bac6000 -        0x10bb10fff  com.apple.GPUTools (1.0 - 149) <2371A169-5A90-3218-AA69-FC55380C6592> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
           0x10c8b1000 -        0x10c965fff  com.apple.dt.IDE.IDEiPhoneSupport (4.6.1 - 2090) <5A60C6EA-B729-36E3-9AC8-A23EC8700580> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport
           0x10c9f3000 -        0x10ca11ff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.6.1 - 2053) <BD749CD4-937C-3A19-962A-D6CE8CAA907E> /Applications/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplugi n/Contents/MacOS/IDEArchivedApplicationsViewer
           0x10cab1000 -        0x10cbf0ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.6.1 - 3084) <7E646431-E058-3B18-AC28-EB4A4BCF8C9F> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x10ccd9000 -        0x10cd21ff7  com.apple.glut (3.5.2 - GLUT-3.5.2) <A82DC750-C5E2-3833-8C8D-EA317B8BA260> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x10cd95000 -        0x10cda5ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.6.1 - 2053) <A15B08BD-482C-3BAD-8055-714A04E25132> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/Con tents/MacOS/IDEInterfaceBuilderCocoa
           0x10cdb8000 -        0x10d1c1fff  com.apple.SceneKit (3.2 - 155.5) <206ECA89-60D1-3825-85D0-A8590AB7C559> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
           0x10d3c5000 -        0x10d3f1ff7  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <971E7510-32BE-36DB-84F4-CBFDC52FC9AB> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x10d413000 -        0x10d417ff7  com.apple.dt.gpu.GPUTraceDebugger (4.6.1 - 111) <4AB11DEB-FD9D-3390-B1A0-D3BA38890AE3> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
           0x10d41e000 -        0x10d427ff7  com.apple.dt.gpu.GPUDebuggerKit (4.6.1 - 111) <7DD0073E-6DD9-3733-9446-7B52845102C0> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
           0x10d436000 -        0x10d43cfff  com.apple.GPUToolsInterface (1.0 - 36.16) <9D3C1887-9EFA-3885-993D-6ACCD18B269E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
           0x10d444000 -        0x10d449fff  com.apple.dt.IDE.IDEPDFViewer (4.6.1 - 2054) <3AE07D4A-E4FA-341D-8896-F3296801E403> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer
           0x10d4d3000 -        0x10d67dff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.6.1 - 2083) <8EB3827E-E087-3766-996B-D77900CF4421> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x10e3c7000 -        0x10e45aff7  com.apple.dt.gpu.GPUDebuggerFoundation (4.6.1 - 111) <6A4DBE9F-BE0E-3FA8-8787-E7C4D761E9D8> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
           0x10e4aa000 -        0x10e522ff7  com.apple.GPUToolsCore (1.0 - 149) <44B5923D-59B6-3F40-9CE2-D63395976A19> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
           0x10e561000 -        0x10e607fff  com.apple.GPUToolsAnalysis (1.0 - 36.16) <A648D226-EFA9-3405-8532-D1CE9D31ECA7> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Ve rsions/A/GPUToolsAnalysis
           0x10e644000 -        0x10e6bbfff  com.apple.GPUToolsServices (1.0 - 36.16) <F583C142-55CA-356E-B52A-85994F68F91C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
           0x10e70c000 -        0x10e79bfff  com.apple.dt.gpu.GPUTraceDebuggerUI (4.6.1 - 111) <260182FF-BE69-3AC9-B6AB-BE0BE7330AFF> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
           0x10e7d9000 -        0x10e849ff7  com.apple.dt.gpu.GPURenderTargetEditor (4.6.1 - 111) <1BDA0957-EC78-37AF-AC12-42938F6FDC03> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor
           0x10e89a000 -        0x10e8aefff  com.apple.dt.IDE.IDERTFEditor (4.6.1 - 2052) <0BAFC2A1-9897-3E58-B66A-6591458A57D0> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor
           0x10e8c0000 -        0x10e8c9ff7  com.apple.dt.PlistEditor (4.6.1 - 2054) <CF56F041-D702-319F-9C8B-A4EC115801A7> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor
           0x10e8d5000 -        0x10e8ddff7  com.apple.dt.ScriptingDefinitionEditor (4.6.1 - 2052) <51DEC59C-3741-39B5-A7CF-66BC85368717> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor
           0x10e8e5000 -        0x10e91efff  com.apple.dt.IDE.IDESceneKitEditor (4.6.1 - 2054) <E1A8260C-C894-343F-B8F9-C29D47424D3D> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/M acOS/IDESceneKitEditor
           0x10e952000 -        0x10e954ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (4.6.1 - 2083) <F390AAB3-DCA6-3849-9AF1-C473D28BCB41> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSuppor t.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport
           0x10ef69000 -        0x10f03dfff  com.apple.dt.IDE.IDEModelEditor (4.6.1 - 2061) <77B4E1C8-4336-3EED-BEBD-4BA33EC3FD18> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor
           0x10f0cd000 -        0x10f134ff7  com.apple.dt.IDE.IDEModelFoundation (4.6.1 - 2061) <90D06316-0607-3FB0-8756-69072FBA4494> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation
           0x10f24e000 -        0x10f280ff7  com.apple.dt.IDE.IDELogNavigator (4.6.1 - 2053) <EF5844D3-B1E1-3D35-8115-1F65176F4AE8> /Applications/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/Mac OS/IDELogNavigator
           0x10f2a6000 -        0x10f2b4fff  com.apple.dt.IDE.IDEQuickLookEditor (4.6.1 - 2052) <1AE36D51-137B-314D-8E6E-598D22CC92C6> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/ MacOS/IDEQuickLookEditor
           0x10f2c5000 -        0x10f2d0ff7  com.apple.dt.IDE.IDEProjectsOrganizer (4.6.1 - 2052) <759D22C7-B3B8-3661-ACA6-B41E9F56B9D8> /Applications/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Content s/MacOS/IDEProjectsOrganizer
           0x10f2dc000 -        0x10f30bfff  com.apple.dt.gpu.GPUDebuggeriOSSupport (4.6.1 - 51.11) <C3D16542-3AE4-3AAB-98F2-B825358757FC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport
           0x10f330000 -        0x10f340fff  com.apple.GPUToolsMobileFoundation (1.0 - 52.16) <F6E82147-CD3B-34A6-B21C-D437543E36AF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation
           0x10f34f000 -        0x10f3a1fff  com.apple.GPUToolsExpert (1.0 - 52.16) <80AA8402-ECFC-3384-AABA-C6BCC19DD869> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert
           0x10f3e2000 -        0x10f3f4ff7  com.apple.dt.IDE.IDEStructureNavigator (4.6.1 - 2053) <D4652E15-364A-37EB-94D6-52F2DA20A29D> /Applications/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Conten ts/MacOS/IDEStructureNavigator
           0x10f402000 -        0x10f43afff  com.apple.dt.IDE.IDERepositoryViewer (4.6.1 - 2053) <9F559D13-DB98-3F0E-AD11-491DBE97607F> /Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin/Contents /MacOS/IDERepositoryViewer
           0x10f46b000 -        0x10f481fff  com.apple.dt.IDE.IDESymbolNavigator (4.6.1 - 2053) <2967DC03-A887-3933-9CB8-9FA893FE13C6> /Applications/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Contents/ MacOS/IDESymbolNavigator
           0x10f494000 -        0x10f4a1fff  com.apple.dt.IDE.IDEIssueNavigator (4.6.1 - 2053) <760DA6B2-78FC-3803-8B65-979440BA7823> /Applications/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents/M acOS/IDEIssueNavigator
           0x10f514000 -        0x10f516fff  com.apple.dt.IDE.IDEAppleScriptEditor (4.6.1 - 2052) <8CDF9954-86AA-32DD-BD4A-9D5C5EC295FE> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
           0x10f627000 -        0x10f63ffff  com.apple.gputools.MobileAnalysis (1.0 - 52.16) <27FABF5A-D533-3BBF-9F75-1319FA7E7222> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/MobileAnalysis.gtplugin/Contents/MacOS/MobileAnalysis
           0x10f64b000 -        0x10f671fff  libPDFRIP.A.dylib (331.0.4) <27A183A6-EB7D-3CAD-928A-CAF6E3492CA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x10ff34000 -        0x10ffceff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x110374000 -        0x110532fff  GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x110569000 -        0x1106d9fff  libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x110711000 -        0x11071efff  libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x110725000 -        0x110abcff7  com.apple.driver.AppleIntelHDGraphicsGLDriver (8.10.44 - 8.1.0) <B42A1921-2D3F-33DE-B3A0-5E597CA7C2F0> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
           0x110be8000 -        0x110c13fff  GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x110fee000 -        0x110fefffb +cl_kernels (???) <2BD540C6-F37A-4100-8EBF-3132CF33C5E5> cl_kernels
           0x1110f9000 -        0x1110feff7  com.apple.dt.IDE.IDEInstrumentsService (4.6.1 - 2083) <BDB82F9F-C85E-3034-AF1A-79E8E9980512> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Conten ts/MacOS/IDEInstrumentsService
           0x1113d2000 -        0x1113e6ff7  com.apple.dt.IDE.IDEGit (4.6.1 - 2060) <66B01AF1-2DAB-3A27-A76E-1B649F569449> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
           0x111400000 -        0x111402fff  com.apple.dt.IDE.IDEAppleScriptCore (4.6.1 - 2052) <7009A193-71D7-390E-AF56-124749DE963A> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/ MacOS/IDEAppleScriptCore
           0x11151d000 -        0x11152cfff  com.apple.dt.IDE.IDESubversion (4.6.1 - 2058) <3002287F-783C-345B-B7E1-5E45ECA4CDFA> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS /IDESubversion
           0x200000000 -        0x20092dff7  com.apple.GeForceGLDriver (8.10.44 - 8.1.0) <3851C869-C1CF-3EFE-A08C-025318833871> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff6454f000 -     0x7fff6458393f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff837ad000 -     0x7fff837b1fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff837b2000 -     0x7fff837c0ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff837c1000 -     0x7fff837f7fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8380d000 -     0x7fff83838fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff83839000 -     0x7fff83859fff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8385a000 -     0x7fff83874fff  com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff83875000 -     0x7fff83882ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff83883000 -     0x7fff838ecfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff838ed000 -     0x7fff8391bfff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8391c000 -     0x7fff83925ff7  com.apple.marco (8.0 - 900) <89016888-E37F-3244-906B-D88102483CA3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff83926000 -     0x7fff8398eff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8398f000 -     0x7fff8398ffff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff83990000 -     0x7fff8399bff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8399c000 -     0x7fff84959fff  com.apple.WebCore (8536 - 8536.28.10) <89CDA119-0FC8-3D0E-87B8-AB96BE6D1A36> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff849b5000 -     0x7fff849fefff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff849ff000 -     0x7fff84a0cfff  libexslt.0.dylib (11.3) <271ACF5E-D832-31EC-AC76-74E130F80951> /usr/lib/libexslt.0.dylib
        0x7fff84a0d000 -     0x7fff84a14fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff84a24000 -     0x7fff84acaff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff84acb000 -     0x7fff84b21fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff84b22000 -     0x7fff84bfcfff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff84c4d000 -     0x7fff84d4afff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff84d4b000 -     0x7fff84d4fff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff84d50000 -     0x7fff84d5cfff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff84d5f000 -     0x7fff84d99ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff84d9d000 -     0x7fff84db8ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff84db9000 -     0x7fff84dbaff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff84dbb000 -     0x7fff84dddff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff84dde000 -     0x7fff84e19fff  com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff84e1a000 -     0x7fff85177ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff851a2000 -     0x7fff851a9fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff85201000 -     0x7fff8531afff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8531b000 -     0x7fff85332fff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff85333000 -     0x7fff8534afff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8534b000 -     0x7fff85351fff  libCGXCoreImage.A.dylib (331.0.4) <004875C9-182C-34E9-B6C8-5B2BF2A998E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff85352000 -     0x7fff85355fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff85356000 -     0x7fff85480ff7  com.apple.avfoundation (2.0 - 361.32) <E99A8D44-3283-377D-AF56-65F9651CEA8E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff854c5000 -     0x7fff85564ff7  com.apple.imcore (8.0 - 900) <F71E8D85-BE37-37C7-8536-7DCF396984A9> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff85565000 -     0x7fff85836ff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff858a5000 -     0x7fff85904fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff85905000 -     0x7fff8591afff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8591b000 -     0x7fff8591bfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8591c000 -     0x7fff85923fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff85e22000 -     0x7fff85edfff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff85ee0000 -     0x7fff85ee1fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff85ee2000 -     0x7fff85eecfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff85eed000 -     0x7fff85f0cff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff85f0f000 -     0x7fff85f3bfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff85fd9000 -     0x7fff85fdbfff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff86038000 -     0x7fff862d3fff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff86775000 -     0x7fff8688d92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8692c000 -     0x7fff86940fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff86941000 -     0x7fff86a5bfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff86a8f000 -     0x7fff86b5dfff  com.apple.Bluetooth (4.1.3 - 4.1.3f3) <2B65555C-CD6D-39D5-86A5-13E62A7C584E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff86b5e000 -     0x7fff86b62fff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff86b63000 -     0x7fff86b70fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff86b71000 -     0x7fff86c66fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff86c67000 -     0x7fff86e67fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff86e68000 -     0x7fff86e69ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff86e6a000 -     0x7fff86ed8fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff86ed9000 -     0x7fff86edefff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff86edf000 -     0x7fff872d6fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff872d7000 -     0x7fff87316ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff87320000 -     0x7fff875e3ff7  com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff875e4000 -     0x7fff875e8fff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff875e9000 -     0x7fff875f6ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff875f7000 -     0x7fff875f9fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff87676000 -     0x7fff882a3ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff882ac000 -     0x7fff882c3fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff882c4000 -     0x7fff8851fff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff88520000 -     0x7fff8852eff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8852f000 -     0x7fff88530ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff88531000 -     0x7fff88558fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff88559000 -     0x7fff88564fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff88565000 -     0x7fff88571ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff887bb000 -     0x7fff88828ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8882b000 -     0x7fff8887aff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8887b000 -     0x7fff89022fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff89023000 -     0x7fff89023fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff89029000 -     0x7fff8902fff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff890d8000 -     0x7fff890e8fff  com.apple.AppleScriptObjC (1.2.1 - 21.1) <85A8E05F-35F2-31CE-9C7A-B84997CA274E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
        0x7fff890e9000 -     0x7fff89106ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff89107000 -     0x7fff89135ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8914b000 -     0x7fff8915aff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8915b000 -     0x7fff89597fff  com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff89598000 -     0x7fff8959dfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff89603000 -     0x7fff8964efff  com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff89697000 -     0x7fff896c1ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff896f8000 -     0x7fff89803fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff89804000 -     0x7fff89829ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8982a000 -     0x7fff89856fff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff89857000 -     0x7fff898b1ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff898b2000 -     0x7fff898b5fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff898b6000 -     0x7fff899a7ff7  com.apple.PubSub (1.0.5 - 65.32) <ACEFD82D-94CB-3ACD-A74F-F0F244462A71> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff899a8000 -     0x7fff899c2fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff89a00000 -     0x7fff89a4aff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff89a4b000 -     0x7fff89a4fff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff89a50000 -     0x7fff89aeeff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff89aef000 -     0x7fff89af1ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff89af2000 -     0x7fff89b35ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff89b36000 -     0x7fff89b3eff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff89b3f000 -     0x7fff89bdcff7  com.apple.PDFKit (2.7.3 - 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff89be3000 -     0x7fff89beefff  com.apple.CoreBluetooth (100.6 - 1) <8166B68C-3AA7-30F9-8454-CA2AA03F50E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
        0x7fff89bf1000 -     0x7fff89c72fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff89c73000 -     0x7fff89c7afff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff89c7b000 -     0x7fff89c8afff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968

    The project is just the default code you get when you create a new project?
    Have you tried creating a new project and running it to see if the problem changes?
    HAve you tried runnign a clean and then a build?
    If you've done that and it still crashes create a new user, log into that account and try Xcode. Does it crash in the new user account also?
    If it runs as the new user something in your environment is causing the problem. If it crashes as the new user also then it is a system wide issue. In this case I'd try a re-install of Xcode first.
    post back with the results.
    regards

  • Xcode 6.0.1 crashes when trying to debug on device

    Running Xcode on Mavericks (10.9.5) it crashes consistently when I try to debug, on either iPad Mini retina with 8.0.2 or iPhone 5 (7.1.1).
    It also crashes if I try to view the devices from Window -> Devices.
    It looks to be having issues with the thread 'fetchUncrushedAppIcon'. I've googled and found nothing that refers to that thread so any help would be hugely appreciated!
    Here's the summary of the crash:
    Process:    
    Xcode [797]
    Path:       
    /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier: 
    com.apple.dt.Xcode
    Version:    
    6.0.1 (6528)
    Build Info: 
    IDEFrameworks-6528000000000000~2
    App Item ID:
    497799835
    App External ID: 712682811
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [305]
    Responsible:
    Xcode [797]
    User ID:    
    501
    Date/Time:  
    2014-10-11 17:06:28.074 +0100
    OS Version: 
    Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  FFDDE226-AB74-B2F7-E1EA-0A27328EBAF8
    Crashed Thread:  14  Dispatch queue: -fetchUncrushedAppIcon: queue
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 6A317
    UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[DTDKRemoteDeviceToken deviceRef]: unrecognized selector sent to instance 0x7fc380108570
    UserInfo: (null)
    Hints: None
    Backtrace:
      0  0x00007fff892bc244 __exceptionPreprocess (in CoreFoundation)
      1  0x0000000104146184 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
      2  0x00007fff92eb8e75 objc_exception_throw (in libobjc.A.dylib)
      3  0x00007fff892bf12d -[NSObject(NSObject) doesNotRecognizeSelector:] (in CoreFoundation)
      4  0x00007fff8921a272 ___forwarding___ (in CoreFoundation)
      5  0x00007fff89219df8 _CF_forwarding_prep_0 (in CoreFoundation)
      6  0x0000000110978046 __62-[DTDKApplication(InterfaceExtensions) fetchUncrushedAppIcon:]_block_invoke_2 (in DTDeviceKit)
      7  0x000000010417cbac __DVTDispatchAsync_block_invoke (in DVTFoundation)
      8  0x00007fff887b61bb _dispatch_call_block_and_release (in libdispatch.dylib)
      9  0x00007fff887b328d _dispatch_client_callout (in libdispatch.dylib)
    10  0x00007fff887b5673 _dispatch_queue_drain (in libdispatch.dylib)
    11  0x00007fff887b69c1 _dispatch_queue_invoke (in libdispatch.dylib)
    12  0x00007fff887b4f87 _dispatch_root_queue_drain (in libdispatch.dylib)
    13  0x00007fff887b6177 _dispatch_worker_thread2 (in libdispatch.dylib)
    14  0x00007fff8cf7fef8 _pthread_wqthread (in libsystem_pthread.dylib)
    15  0x00007fff8cf82fb9 start_wqthread (in libsystem_pthread.dylib)
    abort() called
    create_symbol_owner_data -- UUID: 302A0B44-B995-378D-9853-89D8C103FF9C, Path: /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit, DSYM Path: <none>, is_dyld_shared_cache: No
    Application Specific Signatures:
    NSInvalidArgumentException
    Application Specific Backtrace 1:
    0   CoreFoundation                 
    0x00007fff892bc25c __exceptionPreprocess + 172
    1   DVTFoundation                  
    0x0000000104146184 DVTFailureHintExceptionPreprocessor + 194
    2   libobjc.A.dylib                
    0x00007fff92eb8e75 objc_exception_throw + 43
    3   CoreFoundation                 
    0x00007fff892bf12d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    4   CoreFoundation                 
    0x00007fff8921a272 ___forwarding___ + 1010
    5   CoreFoundation                 
    0x00007fff89219df8 _CF_forwarding_prep_0 + 120
    6   DTDeviceKit                    
    0x0000000110978046 __62-[DTDKApplication(InterfaceExtensions) fetchUncrushedAppIcon:]_block_invoke_2 + 144
    7   DVTFoundation                  
    0x000000010417cbac __DVTDispatchAsync_block_invoke + 106
    8   libdispatch.dylib              
    0x00007fff887b61bb _dispatch_call_block_and_release + 12
    9   libdispatch.dylib              
    0x00007fff887b328d _dispatch_client_callout + 8
    10  libdispatch.dylib              
    0x00007fff887b5673 _dispatch_queue_drain + 451
    11  libdispatch.dylib              
    0x00007fff887b69c1 _dispatch_queue_invoke + 110
    12  libdispatch.dylib              
    0x00007fff887b4f87 _dispatch_root_queue_drain + 75
    13  libdispatch.dylib              
    0x00007fff887b6177 _dispatch_worker_thread2 + 40
    14  libsystem_pthread.dylib        
    0x00007fff8cf7fef8 _pthread_wqthread + 314
    15  libsystem_pthread.dylib        
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib  
    0x00007fff90b5fa6e semaphore_timedwait_trap + 10
    1   libdispatch.dylib       
    0x00007fff887b79be _dispatch_semaphore_wait_slow + 147
    2   com.apple.CoreSymbolication 
    0x00007fff89880123 CSCppDaemonConnection::send_sync_message(XPCObject) + 209
    3   com.apple.CoreSymbolication 
    0x00007fff898811c2 CSCppDaemonConnection::read_mmap_archive(MMapArchiveFileSystem::ArchiveEntry&, void**, unsigned long*) + 148
    4   com.apple.CoreSymbolication 
    0x00007fff8987ec00 CSCppMMapArchiveCache::archive_for_uuid(UUID const&, bool) + 260
    5   com.apple.CoreSymbolication 
    0x00007fff89821131 CSCppSymbolOwnerData* create_symbol_owner_data_arch_specific<SizeAndEndianness<Pointer64, LittleEndian> >(CSCppSymbolOwner*, CSCppDsymData*) + 360
    6   com.apple.CoreSymbolication 
    0x00007fff89820a74 create_symbol_owner_data2(CSCppSymbolOwner*, CSCppDsymData*) + 71
    7   com.apple.CoreSymbolication 
    0x00007fff898209de CSCppSymbolOwnerCache::create_symbol_owner_data(CSCppSymbolOwner*, CSCppDsymData*) + 618
    8   com.apple.CoreSymbolication 
    0x00007fff89820381 CSCppSymbolOwnerCache::data_for_symbol_owner(CSCppSymbolOwner*) + 45
    9   com.apple.CoreSymbolication 
    0x00007fff89820327 CSCppSymbolOwner::data() + 23
    10  com.apple.CoreSymbolication 
    0x00007fff89827bca CSSymbolicatorGetSymbolWithAddressAtTime + 85
    11  com.apple.dt.DVTFoundation  
    0x00000001040eb401 -[DVTStackBacktrace symbolicatedStackBacktraceFrames] + 226
    12  com.apple.dt.DVTFoundation  
    0x00000001040eb215 -[DVTStackBacktrace stringRepresentation] + 66
    13  com.apple.dt.IDEKit     
    0x0000000105388bb9 -[IDEAssertionHandler handleUncaughtException:] + 646
    14  com.apple.dt.IDEKit     
    0x0000000105388e37 IDEHandleUncaughtException + 94
    15  com.apple.AppKit        
    0x00007fff86727aa8 -[NSApplication run] + 821
    16  com.apple.AppKit        
    0x00007fff86712783 NSApplicationMain + 940
    17  libdyld.dylib           
    0x00007fff909995fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff90b64662 kevent64 + 10
    1   libdispatch.dylib       
    0x00007fff887b5421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib       
    0x00007fff887b5136 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib  
    0x00007fff90b5fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff90b5ed18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff891def15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff891de539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff891dde75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation    
    0x00007fff88833ff7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation    
    0x00007fff88833dfb __NSThread__main__ + 1318
    7   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    8   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    9   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib  
    0x00007fff90b639aa __select + 10
    1   com.apple.CoreFoundation
    0x00007fff8922aa03 __CFSocketManager + 867
    2   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    3   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    4   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib  
    0x00007fff90b5fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff90b5ed18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff891def15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff891de539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff891dde75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation    
    0x00007fff8883616c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.DTDeviceKitBase
    0x000000011044d1d2 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 676
    7   com.apple.Foundation    
    0x00007fff88833dfb __NSThread__main__ + 1318
    8   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    9   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    10  libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib  
    0x00007fff90b5fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff90b5ed18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff891def15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff891de539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff891dde75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation    
    0x00007fff8883616c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.DTDeviceKitBase
    0x000000011043edd6 +[DTDKRemoteDeviceConnection startServiceBrowsers] + 213
    7   com.apple.Foundation    
    0x00007fff88833dfb __NSThread__main__ + 1318
    8   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    9   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    10  libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 6:: DYMobileDeviceManager
    0   libsystem_kernel.dylib  
    0x00007fff90b5fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff90b5ed18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff891def15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff891de539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff891dde75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation    
    0x00007fff8883616c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation    
    0x00007fff8891eb3a -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.GPUToolsMobileFoundation    0x00000001149149eb -[DYMobileDeviceManager _deviceNotificationThread:] + 134
    8   com.apple.Foundation    
    0x00007fff88833dfb __NSThread__main__ + 1318
    9   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    10  libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    11  libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib  
    0x00007fff90b63e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf7ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib  
    0x00007fff90b5fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff90b5ed18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff891def15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff891de539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff891dde75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit        
    0x00007fff868d405e _NSEventThread + 144
    6   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    7   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    8   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib  
    0x00007fff90b63716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf80c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore
    0x000000010ef28b0e -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    3   com.apple.Foundation    
    0x00007fff88833dfb __NSThread__main__ + 1318
    4   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    5   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    6   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib  
    0x00007fff90b63716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf80c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore
    0x000000010ef28b0e -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    3   com.apple.Foundation    
    0x00007fff88833dfb __NSThread__main__ + 1318
    4   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    5   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    6   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib  
    0x00007fff90b63716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf80c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore
    0x000000010ef28b0e -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    3   com.apple.Foundation    
    0x00007fff88833dfb __NSThread__main__ + 1318
    4   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    5   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    6   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib  
    0x00007fff90b63716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf80c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore
    0x000000010ef28b0e -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    3   com.apple.Foundation    
    0x00007fff88833dfb __NSThread__main__ + 1318
    4   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    5   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    6   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib  
    0x00007fff90b63716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf80c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore
    0x000000010ef28b0e -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    3   com.apple.Foundation    
    0x00007fff88833dfb __NSThread__main__ + 1318
    4   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    5   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    6   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 14 Crashed:: Dispatch queue: -fetchUncrushedAppIcon: queue
    0   libsystem_kernel.dylib  
    0x00007fff90b63866 __pthread_kill + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf7f35c pthread_kill + 92
    2   libsystem_c.dylib       
    0x00007fff878a0b1a abort + 125
    3   com.apple.dt.IDEKit     
    0x0000000105387ae6 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace :] + 1510
    4   com.apple.dt.IDEKit     
    0x0000000105388d68 -[IDEAssertionHandler handleUncaughtException:] + 1077
    5   com.apple.dt.IDEKit     
    0x0000000105388e37 IDEHandleUncaughtException + 94
    6   com.apple.CoreFoundation
    0x00007fff892bc702 __handleUncaughtException + 706
    7   libobjc.A.dylib         
    0x00007fff92eb9304 _objc_terminate() + 94
    8   libc++abi.dylib         
    0x00007fff90c511d1 std::__terminate(void (*)()) + 8
    9   libc++abi.dylib         
    0x00007fff90c51246 std::terminate() + 54
    10  libobjc.A.dylib         
    0x00007fff92eb90b0 objc_terminate + 9
    11  libdispatch.dylib       
    0x00007fff887b32a1 _dispatch_client_callout + 28
    12  libdispatch.dylib       
    0x00007fff887b5673 _dispatch_queue_drain + 451
    13  libdispatch.dylib       
    0x00007fff887b69c1 _dispatch_queue_invoke + 110
    14  libdispatch.dylib       
    0x00007fff887b4f87 _dispatch_root_queue_drain + 75
    15  libdispatch.dylib       
    0x00007fff887b6177 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib 
    0x00007fff8cf7fef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib 
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib  
    0x00007fff90b63e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf7ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib  
    0x00007fff90b63e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf7ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib  
    0x00007fff90b63e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf7ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib  
    0x00007fff90b63e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf7ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib  
    0x00007fff90b63e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf7ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib  
    0x00007fff90b63e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf7ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib  
    0x00007fff90b63e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8cf7ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8cf82fb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib  
    0x00007fff90b5fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff90b5ed18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff891def15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff891de539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff891dde75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation
    0x00007fff89293811 CFRunLoopRun + 97
    6   com.apple.DebugSymbols  
    0x00007fff8b8f57e3 SpotlightQueryThread(void*) + 355
    7   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    8   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    9   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib  
    0x00007fff90b63a3a __semwait_signal + 10
    1   libsystem_c.dylib       
    0x00007fff878bfdc0 nanosleep + 200
    2   com.apple.CoreSymbolication 
    0x00007fff8982d481 cleaner_thread_main(void*) + 42
    3   libsystem_pthread.dylib 
    0x00007fff8cf7e899 _pthread_body + 138
    4   libsystem_pthread.dylib 
    0x00007fff8cf7e72a _pthread_start + 137
    5   libsystem_pthread.dylib 
    0x00007fff8cf82fc9 thread_start + 13
    Thread 14 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000106f0c000  rcx: 0x0000000106f0baf8  rdx: 0x0000000000000000
      rdi: 0x000000000000810f  rsi: 0x0000000000000006  rbp: 0x0000000106f0bb20  rsp: 0x0000000106f0baf8
       r8: 0x0000000000003fff   r9: 0xffff803c7f110c6f  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x00007fff92eb30d0  r13: 0x00007fc3818590e0  r14: 0x0000000000000006  r15: 0x00007fc38178f800
      rip: 0x00007fff90b63866  rfl: 0x0000000000000206  cr2: 0x0000000106f4b000
    Logical CPU:
    0
    Error Code: 
    0x020000b8
    Trap Number:
    133
    Binary Images:
    0x103f73000 -   
    0x103f73ff7  com.apple.dt.Xcode (6.0.1 - 6528) <6592F45A-91BE-3269-BF93-3E0C82CAE57D> /Applications/Xcode.app/Contents/MacOS/Xcode
    0x103f7d000 -   
    0x1043b0ff7  com.apple.dt.DVTFoundation (6.0.1 - 6528) <6DCEF4E5-D4D6-35DC-A93A-EAFE2ED3044F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
    0x10456e000 -   
    0x104875fff  com.apple.dt.DVTKit (6.0.1 - 6528) <302A0B44-B995-378D-9853-89D8C103FF9C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
    0x104a5a000 -   
    0x104e88fff  com.apple.dt.IDEFoundation (6.0.1 - 6528) <41B8E142-4801-3665-9ED0-E11116B5662A> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
    0x10513a000 -   
    0x105974ff7  com.apple.dt.IDEKit (6.0.1 - 6528) <1406E2B1-842A-3CE5-9F2E-37BDB23E916B> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
    0x105f15000 -   
    0x105f32ff7  com.apple.dt.instruments.DTXConnectionServices (1.0 - 56085) <E7CD337D-F164-3DC0-A94D-6AFE017988E3> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framewo rk/Versions/A/DTXConnectionServices
    0x105f52000 -   
    0x105f8efff  com.apple.framework.ConfigurationProfiles (6.0.3 - 668) <37BE99F9-3C1C-3D53-9994-D568A5851D9E> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
    0x105fb4000 -   
    0x105fb5ffb  libsysmon.dylib (58.90.2) <86ECDE0C-6022-3138-AD95-293098B617B7> /usr/lib/libsysmon.dylib
    0x105fc1000 -   
    0x106a52fff +libclang.dylib (600.0.51) <C234F51B-1C1E-391C-9A17-C987D112F431> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
    0x106bf0000 -   
    0x106c24ff7  com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <BD037792-7A4F-3351-9B17-601DACB701EF> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Ve rsions/A/DVTSourceControl
    0x106c50000 -   
    0x106c56ff7  com.apple.network.statistics.framework (1.2 - 1) <0ACBCF2D-893B-3D94-9917-ADB781F37683> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
    0x106c62000 -   
    0x106c77fff  com.apple.DADocSetManagement (6.0 - 6032) <1C3889F9-B812-325C-A86F-CB7EA109ED14> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
    0x106c8b000 -   
    0x106c8cff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <072ECF57-56FB-3049-8EB6-9EF374B2B3C5> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
    0x106c92000 -   
    0x106c93ff7  libpanel.5.4.dylib (42) <1041D101-63D3-34C8-BFB8-E1DB83CDCB6A> /usr/lib/libpanel.5.4.dylib
    0x106c98000 -   
    0x106cc1ff7  com.apple.dt.instruments.DTGraphKit (6.0 - 56072) <3C134D0D-B6C1-3405-8D11-40AA31A92583> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions /A/DTGraphKit
    0x106cdb000 -   
    0x106d23fff  com.apple.DADocSetAccess (6.0 - 6032) <936108BE-40C9-3AD0-9434-349386D014DB> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
    0x106f86000 -   
    0x106f86ff7  com.apple.dt.IDE.IDEOSXSupportUI (6.0 - 6053) <9ED4312A-E121-3D32-BF91-36954B3586A9> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ Library/Xcode/PrivatePlugIns/IDEOSXSupportUI.ideplugin/Contents/MacOS/IDEOSXSupp ortUI
    0x1097b5000 -   
    0x10980bfff  com.apple.PhysicsKit (1.0 - 1) <862D9199-2B38-3C88-9F02-9A066EF9AA4F> /Applications/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/PhysicsK it
    0x109839000 -   
    0x10999ffff  com.apple.SpriteKit (1.0 - 1) <007AB21F-1883-3B20-B75F-87A74BDE1985> /Applications/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/SpriteKit
    0x109a37000 -   
    0x109a5cfff  com.apple.GLKit (1.0 - 27) <B9C77B1B-85B6-3BD5-90BC-7A8612C255F0> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
    0x109a81000 -   
    0x109aa5fff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x109fd4000 -   
    0x109fdbff7  com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 16081) <8ACDC60B-F08D-36BC-9BC5-10D58891C405> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/ MacOS/GLToolsShaderProfilerMobileSupport
    0x109fe2000 -   
    0x109fe7fff  com.apple.gputools.GPUToolsShaderProfilerMobileSupport (1.0 - 15008) <F8E1A3B2-D5E8-39E5-89E3-54DDEEF8C0E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GPUToolsShaderProfilerMobileSupport.gtplugin/Contents /MacOS/GPUToolsShaderProfilerMobileSupport
    0x109fed000 -   
    0x109ff9ff3  com.apple.MTLToolsCore (1.0 - 1) <745ECBB3-AB74-3078-A04A-B5A0248093C2> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versio ns/A/MTLToolsCore
    0x10a004000 -   
    0x10a005ff3  com.apple.MTLTools (1.0 - 1) <63B98608-310A-3F53-B880-E55066F8BF27> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A /MTLTools
    0x10a00b000 -   
    0x10a00bff7  com.apple.dt.IDE.IDEAppleScriptEditor (6.0 - 6244) <2E442DEC-5903-30B3-AFCA-B83AAF3B3093> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
    0x10a013000 -   
    0x10a014ff7  com.apple.dt.dbg.DebuggerLLDBService (6.0 - 6244) <7D838EE7-C03B-3D44-B9DC-40264CF8385E> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
    0x10a01a000 -   
    0x10a01dfff  libspindump.dylib (161.2) <AB1006B0-6E98-3B1F-8143-71C6D12E91C7> /usr/lib/libspindump.dylib
    0x10a023000 -   
    0x10a460ff7  com.apple.SceneKit (5.0 - 259) <DAE3DD45-2CD6-31FB-A2A6-8A664A948BAE> /Applications/Xcode.app/Contents/SharedFrameworks/SceneKit.framework/SceneKit
    0x10a81d000 -   
    0x10a851ff7  com.apple.CoreSimulator (110.2 - 110.2) <05547627-863C-3460-8718-8486F194E40D> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimula tor.framework/CoreSimulator
    0x10a924000 -   
    0x10a931fff  com.apple.dt.IDELanguageSupportCore (6.0 - 6233) <AC02496E-0B35-37CA-AE6C-5E54EDD14FA0> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Conte nts/MacOS/IDELanguageSupportCore
    0x10a93f000 -   
    0x10a998ff7  com.apple.sourcekitd (1.0 - 600.0.51.4) <3638E22A-A4A0-3A79-A851-FE6C832574C4> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/sourcekitd.framework/Versions/A/sourcekitd
    0x10a9c0000 -   
    0x10a9deffb  libedit.3.dylib (39) <1B0596DB-F336-32E7-BB9F-51BF70DB5305> /usr/lib/libedit.3.dylib
    0x10a9ef000 -   
    0x10a9f2fff  com.apple.dt.dbg.DebuggerKit (1.0 - 1) <C017EE82-75BC-3579-89E4-E70988C619D3> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/D ebuggerKit
    0x10a9fb000 -   
    0x10aa02ff7  com.apple.dt.IDE.HexEditor (6.0 - 6244) <0656D22C-E53F-332E-8505-96D53CC3A53F> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
    0x10ab67000 -   
    0x10aba3ff7  com.apple.dt.dbg.DebuggerFoundation (6.0 - 6244) <07CDF469-55E8-3103-826C-DD5B3DD150CE> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
    0x10abe0000 -   
    0x10ac6dff7  com.apple.dt.IBAutolayoutFoundation (1.0 - 6245) <792BB62B-C3E9-3A6E-9E45-D9C83733E52E> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
    0x10acca000 -   
    0x10ad69ff7  com.apple.dt.IBFoundation (1.0 - 6245) <6956663F-22BC-38E3-87CE-7BE5C7F39630> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/I BFoundation
    0x10addc000 -   
    0x10ae20fff  com.apple.CoreThemeDefinition (2.0 - 146) <B7B5CEE8-A98D-3DDA-9927-364DCF16AD86> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/Core ThemeDefinition
    0x10af52000 -   
    0x10af99ff7  com.apple.dt.dbg.DebuggerLLDB (6.0 - 6244) <35E894DF-0302-31A7-8A62-8B502B3BF2E8> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/ DebuggerLLDB
    0x10afcc000 -   
    0x10d046f4b  com.apple.LLDB.framework (1.320.4.124.10 - 320.4.124.10) <CBF62B74-A003-3F5A-A8E9-9BD257B87384> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLD B
    0x10d8ee000 -   
    0x10d9d8fff  org.python.python (2.7.5 - 2.7.5) <8DD65C8B-686D-3BF1-8682-70F02D28D200> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
    0x10da3e000 -   
    0x10df49fff  com.apple.dt.IDE.IDEInterfaceBuilderKit (6.0 - 6245) <E834B3B6-B084-3062-AA3D-E0A892B1BF6F> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
    0x10e2d7000 -   
    0x10e343ff7  com.apple.dt.IDE.IDEDocViewer (6.0 - 6244) <2DC06B3D-DE54-3551-8EB4-1FD540B05E72> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
    0x10e399000 -   
    0x10e3d9ff7  com.apple.dt.IDE.iCloudSupport (6.0 - 6244) <946F0F12-7E4D-32C4-9F54-4BC787B5681E> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS /iCloudSupport
    0x10e413000 -   
    0x10e4d3ff7  com.apple.dt.IDE.IDESourceEditor (6.0 - 6244) <E1CD0AD5-F52F-3870-8CC1-8E280368D6FE> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
    0x10e549000 -   
    0x10e577ff7 +com.ridiculousfish.HexFiendFramework (6.0 - 6244) <61267127-01B6-3030-936F-8E44F08469BB> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
    0x10e59e000 -   
    0x10e66aff7  com.apple.dt.dbg.DebuggerUI (6.0 - 6244) <F218430B-20D7-3B3E-A443-921298C2C8D6> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
    0x10e717000 -   
    0x10e736fff  com.apple.dt.IDE.IDEQuickHelp (6.0 - 6244) <A4291F88-8527-3C10-8A4A-D88E943C3DD6> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
    0x10e753000 -   
    0x10e782fff  com.apple.dt.gpu.GPUDebuggerFoundation (6.0 - 16097) <25B4349C-DFC1-3ECC-851C-D67A2C5117BE> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
    0x10e7ae000 -   
    0x10e7ecffb  com.apple.GPUToolsCore (1.0 - 16092) <7D7AAB43-3D02-3D2F-B18C-39F5A3BF047A> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
    0x10e820000 -   
    0x10e854ffb  com.apple.GPUTools (1.0 - 16092) <7D00D294-9E5E-3413-B4EF-98F8D7E72A18> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
    0x10e87f000 -   
    0x10e94eff7  com.apple.GPUToolsServices (1.0 - 16097) <7FCADDB7-D956-34CF-8D2B-CE7591955032> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
    0x10e9b6000 -   
    0x10e9bbffb  com.apple.GPUToolsInterface (1.0 - 16097) <103DDFAD-C716-31A4-9BF3-AA9C4FB7E7A9> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
    0x10e9c3000 -   
    0x10e9ebff3  com.apple.GLToolsInterface (1.0 - 16097) <A883FAF3-2E2F-3A23-A686-8381470FB8CB> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Ve rsions/A/GLToolsInterface
    0x10ea09000 -   
    0x10ea8cff7  com.apple.GLToolsCore (1.0 - 16092) <46E92D4F-6F8E-3674-A95E-D81A1AC2A9D7> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Version s/A/GLToolsCore
    0x10eaaa000 -   
    0x10eabbff3  com.apple.GLTools (1.0 - 16092) <D8F771ED-A25A-37C3-90BD-30FD981B84D8> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/ GLTools
    0x10eac3000 -   
    0x10eb19ff3  com.apple.GLToolsServices (1.0 - 16097) <1C4E27CF-B679-3C72-BC26-FE26D8554BCB> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Ver sions/A/GLToolsServices
    0x10eb5f000 -   
    0x10ebe6fff  com.apple.gputools.GLToolsAnalysisEngine (1.0 - 16097) <DD517C5E-701B-3B8E-8BFF-AFB8E1D2CF5A> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framewo rk/Versions/A/GLToolsAnalysisEngine
    0x10ec68000 -   
    0x10ec68fff +cl_kernels (???) <D967ADC0-5901-4086-A18E-C96625D11DE5> cl_kernels
    0x10ecaa000 -   
    0x10ecafff7  com.apple.dt.gpu.GPUTraceDebugger (6.0 - 16097) <46A001AC-45C1-3C99-8A33-5DFD4A4B3CEC> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
    0x10ecb7000 -   
    0x10ecc2fff  com.apple.dt.gpu.GPUDebuggerKit (6.0 - 16097) <328DAA8F-1933-3108-BE2D-B92FBA392E3F> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
    0x10ecd5000 -   
    0x10ed43fff  com.apple.dt.gpu.GPUTraceDebuggerUI (6.0 - 16097) <100B3826-983C-39B0-BF22-67A814562E50> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
    0x10ed90000 -   
    0x10edccfff  com.apple.dt.IDE.Xcode3Core (6.0 - 6245) <41B65AEE-104A-3A4C-A285-6E1FDE9AB7FB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
    0x10edf1000 -   
    0x10f14eff7  com.apple.Xcode.DevToolsCore (8.0 - 6245) <2EAABE5A-EA94-306B-88FD-26CAE2B40DC0> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
    0x10f2ea000 -   
    0x10f2f2fff  com.apple.DevToolsFoundation (8.0 - 6245) <86161CEB-DCFA-3CC2-B0B0-65C8C8EB644F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
    0x10f2fd000 -   
    0x10f334fff  com.apple.Xcode.DevToolsSupport (8.0 - 6245) <B1ACBAFE-D3B6-33FE-A20A-69C2BEEE9BA5> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
    0x10f35b000 -   
    0x10f502fff  com.apple.dt.IDE.Xcode3UI (6.0 - 6245) <B5E26E38-AB08-35CE-8690-D01062F8D82C> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
    0x110326000 -   
    0x11032eff7  com.apple.dt.IDE.IDEOSXSupportCore (6.0 - 6053) <EA2477C2-DF30-34D1-B7A4-2B08BA0D63D0> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSu pportCore
    0x11033b000 -   
    0x1103b4ff7  com.apple.dt.IDE.IDEiOSSupportCore (6.0 - 6254) <8FB537BB-57FC-379C-8340-4F4FDF861A9C> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/M acOS/IDEiOSSupportCore
    0x1103fc000 -   
    0x110413fff  com.apple.DVTiPhoneSimulatorRemoteClient (6.0 - 6254) <AFBE5629-F5C3-3954-A2BE-11A739BD7034> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClien t.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
    0x110428000 -   
    0x1104a7ff7  com.apple.DTDeviceKitBase (6.0 - 6254) <A0A23F02-4A7A-3242-A8EB-A20647CEA45B> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Ver sions/A/DTDeviceKitBase
    0x1104f8000 -   
    0x110511fff  com.apple.DeviceLinkX (5.0 - 264) <D86F03AF-EAB0-33B4-B21B-0EB0A85E1258> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
    0x1105cc000 -   
    0x110794ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (6.0 - 6245) <E0F165BC-BFB6-3232-9444-A94FD3333293> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
    0x110929000 -   
    0x11094efff  com.apple.DiscRecordingUI (8.0 - 8000.4.6) <9460712B-D256-33E6-A1F0-6C956EC48C32> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x110970000 -   
    0x110980ff7  com.apple.DTDeviceKit (4.2 - 5053) <12C220D4-C8EF-3ADF-9731-71EC994F4654> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
    0x11098f000 -   
    0x11098fff7  com.apple.xcode.compilers.scntool (7.1.1 - 5069) <92ABF44B-AE1A-3F84-B273-BB99D358C036> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Scene Kit.xcplugin/Contents/MacOS/Scene Kit
    0x112bf9000 -   
    0x112bfaffa +cl_kernels (???) <8D5163AA-BE99-4364-9137-AED8A9D030FD> cl_kernels
    0x112c2c000 -   
    0x112d44ff7  com.apple.mobiledevice (757.1.5.0.1 - 757.1.5.0.1) <37FF77DC-92E2-34B7-A0F9-481767002E21> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
    0x112dc0000 -   
    0x112e00ff7  com.apple.glut (3.6.0 - GLUT-3.6.0) <3950C650-9BFD-3EE0-B931-3E9033479169> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x112ef7000 -   
    0x1130eaff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (6.0 - 6238) <D1E18D8E-23BE-30DE-8DC0-3F692D1E621F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
    0x1131ed000 -   
    0x1131f1ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x113641000 -   
    0x113812fff  com.apple.audio.units.Components (1.10 - 1.10) <FF94282C-BC8B-32FD-9761-AAF1A9F76761> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x1138bd000 -   
    0x1138beff7  com.apple.dt.IDE.IDEAppleScriptCore (6.0 - 6244) <2CB96E69-EF39-3F70-9063-3E26A9791987> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/ MacOS/IDEAppleScriptCore
    0x113944000 -   
    0x113949ff7  com.apple.dt.IDEContinuousIntegration (1.0 - 1) <4F290544-E89B-38F6-8897-91BB42A80607> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Con tents/MacOS/IDEContinuousIntegration
    0x113de5000 -   
    0x113df5fff  com.apple.dt.XCLanguageSupport (6.0 - 6233) <2D93338B-A3A3-37F6-B88B-A4044A491A31> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS /XCLanguageSupport
    0x113e03000 -   
    0x113e03fff  com.apple.Metal (1.0 - 1) <43A3F5B4-4A01-312B-9002-21ABB390D182> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
    0x113e07000 -   
    0x113e07fff  com.apple.IBStoryboardCompilerPlugin (5.1 - 3733) <81143726-49EA-39B4-AE48-C76B5C174BEE> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/IBStoryboardCompilerPlugin.xcplugin/Conte nts/MacOS/IBStoryboardCompilerPlugin
    0x113e0b000 -   
    0x113e15fff  com.apple.xcode.plug-in.CoreBuildTasks (8.0 - 6245) <56932DEC-BAED-303C-8012-7521EEC09E6B> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
    0x113e1d000 -   
    0x113e1dff7  com.apple.xcode.compilers.coredata (8.0 - 6245) <2E2A6DFA-19A6-3DDC-9D19-248D47DA002E> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
    0x113e21000 -   
    0x113e21ff7  com.apple.compilers.clang (8.0 - 6245) <F2C13794-3F17-3633-8238-005E1CD12696> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
    0x113e25000 -   
    0x113e28ff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <FE09437A-73D4-30FD-9ECC-6CF7D36D3C2B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
    0x113e2e000 -   
    0x113e2fff7  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <57C51BB4-4474-3735-A1F3-FB26DD6931A2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
    0x113e33000 -   
    0x113e37ff7  com.apple.dt.IDEIODebugGaugesCore (6.0 - 6244) <98ACBC95-D5BE-3132-9E2F-2A6001138C12> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Content s/MacOS/IDEI

    If you  are getting this on an actual device and not the simulator then you must have a paid developer account. In that case you should take this question to the IOS Developers forum.
    regards

  • Xcode 6.0.1 crash every time i try to open it.

    Please help me with new xcode 6.0.1 it crashes every time i open xcode. When i tried to open organiser and devices window it also crashed. Tried reinstalling but no help.
    Here is what i found in Crash Report. Please help
    Process:         Xcode [50722]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         6.0.1 (6528)
    Build Info:      IDEFrameworks-6528000000000000~2
    App Item ID:     497799835
    App External ID: 712682811
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [249]
    Responsible:     Xcode [50722]
    User ID:         501
    Date/Time:       2014-09-24 21:36:47.767 +0530
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  FE59939D-77EB-E1A2-5DEF-E4AE4F6B7307
    Sleep/Wake UUID: FD8DA654-A406-42D0-9D33-095BC63DA215
    Crashed Thread:  19
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 6A317
    ASSERTION FAILURE in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-6245/Xcode3Core/Le gacyProjects/Frameworks/DevToolsCore/DevToolsCore/BuildSystem/Runtime/PBXTargetB uildContext.mm:1875
    Details:  filePath='/Users/niteshpurohit/Library/Developer/Xcode/DerivedData/KegVision-ct wyoosnwujkvtduxpfhsixymdkm/Build/Intermediates/KegVision.build/Debug-iphonesimul ator/KegVision.build/KegVision-all-non-framework-target-headers.hmap'
    Object:   <PBXTargetBuildContext: 0x7f96d5e123f0>
    Method:   -defineFileContents:forAuxiliaryFileAtPath:withPosixPermissions:
    Thread:   <NSThread: 0x7f96d6e0ac20>{name = (null), num = 9}
    Hints:   None
    Backtrace:
      0  0x000000010bdfff0a -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageForm at:arguments:] (in IDEKit)
      1  0x000000010abbdbaf _DVTAssertionHandler (in DVTFoundation)
      2  0x000000010abbde9e _DVTAssertionFailureHandler (in DVTFoundation)
      3  0x00000001151ddf0a -[PBXTargetBuildContext defineFileContents:forAuxiliaryFileAtPath:withPosixPermissions:] (in DevToolsCore)
      4  0x00000001151de691 -[PBXTargetBuildContext defineFileContents:forAuxiliaryFileAtPath:] (in DevToolsCore)
      5  0x00000001152dc15e -[XCDependencyGraphCreationContext defineFileContents:forAuxiliaryFileAtPath:] (in DevToolsCore)
      6  0x00000001152b796e -[XCToolSpecificationHeadermapGenerator createCommandsforInputs:withMacroExpansionScope:] (in DevToolsCore)
      7  0x00000001151dad74 -[PBXTargetBuildContext invokeTask:forInputs:withMacroExpansionScope:optionTable:] (in DevToolsCore)
      8  0x00000001152dc4bd -[XCDependencyGraphCreationContext invokeTask:forInputs:withMacroExpansionScope:optionTable:] (in DevToolsCore)
      9  0x000000011532eee5 -[XCCommandLineToolInvocation createDependenciesWithMacroExpansionScope:] (in DevToolsCore)
    10  0x00000001151e249a -[PBXTargetBuildContext generateHeadermapFilesWithMacroExpansionScope:] (in DevToolsCore)
    11  0x00000001152df618 -[XCDependencyGraphCreationContext generateHeadermapFilesWithMacroExpansionScope:] (in DevToolsCore)
    12  0x00000001152f73b1 -[XCNativeTargetDGSnapshot(DependencyGraphCreation) computeDependenciesWithMacroExpansionScope:] (in DevToolsCore)
    13  0x00000001151d0c2a -[PBXTargetBuildContext createDependencyGraphWithTargetDGSnapshot:] (in DevToolsCore)
    14  0x00000001151ee63a -[PBXTargetBuildContext(DependencyGraphEvents) dg_setTargetSnapshot:] (in DevToolsCore)
    15  0x00000001151ed1d8 -[PBXTargetBuildContext(DependencyGraphEvents) processDependencyGraphEvents] (in DevToolsCore)
    16  0x0000000115249770 -[XCBlockQueue _processNextBlockInThreadSlotNumber:] (in DevToolsCore)
    17  0x0000000115249a40 -[XCBlockQueue _processBlocksInThreadSlotNumber:] (in DevToolsCore)
    18  0x00007fff86e93dfb __NSThread__main__ (in Foundation)
    19  0x00007fff92c13899 _pthread_body (in libsystem_pthread.dylib)
    20  0x00007fff92c1372a _pthread_struct_init (in libsystem_pthread.dylib)
    21  0x00007fff92c17fc9 thread_start (in libsystem_pthread.dylib)
    abort() called
    Application Specific Signatures:
    fileContentsData != nullptr && [fileContentsData isKindOfClass:[NSData class]]
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff93eb3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93eb2d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff89dacf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff89dac539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff89dabe75 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff8f119a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff8f1197b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff8f1195bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff8a23e24e _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff8a23d89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.dt.DVTKit           0x000000010b1257bd -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 237
    11  com.apple.AppKit               0x00007fff8a23199c -[NSApplication run] + 553
    12  com.apple.AppKit               0x00007fff8a21c783 NSApplicationMain + 940
    13  libdyld.dylib                 0x00007fff947ce5fd start + 1
    Thread 1:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.CoreFoundation       0x00007fff89da2900 __CFBinaryPlistGetOffsetForValueFromArray2 + 0
    1   com.apple.Foundation           0x00007fff86e45568 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1575
    2   com.apple.Foundation           0x00007fff86e4582b -[NSArray(NSArray) initWithCoder:] + 202
    3   com.apple.Foundation           0x00007fff86e44522 _decodeObjectBinary + 2534
    4   com.apple.Foundation           0x00007fff86e439dd _decodeObject + 288
    5   com.apple.Foundation           0x00007fff86f4f3a9 +[NSKeyedUnarchiver unarchiveObjectWithFile:] + 147
    6   com.apple.DADocSetAccess       0x000000010d7717ec -[DSADocSet loadTokenCache] + 234
    7   com.apple.dt.IDE.IDEQuickHelp 0x00000001140924f9 __73+[IDEQuickHelpQueries scheduleLoadingTokenCacheForEnabledDocSetsIfNeeded]_block_invoke_3 + 54
    8   com.apple.CoreFoundation       0x00007fff89dbe2f9 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 137
    9   com.apple.CoreFoundation       0x00007fff89dbda9f -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 319
    10  com.apple.dt.DVTFoundation     0x000000010abf5bac __DVTDispatchAsync_block_invoke + 106
    11  libdispatch.dylib             0x00007fff917941bb _dispatch_call_block_and_release + 12
    12  libdispatch.dylib             0x00007fff9179128d _dispatch_client_callout + 8
    13  libdispatch.dylib             0x00007fff91793082 _dispatch_root_queue_drain + 326
    14  libdispatch.dylib             0x00007fff91794177 _dispatch_worker_thread2 + 40
    15  libsystem_pthread.dylib       0x00007fff92c14ef8 _pthread_wqthread + 314
    16  libsystem_pthread.dylib       0x00007fff92c17fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff93eb8662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff91793421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff91793136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff93eb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92c14f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92c17fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff93eb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92c14f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92c17fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff93eb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92c14f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92c17fb9 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff93eb3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93eb2d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff89dacf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff89dac539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff89dabe75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff86e93ff7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff86e93dfb __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff93eb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92c14f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92c17fb9 start_wqthread + 13
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff93eb79aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff89df8a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 9:: Dispatch queue: NSOperationQueue 0x7f96d67beb30
    0   libsystem_kernel.dylib         0x00007fff93eb7746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff92c16779 _pthread_mutex_lock + 372
    2   com.apple.Foundation           0x00007fff86e30a4e -[NSRecursiveLock lock] + 22
    3   com.apple.Xcode.DevToolsCore   0x00000001151cde7a -[PBXTargetBuildContext lockDependencyGraph] + 52
    4   com.apple.Xcode.DevToolsCore   0x00000001151ed14b -[PBXTargetBuildContext(DependencyGraphEvents) processDependencyGraphEvents] + 124
    5   com.apple.Xcode.DevToolsCore   0x00000001151859db -[PBXTarget(XCBuildables) buildWillStartForBuilder:buildParameters:] + 804
    6   com.apple.Xcode.DevToolsCore   0x0000000115378eb2 -[Xcode3TargetBuildableSnapshot buildForBuilderWillStart:] + 1013
    7   com.apple.dt.IDEFoundation     0x000000010b55615c -[IDEBuildableSnapshot performBuildForBuilder:buildCommand:buildOnlyTheseFiles:] + 170
    8   com.apple.dt.IDEFoundation     0x000000010b55587d -[IDEBuilder main] + 1063
    9   com.apple.Foundation           0x00007fff86e34f31 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation           0x00007fff86e34bdb __NSOQSchedule_f + 64
    11  libdispatch.dylib             0x00007fff9179128d _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00007fff917957e3 _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib             0x00007fff9179128d _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff91793082 _dispatch_root_queue_drain + 326
    15  libdispatch.dylib             0x00007fff91794177 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib       0x00007fff92c14ef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib       0x00007fff92c17fb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff93eb3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93eb2d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff89dacf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff89dac539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff89dabe75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff86e9616c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.DTDeviceKitBase     0x0000000116d4e1d2 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 676
    7   com.apple.Foundation           0x00007fff86e93dfb __NSThread__main__ + 1318
    8   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff93eb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92c14f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff92c17fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff93eb3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93eb2d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff89dacf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff89dac539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff89dabe75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8a3de05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 13:: DYMobileDeviceManager
    0   libsystem_kernel.dylib         0x00007fff93eb3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93eb2d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff89dacf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff89dac539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff89dabe75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff86e9616c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation           0x00007fff86f7eb3a -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.GPUToolsMobileFoundation 0x000000011b90f9eb -[DYMobileDeviceManager _deviceNotificationThread:] + 134
    8   com.apple.Foundation           0x00007fff86e93dfb __NSThread__main__ + 1318
    9   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 14:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff93eb7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92c15c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff90cd9106 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore       0x00007fff90cd8c25 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore       0x00007fff90ccdf4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff93eb7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92c15c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff90cd9727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff90cd95b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff90ccdf4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff93eb7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92c15c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff90cd9727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff90cd95b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff90ccdf4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff93eb7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92c15c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff90cd9727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff90cd95b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff90ccdf4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff93eb7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92c15c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore   0x0000000115249b0e -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    3   com.apple.Foundation           0x00007fff86e93dfb __NSThread__main__ + 1318
    4   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 19 Crashed:
    0   libsystem_kernel.dylib         0x00007fff93eb7866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff92c1435c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff873c1b1a abort + 125
    3   com.apple.dt.IDEKit           0x000000010bdffae6 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace :] + 1510
    4   com.apple.dt.IDEKit           0x000000010be000c0 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageForm at:arguments:] + 1169
    5   com.apple.dt.DVTFoundation     0x000000010abbdbaf _DVTAssertionHandler + 367
    6   com.apple.dt.DVTFoundation     0x000000010abbde9e _DVTAssertionFailureHandler + 407
    7   com.apple.Xcode.DevToolsCore   0x00000001151ddf0a -[PBXTargetBuildContext defineFileContents:forAuxiliaryFileAtPath:withPosixPermissions:] + 310
    8   com.apple.Xcode.DevToolsCore   0x00000001151de691 -[PBXTargetBuildContext defineFileContents:forAuxiliaryFileAtPath:] + 140
    9   com.apple.Xcode.DevToolsCore   0x00000001152dc15e -[XCDependencyGraphCreationContext defineFileContents:forAuxiliaryFileAtPath:] + 104
    10  com.apple.Xcode.DevToolsCore   0x00000001152b796e -[XCToolSpecificationHeadermapGenerator createCommandsforInputs:withMacroExpansionScope:] + 990
    11  com.apple.Xcode.DevToolsCore   0x00000001151dad74 -[PBXTargetBuildContext invokeTask:forInputs:withMacroExpansionScope:optionTable:] + 1861
    12  com.apple.Xcode.DevToolsCore   0x00000001152dc4bd -[XCDependencyGraphCreationContext invokeTask:forInputs:withMacroExpansionScope:optionTable:] + 109
    13  com.apple.Xcode.DevToolsCore   0x000000011532eee5 -[XCCommandLineToolInvocation createDependenciesWithMacroExpansionScope:] + 426
    14  com.apple.Xcode.DevToolsCore   0x00000001151e249a -[PBXTargetBuildContext generateHeadermapFilesWithMacroExpansionScope:] + 234
    15  com.apple.Xcode.DevToolsCore   0x00000001152df618 -[XCDependencyGraphCreationContext generateHeadermapFilesWithMacroExpansionScope:] + 81
    16  com.apple.Xcode.DevToolsCore   0x00000001152f73b1 -[XCNativeTargetDGSnapshot(DependencyGraphCreation) computeDependenciesWithMacroExpansionScope:] + 3521
    17  com.apple.Xcode.DevToolsCore   0x00000001151d0c2a -[PBXTargetBuildContext createDependencyGraphWithTargetDGSnapshot:] + 4387
    18  com.apple.Xcode.DevToolsCore   0x00000001151ee63a -[PBXTargetBuildContext(DependencyGraphEvents) dg_setTargetSnapshot:] + 549
    19  com.apple.Xcode.DevToolsCore   0x00000001151ed1d8 -[PBXTargetBuildContext(DependencyGraphEvents) processDependencyGraphEvents] + 265
    20  com.apple.Xcode.DevToolsCore   0x0000000115249770 -[XCBlockQueue _processNextBlockInThreadSlotNumber:] + 238
    21  com.apple.Xcode.DevToolsCore   0x0000000115249a40 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 313
    22  com.apple.Foundation           0x00007fff86e93dfb __NSThread__main__ + 1318
    23  libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    24  libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    25  libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff93eb7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92c15c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore   0x0000000115249b0e -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    3   com.apple.Foundation           0x00007fff86e93dfb __NSThread__main__ + 1318
    4   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff93eb3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93eb2d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff89dacf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff89dac539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff89dabe75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff89e61811 CFRunLoopRun + 97
    6   com.apple.DebugSymbols         0x00007fff90c967e3 SpotlightQueryThread(void*) + 355
    7   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff93eb7a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff873e0dc0 nanosleep + 200
    2   com.apple.CoreSymbolication   0x00007fff94844481 cleaner_thread_main(void*) + 42
    3   libsystem_pthread.dylib       0x00007fff92c13899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff92c1372a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff92c17fc9 thread_start + 13
    Thread 19 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000119099000  rcx: 0x00000001190979b8  rdx: 0x0000000000000000
      rdi: 0x0000000000018003  rsi: 0x0000000000000006  rbp: 0x00000001190979e0  rsp: 0x00000001190979b8
       r8: 0x0000000000003fff   r9: 0xffff8069291f53df  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff8b1fa0d0  r13: 0x00007f96d74ae0e0  r14: 0x0000000000000006  r15: 0x00007f96d6e0ac00
      rip: 0x00007fff93eb7866  rfl: 0x0000000000000206  cr2: 0x000000010d80e000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10a9ec000 -        0x10a9ecff7  com.apple.dt.Xcode (6.0.1 - 6528) <6592F45A-91BE-3269-BF93-3E0C82CAE57D> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x10a9f6000 -        0x10ae29ff7  com.apple.dt.DVTFoundation (6.0.1 - 6528) <6DCEF4E5-D4D6-35DC-A93A-EAFE2ED3044F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
           0x10afe5000 -        0x10b2ecfff  com.apple.dt.DVTKit (6.0.1 - 6528) <302A0B44-B995-378D-9853-89D8C103FF9C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
           0x10b4cf000 -        0x10b8fdfff  com.apple.dt.IDEFoundation (6.0.1 - 6528) <41B8E142-4801-3665-9ED0-E11116B5662A> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
           0x10bbb2000 -        0x10c3ecff7  com.apple.dt.IDEKit (6.0.1 - 6528) <1406E2B1-842A-3CE5-9F2E-37BDB23E916B> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x10c98d000 -        0x10c9aaff7  com.apple.dt.instruments.DTXConnectionServices (1.0 - 56085) <E7CD337D-F164-3DC0-A94D-6AFE017988E3> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framewo rk/Versions/A/DTXConnectionServices
           0x10c9ce000 -        0x10ca0afff  com.apple.framework.ConfigurationProfiles (6.0.3 - 668) <37BE99F9-3C1C-3D53-9994-D568A5851D9E> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
           0x10ca2d000 -        0x10ca2effb  libsysmon.dylib (58.90.2) <86ECDE0C-6022-3138-AD95-293098B617B7> /usr/lib/libsysmon.dylib
           0x10ca37000 -        0x10d4c8fff +libclang.dylib (600.0.51) <C234F51B-1C1E-391C-9A17-C987D112F431> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
           0x10d665000 -        0x10d666ff7  libpanel.5.4.dylib (42) <1041D101-63D3-34C8-BFB8-E1DB83CDCB6A> /usr/lib/libpanel.5.4.dylib
           0x10d66a000 -        0x10d69eff7  com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <BD037792-7A4F-3351-9B17-601DACB701EF> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Ve rsions/A/DVTSourceControl
           0x10d6c8000 -        0x10d6ceff7  com.apple.network.statistics.framework (1.2 - 1) <0ACBCF2D-893B-3D94-9917-ADB781F37683> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
           0x10d6dd000 -        0x10d6f2fff  com.apple.DADocSetManagement (6.0 - 6032) <1C3889F9-B812-325C-A86F-CB7EA109ED14> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
           0x10d704000 -        0x10d705ff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <072ECF57-56FB-3049-8EB6-9EF374B2B3C5> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
           0x10d710000 -        0x10d739ff7  com.apple.dt.instruments.DTGraphKit (6.0 - 56072) <3C134D0D-B6C1-3405-8D11-40AA31A92583> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions /A/DTGraphKit
           0x10d757000 -        0x10d79ffff  com.apple.DADocSetAccess (6.0 - 6032) <936108BE-40C9-3AD0-9434-349386D014DB> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
           0x10fb3e000 -        0x10fb94fff  com.apple.PhysicsKit (1.0 - 1) <862D9199-2B38-3C88-9F02-9A066EF9AA4F> /Applications/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/PhysicsK it
           0x10fbc2000 -        0x10fd28fff  com.apple.SpriteKit (1.0 - 1) <007AB21F-1883-3B20-B75F-87A74BDE1985> /Applications/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/SpriteKit
           0x10fdc0000 -        0x10fde5fff  com.apple.GLKit (1.0 - 27) <E87FD290-ACD2-3F2B-91D0-24AC02A39DA4> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
           0x10fe0a000 -        0x10fe2efff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x10ff6e000 -        0x10ff7bfff  com.apple.dt.IDELanguageSupportCore (6.0 - 6233) <AC02496E-0B35-37CA-AE6C-5E54EDD14FA0> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Conte nts/MacOS/IDELanguageSupportCore
           0x1100a0000 -        0x1100c8ffb  libRIP.A.dylib (599.35.4) <F3C60582-1F27-335D-9C97-8CF307670F7B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x1100d8000 -        0x1100dbffa  libCGXType.A.dylib (599.35.4) <A2B493FD-2EDE-3BC2-A281-2381E0156411> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x1105ce000 -        0x1105cfff7  com.apple.dt.dbg.DebuggerLLDBService (6.0 - 6244) <7D838EE7-C03B-3D44-B9DC-40264CF8385E> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
           0x1105d5000 -        0x1105d8fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x1105e4000 -        0x110a21ff7  com.apple.SceneKit (5.0 - 259) <DAE3DD45-2CD6-31FB-A2A6-8A664A948BAE> /Applications/Xcode.app/Contents/SharedFrameworks/SceneKit.framework/SceneKit
           0x110cc5000 -        0x110cf9ff7  com.apple.CoreSimulator (110.2 - 110.2) <05547627-863C-3460-8718-8486F194E40D> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimula tor.framework/CoreSimulator
           0x110d19000 -        0x110d72ff7  com.apple.sourcekitd (1.0 - 600.0.51.4) <3638E22A-A4A0-3A79-A851-FE6C832574C4> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/sourcekitd.framework/Versions/A/sourcekitd
           0x110d9a000 -        0x110dd6ff7  com.apple.dt.dbg.DebuggerFoundation (6.0 - 6244) <07CDF469-55E8-3103-826C-DD5B3DD150CE> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
           0x110e13000 -        0x110e57fff  com.apple.CoreThemeDefinition (2.0 - 146) <B7B5CEE8-A98D-3DDA-9927-364DCF16AD86> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/Core ThemeDefinition
           0x110e88000 -        0x110ea6ffb  libedit.3.dylib (39) <1B0596DB-F336-32E7-BB9F-51BF70DB5305> /usr/lib/libedit.3.dylib
           0x110eb7000 -        0x110ebeff7  com.apple.dt.IDE.HexEditor (6.0 - 6244) <0656D22C-E53F-332E-8505-96D53CC3A53F> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
           0x110ec8000 -        0x110ecbfff  com.apple.dt.dbg.DebuggerKit (1.0 - 1) <C017EE82-75BC-3579-89E4-E70988C619D3> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/D ebuggerKit
           0x110ed4000 -        0x110ed9ffb  com.apple.GPUToolsInterface (1.0 - 16097) <103DDFAD-C716-31A4-9BF3-AA9C4FB7E7A9> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
           0x110ee1000 -        0x110ee6ff7  com.apple.dt.gpu.GPUTraceDebugger (6.0 - 16097) <46A001AC-45C1-3C99-8A33-5DFD4A4B3CEC> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
           0x110f90000 -        0x11101dff7  com.apple.dt.IBAutolayoutFoundation (1.0 - 6245) <792BB62B-C3E9-3A6E-9E45-D9C83733E52E> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
           0x11107a000 -        0x111119ff7  com.apple.dt.IBFoundation (1.0 - 6245) <6956663F-22BC-38E3-87CE-7BE5C7F39630> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/I BFoundation
           0x11128d000 -        0x1112d4ff7  com.apple.dt.dbg.DebuggerLLDB (6.0 - 6244) <35E894DF-0302-31A7-8A62-8B502B3BF2E8> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/ DebuggerLLDB
           0x111307000 -        0x113381f4b  com.apple.LLDB.framework (1.320.4.124.10 - 320.4.124.10) <CBF62B74-A003-3F5A-A8E9-9BD257B87384> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLD B
           0x113c29000 -        0x113d13fff  org.python.python (2.7.5 - 2.7.5) <8DD65C8B-686D-3BF1-8682-70F02D28D200> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
           0x113d79000 -        0x113da7ff7 +com.ridiculousfish.HexFiendFramework (6.0 - 6244) <61267127-01B6-3030-936F-8E44F08469BB> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
           0x113dce000 -        0x113e0eff7  com.apple.dt.IDE.iCloudSupport (6.0 - 6244) <946F0F12-7E4D-32C4-9F54-4BC787B5681E> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS /iCloudSupport
           0x113e48000 -        0x113f14ff7  com.apple.dt.dbg.DebuggerUI (6.0 - 6244) <F218430B-20D7-3B3E-A443-921298C2C8D6> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
           0x113fc1000 -        0x11402dff7  com.apple.dt.IDE.IDEDocViewer (6.0 - 6244) <2DC06B3D-DE54-3551-8EB4-1FD540B05E72> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
           0x114083000 -        0x1140a2fff  com.apple.dt.IDE.IDEQuickHelp (6.0 - 6244) <A4291F88-8527-3C10-8A4A-D88E943C3DD6> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
           0x1140bf000 -        0x1145cafff  com.apple.dt.IDE.IDEInterfaceBuilderKit (6.0 - 6245) <E834B3B6-B084-3062-AA3D-E0A892B1BF6F> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
           0x114958000 -        0x114a18ff7  com.apple.dt.IDE.IDESourceEditor (6.0 - 6244) <E1CD0AD5-F52F-3870-8CC1-8E280368D6FE> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
           0x114a8e000 -        0x114abdfff  com.apple.dt.gpu.GPUDebuggerFoundation (6.0 - 16097) <25B4349C-DFC1-3ECC-851C-D67A2C5117BE> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
           0x114ae9000 -        0x114b27ffb  com.apple.GPUToolsCore (1.0 - 16092) <7D7AAB43-3D02-3D2F-B18C-39F5A3BF047A> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
           0x114b5b000 -        0x114b8fffb  com.apple.GPUTools (1.0 - 16092) <7D00D294-9E5E-3413-B4EF-98F8D7E72A18> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
           0x114bba000 -        0x114c89ff7  com.apple.GPUToolsServices (1.0 - 16097) <7FCADDB7-D956-34CF-8D2B-CE7591955032> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
           0x114cf1000 -        0x114d19ff3  com.apple.GLToolsInterface (1.0 - 16097) <A883FAF3-2E2F-3A23-A686-8381470FB8CB> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Ve rsions/A/GLToolsInterface
           0x114d37000 -        0x114dbaff7  com.apple.GLToolsCore (1.0 - 16092) <46E92D4F-6F8E-3674-A95E-D81A1AC2A9D7> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Version s/A/GLToolsCore
           0x114dd8000 -        0x114de9ff3  com.apple.GLTools (1.0 - 16092) <D8F771ED-A25A-37C3-90BD-30FD981B84D8> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/ GLTools
           0x114df1000 -        0x114e47ff3  com.apple.GLToolsServices (1.0 - 16097) <1C4E27CF-B679-3C72-BC26-FE26D8554BCB> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Ver sions/A/GLToolsServices
           0x114e8d000 -        0x114f14fff  com.apple.gputools.GLToolsAnalysisEngine (1.0 - 16097) <DD517C5E-701B-3B8E-8BFF-AFB8E1D2CF5A> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framewo rk/Versions/A/GLToolsAnalysisEngine
           0x114fd8000 -        0x114fe3fff  com.apple.dt.gpu.GPUDebuggerKit (6.0 - 16097) <328DAA8F-1933-3108-BE2D-B92FBA392E3F> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
           0x114ff6000 -        0x115064fff  com.apple.dt.gpu.GPUTraceDebuggerUI (6.0 - 16097) <100B3826-983C-39B0-BF22-67A814562E50> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
           0x1150b1000 -        0x1150edfff  com.apple.dt.IDE.Xcode3Core (6.0 - 6245) <41B65AEE-104A-3A4C-A285-6E1FDE9AB7FB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
           0x115112000 -        0x11546fff7  com.apple.Xcode.DevToolsCore (8.0 - 6245) <2EAABE5A-EA94-306B-88FD-26CAE2B40DC0> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x11560b000 -        0x115613fff  com.apple.DevToolsFoundation (8.0 - 6245) <86161CEB-DCFA-3CC2-B0B0-65C8C8EB644F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x11561e000 -        0x115655fff  com.apple.Xcode.DevToolsSupport (8.0 - 6245) <B1ACBAFE-D3B6-33FE-A20A-69C2BEEE9BA5> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x11567c000 -        0x115823fff  com.apple.dt.IDE.Xcode3UI (6.0 - 6245) <B5E26E38-AB08-35CE-8690-D01062F8D82C> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
           0x116435000 -        0x11643dff3  libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x116c27000 -        0x116c2dff7  com.apple.dt.IDE.IDEInstrumentsService (6.0 - 6244) <C45D8F63-7C80-31E7-AEEB-D5158A18E1D9> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Conten ts/MacOS/IDEInstrumentsService
           0x116c3c000 -        0x116cb5ff7  com.apple.dt.IDE.IDEiOSSupportCore (6.0 - 6254) <8FB537BB-57FC-379C-8340-4F4FDF861A9C> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/M acOS/IDEiOSSupportCore
           0x116cfd000 -        0x116d14fff  com.apple.DVTiPhoneSimulatorRemoteClient (6.0 - 6254) <AFBE5629-F5C3-3954-A2BE-11A739BD7034> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClien t.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
           0x116d29000 -        0x116da8ff7  com.apple.DTDeviceKitBase (6.0 - 6254) <A0A23F02-4A7A-3242-A8EB-A20647CEA45B> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Ver sions/A/DTDeviceKitBase
           0x116df9000 -        0x116e12fff  com.apple.DeviceLinkX (5.0 - 264) <D86F03AF-EAB0-33B4-B21B-0EB0A85E1258> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x116e22000 -        0x116e2aff7  com.apple.dt.IDE.IDEOSXSupportCore (6.0 - 6053) <EA2477C2-DF30-34D1-B7A4-2B08BA0D63D0> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSu pportCore
           0x116ee2000 -        0x1170aaff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (6.0 - 6245) <E0F165BC-BFB6-3232-9444-A94FD3333293> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x11723f000 -        0x117264fff  com.apple.DiscRecordingUI (8.0 - 8000.4.6) <9460712B-D256-33E6-A1F0-6C956EC48C32> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x117286000 -        0x1172c6ff7  com.apple.glut (3.6.0 - GLUT-3.6.0) <DC45DBA8-895A-3DD2-ABD6-4BB94F41F0B2> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x11735b000 -        0x11736ffff  com.apple.DTDeviceKit (4.2 - 3697) <649A9BFF-4692-3A5A-9E17-18E22C5960AA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x1173a5000 -        0x1173a9ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x117435000 -        0x117435ff7  com.apple.xcode.compilers.scntool (7.0.1 - 3574) <1755EDBC-C880-33E4-9FCA-C213EA1DC98F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Scene Kit.xcplugin/Contents/MacOS/Scene Kit
           0x117439000 -        0x117439fff  com.apple.Metal (1.0 - 1) <43A3F5B4-4A01-312B-9002-21ABB390D182> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
           0x11743d000 -        0x11743dff7  com.apple.IBStoryboardCompilerPlugin (5.0.1 - 3746) <57EE5AB2-CF0F-3CA7-8D82-D6963AEBA52D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/IBStoryboardCompilerPlugin.xcplugin/Conte nts/MacOS/IBStoryboardCompilerPlugin
           0x117441000 -        0x117441ff7  com.apple.xcode.compilers.coredata (8.0 - 6245) <2E2A6DFA-19A6-3DDC-9D19-248D47DA002E> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
           0x117445000 -        0x117445ff7  com.apple.compilers.clang (8.0 - 6245) <F2C13794-3F17-3633-8238-005E1CD12696> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
           0x1191b5000 -        0x1192cdff7  com.apple.mobiledevice (757.1.5.0.1 - 757.1.5.0.1) <37FF77DC-92E2-34B7-A0F9-481767002E21> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x119349000 -        0x11953cff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (6.0 - 6238) <D1E18D8E-23BE-30DE-8DC0-3F692D1E621F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x11962b000 -        0x11963bfff  com.apple.dt.XCLanguageSupport (6.0 - 6233) <2D93338B-A3A3-37F6-B88B-A4044A491A31> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS /XCLanguageSupport
           0x119649000 -        0x119653fff  com.apple.xcode.plug-in.CoreBuildTasks (8.0 - 6245) <56932DEC-BAED-303C-8012-7521EEC09E6B> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
           0x11965b000 -        0x11965eff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <FE09437A-73D4-30FD-9ECC-6CF7D36D3C2B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
           0x119664000 -        0x119664ff7  com.apple.IBCocoaTouchCompilerPlugin (5.0.1 - 3746) <AC1D42DB-B6B0-334A-A796-79F4227442A0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IBCocoaTouchCompilerPlugin.xcplugin/Conten ts/MacOS/IBCocoaTouchCompilerPlugin
           0x119668000 -        0x119669ff7  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <57C51BB4-4474-3735-A1F3-FB26DD6931A2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x11966d000 -        0x11966dff7  com.apple.IBCocoaTouchCompilerPlugin (5.0.1 - 3746) <DAA39DDD-1060-3C51-87AC-65FE2C3CFA8D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IBCocoaTouchCompilerPlugin.xcplugin/Contents/MacO S/IBCocoaTouchCompilerPlugin
           0x119711000 -        0x119715ff7  com.apple.dt.IDEIODebugGaugesCore (6.0 - 6244) <98ACBC95-D5BE-3132-9E2F-2A6001138C12> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Content s/MacOS/IDEIODebugGaugesCore
           0x11971f000 -        0x11972cff7  com.apple.dt.IDEIODebugGaugesUI (6.0 - 6244) <E49D411F-4AE4-374D-B86B-A948DEF4F744> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/ MacOS/IDEIODebugGaugesUI
           0x11973e000 -        0x119782fff  com.apple.dt.IDE.IDEiPhoneSupport (6.0 - 6254) <6AC7D3B2-6B63-339C-86E7-F0727C80A8B8> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/Ma cOS/IDEiPhoneSupport
           0x1197f5000 -        0x1197f9ffd  libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x119814000 -        0x11981cff7  com.apple.dt.DVTPlaygroundCommunication (1.0 - 6098) <BDB2859F-C017-3114-852E-125538F0F86A> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPla ygroundCommunication
           0x119def000 -        0x119fc0fff  com.apple.audio.units.Components (1.10 - 1.10) <F74A9407-DDB5-3C4F-A051-47643871ED93> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x11a46c000 -        0x11a53cfff  com.apple.dt.IDELanguageSupportUI (6.0 - 6233) <FAF1A7B9-12DE-318C-9636-49F5266DB801> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Content s/MacOS/IDELanguageSupportUI
           0x11afbc000 -        0x11afbdff9 +cl_kernels (???) <DF7EE448-725F-426B-B31E-DEC6956F9764> cl_kernels
           0x11afe5000 -        0x11afe6ffa +cl_kernels (???) <236A880E-E9CA-4040-ABEF-E0B957A7C4C1> cl_kernels
           0x11b043000 -        0x11b05fff7  com.apple.dt.IDE.IDEGit (6.0 - 6244) <63171B1B-39EA-3866-8E92-27028B3B7F30> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
           0x11b073000 -        0x11b089fff  com.apple.dt.IDE.IDESubversion (6.0 - 6244) <97D4CFD6-4292-3556-A135-983243C2EF15> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS /IDESubversion
           0x11b097000 -        0x11b09cff7  com.apple.dt.IDEContinuousIntegration (1.0 - 1) <4F290544-E89B-38F6-8897-91BB42A80607> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Con tents/MacOS/IDEContinuousIntegration
           0x11b0a5000 -        0x11b0a5ff7  com.apple.dt.IDE.IDEAppleScriptEditor (6.0 - 6244) <2E442DEC-5903-30B3-AFCA-B83AAF3B3093> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
           0x11b0ea000 -        0x11b156ff7  com.apple.dt.gpu.GPURenderTargetEditor (6.0 - 16097) <6536E275-B605-3B6B-9FA0-71D3421E9292> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor
           0x11b19a000 -        0x11b1ebfff  com.apple.IDESpriteKitParticleEditor (2.0 - 2) <937FEB42-DD9F-3001-83C5-5E5E47A1655D> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/C ontents/MacOS/IDESpriteKitParticleEditor
           0x11b21d000 -        0x11b226ff7  com.apple.dt.PlistEditor (6.0 - 6244) <3C4A20C2-4D89-34F8-8C5E-67C7AFB566D4> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor
           0x11b232000 -        0x11b247fff  com.apple.dt.IDE.IDERTFEditor (6.0 - 6244) <684D87D2-4D10-3139-85AD-FFFD08C1B3CC> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor
           0x11b259000 -        0x11b33afff  com.apple.dt.IDE.IDEModelEditor (6.0 - 6244) <ACD6518A-6D4D-373C-BCAB-41EBF0A1A64E> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor
           0x11b3d1000 -        0x11b44afff  com.apple.dt.IDE.IDEModelFoundation (6.0 - 6244) <0088B186-E9FA-3F8F-A771-DE352D6CAF01> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation
           0x11b4a1000 -        0x11b4f7ff7  com.apple.dt.IDE.IDESceneKitEditor (6.0 - 6085) <47872CF1-CC77-3082-8E0F-85D5A288E1C9> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/M acOS/IDESceneKitEditor
           0x11b540000 -        0x11b547ff7  com.apple.dt.ScriptingDefinitionEditor (6.0 - 6244) <2B67B858-7225-3D24-86CA-24AF25535C5F> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor
           0x11b54f000 -        0x11b553ff7  com.apple.dt.IDE.IDEPDFViewer (6.0 - 6244) <E8BA77E0-A066-37E2-A0A8-BC8695371C89> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer
           0x11b55b000 -        0x11b7acfff  com.apple.dt.gpu.GPUDebuggeriOSSupport (6.0 - 16081) <C1C9C1AD-36B9-3222-9DDF-8C41A058E70A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport
           0x11b81f000 -        0x11b81ffff  com.apple.GLToolsMobileFoundation (1.0 - 16081) <03A43005-3040-3B7C-9766-57DF105FA846> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLTools MobileFoundation
           0x11b824000 -        0x11b88bffb  com.apple.GLToolsExpert (1.0 - 16081) <11F5F569-5252-3403-BA3E-E25BF9D85C85> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
           0x11b8c7000 -        0x11b8d3fff  com.apple.GPUToolsShaderProfiler (1.0 - 16097) <73E204E8-7F28-3FC6-9B1E-37EF01CA8E26> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framew ork/Versions/A/GPUToolsShaderProfiler
           0x11b8e2000 -        0x11b8faff3  com.apple.GLToolsShaderProfiler (1.0 - 16097) <D6CFBE4E-2A6E-3EEC-B18E-60079F1104A4> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framewo rk/Versions/A/GLToolsShaderProfiler
           0x11b907000 -        0x11b91bffb  com.apple.GPUToolsMobileFoundation (1.0 - 16081) <27A38C86-4588-3DD1-A0DB-64C830D050F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation
           0x11b92f000 -        0x11b93cff7  com.apple.dt.IDE.IDEQuickLookEditor (6.0 - 6244) <A0F22E90-267B-3742-B40A-0C51D9A87C89> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/ MacOS/IDEQuickLookEditor
           0x11bc71000 -        0x11bdf2fff  com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 16097) <B21ADDAA-C9AE-3300-867B-AFACB2C4A069> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLT oolsAnalysisHeuristics
           0x11be07000 -        0x11be3bff7  com.apple.gputools.GLToolsMobileAnalysis (1.0 - 16081) <A314C8C5-47CE-320E-8DEC-B721AAB3A509> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLTools MobileAnalysis
           0x11be4b000 -        0x11be52ff7  com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 16081) <8ACDC60B-F08D-36BC-9BC5-10D58891C405> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/ MacOS/GLToolsShaderProfilerMobileSupport
           0x11be59000 -        0x11be5fff7  com.apple.gputools.GPUToolsShaderProfilerMobileSupport (1.0 - 13000) <F0AC3067-EF68-3E67-8385-F90B4A2767A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GPUToolsShaderProfilerMobileSupport.gtplugin/Contents /MacOS/GPUToolsShaderProfilerMobileSupport
           0x11be65000 -        0x11be8affb  com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) <93546200-7066-3D62-84FA-6C36C3FDCA37> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MT LToolsAnalysisHeuristics
           0x11be90000 -        0x11be9cff3  com.apple.MTLToolsCore (1.0 - 1) <745ECBB3-AB74-3078-A04A-B5A0248093C2> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versio ns/A/MTLToolsCore
           0x11bea7000 -        0x11bea8ff3  com.apple.MTLTools (1.0 - 1) <63B98608-310A-3F53-B880-E55066F8BF27> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A /MTLTools
           0x11beae000 -        0x11bed3ff3  com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 16046) <286A1247-EA3D-33E9-BDE0-807418FC1AD8> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framew ork/Versions/A/MTLToolsAnalysisEngine
           0x11c189000 -        0x11c357ff7  com.apple.dt.gpu.GPUDebuggerMTLSupport (6.0 - 16041) <97569F84-3A2A-36A5-A020-B6EF5256371F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GP UDebuggerMTLSupport
           0x11c3b4000 -        0x11c3d4ffb  com.apple.MTLToolsServices (1.0 - 1) <BC482F63-BED2-3A39-A016-DDE2BB8BD7F6> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Ve rsions/A/MTLToolsServices
           0x11c3ef000 -        0x11c422ff3  com.apple.MTLToolsShaderProfiler (1.0 - 16046) <02AD6D96-E826-3A95-87B7-4FCC5ED8C3F9> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framew ork/Versions/A/MTLToolsShaderProfiler
           0x11c44c000 -        0x11c4e7fff  com.apple.XCSCore (1.0 - 1) <20C1BCD4-7820-32D0-9FFA-E028F3EFB06D> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/ XCSCore
           0x11c54d000 -        0x11c5f8ff7  com.apple.dt.XCSUI (1.0 - 1) <C4F79D84-52EF-3EFE-AFCB-7C2E473702F4> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XC SUI
           0x11cb77000 -        0x11cc5dfef  unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x11ce58000 -        0x11ce5eff7  libCGXCoreImage.A.dylib (599.35.4) <0A9F43CB-C01F-3A98-AAB3-1E08C65BCFB4> /System/Library/Frameworks/CoreGraphics.f

    As a first step update to 6.1 and se if the problem changes.

  • Xcode 4.2.1 crashes when using a QCView in Interface Builder

    Hi, I have been trying to use a QCView in one of my projects but I get a crash everytime. I tried loading the QuartzComposerChart sample application but if I compile the project I get a crash, it just seems to crash when it wants to but I was able to get it compiled if I didn't click on the .nib file. It seems to be related to interface builder anyway.
    Adding a QCView to a new project results in a .xib file not being able to be saved I get this error
    The document “MainMenu.xib” could not be autosaved. -[NSConcreteMapTable state]: unrecognized selector sent to instance 0x402d47420
    Heres my crash log:
    UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[NSKeyValueUndefinedSetter state]: unrecognized selector sent to instance 0x4026f43a0
    UserInfo: (null)
    Hints: None
    Backtrace:
      0  0x00007fff8963726a __exceptionPreprocess (in CoreFoundation)
      1  0x00007fff83bb2d5e objc_exception_throw (in libobjc.A.dylib)
      2  0x00007fff896c34ce -[NSObject doesNotRecognizeSelector:] (in CoreFoundation)
      3  0x00007fff89624133 ___forwarding___ (in CoreFoundation)
      4  0x00007fff89623f48 _CF_forwarding_prep_0 (in CoreFoundation)
      5  0x00007fff88c829b2 _PatchToComposition (in QuartzComposer)
      6  0x00007fff88c5bd47 -[QCPatchController encodeWithCoder:] (in QuartzComposer)
      7  0x00007fff8a60559d _encodeObject (in Foundation)
      8  0x00007fff8dc72814 -[NSNibConnector encodeWithCoder:] (in AppKit)
      9  0x00007fff8dc72599 -[NSNibBindingConnector encodeWithCoder:] (in AppKit)
    10  0x00007fff8a60559d _encodeObject (in Foundation)
    11  0x00007fff8a60678e -[NSKeyedArchiver _encodeArrayOfObjects:forKey:] (in Foundation)
    12  0x00007fff8a606e56 -[NSArray(NSArray) encodeWithCoder:] (in Foundation)
    13  0x00007fff8a60559d _encodeObject (in Foundation)
    14  0x00007fff8dbe5ab7 -[NSIBObjectData encodeWithCoder:] (in AppKit)
    15  0x00007fff8a60559d _encodeObject (in Foundation)
    16  0x000000010aaf0938 -[IBCocoaDocument compiledKeyedObjectsData:] (in IDEInterfaceBuilderCocoaIntegration)
    17  0x000000010aaf10e0 -[IBCocoaDocument fileWrapperOfType:error:] (in IDEInterfaceBuilderCocoaIntegration)
    18  0x00007fff8db59801 -[NSDocument writeToURL:ofType:error:] (in AppKit)
    19  0x000000010a681231 -[IBDocument writeToURL:ofType:error:] (in IDEInterfaceBuilderKit)
    20  0x00007fff8db58769 -[NSDocument writeToURL:ofType:forSaveOperation:originalContentsURL:error:] (in AppKit)
    21  0x000000010a6846ff -[IBDocument writeToURL:ofType:forSaveOperation:originalContentsURL:error:] (in IDEInterfaceBuilderKit)
    22  0x00007fff8db58b68 -[NSDocument _writeSafelyToURL:ofType:forSaveOperation:forceTemporaryDirectory:error:] (in AppKit)
    23  0x00007fff8db4285d -[NSDocument _writeSafelyToURL:ofType:forSaveOperation:error:] (in AppKit)
    24  0x00007fff8db58911 -[NSDocument writeSafelyToURL:ofType:forSaveOperation:error:] (in AppKit)
    25  0x0000000107ad664a -[IDEEditorDocument writeSafelyToURL:ofType:forSaveOperation:error:] (in IDEKit)
    26  0x00007fff8db61ea7 __-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_8 (in AppKit)
    27  0x00007fff8db61327 __-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_14 (in AppKit)
    28  0x00007fff8db61c80 __-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_7 (in AppKit)
    29  0x00007fff8a7a5a8d -[NSFileCoordinator(NSPrivate) _invokeAccessor:orDont:thenRelinquishAccessClaimForID:] (in Foundation)
    30  0x00007fff8a7a8e65 -[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] (in Foundation)
    31  0x00007fff8db5725c -[NSDocument _fileCoordinator:coordinateReadingContentsAndWritingItemAtURL:byAccessor:] (in AppKit)
    32  0x00007fff8db45702 __-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_1 (in AppKit)
    33  0x00007fff8db5ab75 -[NSDocument performAsynchronousFileAccessUsingBlock:] (in AppKit)
    34  0x00007fff8db453af -[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:] (in AppKit)
    35  0x0000000107b8b66b -[IDEEditorDocument saveToURL:ofType:forSaveOperation:completionHandler:] (in IDEKit)
    36  0x000000010a6811fd -[IBDocument saveToURL:ofType:forSaveOperation:completionHandler:] (in IDEInterfaceBuilderKit)
    37  0x00007fff8db46d40 __-[NSDocument autosaveWithImplicitCancellability:completionHandler:]_block_invoke_1 (in AppKit)
    38  0x00007fff8db40898 -[NSDocument continueFileAccessUsingBlock:] (in AppKit)
    39  0x0000000107b898db -[IDEEditorDocument continueFileAccessUsingBlock:] (in IDEKit)
    40  0x00007fff8db40cad __-[NSDocument performAsynchronousFileAccessUsingBlock:]_block_invoke_6 (in AppKit)
    41  0x00007fff8db71333 __-[NSDocumentController(NSInternal) _onMainThreadInvokeWorker:]_block_invoke_3 (in AppKit)
    42  0x00007fff882cc8ba _dispatch_call_block_and_release (in libdispatch.dylib)
    43  0x00007fff882ce72a _dispatch_main_queue_callback_4CF (in libdispatch.dylib)
    44  0x00007fff895cc4dc __CFRunLoopRun (in CoreFoundation)
    45  0x00007fff895cbae6 CFRunLoopRunSpecific (in CoreFoundation)
    46  0x00007fff8c1283d3 RunCurrentEventLoopInMode (in HIToolbox)
    47  0x00007fff8c12f63d ReceiveNextEventCommon (in HIToolbox)
    48  0x00007fff8c12f4ca BlockUntilNextEventMatchingListInMode (in HIToolbox)
    49  0x00007fff8d7a23f1 _DPSNextEvent (in AppKit)
    50  0x00007fff8d7a1cf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
    51  0x00007fff8d79e62d -[NSApplication run] (in AppKit)
    52  0x00007fff8da1d80c NSApplicationMain (in AppKit)
    53  0x0000000107165eec (in Xcode)
    54  0x0000000000000002
    This also happens when I try loading a composition into a QCView. Does anyone know how to fix this?
    Thanks
    Ed

    Glad you posted... I am getting similar messages in xcode 4.2.1
    The document “MainMenu.xib” could not be saved. -[DVTFileSystemVNode state]: unrecognized selector sent to instance 0x40540f920
    I didn't make the connection with QCView until I saw your post. I have several .xib in the project with QCViews and all of them have this same problem.  .xib files without QCViews in them are fine.
    However, my application does not crash, but runs fine. (The xib's and application were written with xcode 3.2, and I can't edit them now in 4.2.1, because I can't save them.  )
    Any other clues would be welcome.
    Thanks
    Keith

  • Xcode 4.1 keeps crashing on lion

    Hi All,
    I would really appreciate any help I could get on this. I have a new macbook pro (july 11), installed lion on it from the app store, and then xcode 4.1. Everytime I tried installing it just keep crashing. From the secondary user account I am able to see a startup screen before it crashed. I tried uninsalling using
    sudo /Developer/Library/uninstall-devtools –mode=all
    deleting the app and reinstalling it. After updating itunes etc. and all this several times but it just keeps crashing. I deleted an antivirus I had etc. Now, I am out of ideas.  I have included the report below. If anyone can help I would really appreciate it.
    Thanks
    J
    UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
    UserInfo: (null)
    Hints: None
    Backtrace:
      0  0x00007fff922b096a __exceptionPreprocess (in CoreFoundation)
      1  0x00007fff8956ad5e objc_exception_throw (in libobjc.A.dylib)
      2  0x00007fff922b07ba +[NSException raise:format:arguments:] (in CoreFoundation)
      3  0x00007fff922b0744 +[NSException raise:format:] (in CoreFoundation)
      4  0x00007fff8e7a9017 -[NSKeyedUnarchiver initForReadingWithData:] (in Foundation)
      5  0x00007fff8e7d803a +[NSKeyedUnarchiver unarchiveObjectWithFile:] (in Foundation)
      6  0x00007fff90a44e68 -[NSManagedObjectModel initWithContentsOfURL:] (in CoreData)
      7  0x000000010f79c060 -[DSADocSet initWithBundle:withPersistentStoreURL:modelVersion:forLocalization:error:] (in DADocSetAccess)
      8  0x000000010f79be66 -[DSADocSet initWithDocRootDirectory:forLocalization:error:] (in DADocSetAccess)
      9  0x000000010f812178 -[DSMDocSetLoader loadDocSetAtPath:] (in DADocSetManagement)
    10  0x00007fff87d8d90a _dispatch_call_block_and_release (in libdispatch.dylib)
    11  0x00007fff87d8f77a _dispatch_main_queue_callback_4CF (in libdispatch.dylib)
    12  0x00007fff92245c0c __CFRunLoopRun (in CoreFoundation)
    13  0x00007fff92245216 CFRunLoopRunSpecific (in CoreFoundation)
    14  0x00007fff8f2994ff RunCurrentEventLoopInMode (in HIToolbox)
    15  0x00007fff8f2a0b73 ReceiveNextEventCommon (in HIToolbox)
    16  0x00007fff8f2a0aae BlockUntilNextEventMatchingListInMode (in HIToolbox)
    17  0x00007fff8d29e191 _DPSNextEvent (in AppKit)
    18  0x00007fff8d29da95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
    19  0x00007fff8d553a4d -[NSApplication _realDoModalLoop:peek:] (in AppKit)
    20  0x00007fff8d553681 -[NSApplication runModalForWindow:] (in AppKit)
    21  0x00007fff8d546f06 -[NSAlert runModal] (in AppKit)
    22  0x00007fff8d2ccd66 -[NSPersistentUIManager promptToIgnorePersistentState] (in AppKit)
    23  0x00007fff8d2a13dd -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] (in AppKit)
    24  0x00007fff8d2a1241 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] (in AppKit)
    25  0x00007fff8d2a0fb1 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
    26  0x00007fff922a2f51 -[NSObject performSelector:withObject:withObject:] (in CoreFoundation)
    27  0x00007fff8e7a31c7 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 (in Foundation)
    28  0x00007fff8e7a214e -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
    29  0x00007fff8e7a1fdc _NSAppleEventManagerGenericHandler (in Foundation)
    30  0x00007fff866c1a85 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) (in AE)
    31  0x00007fff866c1963 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ (in AE)
    32  0x00007fff866c1857 aeProcessAppleEvent (in AE)
    33  0x00007fff8f2a812d AEProcessAppleEvent (in HIToolbox)
    34  0x00007fff8d29e3dd _DPSNextEvent (in AppKit)
    35  0x00007fff8d29da95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
    36  0x00007fff8d29a3d6 -[NSApplication run] (in AppKit)
    37  0x00007fff8d51852a NSApplicationMain (in AppKit)
    38  0x000000010c829eec (in Xcode)
    39  0x0000000000000002

    Does anyone know why i'm getting this error?
    ASSERTION FAILURE in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-934/Xcode3Sources/ XcodeIDE/Frameworks/DevToolsBase/pbxcore/Target.subproj/PBXTarget.m:1701
    Details:  Platform failed to completely load.  Examine Console Log for error messages.
    Object:   <PBXNativeTarget: 0x4014e3f40>
    Method:   -createPropertyExpansionContextWithBuildParameters:
    Thread:   <NSThread: 0x40010a260>{name = (null), num = 1}
    Hints:   None
    Backtrace:
      0  0x0000000108c1d366 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
      1  0x000000010828d1a4 _DVTAssertionFailureHandler (in DVTFoundation)
      2  0x000000010c379a94 -[PBXTarget createPropertyExpansionContextWithBuildParameters:] (in DevToolsCore)
      3  0x000000010c37a508 -[PBXTarget cachedPropertyExpansionContextForWorkspaceArenaSnapshot:configurationNamed:] (in DevToolsCore)
      4  0x000000010c37ed37 -[PBXTarget packageTypeForConfigurationNamed:] (in DevToolsCore)
      5  0x000000010c3d696d -[PBXNativeTarget productReferenceIsExecutable] (in DevToolsCore)
      6  0x000000010c503743 -[Xcode3TargetProduct productIsExecutable] (in DevToolsCore)
      7  0x00000001087ae936 -[IDEWorkspace _referencedBlueprintsDidUpdateForProvider:] (in IDEFoundation)
      8  0x0000000108813002 __46-[IDEWorkspace _referencedContainersDidUpdate]_block_invoke_0653 (in IDEFoundation)
      9  0x0000000108812bae -[IDEWorkspace invokeChangingValueForKey:fromSet:toSet:block:] (in IDEFoundation)
    10  0x00000001087ad913 -[IDEWorkspace _referencedContainersDidUpdate] (in IDEFoundation)
    11  0x0000000108812a4c __38-[IDEWorkspace _setupContainerQueries]_block_invoke_0515 (in IDEFoundation)
    12  0x00007fff95e817b2 NSKeyValueNotifyObserver (in Foundation)
    13  0x00007fff95e486cb -[NSObject(NSKeyValueObserverRegistration) _addObserver:forProperty:options:context:] (in Foundation)
    14  0x00007fff95e47134 -[NSObject(NSKeyValueObserverRegistration) addObserver:forKeyPath:options:context:] (in Foundation)
    15  0x000000010823fe7d -[DVTObservingBlockToken _setupObservingWithOptions:] (in DVTFoundation)
    16  0x000000010823fd7e -[DVTObservingBlockToken setHandlerBlock:forKeyPath:options:] (in DVTFoundation)
    17  0x000000010823fb6d -[NSObject(DVTObservingConvenience) dvt_newObserverForKeyPath:options:owner:withHandlerBlock:] (in DVTFoundation)
    18  0x00000001087acfef -[IDEWorkspace _setupContainerQueries] (in IDEFoundation)
    19  0x0000000108810d7e -[IDEWorkspace _setupWorkspaceArenaIfNeeded] (in IDEFoundation)
    20  0x000000010881102e __81-[IDEWorkspace _finishLoadingAsynchronously:shouldUpgradeFromSimpleFilesFocused:]_block_invoke _0 (in IDEFoundation)
    21  0x00007fff95eb9b05 -[NSBlockOperation main] (in Foundation)
    22  0x00007fff95e806d8 -[__NSOperationInternal start] (in Foundation)
    23  0x00007fff95e93936 ____NSOQSchedule_block_invoke_2 (in Foundation)
    24  0x00007fff9526b8ba _dispatch_call_block_and_release (in libdispatch.dylib)
    25  0x00007fff9526d72a _dispatch_main_queue_callback_4CF (in libdispatch.dylib)
    26  0x00007fff99bd206c __CFRunLoopRun (in CoreFoundation)
    27  0x00007fff99bd1676 CFRunLoopRunSpecific (in CoreFoundation)
    28  0x00007fff91fbb31f RunCurrentEventLoopInMode (in HIToolbox)
    29  0x00007fff91fc25c9 ReceiveNextEventCommon (in HIToolbox)
    30  0x00007fff91fc2456 BlockUntilNextEventMatchingListInMode (in HIToolbox)
    31  0x00007fff92d34f5d _DPSNextEvent (in AppKit)
    32  0x00007fff92d34861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
    33  0x00007fff92d3119d -[NSApplication run] (in AppKit)
    34  0x00007fff92fafb88 NSApplicationMain (in AppKit)
    35  0x0000000108221eec (in Xcode)
    36  0x0000000000000002

  • Xcode 4.6.3 crashes when using the lldb debugger.

    Hello. Whenever I try to run a simple c++ program and set a breakpoint, Xcode crashes. I then have to reopen Xcode. I noticed that the GDB debugger works fine but not LLDB.
    Any help is much appreciated.

    I have the same problem in Xcode 4.6.3, 5.0.2 and newest preview.

  • Upgrading to itunes 10.5.2 makes Xcode 4.2.1 crash.  How can I rollback iTunes to 10.5.1?

    I upgraded to OSX Lion last week and had to upgrade Xcode to 4.2.1 so it was compatible with the new OS.  Today I upgraded iTunes from 10.5.1 to 10.5.2.  Now every time I start Xcode it crashes. I tried reinstalling Xcode, that didn't help. Is there a way to rollback the iTunes update?

    Hi dkwestfall62,
    Is the error something like this:
    UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Couldn't load plug-in 'com.apple.dt.IDE.IDEiPhoneSupport' while firing fault for extension 'Xcode.Device.iPhonePlaceholder'
    I'm almost in exactly the same situation as you except I upgraded iTunes first then went to Lion. If I get anywhere I'll let you know.
    Cheers,
    Matt

  • Xcode 4.3.3 crashes when i create a new project

    Hi, i have installed xcode 4.3.3 on my iMac to start programming for iOS. I also have the latest version of Lion 10.7.4 installed. Yesterday i tested xCode for a few minutes and everything worked fine. Today, i wanted to start programming but everytime i create a new project to xCode crashes. What can i do now? The main reason i bought the iMac is to start programming for iOS. I really need your help right now to solve this problem.
    Thank you in advance, Spyros.

    Does Xcode crash if you create a Mac Cocoa application project? If not, there could be a problem with the iOS SDK.
    Try deleting Xcode's preferences file and restart Xcode. The preferences file is in the following directory and has the name com.apple.Xcode.plist:
    /Users/YourUsername/Library/Preferences
    If deleting the preferences file doesn't stop the crashing, try reinstalling Xcode. If reinstalling Xcode doesn't work, create a new user account and install Xcode on that account.

  • Xcode 5.1.1 crashes on opening

    I have OSX Mavericks (10.9.4), Build - 13E28
    I updated my Xcode from 5.0.2 to 5.1.1 (5B1008) from Mac App Store.
    It was crashing when I started for the first time and created a new project using "Empty Application" template.
    Then I cleared the preferences files (com.apple.dt.Xcode.*) in /Library/Preferences/ and ~/Library/Preferences/ folders
    It worked for the first time.
    When I tried to re-launch it again, it started crashing when I tied to open recent file from File -> Open Recents
    Crash Report here - https://drive.google.com/file/d/0BzNycg3hp-CmRHh0aG1kZWEwTVU/edit?usp=sharing
    Any help highly appreciated!
    Thanks,
    Dev.

    Now the exact reproduction steps are:
    1. Run Xcode
    2. Open Help->Xcode News and close it
    3. Open Help->Xcode for the 2nd time, now click any menu(Help or Xcode etc...)
    then Xcode crashes...

  • Xcode crashes on launch - OSX 10.8.3 - always.

    I even tried deleting every single file (that I could find) associated with Xcode. Deleting project files. Reinstalling Xcode and it just crashed on launch.With Apple's no support for softwares policy I am stuck here:
    Process:         Xcode [4372]Path:            /Applications/Xcode.app/Contents/MacOS/XcodeIdentifier:      com.apple.dt.XcodeVersion:         4.6.1 (2067)Build Info:      IDEApplication-2067000000000000~2App Item ID:     497799835App External ID: 14581035Code Type:       X86-64 (Native)Parent Process:  launchd [169]User ID:         501 Date/Time:       2013-03-27 10:48:45.238 +0530OS Version:      Mac OS X 10.8.3 (12D78)Report Version:  10 Interval Since Last Report:          196669 secCrashes Since Last Report:           1Per-App Interval Since Last Report:  7 secAnonymous UUID:                      8B19FC25-1855-9545-6741-5E3C78A767A1 Crashed Thread:  0  Dispatch queue: com.apple.main-thread Exception Type:  EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information:ProductBuildVersion: 4H512UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Menu to be set as submenu is already a submenu of some menu.UserInfo: (null)Hints: NoneBacktrace:  0  0x00007fff8c9b4aee __exceptionPreprocess (in CoreFoundation)
    .........here's the complete crash report: https://gist.github.com/anonymous/5251952
    Any help shall be appreciated. I can provide more logs as it happens all the time.

    /Library/Application Support/MarsThemes/Users/amar/Library/Containers/com.apple.FaceTime/Data/Library/Preferences/com.marsthemes.MTTextTools.plist/Users/amar/Library/Containers/com.apple.mail/Data/Library/Preferences/com.marsthemes.MTTextTools.plist/Users/amar/Library/Containers/com.apple.Notes/Data/Library/Preferences/com.marsthemes.MTTextTools.plist/Users/amar/Library/Containers/com.evernote.Evernote/Data/Library/Preferences/com.marsthemes.MTTextTools.plist/Users/amar/Library/Containers/com.fiplab.mailtab/Data/Library/Preferences/com.marsthemes.MTTextTools.plist/Users/amar/Library/Containers/com.softwareambience.Unclutter/Data/Library/Preferences/com.marsthemes.MTTextTools.plist/Users/amar/Library/Preferences/com.marsthemes.MTTextTools.plist/private/var/db/BootCaches/BB7922C4-BE6B-4234-9E57-B0548054DA8E/app.com.marsthemes.UninstallTextTools.playlist
    Removed all this except last result. Xcode still crashes at times (happened twice - forgot to take crash report - will do next time). But mostly works fine. It's no longer an "always" ocurring problem.
    Thanks a lot.
    It was happeneing because of a MarsTheme app called Text Tool which creates an extra pref entry for text operations in almost every text editing app and that was the reason of crash.

  • Xcode 6.11 crashes when clicking main.storyboard

    Hi there! I am very in into developing apps and I made a few apps last time before I reset my mac a few months ago. Now I installed the Xcode 6.11 for the OSX Mavericks (OSX 10.9.5). After that, I did all I learned from previous experience and suddenly the whole application crashed when I click on the main.storyboard to design my main menu on the left. I have tried editing the source code and everything but it does not work. Please help! Thanks!

    The project is just the default code you get when you create a new project?
    Have you tried creating a new project and running it to see if the problem changes?
    HAve you tried runnign a clean and then a build?
    If you've done that and it still crashes create a new user, log into that account and try Xcode. Does it crash in the new user account also?
    If it runs as the new user something in your environment is causing the problem. If it crashes as the new user also then it is a system wide issue. In this case I'd try a re-install of Xcode first.
    post back with the results.
    regards

  • XCode 4.3 crashes on startup

    Hi,
    I installed XCode 4.3 and every time I start it it crashes after two seconds or so. I removed and reinstalled it several times but the problem remains. Any hints?
    Process:         Xcode [22053]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         4.3 (1175)
    Build Info:      IDEApplication-1175000000000000~14
    App Item ID:     497799835
    App External ID: 6076348
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [384]
    Date/Time:       2012-02-21 12:51:14.782 +0100
    OS Version:      Mac OS X 10.7.3 (11D50)
    Report Version:  9
    Interval Since Last Report:          6985 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  203 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      0C4AE0C2-6CCE-4FC1-B7C1-9CD9B766A477
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000002018
    VM Regions Near 0x2018:
    -->
        __TEXT                 0000000102a95000-0000000102a96000 [    4K] r-x/rwx SM=COW  /Applications/Xcode.app/Contents/MacOS/Xcode
    Application Specific Information:
    ProductBuildVersion: 4E109
    objc[22053]: garbage collection is ON
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff9682be28 __CFCopyFormattingDescription + 312
    1   com.apple.CoreFoundation                0x00007fff96827073 __CFStringAppendFormatCore + 11379
    2   com.apple.CoreFoundation                0x00007fff9682c113 CFStringCreateWithFormat + 211
    3   com.apple.security                      0x00007fff94e105c1 copyDERThingContentDescription + 168
    4   com.apple.security                      0x00007fff94e10682 copyDERThingDescription + 70
    5   com.apple.security                      0x00007fff94e1100d appendGeneralNameContentProperty + 173
    6   com.apple.security                      0x00007fff94e11250 appendGeneralNamesContent + 68
    7   com.apple.security                      0x00007fff94e112be appendGeneralNames + 53
    8   com.apple.security                      0x00007fff94e11dfd SecCertificateCopyProperties + 1383
    9   com.apple.security                      0x00007fff94e0e7c3 Security::KeychainCore::CertificateValues::copyFieldValues(__CFArray const*, __CFError**) + 1263
    10  com.apple.security                      0x00007fff94ddb88f SecCertificateCopyValues + 44
    11  com.apple.dt.DVTFoundation              0x0000000102b8b9ae +[DVTCertificateUtilities certificateKindForCertificate:] + 62
    12  com.apple.DTDeviceKitBase               0x0000000108d2255d -[DTDKDeveloperProfile displayCertificates] + 426
    13  com.apple.dt.IDE.IDEiPhoneSupport          0x000000010b41de56 0x10b411000 + 52822
    14  com.apple.dt.IDE.IDEiPhoneSupport          0x000000010b41f123 0x10b411000 + 57635
    15  com.apple.dt.IDE.IDEiPhoneSupport          0x000000010b41c55b 0x10b411000 + 46427
    16  com.apple.dt.IDE.IDEiPhoneSupport          0x000000010b41c5cd 0x10b411000 + 46541
    17  com.apple.dt.DVTKit                     0x0000000102dab21d -[DVTControllerContentView _viewDidInstall] + 415
    18  com.apple.dt.DVTKit                     0x0000000102daaa8d -[DVTControllerContentView viewDidMoveToWindow] + 78
    19  com.apple.AppKit                        0x00007fff93f8177d -[NSView _setWindow:] + 2618
    20  com.apple.AppKit                        0x00007fff93f7f999 -[NSView addSubview:] + 405
    21  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration          0x0000000106e8e37c -[NSView(IBAppKitViewIntegration) ibSwizzledNSViewDebug_addSubview:] + 49
    22  com.apple.dt.DVTKit                     0x0000000102e7253e __42-[DVTReplacementView _setupViewController]_block_invoke_0 + 164
    23  com.apple.dt.DVTFoundation              0x0000000102b19368 DVTInvokeWithFailureHintObject + 59
    24  com.apple.dt.DVTKit                     0x0000000102d9cd0f -[DVTReplacementView _setupViewController] + 249
    25  com.apple.dt.DVTKit                     0x0000000102d9cbd5 -[DVTReplacementView installedViewController] + 138
    26  com.apple.dt.IDEKit                     0x00000001035b2bf1 -[IDEOrganizerWindowController showWindow:] + 35
    27  com.apple.dt.IDE.IDEiPhoneSupport          0x000000010b43369f 0x10b411000 + 140959
    28  com.apple.CoreFoundation                0x00007fff968b375d -[NSObject performSelector:withObject:] + 61
    29  com.apple.DTDeviceKitBase               0x0000000108d17726 __DTDK_dispatch_sync_block_invoke_0 + 19
    30  libdispatch.dylib                       0x00007fff967678ba _dispatch_call_block_and_release + 18
    31  libdispatch.dylib                       0x00007fff96768beb _dispatch_barrier_sync_f_slow_invoke + 80
    32  libdispatch.dylib                       0x00007fff9676972a _dispatch_main_queue_callback_4CF + 308
    33  com.apple.CoreFoundation                0x00007fff9685906c __CFRunLoopRun + 1724
    34  com.apple.CoreFoundation                0x00007fff96858676 CFRunLoopRunSpecific + 230
    35  com.apple.HIToolbox                     0x00007fff9151d31f RunCurrentEventLoopInMode + 277
    36  com.apple.HIToolbox                     0x00007fff915245c9 ReceiveNextEventCommon + 355
    37  com.apple.HIToolbox                     0x00007fff91524456 BlockUntilNextEventMatchingListInMode + 62
    38  com.apple.AppKit                        0x00007fff93e6df5d _DPSNextEvent + 659
    39  com.apple.AppKit                        0x00007fff93e6d861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    40  com.apple.AppKit                        0x00007fff93e6a19d -[NSApplication run] + 470
    41  com.apple.AppKit                        0x00007fff940e8b88 NSApplicationMain + 867
    42  com.apple.dt.Xcode                      0x0000000102a95eec 0x102a95000 + 3820

    I am new to using a mac, and my xcode 4.3 is crashing also. It satrts with a blank window that says "no selection' at the top and "no editor" in the middle. The menu at the top of the screen is unusable, it does not respond. Eventually I get an "Internal Error" and can choose to continue or crash xcode.
    ASSERTION FAILURE in /SourceCache/IDEFoundation/IDEFoundation-943/Framework/Classes/Model/Containers /IDEWorkspace.m:348
    Details:  Assertion failed: self.valid
    Object:   <IDEWorkspace: 0x4017ce640>
    Method:   -_registerFileReferenceForSourceControlStatusUpdate:
    Thread:   <NSThread: 0x40010a260>{name = (null), num = 1}
    Hints:   None
    Backtrace:
      0  0x000000010970f366 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
      1  0x0000000108d861a4 _DVTAssertionFailureHandler (in DVTFoundation)
      2  0x0000000109305a06 -[IDEWorkspace _registerFileReferenceForSourceControlStatusUpdate:] (in IDEFoundation)
      3  0x000000010929498a -[IDEFileReference _setContainer:] (in IDEFoundation)
      4  0x0000000109293c94 -[IDEContainerItem _setSuperitem:] (in IDEFoundation)
      5  0x0000000109294841 -[IDEGroup _setSubitems:] (in IDEFoundation)
      6  0x000000010929bcea -[IDEFolder _updateSubitemsWithFileNames:] (in IDEFoundation)
      7  0x0000000109304f5c __block_global_1 (in IDEFoundation)
      8  0x00007fff835648ba _dispatch_call_block_and_release (in libdispatch.dylib)
      9  0x00007fff8356672a _dispatch_main_queue_callback_4CF (in libdispatch.dylib)
    10  0x00007fff867d406c __CFRunLoopRun (in CoreFoundation)
    11  0x00007fff867d3676 CFRunLoopRunSpecific (in CoreFoundation)
    12  0x00007fff8c5b731f RunCurrentEventLoopInMode (in HIToolbox)
    13  0x00007fff8c5be5c9 ReceiveNextEventCommon (in HIToolbox)
    14  0x00007fff8c5be456 BlockUntilNextEventMatchingListInMode (in HIToolbox)
    15  0x00007fff8cc7ff5d _DPSNextEvent (in AppKit)
    16  0x00007fff8cc7f861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
    17  0x00007fff8cc7c19d -[NSApplication run] (in AppKit)
    18  0x00007fff8cefab88 NSApplicationMain (in AppKit)
    19  0x0000000108d14eec (in Xcode)
    20  0x0000000000000002

Maybe you are looking for