I want to set the minimum deployment target for my app's widget extension to 14.0, but that option is not available in the project settings.
Is there a reason it isn't supported? This seems to be the case for all extensions, not just widgets.
Deployment Target refers to the oldest version of iOS that is capable of running your project. To change your deployment target, open up your project file in Xcode and check the setting under Build Settings -> Deployment(...) Check this answer to add earlier devices support.
In short, every application that runs on one of Apple's platforms has a deployment target. A deployment target is nothing more than the minimum version of the operating system the application can run on. Fire up Xcode and create a new project by choosing the App template from the iOS > Application section.
Change deployment targetSelect your app target and go to General tab, under Deployment Info change target to whatever version you want to support.
Choose Target
Select Build Setting
search "iOS Deployment Target"
select other
enter "14.0"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With