Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS build error: WebRTCModule.h' file not found #1519

Closed
SohelIslamImran opened this issue Mar 13, 2024 · 3 comments
Closed

IOS build error: WebRTCModule.h' file not found #1519

SohelIslamImran opened this issue Mar 13, 2024 · 3 comments

Comments

@SohelIslamImran
Copy link

Expected Behavior:

I expect the compilation of @stream-io/video-react-native-sdk to be successful without any errors related to the 'WebRTCModule.h' file.

Observed Behavior:

During compilation, the following error occurred:

› Compiling @stream-io/video-react-native-sdk Pods/stream-video-react-native » StreamVideoReactNative.m

❌  (node_modules/@stream-io/video-react-native-sdk/ios/StreamVideoReactNative.m:4:9)

  2 | #import <React/RCTEventEmitter.h>
  3 | #import "StreamVideoReactNative.h"
> 4 | #import "WebRTCModule.h"
    |         ^ 'WebRTCModule.h' file not found
  5 | #import "WebRTCModuleOptions.h"
  6 |
  7 | // Do not change these consts, it is what is used react-native-webrtc

› Compiling react-native-get-random-values Pods/react-native-get-random-values » react-native-get-random-values-dummy.m

Steps to reproduce the issue:

  1. Install the @stream-io/video-react-native-sdk package.
  2. Attempt to compile the project.
  3. Observe the error mentioned above.

Platform Information

  • React Native Version: 0.73.4
  • WebRTC Module Version: ^118.0.1
  • Platform OS + Version: iOS
@saghul
Copy link
Member

saghul commented Mar 13, 2024

That is not this package. You should ask its authors.

@saghul saghul closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
@Punith-goud
Copy link

Hi @SohelIslamImran did u find any solution for that?

@SohelIslamImran
Copy link
Author

@Punith-goud Yes, I resolve.. But I do not remember how I fix😑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants