Elixir v1.15.0 released

Sorry, but I forgot to mention that I tried this approach.

I received the error below:

iex(1)> :observer.start()
** (UndefinedFunctionError) function :wx_object.start/3 is undefined (module :wx_object is not available)
    :wx_object.start(:observer_wx, [], [])
    (observer 2.15) observer_wx.erl:70: :observer_wx.start/0
    iex:1: (file)

I’m using a macbook m1 pro. I’ll share the my ASDF env values.

export KERL_CONFIGURE_OPTIONS="--without-javac --with-ssl=$(brew --prefix openssl@1.1)"
export KERL_BUILD_DOCS=yes
export KERL_INSTALL_HTMLDOCS=no
export KERL_INSTALL_MANPAGES=no
export ELIXIR_ERL_OPTIONS="-kernel shell_history enabled"
export PATH=$PATH:/Users/lucas/.asdf/shims
export LDFLAGS="-L/opt/homebrew/opt/libxslt/lib"
export CPPFLAGS="-I/opt/homebrew/opt/libxslt/include"