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
I am seeing so many warnings in Xcode 11.2.
How can we fix that?
The text was updated successfully, but these errors were encountered:
When you say "in Xcode 11.2", do you mean they pop up only for that version but not for other versions, or that that's simply the only you've tried?
Many of the warnings I see are in simdjson, which I don't want to change. I see a few options:
-w
inhibit_all_warnings!
pod 'ZippyJSON', :inhibit_warnings => true
Did you install via Cocoapods or some other way?
Sorry, something went wrong.
I’ve just tried it on Xcode 11.2 and Swift 5.1 because my project is on this configuration.
Yes, simdjson is giving warnings and I didn’t know that, these warnings are here on purpose.
I’ve installed with Cocoapods and I will use ‘:inhibit_warnings => true’.
Thanks for your time.
No branches or pull requests
I am seeing so many warnings in Xcode 11.2.
How can we fix that?
The text was updated successfully, but these errors were encountered: