sports
sports

Reputation: 8147

"Starting April 2020, all iOS apps submitted to the App Store must be built with the iOS 13 SDK or later"

I'm trying to upload an app to the appstore and I'm getting this error:

SDK Version Issue. This app was built with the iOS 12.1 SDK. Starting April 2020, all iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later.

I have this:

What are my possible solutions?

I could buy a new Macbook but I'd rather do this as my last choice (too expensive!!)

I also downloaded this: https://github.com/iGhibli/iOS-DeviceSupport/blob/master/DeviceSupport/13.0.zip and unzipped here: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform

It didn't work... it doesn't show as an option in Xcode Deployment Target:

Deployment target in Xcode

Upvotes: 1

Views: 408

Answers (1)

sports
sports

Reputation: 8147

I ended up installing Catalina directly from the appstore.

I thought it wasnt supported but it is, as shown below:

Catalina

Upvotes: 2

Related Questions