question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React-Native 0.61.2 "React/RCTBridgeModule.h" file not found

See original GitHub issue

I could run this library up to version 0.60.5.

But I am getting 'React/RCTBridgeModule.h' file not found with the latest version (0.61.2). A lot of people are suggesting to run pod install for this error, but it does not work.

I know that React.xcodeproj was removed from version 0.61, and it is a part of the issue. Because this package is not updated lately, I am sure we have to find a workaround.

Curious if anyone is getting the same error or already has solved it.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:3
  • Comments:24

github_iconTop GitHub Comments

2reactions
ziyoshamscommented, Nov 14, 2019

@benjarwar To be clear, my script actually replaces /react-native/React header search path, because we dont need it.
It replaces:
$(SRCROOT)/../../react-native/React to
$(SRCROOT)/../../../ios/Pods/Headers/Public

2reactions
alisherakbcommented, Oct 23, 2019

Try to add the following both to the project and the target Library search paths of RNUnityView.xcodeproj and set it to recursive. ‘$(SRCROOT)/…/…/…/ios/Pods/Headers/Public’

Read more comments on GitHub >

github_iconTop Results From Across the Web

`React/RCTBridgeModule.h` file not found - Stack Overflow
In my case this particular problem happened when I was trying to archive a 0.40+ react-native app for iOS (solution was found here:...
Read more >
[iOS - RN 0.61.1 migration] React/RCTBridgeModule.h file not ...
Reopening bug that is wrongly closed #26615 React Native version: 0.61 ... building it results in: React/RCTBridgeModule.h file not found.
Read more >
React/RCTBridgeModule.h' file not found in React Native 0.61 ...
Coding example for the question 'React/RCTBridgeModule.h' file not found in React Native 0.61.2-React Native.
Read more >
React-Native 0.61.2 "React/RCTBridgeModule.h" file not found
I could run this library up to version 0.60.5 . But I am getting 'React/RCTBridgeModule.h' file not found with the latest version (0.61.2)...
Read more >
Fatal error: 'React/RCTBridgeModule.h' file not found
h ”) while building iOS archive in Bitrise for react native project and this error is not appearing in my local machine with...
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