How to remove CocoaPods from a project?

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

    Delete all related pod files:

    • xx.xcworkspace
    • Podfile
    • Podfile.lock

    and in the Project Navigator:

    Click on the project name (blue icon) --> Targets (*) --> Build Phases --> Remove "[CP] Check Pods manifests.lock" (click on the "x")

    (*) Click on the project name, you might have to click on "Show project and target list" to see the side bar first.

提交回复
热议问题