iOS 13 beta4 no longer gives
1) PHImageFileURLKey 2) PHImageResultIsDegradedKey in image result info keys.
Anyone knows a way to find the fileurl of the P
You can use
let photoPath = photoAsset.localIdentifier
to replace the
let photoPath = info["PHImageFileURLKey"]