Pod无法安装或更新

时间:2018-11-26 14:35:05

标签: ios xcode cocoapods

我已经打开了一个月大的项目,当我尝试构建它时显示错误。

  

错误:沙箱与Podfile.lock不同步。运行“ pod install”或更新您的CocoaPods安装。

当我尝试安装'pod install'或更新'pod update时,它显示以下错误。

  

[!]哦,不,发生错误。

     

搜索与您类似的现有GitHub问题:   https://github.com/CocoaPods/CocoaPods/search?q=%5B%21%5D+Xcodeproj+doesn%27t+know+about+the+following+attributes+%7B%22inputFileListPaths%22%3D%3E%5B%5D%2C+%22outputFileListPaths%22%3D%3E%5B%5D%7D+for+the+%27PBXShellScriptBuildPhase%27+isa.%0AIf+this+attribute+was+generated+by+Xcode+please+file+an+issue%3A+https%3A%2F%2Fgithub.com%2FCocoaPods%2FXcodeproj%2Fissues%2Fnew&type=Issues

     

如果不存在,请使用上面显示的模板创建故障单,   上:https://github.com/CocoaPods/CocoaPods/issues/new

     

请务必先阅读撰写指南,以获取有关如何   正确提交票证:   https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md

如屏幕截图所示 enter image description here

我所做的

  • 删除驱动器数据
  • 关闭xcode,重新启动系统
  • 删除pod'inintegrate pod'
  • 但是当我按下命令“ pod install”时,它给了我错误。

请帮助我解决问题所在以及解决方法。 谢谢

1 个答案:

答案 0 :(得分:0)

我建议您使用Homebrew- https://brew.sh更新Ruby,此软件包管理器在很多情况下都非常有用,安装后,您可以在终端中运行brew install ruby来安装最新的ruby版本。

这是Ruby写的:

  

Homebrew是macOS上常用的软件包管理器。使用Homebrew安装Ruby很容易:brew install ruby这应该安装最新的Ruby版本。

来源:https://www.ruby-lang.org/en/documentation/installation/