I am trying to do an EAS build using EAS-CLI and today I’m getting this error message:
Asset validation failed (90725)
SDK version issue. This app was built with the iOS 15.0 SDK. All iOS and iPadOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later. (ID: a3310d95-f289-4afb-b067-2541ab2da007)
How do I get the build to utilize the most recent iOS SDK? I’ve tried adding a property with the 16.1 version number to my app.config.ts file but it results in errors. The project is using Expo version 44. Is that the issue or can I get around that somehow? Thanks in advance-