Turn off asset catalog symbols generation — because everything it generates triggers a concurrency warning.

This commit is contained in:
Brent Simmons 2024-03-21 09:46:21 -07:00
parent 1bdcc730c5
commit 5bf5a067ab
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.0
SWIFT_SWIFT3_OBJC_INFERENCE = Off SWIFT_SWIFT3_OBJC_INFERENCE = Off
SWIFT_VERSION = 5.10 SWIFT_VERSION = 5.10
SWIFT_STRICT_CONCURRENCY = complete SWIFT_STRICT_CONCURRENCY = complete
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS = NO
// https://forums.swift.org/t/swift-packages-in-multiple-targets-results-in-this-will-result-in-duplication-of-library-code-errors/34892/33 // https://forums.swift.org/t/swift-packages-in-multiple-targets-results-in-this-will-result-in-duplication-of-library-code-errors/34892/33
DISABLE_DIAMOND_PROBLEM_DIAGNOSTIC = YES DISABLE_DIAMOND_PROBLEM_DIAGNOSTIC = YES