MacOSX-SDKs
MacOSX-SDKs copied to clipboard
Header file in MacOSX10.13.sdk is symlink to /Users/phraker...
Extract the MacOSX10.13.sdk release and notice that MacOSX10.13.sdk/usr/include/c++/4.2.1/bits/gthr-posix.h
is a symlink to phracker's home directory. This makes the SDK release unusable for anything that needs that header file, of course.
gthr-posix.h -> Users/phracker/Documents/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1/bits/gthr-default.h
Oh, looks like @kergoth fixed it already in https://github.com/phracker/MacOSX-SDKs/pull/14 - I guess it just hasn't landed on the releases tab yet. 👍
This appears to be resolved. Should it be closed?
max:~/Downloads/MacOSX10.13.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/Headers$ ls -l IOReturn.h lrwxr-xr-x 1 max staff 189 Aug 5 2017 IOReturn.h -> Users/phracker/Documents/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/IOKit/IOReturn.h
still existing
Zip file : MacOSX10.13.sdk in https://github.com/phracker/MacOSX-SDKs/releases need update too.