#import "RCTBridgeModule.h" file not found
See original GitHub issueI’m receiving this error. What went wrong?
Take a look how is my Header Search Paths. It’s a strange error because on my friend’s computer it’s working well.

Thank you.
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
`React/RCTBridgeModule.h` file not found - Stack Overflow
I solved this issue by dragging React. xcodeproj found in /node_modules/react-native/React to my root directory in Xcode, then added React as a ...
Read more >[iOS - RN 0.61.1 migration] React/RCTBridgeModule.h file not ...
When you go to scheme -> edit scheme -> build. Do you have see React (missing) ? If so, i might have a...
Read more >Fatal error: 'React/RCTBridgeModule.h' file not found
Hi Team, I am getting this error( fatal error: 'React/RCTBridgeModule.h' file not found #import “React/RCTBridgeModule.h”) while building ...
Read more >[Solved]-`React/RCTBridgeModule.h` file not found-Reactjs
Double click on your application; Build tab -> uncheck Parallelize Build. Add react as a project dependecy. Xcode Project Navigator -> drag React.xcodeproj...
Read more >React/Rctbridgemodule.H' File Not Found When ... - ADocLib
I am receiving this error after installling the fbsdk to my RN project and running it on iOS. It seems that all the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same problem in
react-native 0.60.4@njt1982 I know the pain, unfortunately when you are working with edge technologies which only backed by community you always find yourself in this situation. To me that’s the fun of it, figure things out the solutions and understand the concepts.
One thing I usually do, is commit small things and once I solve it, I do
git diffto find out why and how. Also you are documenting how you solve the problem by adding more context into the commit message.every new SDK will break your code, it’s not just react-native, swift has gone into many iterations and every iteration breaks the previous one.