在尝试编译我的 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。我做错了什么,还是凤凰城的一个错误?