With Xcode 12 there is a new default warning which will throw a warning anywhere you #import or #include with "quotes.h"
instead of <brackets.h>
.
Warning: "Double-quoted include in framework header"
How do you turn off this warning for the entire project?
I think a simpler way is to go in the project's Build Settings a just set the option Quoted Include In Framework Header
to No :
You can disable these warnings for your entire project by navigating to your project's "build settings", finding the field "other linker flags" and adding the following flag:
-Wno-quoted-include-in-framework-header
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With