When I try to send an application compiled with Xcode 7 to iTunes Connect for viewing, I get an error message
App and app updates provided on the App Store must be created using Xcode 5.1.1 or later and the iOS 7 SDK.

Is there any workaround? I have already updated all my code to Swift 2.0, and I would not have to convert all of it back to Swift 1.2 to download it.
Installing Deployment Target on iOS 8.0 does not work, either

Is there a way I can compile Swift 2.0 code so that it can upload it to iTunes Connect (maybe something in Build Settings ), or do I need to convert all the code back to Swift 1.2?
ios xcode swift2 xcode7 itunesconnect
Jojodmo
source share