Xcode 12 introduces a new warning, -Wquoted-include-in-framework-header, which makes it impossible to compile Core Plot.
Core Plot should ideally move to #import <CorePlot/header.h> imports, or at least disable this warning in the project settings.
Thanks
Xcode 12 introduces a new warning,
-Wquoted-include-in-framework-header, which makes it impossible to compile Core Plot.Core Plot should ideally move to
#import <CorePlot/header.h>imports, or at least disable this warning in the project settings.Thanks