Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Minimum Xcode version to upload to App Store

I currently use Xcode7 and I have to continue using it for compatibility reasons. Should I expect that Xcode 7 will be incompatible with the App Store soon?

like image 556
Andrea Scarafoni Avatar asked Jan 27 '17 09:01

Andrea Scarafoni


2 Answers

The Xcode version changes once every year in April. Starting April 2022 you need to built with Xcode 13 and the iOS 15 SDK.

The updated documentation at https://developer.apple.com/ios/submit/ says now:

Starting April 2022, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 13 and the iOS 15 SDK.

At the time of the question the documentation said:

Please note that Starting March 2019, all iOS apps submitted to the App Store will need to be built with the iOS 12.1 SDK or later […]

As iOS 12.1 SDK is included in Xcode 10.1, Xcode 7 seemed to be incompatible for new builds.

like image 196
CennoxX Avatar answered Sep 21 '22 06:09

CennoxX


Starting April, 2020, all apps submitted to the App Store will need to be built with Xcode 11. Xcode 11 requires macOS Mojave 10.14.3 or later.

More you can find here: https://developer.apple.com/app-store/submissions/

like image 21
Mihir Mehta Avatar answered Sep 22 '22 06:09

Mihir Mehta