-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs signing to run on macOS #19
Comments
Thanks for the info Ahmed! I'm not very familiar with Macs. What is the model of the laptop? What version of OSX are you running? |
It's an
I think you can use GitHub actions runners for MacOS to verify the binary can at least run there. It still doesn't seem to work very well. For example, it shows two mismatching version numbers
|
Awesome info, thanks Ahmed. I didn't know about GitHub actions runners - I'll check it out :) |
Update this works very well on macos. I've established tunnels and pushed data through it, works beautifully. It would still be great to figure out this codesign'ing thing so that users don't have to do it. |
That's great! And thanks so much :) |
It turns out that this is a known issue with C#: dotnet/sdk#34917 As a stopgap measure, you could either run signing on a runner, or use rcodesign. |
Interesting! Thanks @DUOLabs333 |
Happy to help test different binaries if there's a way to make it work
The text was updated successfully, but these errors were encountered: