You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.The text was updated successfully, but these errors were encountered: