安装byebug(7.0.0)时出错,bundler无法继续
An error occurred while installing byebug (7.0.0), and bundler cannot continue
当我 运行 捆绑安装时,我得到这个错误:
如果图片无法加载,错误消息如下:
"An error occured while installing byebug (7.0.0), and bundler cannot continue."
我找到了一些建议对 Gemfile 进行更改的答案,我这样做了,但没有用。在那些不成功的尝试之后,我卸载了 rails 并重新安装了它。
我正在开发 macbook pro,osx yosemite 版本 10.10.5。
您使用的 XCODE 是什么版本?您是否安装了它的命令行工具扩展?此外,byebug 在其他地方指出,以前有 xcode 编译器不支持的编译器选项。使用 xcode-5.1,您可以将这些错误转化为警告。更高版本可能允许也可能不允许这样做。参见:Ruby Gem install Json fails on Mavericks and Xcode 5.1 - unknown argument: '-multiply_definedsuppress'
当我 运行 捆绑安装时,我得到这个错误:
如果图片无法加载,错误消息如下: "An error occured while installing byebug (7.0.0), and bundler cannot continue."
我找到了一些建议对 Gemfile 进行更改的答案,我这样做了,但没有用。在那些不成功的尝试之后,我卸载了 rails 并重新安装了它。
我正在开发 macbook pro,osx yosemite 版本 10.10.5。
您使用的 XCODE 是什么版本?您是否安装了它的命令行工具扩展?此外,byebug 在其他地方指出,以前有 xcode 编译器不支持的编译器选项。使用 xcode-5.1,您可以将这些错误转化为警告。更高版本可能允许也可能不允许这样做。参见:Ruby Gem install Json fails on Mavericks and Xcode 5.1 - unknown argument: '-multiply_definedsuppress'