美文网首页
[NSBundle mainBundle] pathForRes

[NSBundle mainBundle] pathForRes

作者: 加基特 | 来源:发表于2018-03-27 19:07 被阅读11次

[NSBundle mainBundle] pathForResource: ofType: 获取不到数据

从bundle中获取数据,明明把数据添加到项目中了,但就是不对。

NSString *newDataName = [[NSBundle mainBundle] pathForResource:dataName ofType:format];  为空

后来从网上查到相关信息,当时添加是直接拖拽过去,没有真正加入到bundle中,需要在项目设置中,build phases-> copy bundle resources 下面 添加+  自己的数据就可以了。

相关文章

网友评论

      本文标题:[NSBundle mainBundle] pathForRes

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