Often Xcode build become messy, so I frequently use Clean
and re-Build
my project. The project depends on several open source projects, which is managed by cocoapod.
The problem is that when I use Clean
⇧⌘K, the entire workspace is cleaned, so all of the cocoapod-dependencies are rebuilt, which takes most of the build time. But in most of the case, I just want only my own project is cleaned. How do I do this?