XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.31k stars 182 forks source link

Working for Xcode 12 beta 6? #319

Closed davidbjames closed 3 years ago

davidbjames commented 3 years ago

Xcode 12 beta 4 was working fine, but upgrading to beta 6 it no longer works.

I'm on develop branch and tried clearing the defaults like so: defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-12.0

.. and restarting Xcode. It asked if I want to load the bundle, which I did, but XVim2 is not loaded.

Is there anything else I should try?

miotke commented 3 years ago

Adding to this as well. I'm running Xcode 12 beta 6 and can't seem to get XVim2 to work.

Steps to reproduce

Either we are missing a step or did beta 6 change something for extensions?

EDIT: XVim2 also does not show in System Preferences > Extensions > All

qiudaomao commented 3 years ago

why everyone forgot to resign Xcode.. It's in the readme already #613

miotke commented 3 years ago

@qiudaomao is totally correct and this is my bad(thanks for pointing this out). Resigning Xcode is the solution and is #1 in the README. 🤦‍♂️

@davidbjames for visibility.

Docs are here for instructions on how to resign Xcode https://github.com/XVimProject/XVim2/blob/master/SIGNING_Xcode.md

EDIT: This issue should be closed.

davidbjames commented 3 years ago

Yes, this was the problem. I signed the wrong Xcode (not the beta one)!