-
-
Notifications
You must be signed in to change notification settings - Fork 976
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 15 beta - Stored properties cannot be marked unavailable with '@available' #807
Comments
I'm facing the same issue. My Development Enviroment is Xcode 14.3.1 and Command Line Tools Xcode 15.0.1. |
I am having the same issue. Any solutions? |
Any solutions? the new version is delete its |
Same issue for me. My app won't compile. I'd rather not have to look for another library. |
@GaneshRajuGalla I faced the same issue and i fixed using this code 100% worked for me.
|
@sathishq Thanks, saved my day |
While i run the project in Xcode 15 i faced following issue in YPImagePickerConfiguration.swift
` @available(iOS, obsoleted: 3.0.0, renamed: "video.compression")
public var videoCompression: String = AVAssetExportPresetHighestQuality
`
The text was updated successfully, but these errors were encountered: