React-Native 0.61.2 "React/RCTBridgeModule.h" file not found
See original GitHub issueI 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:
- Created 4 years ago
- Reactions:3
- Comments:24
Top 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 >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 FreeTop 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
Top GitHub Comments
@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
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’