On using notarization from command line on Mojave 10.14.5 as below:
xcrun altool --notarize-app --primary-bundle-id "" -u "***" -p "***" -f "***.zip"
The following error is observed :
To use this application, you must first sign in to iTunes Connect and sign the relevant contracts. (1048)
Currenlty latest XCode 10.2.1 is being used despite of that this error is observed. I am able to successfully login to developer account and itunesconnect account which does not display any contracts/agreements.
What could be missing?
To avoid further confusion, I’m going to lock this thread and mark this answer as correct [1]. If you experience the 1048 error and can’t resolve it using the process described in my new post, please feel free to start a new thread with the Notarization tag.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] Specifically, this post subsumes all the advice I’ve posted earlier on this thread.