XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.3k stars 181 forks source link

Xcode default settings delete #251

Closed abbasaa closed 5 years ago

abbasaa commented 5 years ago

With the latest version of Xcode 11.0, my plugin stopped working. Redid steps and reinstall XVim, but the defaults delete command is not working anymore.

Message: Domain (com.apple.dt.Xcode) not found Defaults have not been changed.

marktrobinson commented 5 years ago

defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-11.0 worked for me

abbasaa commented 5 years ago

I think the problem was that I had already deleted it so it didn't exist anymore. However, when I finally got asked to load in the XVim plugin, it didn't work.

CoderPiF commented 4 years ago

try defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-X.X.X

defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-11.2.1 worked for me