Posts

Post not yet marked as solved
2 Replies
1.1k Views
Hello The notarization of my AppleScript App fails. i created a AppleScript Application with the Script Editor. i exported and signed the app with my Developer ID Application certificate. Created the *dmg installer: `hdiutil create -volname AppName -srcfolder /pathToApp -ov -format UDBZ NameOfApp.dmg ` signed the installer with cmd command: codesign -s "Developer ID Application: [DevName] (id)" --timestamp NameOfApp.dmg startet the notarization in the cmd with: xcrun altool --notarize-app --primary-bundle-id "My-id" -u "[uerName]" -p "[pw]" -t osx -f /pathTo/NameOfApp.dmg The result is that the notarization fails. has anybody an idea where i can proceed? Lorenzo
Posted
by ellem.
Last updated
.