Help with Notary tool

I know I have to be doing something wrong. I've been trying notarize my app for a few days.

I've bundled my app and am able to sign with hardened runtime. When I submit for notary with this command

/Applications/Xcode.app/Contents/Developer/usr/bin/notarytool submit /path/to/your/file.zip --wait --key "/path/to/your/AuthKey_ABCD1234.p8" --key-id "ABCD1234" --issuer "uuid-issuer-id"

it just eventually times out with no feedback or error report.

Replies

I don't know if this will help, but xcrun notarytool help submit indicates that you can add a --verbose option.

  • apparently I just had to wait.... it finished successfully finally

Add a Comment