We are trying to locate the current platform SDK used by some of our OSX machines (10.11). On those machines, only the Command Line Tools are installed, not the full blown Xcode app.
Looking up on SO, we were able to find the command xcrun --show-sdk-path
, which prints out an empty line.
On the other hand, xcrun --show-sdk-version
correctly shows 10.11
.
Is there a way to locate the path to the SDK used by our compilation tasks ?