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?