我有一个捆绑,说" Sample.bundle"。我使用
获取html资源的路径NSBundle *sampleBundle = [NSBundle bundleWithURL:[[NSBundle mainBundle] URLForResource:@"Sample" withExtension:@"bundle"]];
NSString *path = [sampleBundle pathForResource:@"Terms" ofType:@"html"];
但是如果我添加一个Contents文件夹,我就无法通过相同的方法获取资源路径(无论文件夹是否包含Info.plist,我都会发生这种情况,我怀疑这是首先出现的问题)。有人能指出这个问题吗?抱歉,无法添加图片。