解决 XVim 在 xcode 5.1 中安装报错问题 March 13, 2014 0 条评论 问题 在新版的 xcode 5.1 中,安装 XVim 时出现如下报错 garbage collection is no longer supported 解决 根据问题,下载 GitHub 中的develop版本,即可解决 在 Terminal 中执行以下命令下载 git clone -b develop https://github.com/JugglerShu/XVim 根据 README 中步骤正常安装即可