'React/*' file not found on build
See original GitHub issuereact-native: “0.61.5”, react-native-webrtc: “^1.75.2” OS: iOS 13 Test on XCode 11
Hey, I follow all the ios installation steps as described:https://github.com/react-native-webrtc/react-native-webrtc/blob/master/Documentation/iOSInstallation.md First I try with the Pod to skip steps 2-4, but then also try to implement steps 2-4 manually. When I try to run the project I get error
part of my pod file(relvant part):
pod 'React', :path => '../node_modules/react-native/'
pod 'React-Core', :path => '../node_modules/react-native/'
pod 'react-native-webrtc', :path => '../node_modules/react-native-webrtc'
I try to reinstall the pods, also try on manage scheme build options to add ‘react’ as the first build and uncheck Parallelize Build but it does not help.
The build succeeded only if I remove the webrtc project from ‘libraries’ (add that as described in part 1 in the tutorial). Did I have to include the project in my ‘libraries’ folder? The pod install and react-native link do not add the project automatically?
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (6 by maintainers)
Top GitHub Comments
@OriAmir did you get it working? I face another error during build
@saghul Tnx, so I just need to do these steps?
did that right or I miss something ?