How to remove CocoaPods from a project?

前端 未结 19 1638
深忆病人
深忆病人 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:45

    I don't think you need to deintegrate anymore. I was able to do it with the following command in terminal:

    pod install

    and it automatically removed the ones that are no longer in the podfile

提交回复
热议问题