samples
samples copied to clipboard
SwiftUI/UIViewRepresentable.swift:346: Fatal error: UIViewRepresentables must be value types: PlayerContainerView
Thank you!
same issue, how to resolve?
So just I ran into the same issue and you can solve it by changing final class PlayerContainerView to struct PlayerContainerView.
I got inspired by this post: https://developer.apple.com/forums/thread/709433