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

Code signing problems for macOS disk images #186

Closed
brunchboy opened this issue Sep 8, 2024 · 0 comments
Closed

Code signing problems for macOS disk images #186

brunchboy opened this issue Sep 8, 2024 · 0 comments
Labels

Comments

@brunchboy
Copy link
Member

Notarization has stopped working again. Looking at the detailed error messages from the notarization server, the problem appears to be caused by some of the embedded native code shipped by dependencies. Specifically:

  • beat-link-trigger.jar/libnrepl-macos-universal.so
  • beat-link-trigger.jar/META-INF/native/libnetty_transport_native_kqueue_x86_64.jnilib (whoa, weird path!)
  • beat-link-trigger.jar/uk/co/xfactorylibrarians/coremidi4j/libCoreMidi4J.dylib
  • beat-link-trigger.jar/com/sun/jna/darwin/libjnidispatch.jnilib

So investigate whether we can add a step to explode the jar, sign those files ourselves, reassemble the jar, and proceed.

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

No branches or pull requests

1 participant