You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
neoxp
zsh: killed
Expected behavior
It should work.
please complete the following information
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.
The text was updated successfully, but these errors were encountered: