Erlang on macOS Catalina

Edipo Vinicius
1 min readApr 9, 2020

If you are seeing the following error when trying to install erlang on macOS Catalina:

ld: weak import of symbol ‘___darwin_check_fd_set_overflow’ not supported because of option: -no_weak_imports for architecture x86_64

You can try installing the ref:maint version which contains a fix. E.g.

asdf install erlang ref:maint

asdf global erlang ref:maint

For more information, please follow this conversation: https://github.com/asdf-vm/asdf-erlang/issues/129#issuecomment-608337042

--

--