I simply add the following code in my ContentView :
Code Block language import AVKit VideoPlayer(player: AVPlayer(url: URL(string: "https://bit.ly/swswift")!))
I found someone who got the same bug (here) but it was on Xcode beta and iOS beta, it would be really strange that this bug still occurs in release versions.
Could you please just test on your side and tell me if you get the same result?
Thanks you.
Here's my console when I try to use VideoPlayer :
2020-09-30 09:05:15.364332+0200 MrChickenApp[870:214157] <CATransformLayer: 0x2822d2e80> - changing property masksToBounds in transform-only layer, will have no effect
2020-09-30 09:05:15.364734+0200 MrChickenApp[870:214157] <CATransformLayer: 0x2822d3ee0> - changing property masksToBounds in transform-only layer, will have no effect
2020-09-30 09:05:15.366618+0200 MrChickenApp[870:214157] <CATransformLayer: 0x2822e8680> - changing property masksToBounds in transform-only layer, will have no effect
2020-09-30 09:05:15.370750+0200 MrChickenApp[870:214157] <CATransformLayer: 0x2822ef600> - changing property masksToBounds in transform-only layer, will have no effect
2020-09-30 09:05:15.372214+0200 MrChickenApp[870:214157] <CATransformLayer: 0x2822ef8c0> - changing property masksToBounds in transform-only layer, will have no effect
2020-09-30 09:05:15.403441+0200 MrChickenApp[870:214157] <CATransformLayer: 0x2822ef600> - changing property allowsGroupBlending in transform-only layer, will have no effect