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
Looks like this got depreciated in iOS 9 and is finally being removed in iOS 13
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'MPMoviePlayerController is no longer available. Use AVPlayerViewController in AVKit.'
On Oct 1, 2019, at 10:58 AM, Mark Rickert ***@***.***> wrote:
Once I'm able to compile a client app for ios 13, i'll likely have to fix this for them (the app plays videos with bubblewrap)
A quick search shows it might be fairly easy to swap out MPMoviePlayerViewController for AVPlayer https://stackoverflow.com/questions/36320853/moving-from-mpmovieplayerviewcontroller-to-avplayer-and-streaming-m3u8
Once we've got a stable build of RM running for ios 13, i'll tackle this.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Looks like this got depreciated in iOS 9 and is finally being removed in iOS 13
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'MPMoviePlayerController is no longer available. Use AVPlayerViewController in AVKit.'
https://forums.developer.apple.com/thread/119903
The text was updated successfully, but these errors were encountered: