I've built util using instructions from repo description, added
let g:XkbSwitchEnabled = 1
let g:XkbSwitchLib = '/usr/local/lib/libInputSourceSwitcher.dylib'
to ~/.vim/vimrc and now get error while opening Vim:
"~/.vim/vimrc" 9L, 188C
Error detected while processing function airline#extensions#xkblayout#status:
line 1:
dlerror = "dlopen(/usr/local/lib/libInputSourceSwitcher.dylib, 0x0005): code signature in (/usr/local/lib/libInputSourceSwitcher.dylib) not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed."
I've built util using instructions from repo description, added
to
~/.vim/vimrc
and now get error while opening Vim: