Build slow on XCode4 because of “check dependencies”

后端 未结 2 1893
盖世英雄少女心
盖世英雄少女心 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:22

    What you can do is turn off implicit dependencies. Edit the build scheme that is slow and find the build option called Find Implicit Dependencies. You will see the schemes at the top-left. Just select Edit Scheme and once that sheet comes down select Build on the left as you see in the attached screenshot. Then click OK and try your build again. (You may want to disable it for other schemes as well.)

    Find Implicit Dependencies

提交回复
热议问题