Ios swift – AVFoundationErrorDomain Code=-11800 "The operation could not be completed"
I am trying to trim a video from photos app. Below is my code. The error seems to be on exportSession.exportAsynchronously which i am not able to understand why import UIKit import AVFoundation import AVKit import Photos import PhotosUI class…