Tengo XCode 5.1.1 instalado, osx 11.9.4. No tengo otras versiones de xcode en la máquina. Pero de alguna manera tengo clang versión 2.1! Necesito una más actualizada y no puedo averiguar cómo realizar la actualización.
delphi$ llvm-g++ --version
i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
delphi$ clang++ --version
Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
Target: x86_64-apple-darwin13.3.0
si hago xcode-select --install obtengo lo siguiente:
delphi$ xcode-select -install
Usage: xcode-select -print-path
or: xcode-select -switch <xcode_folder_path>
or: xcode-select -version
Arguments:
-print-path Prints the path of the current Xcode folder
-switch <xcode_folder_path> Sets the path for the current Xcode folder
-version Prints xcode-select version information