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
When you pull the latest release and try to build for tvOS, the build fails due to this library including an unsupported API for picture-in-picture on tvOS. Fails at AVPictureInPictureControllerDelegate in RCTVideo.h, but it's just the tip of the iceberg.
Reproduction steps
Initialize the project with react-native init MyVideoApp && cd MyVideoApp && npm install
npm install react-native-video && react-native link react-native-video
Open the XCode project and add react-native-video to the Link Binaries for MyVideoApp-tvOS
Select the build Scheme for tvOS with a tvOS simulator.
See the build fail at AVPictureInPictureControllerDelegate in RCTVideo.h.
Expected behavior
The build should not include unsupported APIs (AVPictureInPictureControllerDelegate) in the tvOS build.
Platform
Which player are you experiencing the problem on:
tvOS
The text was updated successfully, but these errors were encountered:
Current behavior
When you pull the latest release and try to build for tvOS, the build fails due to this library including an unsupported API for picture-in-picture on tvOS. Fails at
AVPictureInPictureControllerDelegate
inRCTVideo.h
, but it's just the tip of the iceberg.Reproduction steps
react-native init MyVideoApp && cd MyVideoApp && npm install
npm install react-native-video && react-native link react-native-video
AVPictureInPictureControllerDelegate
inRCTVideo.h
.Expected behavior
The build should not include unsupported APIs (AVPictureInPictureControllerDelegate) in the tvOS build.
Platform
Which player are you experiencing the problem on:
The text was updated successfully, but these errors were encountered: