Each time I need to perform a clean build for my app it takes now about 20 minutes longer than in xcode3 simply because I can't find a way to perform clean without destroying dependent static libraries. Even 'touch' function seems to be gone in xcode4. Does anybody have a solution?
UPDATE:
OK - this is how you do it. Go to Manage schemas -> Click Edit button for your active schema -> Select Build target -> Uncheck the "Find Implicit dependencies" checkbox . And you will be happy with your builds again.