Post

Replies

Boosts

Views

Activity

Reply to Simple VideoPlayer not working
Any updates here? Having the same issue   let videoFileURL: URL   var body: some View {     /// - TODO: Change fixed frame to use Geometry Reader     VStack {       VideoPlayer(player: AVPlayer(url: videoFileURL))       Text("Hello World")     }   } } Error: 2020-10-02 16:41:55.263441-0700 test[1300:439513] <CATransformLayer: 0x280774cc0> - changing property masksToBounds in transform-only layer, will have no effect 2020-10-02 16:41:55.264632-0700 test[1300:439513] <CATransformLayer: 0x280775a60> - changing property masksToBounds in transform-only layer, will have no effect 2020-10-02 16:41:55.413553-0700 test[1300:439513] <CATransformLayer: 0x28074cbc0> - changing property masksToBounds in transform-only layer, will have no effect 2020-10-02 16:41:55.414150-0700 test[1300:439513] <CATransformLayer: 0x28074d100> - changing property masksToBounds in transform-only layer, will have no effect 2020-10-02 16:41:55.431251-0700 test[1300:439513] <CATransformLayer: 0x280775a60> - changing property allowsGroupBlending in transform-only layer, will have no effect 2020-10-02 16:41:55.431302-0700 test[1300:439513] <CATransformLayer: 0x28074cbc0> - changing property allowsGroupBlending in transform-only layer, will have no effect
Oct ’20