How to enable build timing in Xcode?
Type this in the terminal: defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES Duration appears in the activity viewer after a build, alongside the “Succeeded” message. If you are running the app, the status will be replaced by the running status before you can see the duration. This replaces the entry that was used in older versions of … Read more