Any way to clean only current Xcode project but not Cocoapods dependencies?

Deadly 提交于 2019-12-29 06:31:29

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!