Skip to content

OSX-arm64 builds aren't working #427

Open
@lock9

Description

@lock9

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions