Issue submitting iOS app from xcode which claims SDK 12.0 is less than SDK 11

I've been trying to send an app from xcode today and keep getting the same error message:

enter image description here

This app is a iMessage sticker pack if that makes a difference.

Does anyone have a solution to this?

Edit: I was able to send an update for another app, this seems to be iMessage Sticker pack specific.

Upvotes: 0

Views: 182

Answers (1)

Paulw11
Paulw11

Reputation: 115012

While the message talks about the iOS 11 SDK, it also states that you must use the 12.1 SDK after March 2019.

Your app was built with the iOS 12.0 SDK, so you will need to update Xcode to at least version 10.1, however 10.2.1 is the latest.

Upvotes: 1

Related Questions