ターミナルを開いて、次のコマンドを実行します。
gcc --version
コマンドラインツールがインストールされている場合、次のような返答があります。
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 13.0.0 (clang-1300.0.29.30)
Target: arm64-apple-darwin20.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
このコマンドはインストールされているコマンドラインツールのバージョンを確認するものです。
もしコマンドラインツールがインストールされていなければ、次のコマンドを実行してコマンドラインツールをインストールしましょう。
gcc