HamzaGhazouani / HGCircularSlider

A custom reusable circular / progress slider control for iOS application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase iOS deployment target to 9.0 the minimum supported by Xcode 12

csknns opened this issue · comments

The HGCircularSlider.podspec declares as deployment target 8.0 but the minimum support by Xcode 12 is 9.0. So we need update it:

s.ios.deployment_target = '9.0'`

Now it produces the following error:
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99.