Erlang's not installing on macOS Big Sur "You are natively building Erlang/OTP for a later version of MacOSX than current version"

Try with this instead:

export MACOSX_DEPLOYMENT_TARGET=10.0

3 Likes