Skip to content
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

OSX-arm64 builds aren't working #427

Open
lock9 opened this issue Jan 8, 2024 · 3 comments
Open

OSX-arm64 builds aren't working #427

lock9 opened this issue Jan 8, 2024 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lock9
Copy link
Contributor

lock9 commented Jan 8, 2024

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 lock9 added the bug Something isn't working label Jan 8, 2024
@Jim8y
Copy link
Contributor

Jim8y commented Jan 8, 2024

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

@Jim8y
Copy link
Contributor

Jim8y commented Jan 8, 2024

Exactly the same command

@lock9
Copy link
Contributor Author

lock9 commented Jan 8, 2024

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

@cschuchardt88 cschuchardt88 added this to the 3.8 milestone Jul 19, 2024
@cschuchardt88 cschuchardt88 self-assigned this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants