How to enable build timing in Xcode?

后端 未结 5 1794
失恋的感觉
失恋的感觉 2020-12-22 19:24

I\'d like to know how long my project\'s builds take, for example by displaying it in the build pane. Is this option available somewhere in Xcode?

Thanks.

5条回答
  •  無奈伤痛
    2020-12-22 19:54

    no, but you could use the command line. cd to your project directory and type

    time xcodebuild
    

提交回复
热议问题