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 that would allow me to upload it to iTunes Connect (maybe something in the Build Settings
), or do I have to convert all of the code back to Swift 1.2?