I recently upgraded to macOS 14.7.2, triggering an upgrade to Xcode 16.2 and its command line tools. My open source project builds and runs fine in Xcode. But when I tested the CMake build, it failed looking for standard c++ headers.
I asked on stackoverflow but no solutions so far.
Any thoughts here?
The first step here is to confirm that your command-line tools are working in general. See Investigating Third-Party IDE Integration Problems. If they’re not, that’s something I can help you with. If they are, then this is something specific to CMake, which isn’t something I have any expertise in.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"