#import "RCTBridgeModule.h" file not found

See original GitHub issue

I’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.

f_j052d5

Thank you.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

6reactions
adrianomarquesscommented, Aug 10, 2019

Same problem in react-native 0.60.4

2reactions
alinzcommented, Jun 26, 2017

@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 diff to 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found