How to remove specific pod without touching other dependencies

后端 未结 2 1638
甜味超标
甜味超标 2021-02-01 09:17

I want to remove specific dependency using cocoapods. if I execute pod install, other dependencies are getting updated before removing the dependency I want to delete. I just wa

2条回答
  •  甜味超标
    2021-02-01 09:46

    Remove specific pod from podfile and run below command in terminal:

    pod install --no-repo-update
    

提交回复
热议问题