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 Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, thorton |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
mitz
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
Happens in projects across the stack, including WebCore.
mitz
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