neo-express icon indicating copy to clipboard operation
neo-express copied to clipboard

OSX-arm64 builds aren't working

Open lock9 opened this issue 1 year ago • 3 comments

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:

  1. Using osx-64-arm, download the latest neo-express release.
  2. Extract the files and try to run neoxp
  3. 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.

lock9 avatar Jan 08 '24 17:01 lock9

very very funny, with the same publish command, my osx-arm64 can build executable file....but the download file crashes.....

Jim8y avatar Jan 08 '24 17:01 Jim8y

Exactly the same command

Jim8y avatar Jan 08 '24 17:01 Jim8y

@Jim8y It's probably the .NET version. Which one are you using?

lock9 avatar Jan 08 '24 18:01 lock9