[NSBundle mainBundle] pathForRes

2018-07-25  本文已影响18人  follow_er
NSString *dbPath = [[NSBundle mainBundle] pathForResource:@"abc" ofType:@"db"];

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

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

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


image.png
上一篇下一篇

猜你喜欢

热点阅读