1

So I'm trying to publish my app and Xcode is now stuck here:

enter image description here

There is another answer here. But this answer worked when Application Loader is still embedded within XCode. But now Application Loader has been removed from XCode but I couldn't find another solution, maybe I missed something...?

Zenko
  • 2,319
  • 2
  • 20
  • 46

2 Answers2

1

I was stuck for 2 days finally I found answer here. But I need to translate it. Here are the steps I did:

  1. Download Transporter app from App Store
  2. Open Terminal and execute Users/{YOUR_USER_NAME}/Applications/Transporter.app/Contents/itms/bin/iTMSTransporter

Note: I'm not sure if step 2 is actually necessary since I have downloaded Transporter app but anyway I did it and it seems to download more files.

  1. Open Xcode again and do the steps just like when you are going to publish an app, but this time choose Export instead of Upload: Archive => Distribute App => Export => follow the instructions until the end noting the location where you saved the exported file. This produces .ipa file.
  2. Open Transporter app, then Sign In using your developer account.
  3. Click "Add App" and choose the exported file.

Then follow the process until finish.

It works for me. Hope this helps someone. And please upvote the question and the answer if this has helped you.

Thanks

Zenko
  • 2,319
  • 2
  • 20
  • 46
0

I found the 2021 solution, i generated a provisioning profile here https://developer.apple.com/account/resources/profiles/add and after create de provitional profile, i downloaded the file and excecuted opening this file, then this file open xcode and i can upload my file without this problem.

:D