Skip to content

Instantly share code, notes, and snippets.

@umurgdk
Created December 23, 2013 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umurgdk/8099402 to your computer and use it in GitHub Desktop.
Save umurgdk/8099402 to your computer and use it in GitHub Desktop.
Mix error after application's name and project's folder name changed.
Unchecked dependencies for environment dev:
* ranch (git://github.com/extend/ranch.git)
could not find an app file at _build/shared/lib/ranch/ebin/ranch.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`)
* cowlib (git://github.com/extend/cowlib.git)
could not find an app file at _build/shared/lib/cowlib/ebin/cowlib.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`)
* cowboy (git://github.com/extend/cowboy.git)
could not find an app file at _build/shared/lib/cowboy/ebin/cowboy.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`)
** (Mix) Can't continue due to errors on dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment