Versione errata di clang - come aggiornare

1

Ho installato XCode 5.1.1, osx 11.9.4. Non ho altre versioni di xcode sulla macchina. Ma in qualche modo ho clang versione 2.1! Ho bisogno di uno più aggiornato e non riesco a capire come eseguire l'aggiornamento.

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

se faccio xcode-select --install ottengo il seguente:

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
    
posta cauchy 02.07.2014 - 16:26
fonte

1 risposta

1

Forse l'installazione degli ultimi strumenti da riga di comando aiuterà? xcode-select --install dal terminale.

    
risposta data 02.07.2014 - 18:01
fonte

Leggi altre domande sui tag