[BUG] forge not working with magit #1751
按照说明: M-x
eval-expression
RET
(emacsql-sqlite-compile 2)
结果提示:
Compiling EmacSQL SQLite binary nil
I solved the problem by doing this:
xcode-select -s /Applications/Xcode.app
and eval: (emacsql-sqlite-compile 2)
built successfully.