Skip to content

Commit

Permalink
Fix unsupported traditional headermap style by disabling ALWAYS_SEARC…
Browse files Browse the repository at this point in the history
…H_USER_PATHS
  • Loading branch information
agologan committed Mar 13, 2024
1 parent e424e15 commit f41df79
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@
EF7AD73208BB986600CE4634 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
Expand Down Expand Up @@ -710,6 +711,7 @@
EF7AD73308BB986600CE4634 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
Expand Down

0 comments on commit f41df79

Please sign in to comment.