ios-example-app icon indicating copy to clipboard operation
ios-example-app copied to clipboard

Update otp 25 to 26

Open thehaigo opened this issue 1 year ago • 0 comments

update otp runtime

erlang 25.0.4 -> 26.2.5 elixir 1.13.4 -> 1.17.2

Launching the application success emulator and real device . sqlite is also running without update.

If the following error occurs,

 ** (ErlangError) Erlang error: {:notsup, %{c_function_arg_num: -1, c_file_name: ~c"hash_equals.c", c_file_line_num: 49}, ~c"Unsupported CRYPTO_memcmp"}
        (crypto 5.4.2)

it can be resolved by replacing the plug_crypto library.

{:plug_crypto, github: "thehaigo/plug_crypto", override: true}

thehaigo avatar Sep 14 '24 15:09 thehaigo