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

So many warnings in Xcode 11.2 #14

Closed
onurgenes opened this issue Nov 7, 2019 · 2 comments
Closed

So many warnings in Xcode 11.2 #14

onurgenes opened this issue Nov 7, 2019 · 2 comments

Comments

@onurgenes
Copy link

I am seeing so many warnings in Xcode 11.2.

How can we fix that?

@michaeleisel
Copy link
Owner

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:

  • Suppress all warnings with the -w compiler flag
  • For Cocoapod users, recommend to users that they add inhibit_all_warnings! or pod 'ZippyJSON', :inhibit_warnings => true

Did you install via Cocoapods or some other way?

@onurgenes
Copy link
Author

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.

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

2 participants