Ios swift – SwiftUI Error when playing video when view appears
I have a basic video player that presents videos from a url. When the view appears I call player.play() and in doing so I think it causes the error below. I think I have to wait until the video is…