I have some errors please help me
See original GitHub issueHi i dont install webrtc in my react native project.I have some errors this errors is here
WebRTCModule+VideoTrackAdapter.m:7:9: 'React/RCTBridge.h' file not found RCTWebRTC/WebRTCModule.h:11:9: 'React/RCTBridgeModule.h' file not found
I follow this document https://github.com/react-native-webrtc/react-native-webrtc/blob/master/Documentation/iOSInstallation.md
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
50 Common Errors - Check Grammar - Avoid Mistakes
Learn all 50 Common Errors that students make all the time, from the Virtual Writing Tutor. Do you recognize an error, mistake, blunder, ......
Read more >Common Grammar Mistakes: 11 Goofs You Might Know Too ...
1. Loose vs. lose · 2. Me, myself, and I. One of the most common causes of grammatical pain is the choice between...
Read more >I keep getting "There was an error. Please try again" when ...
Hello! Welcome to Google Classroom Help Community! I don't have any specific information on that error message, but you ...
Read more >30 of the Most Common Grammatical Errors We All Need to ...
This one drives me up a wall when I see it in the wild. Can you see what's wrong with this sentence? Our...
Read more >We found some errors. Please review the form and make ...
Our customer facing sites use custom application integrations to authenticate website users against the Okta public API using tokens.
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
Hi saghul, he is referring to your previous comment about making adjustments to the iOS installation instructions given that linking is no longer necessary in RN 0.60.
I just created a fresh project following the iOS instructions with RN 0.62.2 and react-native-webrtc 1.75.3 and receive the same build error as mertbuldur:
/Users/willhennessy/MyWebrtcDemo/node_modules/react-native-webrtc/ios/RCTWebRTC/WebRTCModule+RTCDataChannel.m:3:9: fatal error: ‘React/RCTBridge.h’ file not found #import <React/RCTBridge.h> ^~~~~~~~~~~~~~~~~~~ 1 error generated.
I notice that RCTBridge.h is not included in WebRTC.framework/Headers - perhaps that’s the cause?
Do you understand what’s going wrong? Or would you please be able to update the iOS installation instructions for RN 0.62?
Thanks!
@saghul, could you check the problem, please? “react”: “16.11.0”, “react-native”: “0.62.2”, “react-native-webrtc”: “1.75.2” Thanks.