-
Notifications
You must be signed in to change notification settings - Fork 18
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
macOS 13 problems #139
Comments
Are you using right version (for Intel or Apple-M processor)? If you have an Intel-based Mac and trying the Intel version of WebOne (or have an ARM-based Mac and trying the Apple-M version of WebOne), try one of these custom archives: I have removed any macOS metadata from these zips, so it is need to do |
I’m on macOS 14.7 on an M1 and using the correct ARM builds of webone and .Bet 6 Runtime, but I also get the same behaviour with all versions of webone 0.17 and 0.16 (I haven’t tried anything earlier than 0.16.0). Trying to launch it in terminal, even after using the chmod +x command first, just results in the error message “zsh: killed ./webone”. The only way I’ve been able to get it to run is to download 0.16.3 and use the command “dotnet webone.dll”. Even switching the security permissions to accept software from anywhere (sudo spctl --master-disable) does not resolve the issue. |
Seems that this may be caused by one of two problems: hardened requirements for digital signature of binaries in Silicon macOS versions, or .NET bugs. Try Also I have made a test version of WebOne 0.17.3 with build options used in 0.16.x line: Try them, probably they should work at least via |
I can't run it in macOS 13 because I'm getting some errors.
if I cd into the folder and I run ./webone it gives this error: "zsh: permission denied: ./webone"
I also tried to chmod this file but I get another error: "zsh: killed ./webone"
How can I get this working?
The text was updated successfully, but these errors were encountered: