iphonexcodebuildxcode4xcode3to4

How to clean without dependencies in xcode4


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.


Solution

  • Hold down the alt key......

    as you click "Product" menu.

    You will get "Clean Build Folder".

    (If you forget the darn key, just type "Clean" in to the search field under "Help" menu.) Is that what you need? Hope it helps...

    It seems strange it is taking 20 minutes, that does not seem normal. Are you in to "Workspaces" on X4 ? (Perhaps it is relevant - I don't know.)