I have a file called fireFinalRotate.mp4, it's in the XCode project folder (both in XCode and in finder). For some reason
NSString *path = [[NSBundle mainBundle] pathForResource:@"fireFinalRotate" ofType:@".mp4"];
returns a nil. Any thought? I'm baffled. Is it because it's a movie file? That code's in viewDidLoad.