From 5bf5a067ab30c5ded7a31e93a7c029347c87c46a Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 21 Mar 2024 09:46:21 -0700 Subject: [PATCH] =?UTF-8?q?Turn=20off=20asset=20catalog=20symbols=20genera?= =?UTF-8?q?tion=20=E2=80=94=C2=A0because=20everything=20it=20generates=20t?= =?UTF-8?q?riggers=20a=20concurrency=20warning.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xcconfig/NetNewsWire_project.xcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/xcconfig/NetNewsWire_project.xcconfig b/xcconfig/NetNewsWire_project.xcconfig index 134e1da54..140cf0a2f 100644 --- a/xcconfig/NetNewsWire_project.xcconfig +++ b/xcconfig/NetNewsWire_project.xcconfig @@ -45,6 +45,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.0 SWIFT_SWIFT3_OBJC_INFERENCE = Off SWIFT_VERSION = 5.10 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 DISABLE_DIAMOND_PROBLEM_DIAGNOSTIC = YES