Xcode 4 and applescript to build and run a target

I am not really able to find clear info about how this should work; seems that since Xcode4 was introduced, Applescript does not work anymore with it.
All that i have to do is to launch Xcode4, open a project, select a target and build and run (to be more specific, i have a test target that runs Unit tests; that's what i am trying to launch); but so far I was unable to tell Applescript how to do this simple action.
The project is fine, it builds and runs nicely, even using xcodebuild; but it doesn't seem to work if i try via Applescript.
Is there anyone that knows how to actually tell Xcode to build a specific target with specific build settings? I am running the simulator4.0 as SDK. configuration Debug, target called "mytestsuite".
So far I can only launch and load the project into Xcode, but any other option fails, like when i tell the project that i want to build.
Any help is more than appreciated; the lack of resources honestly is making me think to abandon Applescript for something that has more examples and is much more user friendly...but for now I gotta use it so can't avoid to deal with it (can't use xcodebuild sadly).
Thanks in advance for any info.

No worries; my nick is pretty common among people that likes Japanese animation (is the nick of the main protagonist of a series called *******!!! that was pretty popular in the 90s); the only place where i use it is mainly here or on pelicanparts and classicamiga.
Anyway surprise me that nobody use applescript to build Xcode4 projects; probably everyone uses either xcode3 or just use xcodebuild.

