AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.43k stars 623 forks source link

Increase iOS deployment target to resolve archiving failure #324

Open 3SCSamDavis opened 12 months ago

3SCSamDavis commented 12 months ago

Using the most recent version of this framework, v2.3.13, with Carthage and Xcode 14 resulted in the following error:

warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99.

This PR bumps the minimum deployment target to iOS 11.