Xcode 8.3.3 “No accounts with iTunes Connect access”

谁都会走 提交于 2019-11-28 17:07:28

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.

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.

AAP

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.

A restart to Xcode did the job for me

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.

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

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.

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.

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!

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

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

JOHNAVATAR.com

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!

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!