test(ios): drop useFrameworks:static (root of SwiftUICore + RNScreens link errors)

useFrameworks:static is the common root of the iOS 26 link failures (SwiftUICore auto-link + the original RNScreens issue) and is broadly broken on SDK 55/56 (expo/expo #44487 etc.). It is NOT mandatory for react-native-google-cast (static Cast SDK works without it). Removing it so all pods build as static libs (the New Arch default). Verifying via CI; google-cast runtime needs device check. [unsigned: GPG unavailable]
This commit is contained in:
Gauvain
2026-05-29 08:01:09 +02:00
parent 1e9c9fb67f
commit f8414194f0

View File

@@ -78,8 +78,7 @@
"expo-build-properties",
{
"ios": {
"deploymentTarget": "16.4",
"useFrameworks": "static"
"deploymentTarget": "16.4"
},
"android": {
"buildArchs": ["arm64-v8a", "x86_64", "armeabi-v7a"],