How to install specific pod without touching other dependencies

后端 未结 9 600
小鲜肉
小鲜肉 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:50

    Here you can skip integration of the Pods libraries in the Xcode project(s) by using following command.

    pod install --no-integrate
    

    Pod install

    Hope this help you.

提交回复
热议问题