Changes between Initial Version and Version 1 of Ticket #44581, comment 68


Ignore:
Timestamp:
Oct 20, 2014, 8:45:38 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44581, comment 68

    initial v1  
    11What happening is when we Setup a brand new OS X and put Xcode, the public version is 6.0.1 and doesn't have the 10.10 SDK. (Just have iOS8 one). I got the developer version of Xcode (6.1), did an Xcode select, also I set CMAKE_OSX_SYSROOT and rebuild my cmake. I Did the following:
    22
     3{{{
    34    # Download Xcode 6.1;
    45    # Download Xcode Command Line Tools;
     
    1314
    1415    sudo port clean cmake
     16}}}
    1517
    1618I Hope it helps.