You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Note that the React Native template seems to be currently out of date, so the solution for now might be to downgrade the Flipper binding versions used (somewhere between v 0.60 and 0.70 is probably ok?). Hopefully facebook/react-native#31010 gets released soon
Note that the React Native template seems to be currently out of date, so the solution for now might be to downgrade the Flipper binding versions used (somewhere between v 0.60 and 0.70 is probably ok?). Hopefully facebook/react-native#31010 gets released soon
I tried using using v 0.60.0 and v 0.70.0 and I got the below error :
ios/Pods/Headers/Public/libevent/event.h:44:10: 'event2/event-config.h' file not found
Just verified, our reference project is up to date and builds correctly with Flipper 0.78 against the latest react native version. I recommend to check if it builds correctly for you, compare it with your project, and if that doesn't result in anything check the trouble shooting guide: https://fbflipper.com/docs/troubleshooting/#ios-build-errors-in-react-native. Feel free to reopen / ping if that doesn't help.
🐛 Bug Report
I'm getting the following error when building my iOS react native app :
To Reproduce
1- enable flipper
2- cd ios
3- pod install
4- build the project from xCode
Environment
react native version : 0.63.4
Flipper version : 0.78.0
Xcode version : 12.4
The text was updated successfully, but these errors were encountered: