Hi,
I am trying to add the NOTARIZE_PASSWORD entry in keychain to automate the notarization process. I have Mac 10.15.1 and XCode 11.2.1 installed. Following command does not add an entry in the keychain. Could you please help?
xcrun altool --store-password-in-keychain-item "NOTARIZE_PASSWORD" -u "user" -p "password"
regards
Prema Kumar