Home > Mobile >  Error sending archive to App Store Connect
Error sending archive to App Store Connect

Time:09-22

Yesterday, I updated to Xcode 13 via the App Store. I'm trying to send an archive of my app to App Store Connect through the usual way in the "Organizer" window, and once the archive is submitted, I get the warning message:

App Store Connect Operation Warning

Your version of iTMSTransporter will be updated in approximately 10 days.

I've never seen this before and have no idea what it means. The archive still shows in Testflight later and is useable, but I am not sure if it's safe to update the App Store version of my app with this archive build when it was uploaded with warnings.

What is this warning, and how can I fix this?

I also get this email about alternative icon errors after App Store Connect upload. I have alternative app icons enabled in the app and know for sure that I have 120x120 on iPhone, so I'm not sure why this is happening. But if this is nothing related to the upload warnings then kindly ignore the email:

enter image description here

Thank you in advance for your help!

CodePudding user response:

The message has nothing to do with the archive or the build. It's saying something about the tool you used to perform the upload from your computer to Apple. That tool is Xcode so there's nothing to worry about. There is always a little friction when a new major Xcode version is released but it gets ironed out. You could file a bug with Apple if you want to be helpful.

CodePudding user response:

I also got this warning, but Xcode 13 normally sent the build to the App Store Connect. This is just a warning and in theory we shouldn't worry too much.

CodePudding user response:

I still use Xcode 10.3 to upload my apps and I got the same message.

So it doesn't appear to be Xcode 13 specific.

CodePudding user response:

I was facing same issue on xCode 12.5. But after 15 min build process completed and app working fine. So don't worry ,it will updated automatically.

  • Related