XVim2 icon indicating copy to clipboard operation
XVim2 copied to clipboard

Does not work with Xcode 14 Beta 3

Open niil-qb opened this issue 2 years ago • 18 comments

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.

niil-qb avatar Jul 08 '22 11:07 niil-qb

Having exactly the same issuehere, I thought i missed sth here, have been scratch my head for an hour, does this mean the end of era?

tobatha avatar Jul 08 '22 13:07 tobatha

This repo is officially deserted i'm sure of it, haha d-_-b

tobatha avatar Jul 17 '22 11:07 tobatha

Same here. I don't like Xcode's vim mode which doesn't support mapping menu items, and use * to find next cannot across the files.

yam-liu avatar Jul 17 '22 13:07 yam-liu

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.

nanier avatar Sep 14 '22 03:09 nanier

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.

I got same issue in Xcode 14.0

wy-time avatar Sep 16 '22 09:09 wy-time

Looks like Xcode 14 no longer loading plugins from ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins directory.

r-plus avatar Sep 18 '22 23:09 r-plus

This is not good. After some quick googling, I can't find any other plugin projects that have this problem. Is XVim2 the only one? Surely my googling is incorrect, right?

jspavlick avatar Sep 19 '22 14:09 jspavlick

I don't know living traditional Xcode plugins other than XVim2.

r-plus avatar Sep 19 '22 16:09 r-plus

This is not good. After some quick googling, I can't find any other plugin projects that have this problem. Is XVim2 the only one? Surely my googling is incorrect, right?

WakaTime also is experiencing this.

alanhamlett avatar Sep 19 '22 17:09 alanhamlett

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.

スクリーンショット 2022-09-20 12 22 42

r-plus avatar Sep 20 '22 03:09 r-plus

I have the same ti

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.

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?

gaoyuqiang avatar Sep 20 '22 04:09 gaoyuqiang

Any hope to make it work on Xcode 14? I'm not ready to let this go, and Xcode vim support is nowhere near 😢 🤞

AlessandroSteri avatar Sep 26 '22 19:09 AlessandroSteri

We need Apple Silicon compatible SIMBL to load plugin. Hope to update of MacForge.

r-plus avatar Sep 27 '22 01:09 r-plus

try select it in menu Editor > Vim Mode, I used XVim2 in xcode12, and update to xcode14.

jacpy avatar Oct 02 '22 07:10 jacpy

XVim2 be alive 🙏

FedorovMisha avatar Nov 14 '22 13:11 FedorovMisha

XVim2 we are waiting for you!!!!!!!

ElAlameyn avatar Nov 26 '22 17:11 ElAlameyn

https://github.com/XVimProject/XVim2/commit/8bd30b4480f66f645bccfb0ce04c5216dcb8dd6b

pedsm avatar Jan 23 '23 20:01 pedsm

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

mickael-menu avatar Feb 23 '23 19:02 mickael-menu