Skip to content

Instantly share code, notes, and snippets.

@saper
Created October 21, 2019 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saper/f32bd0666a266957fa7fb52aeff991b5 to your computer and use it in GitHub Desktop.
Save saper/f32bd0666a266957fa7fb52aeff991b5 to your computer and use it in GitHub Desktop.
Looking for SDKs for xcbuild
root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # xcode-select -s /home/saper/sw/Darwin-15.6-SDK
root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # xcode
xcode-select xcodebuild
root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # xcodebuild -showsdks
root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # xcode-select -p
/home/saper/sw/Darwin-15.6-SDK
root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # ls System/Library/Frameworks/
IOKit.framework/ OpenAL.framework/ SystemConfiguration.framework/
Kernel.framework/ System.framework/
root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # pwd
/home/saper/sw/Darwin-15.6-SDK
root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # cd ../corecrypto/
root@xcbuild:/home/saper/sw/corecrypto # ls
.git README.md include
.gitignore corecrypto.xcodeproj src
LICENSE.md darwinbuild-codesign.plist xcscripts
root@xcbuild:/home/saper/sw/corecrypto # xcodebuild
error: couldn't create build system
error: couldn't create build environment
root@xcbuild:/home/saper/sw/corecrypto # xcbuild
error: couldn't create build system
error: couldn't create build environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment