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

Problem with cornerCurve with XCode 14 beta #554

Closed
vitaminBW opened this issue Jul 18, 2022 · 2 comments
Closed

Problem with cornerCurve with XCode 14 beta #554

vitaminBW opened this issue Jul 18, 2022 · 2 comments

Comments

@vitaminBW
Copy link

Description

Problem with cornerCurve with XCode 14 beta

Expected behavior

No errors

Actual behavior

in class SurfaceAppearance
@available(iOS 13.0, *)
public lazy var cornerCurve: CALayerCornerCurve = .circular
Error text - "Stored properties cannot be marked potentially unavailable with '@available'"

Steps to reproduce

Just try to build a project

How do you display panel(s)?
Present modally

How many panels do you displays?
1

Environment

Library version
pod 'FloatingPanel', '~> 2.5'

Installation method
CocoaPods

iOS version(s)
iOS 16 beta

Xcode version
XCode 14 beta

@andrewdmontgomery
Copy link

I believe this was addressed in #548 which merged into v2.5.3

@scenee
Copy link
Owner

scenee commented Jul 30, 2022

Yes it is. Please use 2.5.3 for Xcode 14 beta.

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

3 participants