iOS要想访问工程里的资源文件


1、 ios要想访问工程的资源文件

需要new group

之后可根据

 NSURL *url = [[NSBundle mainBundle] URLForResource:@"test" withExtension:@"mov"]; 来访问