My app immediately crashes on startup with ``` 20:39:12.827 [error] ERROR: Could not find 'wxe_driver.so' in: /data/user/0/io.elixirdesktop.example/files/app/lib/wx-2.2/priv 20:39:12.834 [notice] Application desktop exited: Desktop.start(:normal, []) returned an error: shutdown: failed to start child: Desktop.Env ** (EXIT) an exception was raised: ** (ErlangError) Erlang error: {:load_driver, 'No driver found'} (wx 2.2) wxe_server.erl:65: :wxe_server.start/1 (wx 2.2) wx.erl:115: :wx.new/1 (desktop 1.4.1) lib/desktop/env.ex:28: Desktop.Env.init/1 (stdlib 4.0.1) gen_server.erl:848: :gen_server.init_it/2 (stdlib 4.0.1) gen_server.erl:811: :gen_server.init_it/6 (stdlib 4.0.1) proc_lib.erl:240: :proc_lib.init_p_do_apply/3 ``` Everything builds correctly though.
My app immediately crashes on startup with
Everything builds correctly though.