I have tried
xcrun notarytool store-credentials --apple-id "myapple-id" --password "appspecificpassword" --team-id "myteamid"
But the profile does not show in keytool, yet the command show success.
Then
xcrun notarytool submit --keychain-profile "theaboveprofile" --wait
Post
Replies
Boosts
Views
Activity
Sorry, key tool was a wrong translation for Trousseau de clés in French, I meant Keychain Access. The credentials don't show up in Keychain.
Is it necessary to activate the iCloud synchronisation for Keychain ?
Hi, I have finally spotted the Keychain entry, which is named
com.apple.gke.notary.tool
account : com.apple.gke.notary.tool.saved-creds.notaire3
when I use notarytool using the "notaire3" profile, the code is uploaded correctly, but I get a missing credentials error after that.
annick2@macmini3 ToSignDemo64 % xcrun notarytool submit FencingFoxDemoNewSigned.pkg.zip --keychain-profile "notaire3" --wait
Conducting pre-submission checks for FencingFoxDemoNewSigned.pkg.zip and initiating connection to the Apple notary service...
Submission ID received
id: ceae8fc8-75cd-4b8c-9634-def10fd7c1eb
Upload progress: 100,00 % (58,0 MB of 58,0 MB)
Successfully uploaded file
id: ceae8fc8-75cd-4b8c-9634-def10fd7c1eb
path: /Volumes/DATA/saintgeorges/DeliveryMac/ToSignDemo64/FencingFoxDemoNewSigned.pkg.zip
Waiting for processing to complete.
Current status: Invalid...........
Processing complete
id: ceae8fc8-75cd-4b8c-9634-def10fd7c1eb
status: Invalid
annick2@macmini3 ToSignDemo64 % xcrun notarytool log ceae8fc8-75cd-4b8c-9634-def10fd7c1eb
Error: Must provide credentials.
See the 'store-credentials' command, App Store Connect API key options (--key, --key-id, --issuer), or app-specific password options (--apple-id, --password, --team-id).
annick2@macmini3 ToSignDemo64 %
Thank you, I was finally able to notarize my app successfully. The problem was with the second command