erlang-sd_notify icon indicating copy to clipboard operation
erlang-sd_notify copied to clipboard

Unable to include as a library inside a rebar3 project.

Open hommeabeil opened this issue 4 years ago • 0 comments

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.

hommeabeil avatar Jan 06 '22 18:01 hommeabeil