Reputation: 17695
Does Apple still accept apps built using Xcode 7.3.1
(Swift 2.2
) for the AppStore ?
Or does it have to be migrated to Xcode 8
(at least Swift 2.3
or above) ?
Upvotes: 5
Views: 455
Reputation: 128
Currently you're still able to upload apps built with Xcode 7.3.1, but you have to use:
or
for the upload process.
This was after the public release of Xcode 8 and the app was accepted for submisson. Tested on Mac OS Sierra (10.12.1)
Upvotes: 3
Reputation: 1248
Yes, Apple still accept. If it doesn't work in default way (archive, then upload to AppStore), try to export .ipa file and upload it via Application Loader.
Upvotes: 2