Xcode - 无法通过pod安装库

时间:2014-09-30 08:50:41

标签: ios cocoapods

我正在尝试一个SocketRocket的例子,并使用" pod install"安装了库。返回"集成客户端项目"。但是,在构建项目时,它失败并显示以下消息:

> diff: /../Podfile.lock: No such file or directory diff:
> /Manifest.lock: No such file or directory error: The sandbox is not in
> sync with the Podfile.lock. Run 'pod install' or update your CocoaPods
> installation.

在directoty中出现Podfile和Podfile.lock。

Podfile是:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, "7.0"

pod "SocketRocket"

请帮忙吗?

2 个答案:

答案 0 :(得分:2)

请尝试更新cocoapods。

sudo gem install cocoapods

答案 1 :(得分:1)

请提供您的Podfile。 它应该位于*.xcodeproj所在的同一目录中。 你检查过Cocoapods Tutorial了吗?