• Chris Bracken's avatar
    Revert use of Xcode instruments for device lookup (#10806) · b2909a24
    Chris Bracken authored
    * Revert "Make device discovery asynchronous (#10803)"
    This reverts commit 972be9c8.
    
    * Revert "Use Xcode instruments to list devices (#10801)"
    This reverts commit 37bb5f13.
    
    This is to resolve a failure that looks related to a bad install of Xcode 8.0
    on our build bots and should be reinstated when the infra issue is diagnosed
    and resolved.
    
    Instruments worked well when this was originally landed, and on the
    following commit, but started failing two commits after this originally
    landed. Manual invocation of instruments on the build host currently
    results in:
    
    ```
    dyld: Library not loaded: @rpath/InstrumentsAnalysisCore.framework/Versions/A/InstrumentsAnalysisCore
      Referenced from: /Applications/Xcode8.0.app/Contents/Developer/usr/bin/instruments
      Reason: image not found
    Abort trap: 6
    ```
    
    It appears the /Applications/Xcode8.0.app/Contents/Applications
    directory (which contains Instruments) is missing on the host.
    b2909a24
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
appveyor.yml Loading commit data...