We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e05bf4 commit 9e9a3aeCopy full SHA for 9e9a3ae
tools/generators/target_build_settings/src/Generator/ProcessSwiftArgs.swift
@@ -317,6 +317,9 @@ extension Generator.ProcessSwiftArgs {
317
("OTHER_SWIFT_FLAGS", args.joined(separator: " ").pbxProjEscaped)
318
)
319
320
+ // Work around https://github.com/MobileNativeFoundation/rules_xcodeproj/issues/3171
321
+ buildSettings.append(("SWIFT_ENABLE_EMIT_CONST_VALUES", "NO"))
322
+
323
return (
324
hasDebugInfo,
325
clangArgs,
0 commit comments