-
Notifications
You must be signed in to change notification settings - Fork 25
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
'react/utils/fnv1a.h' file not found #33
Comments
@ustuncem did you solve this? |
@arys No, I ended up downgrading to 0.73.7, I also use react-native-vision-camera and its also not ready for v0.74 so we have to wait or try to solve it. I tried to solve it in Xcode but I dont have a lot of time on my hand |
@ustuncem got it, thanks for reply |
@ustuncem, I am getting this issue in my RN 0.76.3 version. Is there any solution for it? |
I haven't tested it in the New Arch sadly :( that project is now in control of another team and I am really busy currently to try and fix it. @nil-kombee you can try the alpha releases, possibly the version 4 may fix your problem for the new arch |
Hello,
When I try to build my app with Xcode, I get the following error: 'react/utils/fnv1a.h' file not found in the PropsMacros.h file.
I installed the pods with the following command: RCT_NEW_ARCH_ENABLED=1 bundle exec pod install. the issue seems to be only related to the iOS.
Here are my specs:
Steps the Reproduce
npx react-native@latest init hole-view-test
bundle install
yarn add react-native-hole-view
cd ios
RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
cd ..
and runyarn ios
This steps will produce an error. Is there any way that I can solve this?
The text was updated successfully, but these errors were encountered: