How to remove CocoaPods from a project?

前端 未结 19 1640
深忆病人
深忆病人 2020-11-22 05:17

What\'s the right way of removing CocoaPods from a project? I want to remove the whole CocoaPod. Due to some limitations imposed by my client I can\'t use it. I need to have

19条回答
  •  日久生厌
    2020-11-22 05:56

    Keith's answer is great - I just want to point out that because Cocoapods 0.36 is starting to support Dynamic Frameworks, if you are using 'use_frameworks!' in your 'Podfile' and you wish to remove the Cocoapods, you must do this:

    • Under Build Phases delete Embed Pods Frameworks phase.

提交回复
热议问题