无法将 cocoapods 从 1.0.0 升级到 1.0.1

Posted

技术标签:

【中文标题】无法将 cocoapods 从 1.0.0 升级到 1.0.1【英文标题】:Can't upgrade cocoapods from 1.0.0 to 1.0.1 【发布时间】:2016-08-24 02:56:25 【问题描述】:

$ gem 更新 cocoapods

更新已安装的 gems

没有更新

$ pod --version

1.0.0

===========================================

$ gem install cocoapods

成功安装cocoapods-1.0.1

cocoapods-1.0.1 的解析文档

3 秒后完成 cocoapods 文档的安装

已安装 1 个宝石

$ pod --version

1.0.0

如何升级到 1.0.1?

=======

我认为问题是我通过 sudo gem install cocoapodsgem install cocoapods 安装了两个 cocoapods 所以我把它们全部删除并重新安装,现在版本是正确的。

【问题讨论】:

【参考方案1】:

您可以通过运行以下 cmd 来升级 cocoapods:

通过运行gem update cocoapods升级到最新版本

通过运行gem install cocoapods -v 1.0.1升级到规范版本

【讨论】:

以上是关于无法将 cocoapods 从 1.0.0 升级到 1.0.1的主要内容,如果未能解决你的问题,请参考以下文章

CocoaPods的安装,升级以及升级以后出现bug的解决方法(升级必看!)

开发投稿1macOS 系统版本升级导致cocoapods无法使用的解决办法

Cocoapods 集成AFNetworking从2.0版本升级到3.0版本的问题

ld:通过 cocoapods 从 4.x.x 升级到 5.x.x firebase 后找不到框架 FirebaseAnalytics

将使用 Cocoapods 1.0.1 的 iOS 应用程序从 Swift 2.2 迁移到 3.0

更新到 1.0.0 后 cocoapods link_with 出错