MacOSX-SDKs
MacOSX-SDKs copied to clipboard
A collection of those pesky SDK folders: MacOSX10.1.5.sdk thru MacOSX11.3.sdk
v12?
Can we get macOS SDK version 12 up?
I added all the SDKs to Xcode (in Monterey) using symbolic links like this: ``` IFS=$'\n' for thesdk in $(find /Volumes/Devs/Developer/MacOSX-SDKs -name '*.sdk' -maxdepth 1); do echo sudo ln -s...
We have a program which was created on old MacOS SDK, now I am trying to build it in my new MacBook with M1 chip. I have found SDKs, that...
It would be nice if there were SHA hashes or something like that with each SDK, which were independently verified by users. As it is, my employer is not keen...
Seems like these headers are missing, which makes these SDKs fail to work with [osxcross](https://github.com/tpoechtrager/osxcross)
I am concerned about the legality of distributing these SDKs because you are not Apple or the reliability of existence of this repo in the long term.
Running into errors when using this SDK to compile using osxcross. "Given SDK does not contain libc++ headers (-stdlib=libc++ test may fail)" "osxcross: error: cannot find libc++ headers"