Workaround to submit app to app store with Xcode 7
问题 When trying to submit an app compiled with Xcode 7 to iTunes Connect for review, I get an error message Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 SDK. Is there any workaround to this? I've already updated all of my code to Swift 2.0, and I would like to not have to convert it all back to Swift 1.2 to upload it. Setting the Deployment Target to iOS 8.0 doesn't work, either Are there any ways that I can compile the Swift 2.0 code in a way