Build slow on XCode4 because of “check dependencies”

后端 未结 2 1895
盖世英雄少女心
盖世英雄少女心 2021-02-06 04:48

I have a fairly simple project with only two XIBs, 5 custom classes and 5 frameworks (CFNetwork, QuartzCore, UIKit, Foundation, CoreGraphics). I was using XCode 3.x before and r

2条回答
  •  悲哀的现实
    2021-02-06 05:19

    For anyone else that stumbles upon this question because they have really slow build times. I managed to avoid the 2 minute long "Check Dependencies" stage by unchecking the following in this image http://i.stack.imgur.com/taXVc.png

    • analyze, test & archive checkboxes
    • parallize build
    • find implicit dependencies

    I think it was just compiling really slowly because it was trying to build every single product at once.

提交回复
热议问题