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

后端 未结 2 1254
耶瑟儿~
耶瑟儿~ 2020-12-16 06:59

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

2条回答
  •  时光取名叫无心
    2020-12-16 07:33

    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

提交回复
热议问题