我AVAssetExportSession
用来导出文件
我做了一个例程,如果导出失败,那么它应该重新启动导出方法以确保文件成功导出。
重新启动导出方法时,我在线上收到此错误
exportSession.outputFileType = @"com.apple.quicktime-movie";
错误是:
Cannot alter output file type attribute on an AVAssetExportSession after an export has started
AVAssetExportSession
如果我使用 ARC 策略,如何发布以避免此错误。