Xcode – can't compile c++ hello world with clang on mac sequoia 15.0 and VS Code
I have updated XCode(v. 16.0) and made sure the xcode command line tools (xcode-select version 2409) are updated. I have installed the C/C++ VS Code extension v.1.21.6 My compiler path is set to /usr/bin/clang++ with the command clang++ --version I…