美文网首页
[NSBundle mainBundle] pathForRes

[NSBundle mainBundle] pathForRes

作者: follow_er | 来源:发表于2018-07-25 14:39 被阅读18次
NSString *dbPath = [[NSBundle mainBundle] pathForResource:@"abc" ofType:@"db"];

虽然abc的文件就在项目目录里面, 但是读取的dbPath为nil.
不知道是什么原因文件未被考入项目中,拖拽过来的文件虽然选择了

image.png
但实际结果还是没有拷贝到.
解决: 右键项目 选择Add Files to"项目名称" 即可.
image.png

如果之前拖拽进项目先删除目录 再做上述操作.


image.png

相关文章

网友评论

      本文标题:[NSBundle mainBundle] pathForRes

      本文链接:https://www.haomeiwen.com/subject/ormpmftx.html