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