-
Notifications
You must be signed in to change notification settings - Fork 659
Closed
Labels
enhancement:buildEnhancement specific to the build processEnhancement specific to the build process
Description
Hey guys,
I uploaded our application to apple to get notarized (new in macOS 10.14):
xcrun altool --notarize-app -f DMG_FILE --primary-bundle-id BUNDLE_ID -u USERNAME -p PASSWORD
The result is that the application won't get notarized because the mentioned file in title is not signed.
The report says:
{
"severity": "error",
"code": null,
"path": "application.dmg/application Installer.app/Contents/Resources/app/0.dat/application.jar/org/sqlite/native/Mac/x86_64/libsqlitejdbc.jnilib",
"message": "The binary is not signed.",
"docUrl": null
},
Any information about this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancement:buildEnhancement specific to the build processEnhancement specific to the build process