I have a Resorces -> Media -> Player.playlist .
File Path always display nil.
Code:
NSBundle *thisBundle = [NSBundle bundleForClass:[self class]];
NSString *filePath = [thisBundle pathForResource:@"Video1" ofType:@"mov" inDirectory:@"Media/Player.playlist"];
NSLog(@"File Path=%@",filePath);
File Path always display nil.