Xcode 8.3.3 “No accounts with iTunes Connect access”

后端 未结 14 1237
野的像风
野的像风 2020-12-13 03:25

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

相关标签:
14条回答
  • 2020-12-13 03:44

    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!

    0 讨论(0)
  • 2020-12-13 03:45

    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.

    0 讨论(0)
  • 2020-12-13 03:52

    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.

    0 讨论(0)
  • 2020-12-13 03:53

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

    0 讨论(0)
  • 2020-12-13 03:53

    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.

    0 讨论(0)
  • 2020-12-13 03:54

    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 myemail@gmail.com, I used myemail@icloud.com 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

    0 讨论(0)
提交回复
热议问题