Xcode 8.3.3 "No accounts with iTunes Connect access"

IosXcodeApp Store-ConnectXcode8

Ios Problem Overview


When trying to upload an App to iTunes connect in Xcode 8.3.3, I get the error:

> iTunes Connect access for "Team-Name" is required. Add an account in the Accounts preference plane.

Screenshot

The account already exists and (in some cases) has been working without incident previously.

How do I get around this issue with Xcode so that I can upload my app to the AppStore?

Ios Solutions


Solution 1 - Ios

Had the same problem, First had to export the .ipa to disk using XCode and then upload to the AppStore with Application Loader tool.

It worked.

Solution 2 - Ios

I suspect that Apple has broken something with the IOS 11, etc upgrades going on. It was all working fine over the last few months, including yesterday, and suddenly today its broken.

As a temporary solution, I had to use export to local disk (from Archive), then select: XCode/Open Developer Tool/Application Loader.

Solution 3 - Ios

Had the same stupid problem. Ultimately exported the .ipa to disk (via Xcode itself) and used altool command line tool to upload the ipa. It worked!!

altool --upload-app -f YourIpa.ipa -u <username>

Apple should really spend some $$$ on improving Xcode and the overall Developer experience. Its painful.

I again went back to Xcode to try and upload but met with the same error, so command line was indeed helpful.

Solution 4 - Ios

A restart to Xcode did the job for me

Solution 5 - Ios

I just spoke with an Apple rep, and he said I had to update to Xcode 9 GM and rebuild. After doing that, I was able to upload builds again.

Solution 6 - Ios

On Xcode 9.3.3, a simple restart of Xcode fixed the issue for me.

Solution 7 - Ios

This goes along with the other answers, eventually I had to export it and deliver the ipa with Application Loader.

However, Application Loader didn't initially work for me. I had to go into my apple id account (appleid.apple.com) and add an application specific password. Then I signed out of Application Loader and signed back in with the application specific password.

As far as I know, xCode doesn't let you sign in with an application specific password. My guess is that Apple broke authentication via regular passwords on their backend, but didn't break application specific ones.

Solution 8 - Ios

It works for me to follow the steps:

  1. Archive the app with Xcode 8.3.3.
  2. Upload to iTunes Connect with Xcode 9 GM.

Solution 9 - Ios

I started to panic this morning too, but then I remembered something like this happens every time a new iOS is released. Use Application Loader. Don't start changing certs/provisioning profiles. I'm sure Apple will fix soon. Plus Application Loader is super-easy to use. Good luck!

Solution 10 - Ios

When nothing works. Just restart your computer and try again! Nonsense but works like magic.

Solution 11 - Ios

Edit: This worked for me in Xcode 9 GM. I don't know if it will be an issue in the final version

What worked for me is that I changed my regular AppleID email, with the equivalent @icloud.com alias.

For example, I didn't use [email protected], I used [email protected] and it worked.

(Which I really don't prefer, I prefer using my personal email, but if it works, it works)

Same answer here: https://stackoverflow.com/a/46225187/4772647

Solution 12 - Ios

I did as some of you suggested, I used the Export function in Archive/Organizer to export an .ipa, then go to the Xcode application, use the Show Contents, then nav to "Application" and "Application Loader" and uploaded my app using Loader and that all worked perfectly!

Solution 13 - Ios

This happened to me when my app was rejected when uploading on AppStore (not sure if this could be connected).

I tried to remove and readd the Developer's account in XCode but that didn't help.

Then it started working after I replied to the Binary Rejected message on App Store Connect and restarted XCode. Not sure if that could be connected but it started working again instantly after those steps.

Solution 14 - Ios

In My case none of the above solutions worked,

I have an access for both Developer account and iTunes Connect account, but I faced the same Issue.

The only option worked for me is updating my MAC OS before it was 10.13.4, after update to 10.13.6 the problem was resolved. Hope this will help to someone.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJos&#233; MiguelView Question on Stackoverflow
Solution 1 - IosmtkaleView Answer on Stackoverflow
Solution 2 - IosJohn MacLeanView Answer on Stackoverflow
Solution 3 - IosAAPView Answer on Stackoverflow
Solution 4 - IosMostaView Answer on Stackoverflow
Solution 5 - Iossean-hillView Answer on Stackoverflow
Solution 6 - IosOffekView Answer on Stackoverflow
Solution 7 - IosjloganView Answer on Stackoverflow
Solution 8 - IosAmos HsuehView Answer on Stackoverflow
Solution 9 - IosReeder32View Answer on Stackoverflow
Solution 10 - IosFeng LiuView Answer on Stackoverflow
Solution 11 - IosTheoKView Answer on Stackoverflow
Solution 12 - IosJOHNAVATAR.comView Answer on Stackoverflow
Solution 13 - IosIris VeririsView Answer on Stackoverflow
Solution 14 - IosMinnuKaAnaeView Answer on Stackoverflow