xcode 4.4 command line tools

Contributed by: akira on 2012年 7月26日(木) 17:10 JST

Last modified on

 MacBookPro 2008 lateにXcode 4.4をインストールしたが、clangのバージョンが...
2008 late Xcode4.4
clang --version
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix

Mac mini 2010 mid Xcode 4.3.2
clang --version
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix

retina 2012 mid Xcode 4.3.2
clang --version
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix

何故か、古くなってる?
C++ 11等の追加があるとか書かれているのに。

 

 

解決、Xcodeを再度起動したら、また、Xcode Command line toolsをインストールしだした。後昨日ダウンロードできなかった。
Xcode 4.4 Developers Libraryのドキュメントもダウンロードされてた。

clang --version
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix
clangとしてはバージョンは変わらなかった。
 

 

コメント (0件)

Geeklog Site - xcode 4.4 command line tools
https://geeklog.craine.ne.jp/article.php?story=20120726171040656