13

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,117
  • 1
  • 9
  • 22

1 Answers1

0

Go to Edit Scheme

Edit Scheme

Then click Build and untick the Find Implicit Dependencies

Arafin Russell
  • 1,337
  • 1
  • 13
  • 33