JXSegmentedView icon indicating copy to clipboard operation
JXSegmentedView copied to clipboard

使用Xcode 16 beta build project會出現build error

Open manuellam1991 opened this issue 1 year ago • 1 comments

錯誤如下 /Pods/JXSegmentedView/Sources/Indicator/JXSegmentedIndicatorGradientView.swift:121:68 'CAMediaTimingFunctionName' is only available in iOS 12.0 or newer

目前解決方法是在對應pod library JXSegmentedView裡更改minimum deployments為iOS 12.0或以上

manuellam1991 avatar Jun 12 '24 08:06 manuellam1991

也可以 CAMediaTimingFunctionName.easeOut -> .easeOut

moshiwu avatar Jun 17 '24 13:06 moshiwu

感谢反馈,预计会在1.3.4修复。

pujiaxin33 avatar Jul 08 '24 08:07 pujiaxin33