-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Platform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snippet of code, snack or repo is providedA reproduction with a snippet of code, snack or repo is provided
Description
Description
iOS fails to build do to:
Compiling react-native-worklets Pods/RNWorklets » WorkletsModuleProxy.cpp
❌ (node_modules/react-native/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h:15:10)
13 | #include <jsi/jsi.h>
14 | #include <jsireact/JSINativeModules.h>
> 15 | #include <react/runtime/JSRuntimeBindings.h>
| ^ 'react/runtime/JSRuntimeBindings.h' file not found
16 | #include <functional>
17 | #include <mutex>
18 | #include <optional>
Steps to reproduce
- create new react native repo with 0.84
- change pod file to build form source & frameworks static
- try to build iOS
Snack or a link to a repository
https://github.com/philipheinser/workletsbuilderror
Reanimated version
4xxx
Worklets version
0.72
React Native version
0.84
Platforms
iOS
JavaScript runtime
None
Workflow
None
Architecture
New Architecture (Fabric renderer)
Reanimated feature flags
None
React Native release level
None
Build type
No response
Device
No response
Host machine
None
Device model
No response
Acknowledgements
Yes
Metadata
Metadata
Assignees
Labels
Platform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snippet of code, snack or repo is providedA reproduction with a snippet of code, snack or repo is provided