react-native-reanimated: [RN 0.66] iOS build failure: 'boost/operators.hpp' file not found
Description
After updating to React Native 0.66.0-rc.4, building with Xcode 13.0 results in build error with message: /Users/loshan/Repos/plasma/ios/Pods/Headers/Public/RCT-Folly/folly/dynamic.h:63:10: 'boost/operators.hpp' file not found
. Uninstalling react-native-reanimated makes the error goes away, so I believe that the issue is specifically with this library.
Expected behavior
For build to succeed without erroring.
Actual behavior & steps to reproduce
Use expo to create repo with react-native version 0.66.0-rc.4. Add react-native-reanimated
Package versions
- React Native: 0.66.0-rc.4
- React Native Reanimated: 2.3.0-beta.1
- NodeJS: 14.17.5
- Xcode: 13.0
Affected platforms
- iOS
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 25
- Comments: 21
Try
"react-native-reanimated": "2.3.0-beta.2"
It has fix for search pathsThis fix works fine on iOS. But in Android it’s breaking.
Same issue here
Same issue
😦
Tried every solution, nothing worked for me on iOS xCode
+1