Skip to content

Apple notarization fails when referencing leveldbjni-osx 1.8. "The binary uses an SDK older than the 10.9 SDK." #108

@devinvisible

Description

@devinvisible

During the Apple notarization process, stapler fails when I added a reference to leveldbjni-osx 1.8 using the following definition in my pom.xml:

        <dependency>
            <groupId>org.fusesource.leveldbjni</groupId>
            <artifactId>leveldbjni-osx</artifactId>
            <version>1.8</version>
        </dependency>

The developer log states "Archive contains critical validation errors" and lists the follow message for both the i386 and x86_64 libleveldbjni.jnilib files:

"The binary uses an SDK older than the 10.9 SDK.".

Any suggestions? Are there issues with updating the SDK?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions