I have this problem. I'm trimming a sound file via AVAssetExportSession. I set the time range and then export asynchronously. I'm saving the output file under different name than the input file.
It works fine BUT only for the first time. When I try to trim the trimmed file, it exports it with whole duration, but CMTimeRangeShow shows right time range.
Anyone knows, what I'm doing wrong?