How to remove specific pod without touching other dependencies

后端 未结 2 1588
甜味超标
甜味超标 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
    

    0 讨论(0)
  • 2021-02-01 09:46

    pictorial representation with steps detailed.

    0 讨论(0)
提交回复
热议问题