Yoseph Radding
Yoseph Radding
Looking over those issues, one thing that stood out to me was notorizing the application. I don't understand too much about it, but would this be a potential issue?
Update: I tried to add logging in order to verify it wasn't something else, the executable doesn't even run (I have a log file that gets created first thing in...
In what sense? In someplaces I am, in others its relative to the EXE path
Notarizing isn't the issue, and neither is the relative file paths
I had this issue with and without the `info_plist` key unfortunately. Maybe another piece of information: I am seeing similar issues with the .exe for windows. It works fine from...
> @radding Try to move your app to your Applications Directory. Do not start it from ~/Downloads. @bogdanfinn I have tried that, same issue.
@bogdanfinn I have verified I am not loading files from the Filesystem by relative path. For the second point, that is not possible as this is an exsiting CLI app...
@bogdanfinn Are you using Cobra for CLI parsing? I am debuging my code now and I have this theory that that may be my issue.
Yea. Looks like that was it. The launcher caused Cobra to not recognize the application properly and caused it to not launch.
Basically I just checked to see if the application was started in the terminal by using the pid of the parent. On mac OSX, if the app is started by...