I am trying to upload and IPA built from Xcode 8.1 - (Swift 2). While doing, I am getting :
“ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS '10.1' 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."
Well, it will be backbreaking job for me to convert the whole project in swift 4. So, is there any other option to upload my build to app store without Xcode 9 ?
Thank you.