在资源包中添加Contents文件夹会破坏获取pathForResource的能力:

时间:2016-03-02 11:20:17

标签: ios objective-c bundle

我有一个捆绑,说" Sample.bundle"。我使用

获取html资源的路径
NSBundle *sampleBundle = [NSBundle bundleWithURL:[[NSBundle mainBundle] URLForResource:@"Sample" withExtension:@"bundle"]];
NSString *path = [sampleBundle pathForResource:@"Terms" ofType:@"html"];

但是如果我添加一个Contents文件夹,我就无法通过相同的方法获取资源路径(无论文件夹是否包含Info.plist,我都会发生这种情况,我怀疑这是首先出现的问题)。有人能指出这个问题吗?抱歉,无法添加图片。

0 个答案:

没有答案