问题
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-binary so you have pod as frameworks
- Referenced on cocoapods officiel website: https://guides.cocoapods.org/plugins/pre-compiling-dependencies.html
来源:https://stackoverflow.com/questions/41891333/any-way-to-clean-only-current-xcode-project-but-not-cocoapods-dependencies