Reputation: 736
Starting April 2021, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 12 and the iOS 14 SDK. When apple says "iOS 14 SDK", what does it means, Do we need to update the Deployment target or some other setting we need to enable?
Upvotes: 3
Views: 3170
Reputation: 131426
The "iOS x SDK" means that you need to build your apps using the version of Xcode that includes support for iOS version x. (Apple releases versions of the iOS SDK as part of the Xcode IDE.) If Xcode 12 is the first version of Xcode that supports iOS 14, you need to build with Xcode 12.
I don't think the deployment target is an issue.
Upvotes: 3