-
-
Notifications
You must be signed in to change notification settings - Fork 980
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
Stored properties cannot be marked unavailable with '@available' #789
Comments
Same here |
I'm wondering if this project is still being maintained, but I'm encountering the same error (and some other libraries are also experiencing the same issue 😟 ) |
Might it be a bug in Xcode rather than a code bug? |
same here (Xcode 15 Beta2) 😿 |
I also discovered the error on xcode 15 beta 2 |
Only fix to build it locally is to delete theses lines in : https://github.com/Yummypets/YPImagePicker/blob/master/Source/Configuration/YPImagePickerConfiguration.swift
|
Doesn't it cause any errors elsewhere? |
I've never used these variables, but if you have, I'd advise you to check whether you use them in your project. |
I tried this one and everything okay
|
fix for xcode 15 beta 2: remove lines that cause: Stored properties cannot be marked unavailable with '@available' Yummypets#789 -> In Xcode 15 beta 2
For all of you trying to compile on XCode 15, I made a fork of this for now until we get changes, on https://github.com/LawrenceNorman/YPImagePicker.git |
Fixed here 4ad0956 |
not compatible with minimum deployment ios 11 |
Getting this error in xcode 15 beta
The text was updated successfully, but these errors were encountered: