Skip to content
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

Cannot run project; RCTThirdPartyFabricComponentsProvider.h: No such file #187

Closed
subtleGradient opened this issue May 1, 2024 · 3 comments

Comments

@subtleGradient
Copy link
Collaborator

This project builds and runs normally using expo. With react-native-ide, it fails.

Here's my full log:
https://gist.github.com/subtleGradient/56e4dc1328b3c331a8976dd92378297a

This seems like the relevant line:

2024-05-01 08:13:57.252 [info] error: /Users/tom/Projects/frens-v4/node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.h: No such file or directory (in target 'React-RCTFabric' from project 'Pods')
@shamilovtim
Copy link
Collaborator

I don't think this is related to react native ide I think it's a bug in react native. I have been getting this error after upgrading to react native 73 about 6 months ago. I get it after sleeping my computer overnight. I have to re-run pod install and the error goes away.

@jakub-gonet
Copy link
Member

We don't use other caches than RN/expo for iOS build so I'd be surprised if manual build from command line failed. Probably expo is using older caches or you're using managed expo which have correct RN version bundled.

In any case, this is most likely unrelated to the React Native IDE, see this issue on RN repo.

Try clearing caches (node-modules + clean rebuild for clearing iOS build caches). If you still will have problem with building, please let us know.

@messabih-khalil
Copy link

messabih-khalil commented Dec 21, 2024

This project builds and runs normally using expo. With react-native-ide, it fails.

Here's my full log: https://gist.github.com/subtleGradient/56e4dc1328b3c331a8976dd92378297a

This seems like the relevant line:

2024-05-01 08:13:57.252 [info] error: /Users/tom/Projects/frens-v4/node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.h: No such file or directory (in target 'React-RCTFabric' from project 'Pods')

have you solved this problem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants