14

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?

pocorall
  • 1,247
  • 1
  • 10
  • 24

1 Answers1

0

Go to Edit Scheme

Edit Scheme

Then click Build and untick the Find Implicit Dependencies

Arafin Russell
  • 1,487
  • 1
  • 18
  • 37