Hi All,
I am using Xcode 15.
I am trying to change the compiler in XCode to use the version of clang++ installed at /opt/homebrew/Cellar/llvm@14/14.0.6/bin/clang-14
However, when I set the compiler under Build Options > Compiler for C/C++/... It gives me an Unsupported Compiler Warning, and from the build messages, it looks like it is defaulting back to Apple's version of Clang.
Is there something I am missing here?
Are there additional steps required to get this to work?
Thank you kindly in advance.