Error messages ITMS-90725 and ITMS-90901

Hello, I’m new to Unreal Engine and making a small game for iOS. I’ve got quite far but although I’ve been working on the latest version of Xcode, it says that it has been built in an earlier version and gives a couple of errors that I’ve been unable to fix:

The errors I am receiving are:
ERROR ITMS-90725: “SDK Version Issue. This app was built with the iOS 13.2 SDK. All iOS apps submitted to the App Store must be built with the iOS 14 SDK or later, included in Xcode 12 or later.”

WARNING ITMS-90901: “Missing full-screen support for the latest iPad mini display. The “UE4Game.app” bundle includes UIRequiresFullScreen=YES in the Info.plist or supports only a subset of UISupportedInterfaceOrientations, and is built with the 13.2 SDK. To take advantage of the full screen size, recompile with Xcode 13 and the SDK for iPadOS 15 or later.”

I think fixing the first might fix the second, but Im not sure anymore. Could anybody help?

Thank you :slight_smile:

Has anyone figured this one out? I’ve been all over the internet, tried every solution I’ve found and nothing is working for me. The tough part is I had a successful build on Monday that went to TestFlight but today nothing is working. I’m using Xcode 13. I have removed all SDK’s other than my 15.4 SDK. I cleaned out my IOS intermediates, Checked my .plist files for the 13.2 SDK… I have moved my content folder into a new project, I tried compiling a brand new project and loading it onto the App Store. I have clients that want to see the app this weekend but NOTHING seems to be working for me.