Unable to find an iTunes Connect user for usernamexxx@yyy.com and provider .

Runing below command:


xcrun altool --eval-app -f "dm.pkg" --primary-bundle-id bundle_id_of_product -u aaa@bbb.com -p ***


I am trying to notarize the app with xcode beta 10 to run app on Mojave 10.14. But running above command giving me below error


altool[7978:109613] *** Error: Unable to find an iTunes Connect user for username aaa@bbb.com and provider . This username may not be enabled for iTunes Connect. Contact your team admin for assistance. (1296)


What is solution for this?

Replies

I had the same error with macOS 10.14 with Xcode 10. You need to ask your developer account agent/admin to add you as "App Manager" at the App Store Connect web page. http://appstoreconnect.apple.com


After I was added as App Manager in the App Store Connect settings, I was able to run the "xcrun altool --notarize-app ..." command without an error.

I also experienced the same error.

I think that you probably manage multiple accounts.

It is necessary to agree to Apple consent form.


Please visit the App Store Connect once for all accounts.

I solved it with that.