Closed luishurtado closed 6 years ago
Fixed. It was something with Erlang after upgrading to macOS Sierra.
https://github.com/elixir-lang/elixir/issues/6200
After upgrading homebrew, resintalling Erlang (via kerl) and Elixir (via kiex) it is working now.
Running
mix deps.get
crashes with the following error in macOS High Sierra 10.13.2:This is the output of
cc --version
in case it is importantThanks in advance if you can provide any help!