clang on macOS

Soldato
Joined
1 Nov 2007
Posts
6,760
Location
England
I have Xcode installed and the command line tools which includes clang 17 but I would like to download clang 18 from the LLVM website because of the new features and was wondering how that effects Xcode? If I have clang 18 on the command line will Xcode still use clang 17 or will it use the newer version I have installed? I can imagine problems being created because Xcode is using a newer version than expected.

I guess I could also install gcc / g++ as well.
 
Back
Top Bottom