From b6ea6d4f140deb72842465f84f667b5bfcedae2e Mon Sep 17 00:00:00 2001 From: Gauvain Date: Fri, 29 May 2026 16:50:52 +0200 Subject: [PATCH] test(ios): add GlassPoster to forceStaticLinking (local SwiftUI module) Build #7: forceStaticLinking ExpoUI+GlassEffectView worked (both now static libs) but GlassPoster (local SwiftUI module, modules/glass-poster) was still built as a framework and kept auto-linking SwiftUICore. Add it to the list. [unsigned: GPG] --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 6595cbfb..ed6ddf19 100644 --- a/app.json +++ b/app.json @@ -80,7 +80,7 @@ "ios": { "deploymentTarget": "16.4", "useFrameworks": "static", - "forceStaticLinking": ["ExpoUI", "GlassEffectView"] + "forceStaticLinking": ["ExpoUI", "GlassEffectView", "GlassPoster"] }, "android": { "buildArchs": ["arm64-v8a", "x86_64", "armeabi-v7a"],