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?