Changes between Initial Version and Version 1 of Ticket #44581, comment 68
- Timestamp:
- Oct 20, 2014, 8:45:38 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44581, comment 68
initial v1 1 1 What 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: 2 2 3 {{{ 3 4 # Download Xcode 6.1; 4 5 # Download Xcode Command Line Tools; … … 13 14 14 15 sudo port clean cmake 16 }}} 15 17 16 18 I Hope it helps.