xcode Xcode8.1 cocoapods 中止陷阱:6

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/40581749/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 09:35:11  来源:igfitidea点击:

Xcode8.1 cocoapods Abort trap:6

xcodecocoapodsxcode8.1

提问by Chaitanya Ramji

This is my pod file contents :

这是我的 pod 文件内容:

pod 'Firebase/Core pod 'Firebase/Auth' pod 'Firebase/Database' pod 'Firebase/Storage' pod 'SDWebImage'

pod 'Firebase/Core pod 'Firebase/Auth' pod 'Firebase/Database' pod 'Firebase/Storage' pod 'SDWebImage'

The pods install but fail to cretae an xworkspace. It fails with Abort 6. I'm running Xcode 8.1 and on macOS 10.12.2 Beta. I have tried deleting and reinstalling the latest prerelease of pods. Any other solution?

Pod 已安装但无法创建 xworkspace。它因 Abort 6 而失败。我正在运行 Xcode 8.1 和 macOS 10.12.2 Beta。我尝试删除并重新安装最新的 pod 预发布版本。还有其他解决方案吗?

回答by ddiego

The solution here works for me: https://stackoverflow.com/questions/39980096/xcode8-cocoapods-abort-trap6

这里的解决方案对我有用https: //stackoverflow.com/questions/39980096/xcode8-cocoapods-abort-trap6

sudo gem uninstall cocoapods

sudo gem install cocoapods --pre