NEW 184201
[Xcode] Multiple projects add system paths to FRAMEWORK_SEARCH_PATHS instead of SYSTEM_FRAMEWORK_SEARCH_PATHS
https://bugs.webkit.org/show_bug.cgi?id=184201
Summary [Xcode] Multiple projects add system paths to FRAMEWORK_SEARCH_PATHS instead ...
mitz
Reported 2018-03-30 16:34:15 PDT
BaseTarget.xcconfig adds system paths to FRAMEWORK_SEARCH_PATHS instead of SYSTEM_FRAMEWORK_SEARCH_PATHS. This causes warnings (which become errors) to be emitted from system headers.
Attachments
mitz
Comment 1 2018-03-30 19:31:10 PDT
Happens in projects across the stack, including WebCore.
mitz
Comment 2 2018-03-30 20:43:17 PDT
There’s also some use of -iframework and -isystem (not sure that one is still needed) in OTHER_CFLAGS that would be better expressed with SYSTEM_{FRAMEWORK,HEADERS}_SEARCH_PATHS
Note You need to log in before you can comment on or make changes to this bug.