SDK Version Issue in iOS 12.2 SDK - ios

While uploading the app into test flight I'm getting this below error
This app was built with the iOS 12.2 SDK. Starting April 2020, all iOS
apps submitted to the App Store must be built with the iOS 13 SDK or
later, included in Xcode 11 or later.
Xcode Version 10.2.1
Swift Language version: Swift 5
Deployment target: 10.0

you already answered yourself,
Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later.
so just update your xcode

Related

ERROR ITMS-90725 Building with Xcode 13.4.1

ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or later.
I'm building with Xcode 13.4.1 so it should be using iOS 15.x, right? And why does it only say This app was built with the iOS SDK? What version of iOS does it think I'm using? I've seen others reporting this error message but it indicates which version of iOS it's using, eg, "This app was built with the iOS 14.5 SDK".
Is there any way Xcode 13.4.1 is not using iOS 15? This is the only version of Xcode I have installed at the moment.

SDK issues for release in Xcode 9

SDK Version Issue.
This app was built with the iOS 11.4 SDK. All iOS apps submitted to the App Store must be built with the iOS 11 SDK or later,
included in Xcode 9 or later. Further, starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later,
included in Xcode 10.1 or later.
I got this issue on release the app to app store.How can I try to solve this?
My development target is 11.4 in Xcode 9
When I tried to change developemt target to 12.1 then I got another more issue

Publishing to App Store using older Xcode version

What happens to an app that's published to the App Store using an older version of Xcode?
Let's say we're on Xcode 9 with comes with iOS 11 then I'm publishing the app built targeting iOS 11.
Will people with iOS 12.2+ be able to download the app even-though iOS 12.2+ was not part of Xcode 9?
ps: I know I can have multiple version of Xcode on the same machine so this is not an answer.
As per Apple:
Starting March 27, 2019, all iOS apps submitted to the App Store will need to be built with the iOS 12.1 SDK or later, and support the all-screen design of iPhone XS Max or the 12.9-inch iPad Pro (3rd Generation). All watchOS apps will need to support watchOS 5 and Apple Watch Series 4.
While your app would run fine on any iOS version later than the targeted build version, Apple will reject your submission if not built with Xcode 10.1 or later. That being said, you can set your target version to iOS 10.0, for example, without issue. You do not have to target iOS 12.1, you just need to build with the 12.1 SDK.
See also: App Store Connect Supported Xcode versions

React-Native and xcode 10 - Set Base SDK to 12.1 but compiles to 11

I can't update my app on the app store because it won't compile with SDK version 12.1.
Everytime I try to upload my app I get this message:
SDK Version Issue. This app was built with the iOS 11.2 SDK. All iOS apps submitted to the App Store must be built with the iOS 11 SDK or later, included in Xcode 9 or later. Further, starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later.
In my project settings Base SDK is set to ios 12.1
After reading other issues like this, I have also deleted xcode 9 from my computer. But still nothing is working.
Any idea what is forcing my app to compile with 11.2?
After uninstalling xcode 9, I had to re-install xcode 10.

Apple requiring all app updates to built with iOS 12 SDK by March 2019 Question

I'm currently using Xcode 9 but I have downloaded and "installed" the iOS device support files for 12.
Am I good to go for the March iOS 12 deadline?
Is satisfying the requirement as simple as submitting a new build when needed with my current setup or is more work required?
You need to migrate to Xcode 10 to get the iOS 12 SDK support files. Your app must be build with this iOS 12 sdk support. This is not the same as pulling iOS 12 device support into Xcode 9 from Xcode 10.x versions. Currently, going directly to 10.1 is the best move. Fortunately, Swift 3 and 4 are currently supported in Xcode 10.1. So if you are still on Swift 3 you will not have to also migrate your swift version.
Xcode 10.2 (currently in beta) will add support for swift 5. Migrating from Xcode 10.1 to 10.2 will require you to be on Swift 4.2 as a minimum version, with Swift 5 being recommended.
After the deadline, any app submissions will need to be built with Xcode 10 or better, or else they will be rejected.

Resources