Issues with Uploading from Xcode 9 to App Store/ Itunes Connect

Xcode 9 no iTunes Connect account error when uploading

I encountered the same issue with xCode 9 GM build and others reported it as well in xCode 10 and xCode 11. Deleting the derived data actually solved it for me. Hopefully it will help others as well.

  1. Close xCode
  2. rm -fr ~/Library/Developer/Xcode/DerivedData/
  3. Reopen xCode and try to upload again

Problem with uploading app to iTunes connect

It was a bug on the part of Apple. They already fixed it.

Xcode 9: An error occurred uploading to the iTunes Store.

This story has an happy end!

I was trying many solutions from various forums, but the one that did the trick was very simple:

Open the terminal and run these commands:

cd ~
mv .itmstransporter/ .old_itmstransporter/


Related Topics



Leave a reply



Submit