CrossBridge Lab

技術ネタ、デバイスネタを...

Xcodeのビルドを並列にして高速化する

ビルド完了時にかかった時間を表示する

ターミナルで以下のコマンドを実行する

defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES

ビルドを並列に実行する

ターミナルで以下のコマンドを実行する。以下は同時実行数を4と指定している。

defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4