-
Notifications
You must be signed in to change notification settings - Fork 123
Suddenly getting "only available in macOS 10.15 or newer" errors #532
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
Comments
@eob How did you solve this? |
Same issue for me after upgrading to XCode 13.2.1 |
This was an issue in an earlier version of AsyncHTTPClient that was fixed with #411. Please update to at least 1.5.1 to fix the issue. |
@fabianfett thanks for letting us know. Sorry I missed it in release notes. @jstorm31 Do you use I've opened a ticket on soto's tracker: soto-project/soto-core#486 |
Thanks for the info. My version of the library was I don't use |
Hi there,
I awoke today to my Swift project no longer building with the following error from within this package:
As far as I'm aware, barring MacOS running some update process overnight that mangled things, nothing has changed in my project. Here is what I think is the relevant part of my Package.swift:
I'm on XCode Version 13.2 (13C90).
My guess is that this problem ultimately isn't related to async-http-client, so I feel bad asking on your issue tracker, but even that the error is bubbling up from within this library I wonder if anyone on the project has seen it before and knows the fix?
Thanks!
Ted
The text was updated successfully, but these errors were encountered: