Closed Rohphi closed 1 year ago
on build the error 'value' is unavailable: introduced in iOS 12.0 is shown
the podfile needs to be adapted to s.platform= :ios, "12.4"
s.platform= :ios, "12.4"
Fixed in 2.1.0, currently in beta to test it
Fixed in Release 2.1.0 / 2.2.0 I deprecated the failure releases. Sorry for the issues.
on build the error 'value' is unavailable: introduced in iOS 12.0 is shown
the podfile needs to be adapted to
s.platform= :ios, "12.4"