From 4f981c4d9663547d6c89481025d2c24caadfa6f6 Mon Sep 17 00:00:00 2001 From: Robin Kunde Date: Thu, 26 Jun 2025 09:01:31 -0800 Subject: [PATCH] Fix SPM instructions for excluding FLEX from release builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7edb3fa6a6..3488e983b2 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ pod 'FLEX', :configurations => ['Debug'] ### Swift Package Manager -In Xcode, navigate to `Build Settings > Build Options > Excluded Source File Names`. For your `Release` configuration, set it to `FLEX*` like this to exclude all files with the `FLEX` prefix: +In Xcode, navigate to `Build Settings > Build Options > Excluded Source File Names`. For your `Release` configuration, set it to `FLEX.o` like this to exclude the object file created from compiling the FLEX package: