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
I have updated the react-native-video dependancy from 5.2.1 -> 6.7.0, I've tried fully clearing Pods, cache and DerivedData but I keep getting the following two errors when I build the project.
Error 1:Type 'String' has no member 'playback' File:NowPlayingInfoCenterManager.swift - line 28
Error 2:'pictureInPictureController(_:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:)' has been renamed to 'picture(_:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:)' File:RCTPictureInPicture.swift - line 38
Reproduction Link
N/A
Reproduction
Have v6.7.0 of react-native-video installed alongside react-nativev0.75.4 and try to build the iOS project via Xcode or react-native run-ios
The text was updated successfully, but these errors were encountered:
Version
6.7.0
What platforms are you having the problem on?
iOS
System Version
Tested on iOS 17 + 18
On what device are you experiencing the issue?
Real device, Simulator
Architecture
Old architecture
What happened?
I have updated the react-native-video dependancy from 5.2.1 -> 6.7.0, I've tried fully clearing Pods, cache and DerivedData but I keep getting the following two errors when I build the project.
Error 1:
Type 'String' has no member 'playback'
File:
NowPlayingInfoCenterManager.swift
- line 28Error 2:
'pictureInPictureController(_:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:)' has been renamed to 'picture(_:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:)'
File:
RCTPictureInPicture.swift
- line 38Reproduction Link
N/A
Reproduction
Have v6.7.0 of
react-native-video
installed alongsidereact-native
v0.75.4 and try to build the iOS project via Xcode orreact-native run-ios
The text was updated successfully, but these errors were encountered: