0
votes

The below statement is returning null.

Could anyone please help?

NSString *movpath = [[NSBundle mainBundle] pathForResource:@"Movie" ofType:@"m4v"];

Thanks

1

1 Answers

5
votes

It mostly because the Movie.m4v not right in place, u need to add it to resource in build phase.