Similar Messages

  • Using Automator and Applescript to search and move files to flash drive

    I've used applescript and automator to do simple tasks like watch folders and move files and rename files, but that is about the extent. I am wondering if it is possible to set up a automator service or app that will do several things.
    When a flash drive is plugged it, it will ask for a file to be searched for, then it will search a predetermined directory for files with the word or number in them and then it will copy the found files to the mounted flash drive.
    Any help would be greatly appriciated!
    Thanks!

    As a start, you can use launchd to run a script when a volume is mounted:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Label</key>
              <string>com.tonyt.LaunchOnVolMount</string>
              <key>ProgramArguments</key>
              <array>
                        <string>LaunchOnVolMount.sh</string>
              </array>
              <key>QueueDirectories</key>
              <array/>
              <key>StartOnMount</key>
              <true/>
              <key>WatchPaths</key>
              <array/>
    </dict>
    </plist>
    You can then have the LaunchOnVolMount.sh script perform the tasks you need.
    You can incorporate Applescript within the Bash script with osascript:
    #!/bin/bash
    answer=$( osascript -e 'tell app "System Events" to display dialog "What file do you want to search for?" default answer "" ' )
    echo $answer
    I beleive that you can also call an Applescript from launchd

  • Build and Debug Problem 10.2

    I just installed 10.2 and did a Build and Debug. I got an error that it couldn't run. It is saying that some property in the Oracle web determination has to be set in the application.properties file. I have no idea what the message is talking about. Any help is greatly appreciated.
    Thanks,
    Terry

    Thanks
    I changed the enable.debugger to true and saved the application.properties file
    Opened the project and did a build and debug. Got this message
    type Exception report
    message. Does the fact that this project isn't in the Projects directory matter?
    Thanks,
    Terry
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Servlet.init() for servlet WebDeterminationsServlet threw exception
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         java.lang.Thread.run(Unknown Source)
    root cause
    com.oracle.determinations.interview.engine.exceptions.RulebaseLoadingException: could not load rulebase: E-Verify
         com.oracle.determinations.interview.engine.local.LocalInterviewRulebase.getRulebase(LocalInterviewRulebase.java:163)
         com.oracle.determinations.interview.engine.local.FileRulebaseService.<init>(FileRulebaseService.java:86)
         com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:91)
         com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:34)
         com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:163)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:91)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51)
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         java.lang.Thread.run(Unknown Source)
    root cause
    java.io.IOException: Caught exception class javax.xml.stream.XMLStreamException: Unexpected schema version in screens file: 5
         com.oracle.determinations.engine.local.ScreensLoader.loadScreens(ScreensLoader.java:260)
         com.oracle.determinations.engine.local.ScreensLoader.loadScreens(ScreensLoader.java:139)
         com.oracle.determinations.engine.local.CachingRulebaseLoader.loadRulebase(CachingRulebaseLoader.java:308)
         com.oracle.determinations.engine.local.LocalEngine.getRulebase(LocalEngine.java:192)
         com.oracle.determinations.interview.engine.local.LocalInterviewRulebase.getRulebase(LocalInterviewRulebase.java:151)
         com.oracle.determinations.interview.engine.local.FileRulebaseService.<init>(FileRulebaseService.java:86)
         com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:91)
         com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:34)
         com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:163)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:91)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51)
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         java.lang.Thread.run(Unknown Source)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.31 logs.
    Apache Tomcat/5.5.31

  • Build and Capture

    I am deploying Windows 7( 64 bit) Via SCCM 2012. It was working fine but last weekend as i wanted to update our image, tried todo a build and capture its failing at "Prepare ConfigMgr Client. The client cache is currently in use by a running program
    or by a download in progress. (Error: 87D01203; Source: CCM)" I have switched off Updates and it worked fine. I have tried to search for this errors but for the life of me unable to find answer for it so far. 
    Has any once come across this issue and fixed? please let me know.
    Thanks
    Hassan

    Hi Jorgen,
    Yes I am installing applications in Build and Capture. What i did this morning was, I  turned off Updates and did a build and capture with Apps installation only and it worked fine. Then i switched off Applications installation part of it and turned
    on Updates and it worked too. The strange thing that i saw over the weekend was that : The first time around it detects 135 updates for Windows 7, installs them and reboot the machine, then i have put in another update task just in case if there are any missing
    updates. It said that there were 127 Updates missing. Then downloads them with in a minute or so. Doesn't really installs them as it goes to reboot the machine and then continues on with the rest of TS. 
    Today when i was testing with it just updates, second time around it detected only 6 updates, downloaded and installed them as per normal and continued on with the rest of TS.
    Could it be that an update that was applicable didnt get downloaded properly on to the server?
    I am in the process of doing a Build and capture with both Updates and applications turned on. Will update this post once its done.
    Thanks alot for your reply though.
    Hassan

  • How can I build and Debug Tomcat 5.5 under Eclipse?

    http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html
    I am doing some rearch on Tomcat and want to build and debug Tomcat5.5 under Eclipse. Originally tomcat is built with ANT, it downloads all components from different CVS and build them together.
    I'd like to import Tomcat Source code (only the core components, such as catalina and Coyota, Jasper) and build them with Eclipse Bilder, so I can debug it as a normal JAVA program under DEGUB-View.
    Who has such experience and help me? I havd built Jetty under Eclipse, but Tomcat is much more complex.

    Help

  • CS5 Extension Builder and Indesign Server ?

    Hello,
    Is it possible to write an extension with CS5 Extension Builder for Indesign Server? It works fine with Indesign Desktop for me, but I'm ot sure for the Server version. Spend time to search on the web, without results.Just found this note in "indesign_cs5_server_scripting_guide.pdf" : You can use the  ExtendScript Toolkit to create JavaScript scripts explicitly for InDesign  Server, or you can use the Creative Suite Extension Builder (CS Extension  Builder) to develop CS extensions in ActionScript. CS extensions are  Flash-based (SWF) and can potentially work in a variety of Creative Suite  applications.
    Many thanks in advance,
    David

    Hello,
    Thanks a lot for the answer. This is not good news for us, but again, thanks for the answer.
    In few words, we are a leading French software editor (www.perigee.fr). Our software is a database that works with Indesign (using a C++ plugin), and manage pictures, text blocs, tables from PIM & DAM mgt.
    We are working on a brand new software suite that will be based on both Indesign and Indesign Server. We intend to develop the Indesign UI in ActionScript and CS5 Extension Builder.
    On the model side, we need something that works as well on both platforms. We tested several solutions (C++, Javascript) so far but we came to the conclusion that it would be ideal to use ActionScript.
    If there is no solution for AS and Indesign Server, we'll have to mix four programming languages in our solution (Java, C++, ActionScript and some JavaScript). Alternatively we could delay part of our project depending on the availability of AS on Indesign Server.
    We really like ActionScript and CS5 Extension Builder, and hopefully a solution to stay on our preferred languages: ActionScript and Java.
    We also explored the full Java/Corba option but it is not supported on the non-server side. And, again, we believe that ActionScript is the best solution.
    I hope our problem is clearer now.
    Do you see anything we may have missed?
    Thanks in advance for your answer!
    David

  • Steps to create MDT based Build and capture TS in SCCM 2012 R2

    Hi ,
    I have MDT2012 update 1 with Config manager 2012 R2 integrated. If I try to create MDT task sequence in config manager console, I don't see and template for build and capture. Anyone using the build and capture, pls. share steps with me . Any help will be
    appreciated. Preferably UDI based if possible. Thanks in advance.
    Regards,

    MDT 2012 Update 1 is for SCCM 2012 SP1
    MDT 2013 is for SCCM 2012 R2
    So you need to upgrade your MDT installation. After that, make sure to install the ConfigMgr integration from the start screen (menu)
    http://technet.microsoft.com/en-US/windows/dn475741.aspx
    Tim Nilimaa | Blog: http://infoworks.tv | Twitter: @timnilimaa

  • 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 Build and Run window doesn't show anything i done in .xib even a Label?

    I am new to xcode ,try to learn programing ,i try to build a simple Mac program ,i drag a label icon to .xib user interface and SAVE then RUN ,in the window it won't show anything ?  anyone can help ? thanks

    The NewTry window looks like the window that opened when you ran the app not the window in the builder, right?
    You need to open thre app window in the builder. To do this you need to select the app cube  window icon in the column to the left of the builder window.
    Select the solid blue cube   window icon that says NewTry App Delegate like this
    (note the name of the cube  window icon will reflect the app name which is why the above says Test App App Delegate)
    Once you have that window open in the builder then you can drag ui elements into it and they will appear when you build and run the app.
    Of course getting them to do something is another issue entirely!
    Message was edited by: Frank Caggiano - its not the blue cube but the window icon above it.

  • When do Build and Run..getting HTTP Status 404 - ApacheTomcat/5.5.35 error

    Hello OPA Expert,
    I have a projected created which I can build successfully but when I am click on Build and Run option from the build menu. I am getting following error on the web page :
      HTTP Status 404 -
    type Status report
    message
    description The requested resource () is not available.
    ApacheTomcat/5.5.35 error
    Please help in correct this so that I can see the output or the screen which I have created.
    Thanks and Regards,
    Aditya

    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 3.1: Build and Go doesn't start application

    Hey.
    I just installed XCode 3.1 and it seems like the "Build and Go" Feature doesn't work. If I click it the application gets built but is NOT started automatically. I have to do it manually each time, which starts to get reeeal annoying.
    Is there anybody else with that problem? Does anyone know how to solve it?
    Thanks in advance
    Regards
    Canaris

    Are you running the Spanish version of Win 8.1, Conisus?
    Have you tried resetting preferences (http://adobe.ly/Ty949V), disable any third party plug-ins and/or launch the software in a new user account with admin rights? http://helpx.adobe.com/x-productkb/global/troubleshoot-system-errors-freezes-windows.html# main_Common_solutions
    If the basic troubleshooting steps don't work, would you mind to gather a copy of the crash log, paste it into http://pastebin.com and share the url? You should be able to locate the log by launching the Event viewer and search for the application crash logs of Illustrator.exe. Thanks!

  • Xcode and AppleScript HELP

    Hey everyone! OK, so recently I've been doing a lot of Xcode and AppleScript, and today I decided to combine them. So I created a new Cocoa AppleScript project in Xcode. First, I decided to start simple and make a simple clickable button that would make a pop-up appear when cliked. Here is the code I used, the part I wrote in bold:
    --  AppDelegate.applescript
    --  AppleScript
    --  Created by ----- on 29/04/13.
    --  Copyright (c) 2013 ----- All rights reserved.
    script AppDelegate
    property parent : class "NSObject"
        on doButtonStuff_(sender)
            display dialog "Hello World"
        end doButtonStuff_
              on applicationWillFinishLaunching_(aNotification)
      -- Insert code here to initialize your application before any files are opened
              end applicationWillFinishLaunching_
              on applicationShouldTerminate_(sender)
      -- Insert code here to do any housekeeping before your application quits
                        return current application's NSTerminateNow
              end applicationShouldTerminate_
    end script
    I thought it was all going well, but when I selected the button (in the interface builder) and clicked on the 'Connections Inspector' it wasn't there!
    Please tell me what part of my code is wrong therefore not making the bold code not show up in the 'Connections Inspector' and how I can fix it. Thanks very much!!

    There isn't anything wrong with your code - inspecting the button won't show anything until it is connected to something.  There are a couple of ways to make a connection - right-click on the button and connect the selector (under Sent Actions) to the blue cube representing the AppDelegate (the handlers will appear in a list to choose from), or click on a blue cube (the one representing the AppDelegate or whatever class the handler is in) and look under Received Actions for a list of handlers to connect to your object.
    The second way may be easier to start with, since it shows all of the outlets and actions in a single list, for example:

  • Error While Runnig Calender Build and Run Automated Benefit cobol Process

    While Running Pay Calender Build and Automated Benefit cobol process i m getting a error
    Maximum number of set Run Cntl Record Loaded into Array.
    Array Limit Exceeded
    at pos 00028
    Please any one can help me to get rid of this problem.
    Thanks,
    Amit Asawa

    Hussein Sawwan wrote:
    Please post the details of the application release, database version and OS.Oracle EBS R12.1.1 windows server 2003
    Please verify you have no invalid objects in the database and no errors are reported in the database log file.i dont know where can i find this log file ?
    Search MOS for (ORA-06512 and GLPPOS) and go through the docs.i am sorry i don't have MOS ID :)
    Thank you
    kareem

  • How to build and run sample extensions?

    I spend quite a while in trying to get the sample extensions to run, provided at
    Adobe-CEP/CEP-Resources · GitHub  or also in the Adobe Illustrator CC 2014 SDK for the Plugins that have a GUI.
    So far i did not succeed.
    System Windows 7 x64. Illustrator CC
    First try:
    Package one of the samples using the Adobe package manager. Added the whole folder of "CEP_HTML_Test_Extension" or as well the "TutorialUI" from the SDK samples.
    and then install the resulting zxp file it using the "Extension manager". No errors reported. Extension managers lists the Extension as active for AI CC. Started Illustrator.
    But i dont see anything in illustrator. There is no entry "Extensions" in the Windows menu of Illustrator.
    The menus of the Tutorial PlugIn are shown, but the Dialog of the sample does not show up. In the debugger i noticed that the call to pFnLoadExtension fails.
    Second try:
    Following the pdf "USING THE ADOBE EXTENSION SDK" (http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/CC14_Extension_S DK.pdf)
    Package done as before
    Activated PlayerDebugMode in HKEY_CURRENT_USER\Software\Adobe\CSXS.5
    copied the zxp file to C:\Program Files\Common Files\Adobe\CEP\extensions
    Same result. I do not see anything of a extension.
    I had no problems building and running the Sample Plugins though.
    What am i doing Wrong?
    How can i build and run a simple sample extension?
    Any help appreciated.

    Help About Illustrator shows:
    Version 2014 1.0
    18.1.0 (64 Bit)
    From Samples-master\UI_Showcase\CSXS\manifest.xml i see:
    <HostList>
    <Host Name="ILST" Version="[17.0,17.9]" />
    <Host Name="PHSP" Version="[14.0,14.9]"/>
    <Host Name="PHXS" Version="[14.0,14.9]"/>
    <Host Name="PPRO" Version="[7.0,7.9]" />
    </HostList>

  • How can I build and run CDC in Red Hat Linux?

    I downloaded the CDC and CVM(j2me_cdc_fp-1_0_2-src.zip), and wanted to build a VM in Red Hat Linux. But I can't find the Makefile in the "build" directory. How can I build it?

    You should be able to run a J2SE VM with the CDC jar as the bootclasspath, I think.

Maybe you are looking for