Phoenix プロジェクトのリリースをコンパイルしようとすると、次のエラーが発生します。
$ mix release
....
==> Generated .appup for myapp 0.0.1 -> 0.0.2
===> Missing beam file elf_format <<"/usr/lib/erlang/lib/hipe-3.11.2/ebin/elf_format.beam">>
could not find app plug {0,10,0}
$ elixir --version
Elixir 1.0.3
Phoenix のバージョンは 0.10.0 です。私は何か間違ったことをしていますか、それともこれは Phoenix のバグですか?