Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xcodebuild を使用して Xcode のようにビルドと分析を行う方法はありますか? Xcode 3.2.2 を使用しています
私はそうは思いませんが、Clang Static Analyzerを個別にダウンロードして、ビルド前などにコマンドラインで使用することができます。「ビルドと分析」オプションは、まさにこのプロジェクトを使用して分析を実行します。Clangアナライザーの出力はHTMLファイルで構成されており、後で確認するために自動的に保存できます。
http://clang-analyzer.llvm.org/