Bug 184201 - [Xcode] Multiple projects add system paths to FRAMEWORK_SEARCH_PATHS instead of SYSTEM_FRAMEWORK_SEARCH_PATHS
Summary: [Xcode] Multiple projects add system paths to FRAMEWORK_SEARCH_PATHS instead ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-30 16:34 PDT by mitz
Modified: 2018-03-30 20:43 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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