Closed
Description
Any attempts to notarize the .dylib
that we ship with 2.9.0 fail, resulting in the following:
"severity": "error",
"code": null,
"path": "my-app-1.0.0.pkg/my-app-1.0.0.pkg Contents/Payload/my-app.jar/natives/osx_64/libjssc.dylib",
"message": "The binary uses an SDK older than the 10.9 SDK.",
"docUrl": null,
"architecture": "x86_64"
2.8.0 did NOT suffer this problem. This is a regression. Pinging @lukas-w for possible help/recommendations with this.