How to install specific pod without touching other dependencies

后端 未结 9 621
小鲜肉
小鲜肉 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条回答
  •  死守一世寂寞
    2021-02-01 03:46

    Do not get confused just open up the existing file and added the numbers of pod file below the existing pods.

    Further, go to terminal and open up your project and run command:

    $ pod install

    (This command will only add on the new pod without disturbing your existing pods)

提交回复
热议问题