Open anwent opened 4 years ago
use the latest version of development branch. But not working on Xcode 11.5
It can't be helped. This version of Xcode, 11.5, might not be supported by XVim2. We should be waiting for the issue solved.
Oh. It’s my mistake. Use the latest version of development. Recode-sign and recode-select the Xcode . It’s done. You can try it.
Could you elaborate on what you mean when you say "recode-sign and recode-select"? I can't seem to get XVim working on my machine that's running xcode 11.5
Could you elaborate on what you mean when you say "recode-sign and recode-select"? I can't seem to get XVim working on my machine that's running xcode 11.5
sudo codesign -f -s XcodeSigner /Applications/Xcode.app (Replace the Xcode path if it is different.)
xcode-select -p
/Applications/Xcode.app/Contents/Developer
Did you use the development branch that has been updated recently?