ERROR ITMS-90725 Building with Xcode 13.4.1 - ios

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.

Related

SDK version issue when upload to apple store?

I have Xcode 10.3 and I'm trying to upload my app to store but I got this error:
SDK version issue, this app was built with ios 12.3 SDK new app for
iPhone must be built with ios 13 SDK
After researching I guess I should've updated Xcode to 11, but I can't right now.
So is there no other way to solve this problem?

SDK Version Issue in iOS 12.2 SDK

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

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

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.

How to build and test Xcode iOS SDK 4.3 project in iPad 2 iOS 5?

I'm wondering if I can build and test my current project which is iOS SDK 4.3 based, to iPad 2 (iOS 5)? In Organizer - Devices it says:
The version of iOS on “my iPad” does not match any of the versions of iOS
supported for development with this installation of the iOS SDK. Please restore
the device to a version of the OS listed below, or update to the latest version
of the iOS SDK;
Can I build my project without updating to iOS SDK 5?
No, this isnt possible, you must upgrade to the lastest Xcode.
It is possible to have two versions of Xcode installed if you still want to hang onto the old one.
What is the reluctance to upgrade? Are you having compiling issues?

Resources