How to install specific pod without touching other dependencies

后端 未结 9 754
小鲜肉
小鲜肉 2021-02-01 02:56

I want to install specific dependency using cocoapods. if I execute pod install, other dependencies are getting updated before installing my newly adde

9条回答
  •  Happy的楠姐
    2021-02-01 03:38

    If you have your first "Podfile.lock" in your project folder, you just have to use

    pod install
    

    Your "Podfile.lock" has registered the version of your old pod so you don't need to do something else

提交回复
热议问题