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

后端 未结 14 1555
悲&欢浪女
悲&欢浪女 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

    Hey there, I would recommend you to optimize your project's physical structure. There's some good reading about this ( at least in the C++ world ) , but I do objective-C and the same principles often apply.

    Here's a great article about project's physical structure optimization, which tends to improve compile times Games From Within: Physical Structure Part 1

    Good luck :)

提交回复
热议问题