• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

“sudo pod install”错误

用户头像
it1352
帮助1

问题说明

我已经有一个项目使用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设置

正确答案

#1

然后运行 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

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfgihb
系列文章
更多 icon
同类精品
更多 icon
继续加载