neo-express
neo-express copied to clipboard
OSX-arm64 builds aren't working
Describe the bug Hi. We are updating our tool to use the latest release of Neo Express (3.6.94). We downloaded the binaries from the releases page but it's not working. It's killing the application before it starts.
To Reproduce Steps to reproduce the behavior:
- Using osx-64-arm, download the latest neo-express release.
- Extract the files and try to run
neoxp - It will fail with a message:
zsh: killed
Expected behavior It should work.
please complete the following information
- OS: osx-arm64 Ventura 13.2.1 (22D68)
- Version: 3.6.94
Additional context
I believe this can be fixed by updating the .NET version used to build it. Users can also use the following command to 'fix it locally':
codesign --force --deep -s - neoxp
Make sure you run this from the same folder where neoxp is.
very very funny, with the same publish command, my osx-arm64 can build executable file....but the download file crashes.....
Exactly the same command
@Jim8y It's probably the .NET version. Which one are you using?