Posts

Post not yet marked as solved
6 Replies
1.7k Views
I'm trying to notarize my app, my Apple ID account is a free one (because I'm not paying Apple $99/year for the priviledge of make them apps, nickel-and-diming developers is ridiculous) in a "personal team", which works fine for codesign but apparently not for notarizing.When I run:xcrun altool --list-providers -u "***@***.com" -p abcd-efgh-ijkl-mnopwith abcd-efgh-ijkl-mnop being the app-specific password, nothing returns, only 3 empty lines and that's it.When I run:xcrun iTMSTransporter -m provider -u "***@***.com" -p "abcd-efgh-ijkl-mnop"it tells me that "Neither an encoding house user nor an iTunesConnect user was found. (1080)". Installing and running Transporter for the first time also just gives me an error dialog telling me "Can't authorize your user at this time. Neither an encoding house user nor an iTunesConnect user was found.", then after I click OK and it asks me to sign in with my Apple ID and then it gives me the same error dialog and asks me to sign in again.What am I doing wrong? I just want my app to work on macOS 10.15 like it worked fine for the last 10 years until 10.14, I don't care about the App Store.
Posted Last updated
.