We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since Xcode 12.5 you get this warning when building:
Package Loading ignoring declared target(s) 'swift-nio-zlib-support' in the system package
There is an issue filed with the swift-nio-zlib-support where it turns out that it is basically a deprecated library.
So maybe it is time to replace that library? I mostly just want to get rid of the warning 🙂
The text was updated successfully, but these errors were encountered:
Fixed by - #844
Sorry, something went wrong.
Have you been able to build this for device? I get this error with Xcode 12.5
your xcode version must be xcode 13 beta2
Sorry yes, it is a 13.x issue. I've started a separate issue.
No branches or pull requests
Since Xcode 12.5 you get this warning when building:
There is an issue filed with the swift-nio-zlib-support where it turns out that it is basically a deprecated library.
So maybe it is time to replace that library? I mostly just want to get rid of the warning 🙂
The text was updated successfully, but these errors were encountered: