I run my application with xcode11 and can publish it. However, I saw the following announcement published by apple;
"Starting April 2021, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 12 and the iOS 14 SDK."
what exactly should I do? If I download xcode 12 and run my application, will the sdks update automatically? What should I do to install iOS 14 sdk?
Or do I need to "pod update" for my existing pods? Under "build settings" of my project "IOS Deployment Target" 10 should I change this? Should we detect "IOS Deployment Target" as supported?