pujiaxin33 / JXSegmentedView

A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
MIT License
2.7k stars 372 forks source link

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

Closed manuellam1991 closed 2 months ago

manuellam1991 commented 3 months ago

錯誤如下 /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或以上

moshiwu commented 3 months ago

也可以 CAMediaTimingFunctionName.easeOut -> .easeOut

pujiaxin33 commented 2 months ago

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