Skip to content

Commit f49250a

Browse files
committed
refactor: silence swiftui logs when debugging
1 parent a8098c3 commit f49250a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/debug.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG // for macro `#if DEBUG`
77
OTHER_SWIFT_FLAGS = -driver-time-compilation -Xfrontend -warn-long-function-bodies=250 -Xfrontend -warn-long-expression-type-checking=250 // find slow compilation areas
88
OTHER_CODE_SIGN_FLAGS = --timestamp=none
99
SWIFT_COMPILATION_MODE = incremental
10+
ENABLE_DEBUG_DYLIB = NO // skip the debug dylib loader (we don't use SwiftUI Previews); silences [PreviewsAgentExecutorLibrary] startup chatter
1011

1112
// Per-developer overrides (CODE_SIGN_IDENTITY, APPCENTER_SECRET, DOMAIN, API_DOMAIN, …).
1213
#include? "local.xcconfig"

0 commit comments

Comments
 (0)