You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently unable to include this project in a rebar3 since the .app.src file contains de mod entry. As mention here this is the entry point for the application module (-behavior(application)). This is only necessary when a supervisor tree need to be created.
When I do include this project as a dependency, I got error like {exited,{bad_return,{{sd_notify,start,[normal,[]]},{'EXIT',{undef,[{sd_notify,start,[normal,[]],[]} which suggest the start method is not found.
The text was updated successfully, but these errors were encountered:
I am currently unable to include this project in a rebar3 since the
.app.src
file contains demod
entry. As mention here this is the entry point for the application module (-behavior(application)
). This is only necessary when a supervisor tree need to be created.When I do include this project as a dependency, I got error like
{exited,{bad_return,{{sd_notify,start,[normal,[]]},{'EXIT',{undef,[{sd_notify,start,[normal,[]],[]}
which suggest thestart
method is not found.The text was updated successfully, but these errors were encountered: