I had the same problem
NSString *filePath1 = [[NSBundle mainBundle] pathForResource:@"Waterfall_h264" ofType:@"mov"]; NSError *error = nil; NSData *data1 = [NSData dataWithContentsOfFile:filePath1 options:nil error:&error];
I also think that you cannot include a video file in the link library. goto: target section → “Phase Assembly” tab → compilation sources → click + → → select your video file → clcik on the add button .
now try again ... hope it will be useful ... :)
source share