Play video using AVPlayer and local URL of file

How can I play video using AVPlayer? I have retrieved the file URL i.e file:///Users/admin/Library/Developer/CoreSimulator/Devices/718B08F8-D4DD-44E6-9DFA-0E81D5EDA78C/data/Containers/Shared/AppGroup/D82C51F4-E1B2-4390-9885-296A185ACF16/File%20Provider%20Storage/photospicker/version=1&uuid=BCC39930-E835-4BBE-A6F1-716B21CA10A0&mode=compatible.mov

how to play using this?

There is an AVPlayer initializer that takes a URL, have you tried using that?

Play video using AVPlayer and local URL of file
 
 
Q