emacs-tree-sitter / elisp-tree-sitter

Emacs Lisp bindings for tree-sitter
https://emacs-tree-sitter.github.io
MIT License
822 stars 74 forks source link

m1 mac dont working again #214

Open otavioschwanck opened 2 years ago

otavioschwanck commented 2 years ago

When i try to enable:

tree-sitter-load: Language load failed: "dlopen(/Users/otavio/.emacs.d/.local/straight/build-27.2/tree-sitter-langs/bin/ruby.dylib, 0x0005): tried: '/Users/otavio/.emacs.d/.local/straight/build-27.2/tree-sitter-langs/bin/ruby.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/usr/local/lib/ruby.dylib' (no such file), '/usr/lib/ruby.dylib' (no such file)"

nykma commented 2 years ago

Delete /bin and download it again solves my problem.