gordontucker / FittedSheets

Bottom sheets for iOS
MIT License
1.35k stars 278 forks source link

Xcode 15 issues "Stored properties cannot be marked unavailable with '@available'" #215

Closed Angkur03 closed 1 year ago

Angkur03 commented 1 year ago
Screenshot 2023-09-29 at 11 19 15 AM
JuiceJW commented 1 year ago

@Angkur03 Updating to the latest version of FittedSheets 2.6.1 fixes this problem. Alternatively you can fork the version you are using and fix the issue by returning the value.

E.g. public var gripSize: CGSize { return .zero }

Rohijulislam commented 1 year ago

"To resolve the issue, simply update the 'FittedSheets'. If you wish to update only 'FittedSheets' without affecting other dependencies in the pod, use the following command in the terminal:

pod update FittedSheets

This command will fetch and install the latest version of 'FittedSheets,' which is currently 2.6.1.