Removing Pod from project - xcode

前端 未结 3 1086
深忆病人
深忆病人 2021-02-04 04:04

I\'m trying to remove pod from my project. After i\'m deleting all the files and everything i\'m getting this messages

diff: /../Podfile.lock: No such file or di         


        
3条回答
  •  情话喂你
    2021-02-04 04:34

    Just to simplify what Aviv mentioned, if you want to completely remove all traces of any pods from a project then just delete all of the pod related files from your project folder and run:

    sudo gem install cocoapods-deintegrate
    
    pod deintegrate
    

    And the sandbox Podfile.lock error should go away.

提交回复
热议问题