I am trying to submit my AppleScript applet for notarization. My applet is code signed using my developer id. I have stored an app-specific password in my logins keychain with the correct name and account. My developer id is not connected with multiple teams.
I tried this on the command line:
xcrun notarytool submit "/Users/[home]/Desktop/[applet].zip" --keychain-profile "[name]" --wait
The response, very quickly, was:
"Error: No Keychain password item found for profile: [name]".
Is something else needed to enable notarytool to find the Keychain login item ?
Thanks.