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
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')
The text was updated successfully, but these errors were encountered:
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.
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.
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')
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:
The text was updated successfully, but these errors were encountered: