-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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/RCTEventEmitter.h' file not found - RN 0.43.2 #13371
Comments
Same issue. |
I confirm I'm gettting it too unfortunately. I'm using React Native 0.43.2 too EDIT: for me this procedure solved the issue. Very strange heisenbug :| EDIT 2: the procedure I linked made it possible for me to build the project but archive is still failing :\ EDIT 3: I finally managed to make archive work by editing the "scheme" and adding, in order:
and also I had to disable the "Parallelize Build" option. |
I have seen and done the procedure before. It has not worked for me still :/ |
I solved this problem yesterday with:
Ensure your have unchecked |
@guangmingzizai The documentation for Firebase says to use react-native as one of the header search paths. Can you explain why you're removing them? |
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
@hramos I just endup on that thread because I'm facing this issue. It might not be dead |
@Debrice that's entirely possible. See my last comment for next steps. |
Facing the same issue with the latest version of React Native. |
+1 react-native-cli: 2.0.1 |
Having the same issue, any help would be highly appreciated? Anyone?
|
Same issue on Mac:
|
Same issue on mac with Xcode Version 9.2 (9C40b) Same error, different file! This procedure did not work for me.... #12042 (comment) Also, i've tried the following from this link.... (#12042 (comment))
However, i could only get to this part where React was grayed out..... :/ My project is now just dead in the water. :/ react-native-cli: 2.0.1 |
Same issue |
same issue |
same issue |
hi there, fyi: react-native upgrade did the job for me 👍 |
I'm having this issue with React-Native 0.55 and Calabash from the |
I fixed this issue by manually linking RNBackgroundFetch and React to XCode and upgrading my React to 16.4.1. |
Still getting the problem with RN 0.55. |
I had this crop up when I added react-native-sentry |
Description
'React/RCTEventEmitter.h' file not found
Reproduction Steps and Sample Code
react-native init AwesomeProject
cd AwesomeProject
react-native run-ios
Result:
fatal error: 'React/RCTEventEmitter.h' file not found
--Running in XCode--
Additional Information
The text was updated successfully, but these errors were encountered: