react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

hash_combine.h' file not found

Open MiteshJabuani opened this issue 10 months ago • 3 comments

What happened?

/Users/macbook/Library/Developer/Xcode/DerivedData/..../Build/Products/Debug-iphoneos/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/Point.h:13:10 'react/utils/hash_combine.h' file not found

Image

react-native-navigation version 7.43.0

react native version 0.76.9

What was the expected behaviour?

Run proper app

Was it tested on latest react-native-navigation?

  • [x] I have tested this issue on the latest react-native-navigation release and it still reproduces.

Help us reproduce this issue!

No response

In what environment did this happen?

React Native Navigation version: 7.43.0 React Native version: 0.76.9 Has Fabric (React Native's new rendering system) enabled: (yes/no) do not know Node version: v18.20.8 Device model: iphone11 iOS version: 18.3.2

MiteshJabuani avatar Apr 15 '25 06:04 MiteshJabuani

Facing the same issue here. Did you have any success?

williamgurzoni avatar May 01 '25 22:05 williamgurzoni

For RN76+ and new architecture, you should use v8 as indicated by these release notes.

habovh avatar May 07 '25 22:05 habovh

New architecture is enabled by default for 0.76+, if you're going to use a more stable version of RNN like 7.43.0 you should opt out of the new architecture. Assuming you're using Cocoapods just do RCT_NEW_ARCH_ENABLED=0 bundle exec pod install and see if that fixes your build error.

filipboev avatar May 21 '25 13:05 filipboev

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.

stale[bot] avatar Jun 26 '25 19:06 stale[bot]

The issue has been closed for inactivity.

stale[bot] avatar Jul 18 '25 18:07 stale[bot]