-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Release a working version of Neo CLI for macOS #3176
Comments
What is wrong? |
It doesn't run. There is an error saying "This software needs to be updated. Contact the developer for more information" |
should say, contact mac to find out why it says this hahaha |
it would be good to publish a single file for macos platforms @superboyiii |
#3018 does just that. |
Also PR #3103 for Also any features or issues you all are more than welcome to comment at that PR. |
Summary or problem description
It's not possible to run Neo CLI using OSX. This is likely caused by changes in Apple security policies. I'm using this link to download Neo CLI: https://github.com/neo-project/neo-node/releases/tag/v3.6.2
Another minor issue is that the latest release can only be obtained from the archived repository. Users should be able to download neo-cli from this repository.
Do you have any solution you want to propose?
Complete solution: Fix the build & release process to generate valid neo-cli executables.
Partial solution: Compile the project locally and make a manual release.
The problem with the second solution is that we can't be sure that the code wasn't tampered. It's also not a permanent fix.
The text was updated successfully, but these errors were encountered: