Error during video loading with PHPickerViewController

We are using the PHPickerViewController to load photos and videos into our app. When an item was picked we load it using the loadFileRepresentation() method of NSItemProvider. In its callback we get the following error sometimes:

Error copying file type public.movie. Error: Error Domain=NSItemProviderErrorDomain Code=-1000 "Cannot load representation of type public.movie" UserInfo={NSLocalizedDescription=Cannot load representation of type public.movie, NSUnderlyingError=0x281a87a50 {Error Domain=NSCocoaErrorDomain Code=4101 "Couldn’t communicate with a helper application." UserInfo={NSUnderlyingError=0x281a85e30 {Error Domain=PHAssetExportRequestErrorDomain Code=0 "(null)" UserInfo={NSUnderlyingError=0x281a85620 {Error Domain=PFSharingRemakerErrorDomain Code=2 "Underlying operation encountered an error" UserInfo=0x280018500 (not displayed)}}}}}}

The error seems to occur randomly when picking arbitrary videos. What does the error mean and how do we make the item provider load more reliably here?
I'm also having the same issue. This is really frustrating experience.
Error during video loading with PHPickerViewController
 
 
Q