latest version fails to build with 'butter/map.h' error (react-native@0.71.0-rc.2)
See original GitHub issueDescription
Starting a new project using the latest rc available, Xcode won’t build once I’ve added react-native-reanimated
.
Error is related to an include: #include <butter/map.h>
/node_modules/react-native/ReactCommon/react/bridging/Object.h:13:10 'butter/map.h' file not found
Steps to reproduce
npx react-native init ETSMobile --version 0.71.0-rc.2
yarn add react-native-reanimated
+ babel confignpm run ios
or build via xcodexed ios/
Snack or a link to a repository
https://github.com/mgcrea/react-native-sandbox/tree/reanimated-bug
Reanimated version
2.13.0
React Native version
0.71.0-rc.2
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
No response
Build type
Debug mode
Device
Real device
Device model
No response
Acknowledgements
Yes
Issue Analytics
- State:
- Created 10 months ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
React Native Android build failure with different errors without ...
The build failures for Android was due to the publish of the React Native version 0.71.0-rc0 . Note: Error may be different but...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I came up with this handy command:
Hello @mgcrea, thanks for reporting this issue.
I’ve also noticed this error when using a nightly build of RN.
We are actively working on adding support for React Native 0.71.0, see this PR: