XVim2: Does not work with Xcode 14 Beta 3
I have compiled and re-signed Xcode 14. XVim
shows up in the menu. However, when enabled, vim does not go into normal mode. Not even if I tap “esc”.
Running XVim with set debug
creates .xvimlog
but it does not write anything to it.
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 8
- Comments: 18 (4 by maintainers)
The dream lives on!
After mourning the death of AppCode and XVim, I started working on a very different approach: a macOS app integrating Neovim in Xcode. The first version is promising and I’m already using it for my daily work.
Come check it out: https://github.com/mickael-menu/ShadowVim
try select it in menu Editor > Vim Mode, I used XVim2 in xcode12, and update to xcode14.
Looks like Xcode 14 no longer loading plugins from
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
directory.Xcode 14.0, after re-signed and make, when I reopen Xcode, don’t show “load bundle” window. So I can’t load xvim plug-in.
Check “~/Library/Application Support/Developer/Shared/Xcode/Plug-ins” ,the Xcode 14 DVTPlugInCompatibilityUUID is existed, however the “load bundle” window not show.
XVim2 be alive 🙏
XVim2 we are waiting for you!!!
I have the same ti
I have the same issue. And anothor error issue:
com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-14.0 Domain (com.apple.dt.Xcode) not found. Defaults have not been changed.
Finnaly, can’t show load bundles alert. xcode 10-13 is work. How does xcode14 work?wow nice.
I try to loading XVim by SIMBL(MacForge, not yet supported Apple Silicon by distributed version 1.1.0), its result is ok to load. But many XVim basic features are broken, probably required a lot of work to support Xcode 14.