-
-
Notifications
You must be signed in to change notification settings - Fork 151
Compilation Error on iOS with Fabric and useFrameworks: 'static' #371
Copy link
Copy link
Closed
Labels
build error ❌Anything that triggers build errors and prevent this library from being usedAnything that triggers build errors and prevent this library from being used🍎 iOSiOS specificiOS specific🏭 fabricChanges specific to new (fabric/jsi) architectureChanges specific to new (fabric/jsi) architecture🐛 bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
build error ❌Anything that triggers build errors and prevent this library from being usedAnything that triggers build errors and prevent this library from being used🍎 iOSiOS specificiOS specific🏭 fabricChanges specific to new (fabric/jsi) architectureChanges specific to new (fabric/jsi) architecture🐛 bugSomething isn't workingSomething isn't working
Description
I get the following compilation error in my expo project
The issue is caused by setting
useFrameworksinapp.json"expo-build-properties", { "ios": { + "useFrameworks": "static", "newArchEnabled": true },Repo for reproducing
https://github.com/davidjbng/rnkc-repro
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Compilation works with
useFrameworks: 'static'Version Infos
Additional Context
Setting
useFrameworkstostaticis required by React Native Firebase