Bug 184201

Summary: [Xcode] Multiple projects add system paths to FRAMEWORK_SEARCH_PATHS instead of SYSTEM_FRAMEWORK_SEARCH_PATHS
Product: WebKit Reporter: mitz
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, thorton
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Description mitz 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.
Comment 1 mitz 2018-03-30 19:31:10 PDT
Happens in projects across the stack, including WebCore.
Comment 2 mitz 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