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

Unable to sign Mac binary (probably due to an issue with mkbundle) #1768

Closed
morphx666 opened this issue Aug 12, 2020 · 1 comment
Closed

Comments

@morphx666
Copy link

When trying to sign a Mac binary I'm getting this error message from codesign:

main executable failed strict validation

Using the --no-strict command line option produces an error with more information:

the __LINKEDIT segment does not cover the end of the file (can't be processed)

Could this be caused by some incorrect parameter being passed to mkbundle as explained here?

@morphx666
Copy link
Author

morphx666 commented Aug 13, 2020

I'm afraid this is a dotnet issue and it is not related to Eto.Forms in anyway:
dotnet/runtime#3671

UPDATE: Confirmed; compiling in debug mode does not create a single-file bundle and the app can then be signed without any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant