vim Podfile 报错
dyld: Library not loaded: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib
Referenced from: /usr/local/Cellar/macvim/8.0-142/MacVim.app/Contents/bin/../MacOS/Vim
Reason: image not found
[1] 4561 abort vim podfile
各种 vim macvim cocopods重新安装都不好使
一行代码解决
brew uninstall macvim && brew install macvim --with-lua --with-override-system-vim --with-luajit 解决了问题。。
网友评论