Hi, I cannot upload my game to app store. I’m using app transporter and get this error.
Has anyone solved it?
Asset validation failed (90725)
SDK Version Issue. This app was built with the iOS 14.4 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.(ID: 6ac78b1b-f800-4d86-a698-dd336ff915f5)
There’s a few steps you can take to resolve this. (This is if you are uing remote build from a PC)
Make sure “Universal Windows Platform Development” + “Win 10 SDK” + “Game development with c++” + “mobile development with c++” modules are all installed within your visual studios
Install Itunes 12.10.11 (!!! Before doing this remove itunes from your pc and uninstall an application called “Apple mobile device Support” within you pc!!!)
On your mac terminal run “xcodebuild -showsdks” and make sure under ios sdks, ios 15.5 ( or later ) is there, if the sdk is outdated you can either…
a) Download a new xcode verion from Sign In - Apple with the appropriate IOS sdk version and remove the old xcode or
b) If you want to keep the same xcode veriosn but change the ios sdk, unforunantly you cannnot just downald the sdk so youll need to install xcode with the correct ios sdk using the link and then replace the sdk of the old xcode with the new one by just replaceing the following folder, Rigth click xcode and show content → Developer → Platform → iPhoneOS.pltform → Developer → SDKs
Hope that makes sense and helps. Let me know if u have any further questions.
can you explain in more detail how you packaged the SDK into 13.4.1. When I do that and try to pack it, I get an error message. Which Xcode did you download? Are you using Ventura? I’m not really getting anywhere with it. Thanks already