如何让某个工程使用指定版本的cocoapods
即在工程podfile gemfile同目录下 pod --version返回gemfile中指定的cocoapods版本
bundle init
bundle install
bundle exec pod --install
bundle exec pod --version
如何让某个工程使用指定版本的cocoapods
即在工程podfile gemfile同目录下 pod --version返回gemfile中指定的cocoapods版本
bundle init
bundle install
bundle exec pod --install
bundle exec pod --version
本文标题:iOS 指定版本的cocoapods
本文链接:https://www.haomeiwen.com/subject/yecayktx.html
网友评论