From c1507ba37fee092f203825e37143c5c8815839aa Mon Sep 17 00:00:00 2001 From: Conrad Kramer Date: Mon, 8 May 2023 18:19:04 -0400 Subject: [PATCH] Fix SwiftUI view model updating The reflection data is needed by SwiftUI in order to operate correctly. --- Apple/Configuration/Compiler.xcconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/Apple/Configuration/Compiler.xcconfig b/Apple/Configuration/Compiler.xcconfig index de6261a..967f024 100644 --- a/Apple/Configuration/Compiler.xcconfig +++ b/Apple/Configuration/Compiler.xcconfig @@ -43,7 +43,6 @@ SWIFT_EMIT_LOC_STRINGS = YES // Release DEBUG_INFORMATION_FORMAT = dwarf-with-dsym -SWIFT_REFLECTION_METADATA_LEVEL = none SWIFT_COMPILATION_MODE = wholemodule SWIFT_OPTIMIZATION_LEVEL = -Osize LLVM_LTO = YES