xcrun notarytool store-credentials responding with 401

HTTP status code: 401. Invalid credentials. Username or password is incorrect. Use the app-specific password generated at appleid.apple.com. Ensure that all authentication arguments are correct. I double checked every thing but still getting same error

Answered by DTS Engineer in 882996022

A good way to approach this is to run the store-credentials subcommand with no arguments:

% xcrun notarytool store-credentials

It will then interactively walk you through the login process.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

A good way to approach this is to run the store-credentials subcommand with no arguments:

% xcrun notarytool store-credentials

It will then interactively walk you through the login process.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

xcrun notarytool store-credentials responding with 401
 
 
Q