“sudo pod install”错误 [英] Error on "sudo pod install"

查看:254
本文介绍了“sudo pod install”错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经有一个项目使用podfile。

I already have one project working with a podfile.

我想在一个旧项目上添加一个Podfile但是我在
<$上遇到了这个错误c $ c> sudo pod install

I wanted to add a Podfile on an old project but I got this error on sudo pod install

错误:

Resolving dependencies of `./Podfile'
Updating spec repositories
[!] git pull
Updating 35bbbaf..8b42708
error: The following untracked working tree files would be overwritten by merge:

AFXAuthClient/1.0.4/AFXAuthClient.podspec

Please move or remove them before you can merge.

Aborting

这很奇怪,因为我没有在我的项目中使用AFXAuthClient ,我从未使用它。

It's weird because I don't use AFXAuthClient on my project, and I never used it.

这是我的Podfile:

Here's my Podfile:

platform :ios, '5.0'
pod 'TTTAttributedLabel',  '~> 1.6.0'
pod 'ECSlidingViewController',  '~> 0.9.0'

我试图取得成功:

gem install cocoapods
pod setup

注意:我在 pod设置

推荐答案

从命令行运行 rm -rf~ / .cocoapods

然后运行 pod再次安装。你不应该需要sudo。

Then run pod install again. You shouldn't need the sudo.

这看起来像是因为规范有变化而且与运行 git pull有冲突

This look like it's caused because there was a change to a spec and it's conflicting with running a git pull

这篇关于“sudo pod install”错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