I have a fairly simple project with two XIBs, 5 user classes and 5 frameworks (CFNetwork, QuartzCore, UIKit, Foundation, CoreGraphics). I used Xcode 3.x before and recently upgraded to Xcode 4. After that, the build time was sometimes up to a minute, usually about 30 seconds. I have a 2.4 GHz MBP with 4 GB of memory.

Looking at the build log in the log navigator, I see that "dependency checking ..." appears for a long time, everything else happens almost instantly. However, clicking on this journal entry does not reveal more details. Where can I find more information on what causes this?
Update:
After rebooting, the assembly will return to normal speed. Perhaps something happens in the background, which causes a slowdown.
xcode xcode4
Bemmu
source share