Changes between Initial Version and Version 1 of Ticket #48926, comment 2


Ignore:
Timestamp:
Oct 1, 2015, 7:32:17 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48926, comment 2

    initial v1  
    11Here's how I fixed this, as someone else might hit the same problem.
    22
    3 1) Run xcodebuild -showsdks + if there's no "-sdk macosx10.10" then continue
    4 
    5 2) Download Xcode-6.4.dmg (command line tools appear to be packaged in the Xcode dmg)
    6 
    7 3) mv /Applications/Xcode /Applications/Xcode-7.0
    8 
    9 4) Install Xcode-6.4.dmg
    10 
    11 5) If everything worked, you should see...
    12 
     31. Run xcodebuild -showsdks + if there's no "-sdk macosx10.10" then continue
     42. Download Xcode-6.4.dmg (command line tools appear to be packaged in the Xcode dmg)
     53. mv /Applications/Xcode /Applications/Xcode-7.0
     64. Install Xcode-6.4.dmg
     75. If everything worked, you should see...
     8{{{
    139imac# xcodebuild -showsdks
    1410OS X SDKs:
    1511        OS X 10.9                       -sdk macosx10.9
    1612        OS X 10.10                      -sdk macosx10.10
    17 
     13}}}
     14{{{
    1815/usr/bin/gcc --version
    1916Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
     
    2118Target: x86_64-apple-darwin14.5.0
    2219Thread model: posix
     20}}}
    2321
    2422If not, navigate to /Applications/Xcode -> Preferences -> Locations -> Change "Command Line Tools" to 6.4