You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
on react-native 0.76.2 player frame not work i have error on xcode console
To Reproduce
Steps to reproduce the behavior:
Play video player and get error Expected behavior
Expected behavior
Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "((target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.rendering AND target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.networking AND target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.webcontent))" UserInfo={NSLocalizedFailureReason=((target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.rendering AND target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.networking AND target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.webcontent))}>
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: Iphone 14 pro
OS + version:IOS 18.0.1
react-native-youtube-iframe version 2.3.0
react-native-webview version 13.12.4
Expo verison [if using expo] no expo
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
There's a lot of us experimenting trouble with the latest react native for the initial loading of react native webview. I did not have the exact same error code but i think it's the same problem.
Just actualising the webview component with a key props and a setTimeOut solved it for me.
Describe the bug
on react-native 0.76.2 player frame not work i have error on xcode console
To Reproduce
Steps to reproduce the behavior:
Play video player and get error Expected behavior
Expected behavior
Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "((target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.rendering AND target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.networking AND target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.webcontent))" UserInfo={NSLocalizedFailureReason=((target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.rendering AND target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.networking AND target is not running or doesn't have entitlement com.apple.developer.web-browser-engine.webcontent))}>
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
react-native-youtube-iframe
version 2.3.0react-native-webview
version 13.12.4Expo
verison [if using expo] no expoAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: