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

后端 未结 2 1255
耶瑟儿~
耶瑟儿~ 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:17

    Go to Manage schemas -> Click Edit button for your active schema -> Select Build target -> Uncheck the "Find Implicit dependencies" checkbox .

    0 讨论(0)
  • 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
    0 讨论(0)
提交回复
热议问题