-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coroutine.h file not found #7928
Comments
Adding This solution works for me: facebook/folly#2297 (comment) |
Adding this to Podfile is patching the issue for the time being:
However still running into this issue (#7920) when trying to build on 0.76.1 |
hi @OskarEichler , I wanted to see if the iOS issue has been resolved. Could you confirm? |
The patch I posted in the Podfile is resolving this particular issue, however #7920 is still blocking us from being able to upgrade to 0.76.X |
@OskarEichler |
No sorry - please try to implement the patch I posted above, the run pod install - should work. |
What happened?
After upgrading React Native from 0.73.6 to 0.76.0 we are getting the following error:
'folly/experimental/coro/Coroutine.h' file not found
We are on the latest version of react-native-navigation.
We also already tried to add
"-DFOLLY_CFG_NO_COROUTINES=1"
to the project.pbjproj file.Please advice.
What was the expected behaviour?
No response
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
In what environment did this happen?
React Native Navigation version: 7.40.3
React Native version: 0.76.0
Has Fabric (React Native's new rendering system) enabled: No
Node version: v20.16.0
Device model: iPhone 16 Pro
iOS version: 18.0.1
The text was updated successfully, but these errors were encountered: