scenee / FloatingPanel

A clean and easy-to-use floating panel UI component for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 14 build error

ilosqut opened this issue · comments

Description

Build error from the package FloatingPanel.
FloatingPanel/Sources/SurfaceView.swift:56:6: error build: Stored properties cannot be marked potentially unavailable with '@available'

@available(iOS 13.0, *)
public lazy var cornerCurve: CALayerCornerCurve = .circular

Expected behavior

No error.

Actual behavior

Error
FloatingPanel/Sources/SurfaceView.swift:56:6: error build: Stored properties cannot be marked potentially unavailable with '@available'

Steps to reproduce

Try to build
Code example that reproduces the issue

This issue has been resolved since v2.5.3. See also #548