your app was built with ios sdk. New apps must be built with the ios 13 sdk or later

Hello there!
Today I tried to upload .ipa built with Cloud Build using Transporter app. And run into this issue: “your app was built with ios sdk. New apps must be built with the ios 13 sdk or later”.

Everything was ok at least two days ago. I used cloud build with absoutely same settings many times before without any problems. The project’s settings are also the same.
Unity Version: Unity 2019.1.14f1
XCode Version: Xcode 11.4.1 (set to Latest Compatible Version in UCB config)

I’d appreciate any help!

This happens if your version of transporter is out of date, make sure your local copy of xCode is updated too and hopefully that’ll work.

Hey @tonemcbride Thank you for your answer, but I have Xcode Version 11.4.1. Isn’t it enough to upload ios13 sdk builds? Also my transporter version is 1.1.1 and it is already latest at this moment…

That’s odd, I thought it must be because your local version of xCode was out of date. I’m not sure what else could be causing that. Perhaps the minimum SDK setting in Unity is set to something below 13?

The only other solution I can think of is to upload directly to TestFlight/AppStore from the cloud build. You can do that by using this script:

and then following these instructions: