I know that in order to get xcode install directory from command line I have to use xcode-select -print-path
. The result is something like: /Applications/Xcode.app/Contents/Developer
Is there any command to get latest SDK folder? I need as result something like: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/
If it's not possible to get the SDK complete path I need at least SDK number and I'll try to build the path.