-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
'folly/experimental/coro/Coroutine.h' file not found after upgrading to > RN 0.74 #2297
Comments
Adding |
Be sure to add all instances of |
yes, i have added "-DFOLLY_CFG_NO_COROUTINES=1" two times in debug and release and still same error |
I'have managed to solve this error coming from Optional.h header in RCT-Folly:
Problem
because of this code with import ![]() because SolutionHardcode
![]() (potentially after this commit) And also comment some not important assertion:
![]() |
Thanks @nezort11, your solution looks correct but I'm struggling to overwrite the value of |
Adding this to the
|
hey @dylanmaryk I've implemented the Podfile post_install script and it works locally but when using xcode cloud for example it fails with the
This only happens on the CI/CD part. Do you have any clue on what could it be? |
@johhansantana are you using the correct relative path for |
I got same issue. This only happens on CI/CD. I'm using CircleCI. This is my resource
|
@p29hieu @dylanmaryk I may have fixed it by updating the post_install script
|
Upgrading to react native 0.77 fixes this for me. 0.77 updates RCT-Folly from 2024.01.01.00 to 2024.11.18.00 (here is the diff). Version 2024.11.18.00 has the missing |
I upgraded to React Native 0.77 which builds fine normally, but when trying to integrate the Expo SDK with my RN app I get this: I've confirmed in my
My I also just created a brand new RN project with:
that definitely uses RN 77, and installed cocoapods there, but there is also neither a
but there are files that reference that 🤔
how is that supposed to work? I see the file present in the source for that tag, but it doesn't seem to be in my system Edit: I've restored the Podfile patch to set |
Currently upgrading to RN 0.75.2 from 0.73.x and encountered the error below on IOS, downgraded to RN 0.74.5 and had the same issue.
Extensive research online seems to indicate that "folly/experimental" is deprecated and should no longer be available however it's still being called somewhere. Not completely sure if this is the issue though.
Uninstalling/removing RNBranch still gives the same error
Xcode version 15.3
Pod version 1.15.2
ruby 3.2.1 (2023-02-08 revision 31819e82c8) [arm64-darwin22]
The text was updated successfully, but these errors were encountered: