ara
Results
2
comments of
ara
changing the file name didn't help me with this error.. NSString* date = [formatter stringFromDate:[NSDate date]]; NSURL* outPutURL = [NSURL fileURLWithPath:[@"~/music/" stringByExpandingTildeInPath]]; outPutURL = [[outPutURL URLByAppendingPathComponent:[@"newname-" stringByAppendingString:date]] URLByAppendingPathExtension:@"mov"]; AVAsset *firstAsset...
hey I did fix this issue forgot to reply back..