Skip to content

Unable to notarize app that uses this library #45

Description

@mrlimbic

I am trying to notarize an app but it is failing on use of this library.

I assume the previous step (signing all the dylibs & executables in the jars by jpackage) couldn't sign this one like it has managed to do for other library jars. However signing doesn't produce an error.

Any ideas why this library might be different?

  "issues": [
    {
      "severity": "error",
      "code": null,
      "path": "Vordio-6.4.1859.dmg/Vordio.app/Contents/app/libs/coremidi4j-1.6.jar/uk/co/xfactorylibrarians/coremidi4j/libCoreMidi4J.dylib",
      "message": "The binary is not signed with a valid Developer ID certificate.",
      "docUrl": null,
      "architecture": "x86_64"
    },
    {
      "severity": "error",
      "code": null,
      "path": "Vordio-6.4.1859.dmg/Vordio.app/Contents/app/libs/coremidi4j-1.6.jar/uk/co/xfactorylibrarians/coremidi4j/libCoreMidi4J.dylib",
      "message": "The signature does not include a secure timestamp.",
      "docUrl": null,
      "architecture": "x86_64"
    },
    {
      "severity": "error",
      "code": null,
      "path": "Vordio-6.4.1859.dmg/Vordio.app/Contents/app/libs/coremidi4j-1.6.jar/uk/co/xfactorylibrarians/coremidi4j/libCoreMidi4J.dylib",
      "message": "The binary is not signed with a valid Developer ID certificate.",
      "docUrl": null,
      "architecture": "arm64"
    },
    {
      "severity": "error",
      "code": null,
      "path": "Vordio-6.4.1859.dmg/Vordio.app/Contents/app/libs/coremidi4j-1.6.jar/uk/co/xfactorylibrarians/coremidi4j/libCoreMidi4J.dylib",
      "message": "The signature does not include a secure timestamp.",
      "docUrl": null,
      "architecture": "arm64"
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions