ITMS-90725: SDK Version Issue

While deploying the apps to app store connect, I am getting a mail from app store connect stating:

> ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 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.

For context, my minimum deployment version is set to 15.0 and building the apps with xcode 13.4 (ios 15.5).

Can anyone please help me with this.

Answered by Apple Developer Support in 748290022

Thank you for letting us know about this. We’ve corrected an issue so that the appropriate messaging appears in this scenario moving forward:

Starting April 2023, all iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later. 

We encourage you to contact support if you have any questions about this or are seeing any further issues from your side.

I got a same issue :(

It seems that the warning message is not up to date.

I think It should be:

ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later."

(cf https://developer.apple.com/ios/submit/)

see also https://stackoverflow.com/questions/75772955/itms-90725-useless-error-message-since-it-contradicts-itself-apple-upload/75788891#75788891

You should be fine until April. This is just a warning for now.

For this warning, is submitting an app to TestFlight considered an "iOS apps submitted to the App Store"? Wondering if we need to update our SDK now while we are still testing or if we can wait until we are ready to submit to app store.

Accepted Answer

Thank you for letting us know about this. We’ve corrected an issue so that the appropriate messaging appears in this scenario moving forward:

Starting April 2023, all iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later. 

We encourage you to contact support if you have any questions about this or are seeing any further issues from your side.

I got this when uploading to testFlight ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 SDK. Starting April 2023, all iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later.

How can I solve this?

I was getting a similar email everytime that I was trying to deploy the iOS app to the TestFlight by using FastLane and Circle Ci. In my case the problem was at the configuration of config.yml and at the fastlane version. Steps to fix this issue if you're using the fastlane and circle ci to deploy your app are like below: 1. Change the xcode version on your config.yml (macos: xcode: 14.1) then 2. change fastlane version to 2.210.0 otherways the fastlane will return an error for transporter.

Have you resolved it?

I am compiling my application with Xcode 14.2, and the only iOS SDKs I have installed are: iPhoneOS16.2.sdk - iOS 16.2 (iphoneos16.2) SDKVersion: 16.2 Path: /Applications/Xcode14.2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk PlatformVersion: 16.2 PlatformPath: /Applications/Xcode14.2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform BuildID: 1991300E-6117-11ED-BDD5-EAD6C5FA279F ProductBuildVersion: 20C52 ProductCopyright: 1983-2022 Apple Inc. ProductName: iPhone OS ProductVersion: 16.2

Yet I am getting the error that my App needs to be built with Xcode 14.2. One of my frameworks is built with Xcode 13, is this the problem? Do all my frameworks have to be re-compiled with Xcode 14?

ITMS-90725: SDK Version Issue
 
 
Q