Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
manuellam1991 opened this issue Jun 12, 2024 · 1 comment
Open

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

manuellam1991 opened this issue Jun 12, 2024 · 1 comment

Comments

@manuellam1991
Copy link

錯誤如下
/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
Copy link

moshiwu commented Jun 17, 2024

也可以
CAMediaTimingFunctionName.easeOut -> .easeOut

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants