Skip to content

Commit 9e9a3ae

Browse files
Work around “Extract app intents metadata” failure (#3225)
Fixes #3171. Signed-off-by: Brentley Jones <[email protected]>
1 parent 7e05bf4 commit 9e9a3ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/generators/target_build_settings/src/Generator/ProcessSwiftArgs.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ extension Generator.ProcessSwiftArgs {
317317
("OTHER_SWIFT_FLAGS", args.joined(separator: " ").pbxProjEscaped)
318318
)
319319

320+
// Work around https://github.com/MobileNativeFoundation/rules_xcodeproj/issues/3171
321+
buildSettings.append(("SWIFT_ENABLE_EMIT_CONST_VALUES", "NO"))
322+
320323
return (
321324
hasDebugInfo,
322325
clangArgs,

0 commit comments

Comments
 (0)