Any way to clean only current Xcode project but not Cocoapods dependencies?
问题 Relatively frequently I need to clean & rebuild because Swift starts to miss things up. But doing so, I am rebuilding Cocoapods dependencies, to no avail. Can I clean only the project, not the whole workspace? Thanks, Zsolt 回答1: Go to Manage schemas -> Click Edit button for your active schema -> Select Build target -> Uncheck the "Find Implicit dependencies" checkbox . 回答2: I tested the plugin cocoapods-binary and it is working pretty well: Plugin website: https://github.com/leavez/cocoapods