포스트

How to show build times in Xcode

You can show how long the project build in Xcode by entering below command in Terminal.app.

1
defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES

After entering the command, if you build Xcode it will show the build time on the activity viewer.

The build time will show on activity viewer

If you change YES to NO, the build time will not show in Xcode.

이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.