-
Notifications
You must be signed in to change notification settings - Fork 573
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
Compile error building package in Xcode 15.0 beta #359
Comments
Thanks for this, @valeriyvan! I wonder if we should remove them altogether, given that they've been renamed for a while — we can do a major release and mention this in the upgrade notes. What do you think? |
Hi. It doesn't matter for me remove or fix properly deprecating. You better know as maintainer. What only matters for me - make project build. |
I think we can go ahead and remove them :) |
Solved with #354 |
Thanks! Seems like we can consider cutting a new release now that we're ready for Xcode 15! Would you be interested in picking that up, @valeriyvan? |
No. I would firstly fix bug #356. Actually I did already fix it. But it's kind of bug which is much more difficult to write tests for fix then to fix. |
Gotcha, thanks for bringing it up! I'm going to take a look at that, and make sure to check with you before we cut a release! |
I am using this library with pods, and I am still facing this errors in Xcode 15, |
No, we no longer support CocoaPods for our latest versions. |
Stored properties cannot be marked unavailable with '@available'
It should be marked se
deprecated
instead ofunavailable
.The text was updated successfully, but these errors were encountered: