New apps for iPhone or iPad must be built with the iOS 13 SDK or later

Please provide the following:

  1. SDK Version: 36 & 37
  2. Platforms(Android/iOS/web/all): iOS

After building the iOS app, when I try to upload to the store via Transporter I get this error:

ERROR ITMS-90725: “SDK Version Issue. This app update was built with the iOS SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later.”

If I try through cmd, with xcrun altool --upload-app --type ios --file expo.ipa:

ERROR: ERROR ITMS-90207: “Invalid Bundle. The bundle at ‘ExpoKitApp.app’ does not contain a bundle executable.”

I am also facing same issue, can somebody please help with resolving this issue ?

+1 i am also facing this issue. DId expo team fixed this issue?

You should update your xcode version. After I did that, it worked

Yes, that is entirely possible. It is just setting the target version to iOS 12 in the first version, and iOS 13 in the second version.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.