Skip to content
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

Closed
valeriyvan opened this issue Jun 19, 2023 · 9 comments
Closed

Compile error building package in Xcode 15.0 beta #359

valeriyvan opened this issue Jun 19, 2023 · 9 comments

Comments

@valeriyvan
Copy link
Contributor

Stored properties cannot be marked unavailable with '@available'

Screenshot 2023-06-19 at 16 59 00

It should be marked se deprecated instead of unavailable.

@BasThomas
Copy link
Contributor

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?

@valeriyvan
Copy link
Contributor Author

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.

@BasThomas
Copy link
Contributor

I think we can go ahead and remove them :)

@valeriyvan
Copy link
Contributor Author

Solved with #354

@BasThomas
Copy link
Contributor

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?

@valeriyvan
Copy link
Contributor Author

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.

@BasThomas
Copy link
Contributor

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!

@ayushineogov
Copy link

ayushineogov commented Nov 7, 2023

I am using this library with pods, and I am still facing this errors in Xcode 15,
I do not want to unlock the pod, and just remove those lines,
I have tried with Package manager and working fine,
Is there any solution for pods ? @BasThomas , @valeriyvan

@BasThomas
Copy link
Contributor

No, we no longer support CocoaPods for our latest versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants