Cocoapods的终端错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cocoapods的终端错误相关的知识,希望对你有一定的参考价值。

我git克隆了一个github项目,然后当我运行pod安装时,它在获取某些文件或其他东西时出错。如何解决这个问题?

这是终端代码。

Lucs-iMac:twiliochat-swift lucmollard$ pod install
Updating local specs repositories

CocoaPods 1.0.0.beta.6 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Analyzing dependencies
Fetching podspec for `TwilioCommon` from     `https://media.twiliocdn.com/sdk/ios/common/v0.2/TwilioCommon.podspec`
Fetching podspec for `TwilioIPMessagingClient` from `https://media.twiliocdn.com/sdk/rtc/ios/ip-messaging/v0.13/TwilioIPMessagingClient.podspec`
[!] Unable to satisfy the following requirements:

- `TwilioCommon (from `https://media.twiliocdn.com/sdk/ios/common/v0.2/TwilioCommon.podspec`)` required by `Podfile`
- `TwilioCommon (= 0.2.0)` required by `Podfile.lock`
答案

你需要在做twiliochat.xcworkspace之前删除Podfile.lockpod install。 或者你可以运行pod update

以上是关于Cocoapods的终端错误的主要内容,如果未能解决你的问题,请参考以下文章

RestKit CocoaPods 链接器错误

iOS - CocoaPods 要求您的终端使用 UTF-8 编码 - 在最新的颤振升级之后

cocoaPods安装成功终端代码(期间报error: RPC failed; result=56, HTTP code = 200)

cocoapods 安装中出的太多问题

Facebook SDK v4.7 的 CocoaPods v0.39.0 错误

cocoaPods第三方库使用详解