-
Notifications
You must be signed in to change notification settings - Fork 75
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' #39
Comments
Ah thanks for this. Will check it out for you! |
I have the same issue, i've checked the latest code and that attribute is not there but it is in the files after running pod install. on the main page of the repo it says the latest release is 2.5.0 and the podspec says 2.2.2 but when i check the podfile.lock after running pod install it says its 2.1.0 |
Sorry about this. Looks like the pod file hasn't been updated. Will get onto it |
facing the same issue updating the pod file as well. |
Could you try again with 2.5.1? It looks like I made the change some months ago, but pods didn't pick it up until I created a new tag. |
@BeauNouvelle
Can you please suggest what can be a solution here? |
Ah perhaps I need to push the update to the cocoa pods repo. Sorry, I've been off cocoa pods for years now. Is there any reason why you don't want to use SPM? Not sure I have the time to maintain a cocoa pods supported version of this for what is essentially a few small files. |
No real reason, just a fact that we use Cocoapods for all dependencies in our project. I migrated to SPM today without any issues, since you are not supporting pods. All works good, thank you! |
have issue running on xcode 15 error "Stored properties cannot be marked unavailable with '@available' "
The text was updated successfully, but these errors were encountered: