id summary reporter owner description type status priority milestone component version resolution keywords cc port 59305 cctools @921_4+llvm70: Looking for MacOSX 10.14 SDK within Xcode 11.0/11.1 on Mojave iqgrande jeremyhu "Greetings, I tried building cctools and encountered errors where it could not find simple libraries like `stdio.h` because it was looking for MacOSX10.14.sdk which isn't there anymore since Xcode 11.0. I ended up creating a symlink to work around this (since the issue is similar to #59078) for the time being. However, the issue is still present. Thank you for all of your help with this. **=Workaround=** {{{ cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk MacOSX10.14.sdk }}} **=Error=** {{{ clang: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk' [-Wmissing-sysroot] }}} Kind regards, Anthony" defect closed Normal ports 2.6.1 fixed jmroot larryv SpikeLightfoot kencu llvm-7.0