我的项目中有两个文件,一个是pdf,另一个是epub。
NSString *str1 = [[NSBundle mainBundle] pathForResource:@"delhi" ofType:@"pdf"];
NSString *str = [[NSBundle mainBundle] pathForResource:@"jackson" ofType:@"epub"];
我的问题是str1正确地给出了路径,但是str给出了nil.So是否可以找到类型" epub"的路径。