nimblehq / elixir-templates

Our optimized Elixir templates used in our projects
https://nimblehq.co
MIT License
86 stars 6 forks source link

Fix: Elixir broken on Sonoma (MacOS 14.1) #329

Open nvminhtue opened 1 year ago

nvminhtue commented 1 year ago

Issue

The current elixir template uses the stack

Source https://github.com/elixir-lang/elixir/issues/12684 https://elixirforum.com/t/bus-error-after-upgrading-to-sonoma-beta/56354/21

Expected

It can be fixed by upgrading the version of Erlang and Elixir to the latest ones with OTP 26. Currently, it works fine on

image

Steps to reproduce

  1. Install the elixir template 4.6.0
  2. Upgrade to Sonoma MacOS version
  3. Run the command mix do deps.get or any other ones
  4. See the error from the terminal