David Hellsing
David Hellsing

Reputation: 108500

Setting SDK to 12.1

I keep getting the warning:

This app was built with the iOS 11.4 SDK. Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later.

...when I upload to the app store.

I run Xcode 10.1, and I also set the base SDK to 12.1 as in the screenshot, but I still get the warning after archiving and uploading. Is there anything else I need to do? Deployment target is 9.0.

enter image description here

Upvotes: 9

Views: 2526

Answers (2)

Nhat Dinh
Nhat Dinh

Reputation: 3447

Note: This is just a workaround. I'm not sure it can solve your problem.

Your Base SDK setting is different from mine.

Since I have just uploaded my app to Appstore without any problem (Nov 13, 2018 at 10:23 PM),

I think it's worth a try to set it to iphoneos like in the image and try to archive and upload again.

enter image description here Xcode version 10.1 (10B61)

Upvotes: 0

arpan.r
arpan.r

Reputation: 1981

Just make sure you are using latest version of Xcode for compiling and uploading your build. Also make sure that you app screens support the all-screen design of iPhone XS Max or the 12.9-inch iPad Pro (3rd generation). Also check if all the pods are also build on latest SDK

I had 2 versions of Xcode (9 and 10) on my machine and after uploading I was also getting this warning. May be lame but once I removed Xcode 9 from my machine this warning went away.

Upvotes: 1

Related Questions