'WebRTC/RTCMediaStreamTrack.h' file not found
See original GitHub issueI face this error when tried to build release mode.
My Podfile
And build config on the xcode
In my Podfile.lock
cocoapod version COCOAPODS: 1.10.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (1 by maintainers)
Top Results From Across the Web
iOS build fails with 'WebRTC/RTCMediaStreamTrack.h' file not ...
iOS build fails with 'WebRTC/RTCMediaStreamTrack.h' file not found . Same for simulator or device. It has also failed with ...
Read more >api/mediastreaminterface.h - src/webrtc - Git at Google
// This file contains interfaces for MediaStream, MediaTrack and MediaSource. // These interfaces are used for implementing MediaStream and MediaTrack as. // ...
Read more >WebRTC.h File Not Found - Stack Overflow
When I tried to create an Archive built, I got this error: WebRTC/WebRTC.h' file not found. Error log ... #if TARGET_OS_IPHONE #import ...
Read more >WebRTC 1.0: Real-Time Communication Between Browsers
This version: https://w3c.github.io/webrtc-pc/; Latest published version: ... Note that MediaStream is extended in in this document while ...
Read more >Identifiers for WebRTC's Statistics API - W3C
A call to getStats () touches many components of WebRTC and may take significant time to execute. The implementation may or may not...
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
@saghul My mistake, I built for simulator and get this issue. I plug my real device and rebuild again. It work fine.
Even with the latest update : 0.100.0 ?