Ever wondered how long your builds in Xcode are taking? Here’s a quick way to show the build duration in seconds inside Xcode after each build:
defaults write com.apple.dt.Xcode ShowBuildOperationDuration -bool YES
If you’re looking for something with a bit more control over how the duration is displayed, you should check out Craig Edwards’ BuildMeUp Xcode Plugin.