-
Notifications
You must be signed in to change notification settings - Fork 20
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
'R5Streaming/R5Streaming.h' file not found #80
Comments
Hi I have found same issue |
If you're using cocoapods you can use this post install script to set the framework path: # Add framework search path to red5pro build config
post_install do |installer|
target = installer.pods_project.targets.find {|target| target.name == "R5VideoView"}
target.build_configurations.each do |configuration|
target.build_settings(configuration.name)["FRAMEWORK_SEARCH_PATHS"] = "$(PROJECT_DIR)/../Frameworks"
end
end You'll need to edit |
/Users/salman/Documents/GitHub/react-native-red5pro/example/Red5ProVideoViewExample/node_modules/react-native-red5pro/ios/R5VideoView/R5VideoView/R5StreamSubscriber.m:10:9: 'R5Streaming/R5Streaming.h' file not found above installer is not solving the error, even i have tried to run it's example and the implementation of my project which is running in android but not in ios because of this error. |
Hi,
I followed all instructions for iOS as per readme. I still unable to build successful in XCode. I am getting this file not found error.
Anyone has ideas?
The text was updated successfully, but these errors were encountered: