I have an Xcode project built with Xcode 7.3.1 (7D1014) and Swift.
After an urgent bugfix I need to upload the new ipa but I'm getting the following error message:
ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS '9.3' SDK. All iOS apps submitted to the App Store must be built with the iOS '11.0' SDK or later, included in Xcode [9.0] or later. Please update Xcode and rebuild your app."
Because it's an urgent update, I haven't time to update, convert and fix all error messages.
Does anybody know a workaround?
How does Xcode know what iOS SDK I was using to build the app? Or, can I use the iOS 11.0 SDK in Xcode 7.3.1?
You need to archive the project with your current Xcode version ( 7.3.1 ) then generate the ipa from Xcode 9 -> Window -> Organizer -> Select the archive -> Export