AVURLAsset not loading video on documents folder, even using fileURLWithPath
问题 been struggling with this for the past couple of hours, hopefully someone has run into it before I download a file that from a server to my documents folder File is there and valid (checked with iExplorer on device and the local directory of the simulator). Moved each file to my desktop and plays without problems. The strange thing is that the exact same code works without issues when the file (the same video) is added to the bundled. code: print("video url string : \(video.urlString)") //