EAS build IOS SDK version no longer accepted in AppStore

AppStore did not accept app submission due to older SDK version. This was built by eas service which still uses older xcode version 13. Xcode version needs to be updated to the latest one.

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

After you’ve corrected the issues, you can upload a new binary to App Store Connect.

As per the Build server infrastructure page, the default is currently to build with Xcode 14.1, but you can also build with Xcode 14.2 if you want to.

I’m not sure why they’re complaining, though, because it is not yet April!

What version of the Expo SDK are you using? I think you’ll need at least Expo SDK 47 (but preferably 48) for iOS 16 support.

Thanks for the information. My Expo SDK is 42. I will update it to 47 and try out.