Description
When using Objective-C Framework, there are about 120+ warnings as the following :
Double-quoted include "<header file>" in framework header, expected angle-bracketed instead |
The workaround for this issue (by users) is setting CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
IMO, we should just fix this.