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 get this error when building for ios using flutter 3.27.1 and stream_video_flutter: 0.7.1
Swift Compiler Error (Xcode): 'preventsDisplaySleepDuringVideoPlayback' is only available in iOS 13.0 or
newer
/Users/x/.pub-cache/hosted/pub.dev/stream_video_flutter-0.7.1/ios/Classes/PictureInPicture/Sam
pleBufferVideoCallView.swift:35:39
Swift Compiler Error (Xcode): 'AnyCancellable' is only available in iOS 13.0 or newer
/Users/x/.pub-cache/hosted/pub.dev/stream_video_flutter-0.7.1/ios/Classes/PictureInPicture/Str
eamPictureInPictureController.swift:47:36
and other classes
The text was updated successfully, but these errors were encountered:
The stream_video_flutter package requires a minimum iOS deployment target of iOS 13.0. Please update your project’s iOS deployment target in ios/Podfile file:
I get this error when building for ios using flutter 3.27.1 and stream_video_flutter: 0.7.1
The text was updated successfully, but these errors were encountered: