如何获取我在Mac上安装的CocoaPods版本?
我可以运行sudo gem install cocoapods
但是,我希望在不重新安装CocoaPods的情况下获得已安装的版本。
答案 0 :(得分:4)
只是发布此信息供人们查看,但您可以通过运行以下命令来查看版本:
$ pod --version
答案 1 :(得分:2)
除{gem}之外还有Cocoapod
版本的更多内容:
<强>荚强>
pod --version #Show the version of the tool
gem list --local | grep pods #Show the version of all related tools
<强>红宝石强> 要确保跨开发环境的兼容性,您可能需要查看
ruby --version #Print the version of Ruby
gem --version #Print version of RubyGems, package manager for Ruby
<强>的Xcode 强> 最后,要在开发环境中获得正确的Xcode工具,请查看:
xcode-select --version #Print the version of xcode-select
xcode-select -p #Print the path of the active developer directory
gem list --local | grep xcode #Print xcodeproj version (a tool also used by pods)
答案 2 :(得分:0)
有关详细信息,请使用:$ gem which cocoapods
它会给<Folder Version> & <Location>