gpt4 book ai didi

objective-c - 从 NSBundle 获取 nil 路径

转载 作者:搜寻专家 更新时间:2023-10-30 19:53:23 25 4
gpt4 key购买 nike

我在我的项目中创建了一个新文件夹,我在其中复制了一张图像(名为“io.jpg”)。
我还检查了构建阶段 -> 复制捆绑资源,文件就在那里。
所以我试图获取这张图片的路径:

NSBundle* bundle=[NSBundle mainBundle];
NSString* path=[bundle pathForResource: @"io" ofType: @"jpg"];
NSLog(@"%@",path);

但是打印出来的是(null),我也试过这种方式:

NSBundle* bundle=[NSBundle mainBundle];
NSString* path=[bundle pathForImageResource: @"io"];
NSLog(@"%@",path);

但它仍然打印 (null)。
有什么问题?

最佳答案

转到:Target -> “Build Phases” -> “copy bundle Resources” 然后在此处添加该特定文件。

清理项目并运行。有用。 :)

关于objective-c - 从 NSBundle 获取 nil 路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11706093/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com