How to decrease build times / speed up compile time in Xcode?

后端 未结 14 1580
悲&欢浪女
悲&欢浪女 2020-12-04 06:40

What strategies can be used in general to decrease build times for any Xcode project? I\'m mostly interested in Xcode specific strategies.

I\'m doi

14条回答
  •  一个人的身影
    2020-12-04 07:16

    I wrote an extensive blog post about how I improved the iOS development cycle at Spotify:

    Shaving off 50% waiting time from the iOS Edit-Build-Test cycle

    It boiled down to:

    1) Stop generating dSYM bundles.

    2) Avoid compiling with -O4 if using Clang.

提交回复
热议问题