You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essential libjlinenative.jnilib is not signed. This occurs both on Intel and Arm.
If I override the transitive jline version to pull in the latest version (3.26.2) it still fails. If I pull in the latest scala-compiler and override jline with version 3.24.1 the notarize is a success.
The text was updated successfully, but these errors were encountered:
Thanks for your reply. You are probably correct about Scala signing JLine. For now I have a workaround; but I guess the intent of the original bug still stands. If this artefact is to be built into a Mac application it should really be signed.
I am trying to notarize a dmg and it is failing due to libjlinenative.jnilib not being signed.
For my application, jline is brought in as a transitive dependency by scala-compiler
Running
mvn org.apache.maven.plugins:maven-dependency-plugin:3.4.0:tree
:Notarize works:
Notarize broken:
The error in questions is as follows (sensitive details changed to protect the guilty):
Essential libjlinenative.jnilib is not signed. This occurs both on Intel and Arm.
If I override the transitive
jline
version to pull in the latest version (3.26.2) it still fails. If I pull in the latestscala-compiler
and overridejline
with version 3.24.1 the notarize is a success.The text was updated successfully, but these errors were encountered: