美文网首页
iOS 指定版本的cocoapods

iOS 指定版本的cocoapods

作者: 小星星吃KFC | 来源:发表于2020-09-24 23:11 被阅读0次

如何让某个工程使用指定版本的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