注意黄色html文件夹 导致了bundle中的路径不存在 path = nil 崩溃
Paste_Image.png
swift中的mainBundle中没有html这个文件夹
Paste_Image.png蓝色文件夹才可以在bundle里面
Paste_Image.png Paste_Image.pngSwift - 给项目导入资源如果想添加资源到项目中去,只要通过鼠标左键将文件或者存有文件的文件夹直接拖到Xcode中。 当松开鼠标后会弹出如下面板:(1)勾上“Copy items if needed”就会拷贝文件进项目,否则只是引用(2)Create groups不会在项目中创建真实的文件夹。 而Create folder references会创建真实的文件夹。
Paste_Image.png参考文章:
想说一下过程中我先根据故障现象搜索return nil的关键词 没找到合适的答案,后来搜索了给工程添加资源文件夹就找到了...颜色不一样 打的钩不一样
过程中搜索到了文件管理操作的相关文章放到这里一并
http://stackoverflow.com/questions/24937948/nsbundle-mainbundle-urlforresource-always-returns-nil
http://www.jianshu.com/p/b453b78c7126
http://www.cnblogs.com/iCocos/p/4671479.html
http://www.cocoachina.com/bbs/read.php?tid-319712.html
http://www.cokco.cn/thread-26488-1-1.html
http://www.coloroud.com/2015/06/01/Swift-File-Manager/
http://www.hangge.com/blog/cache/detail_765.html
http://blog.csdn.net/CodingFire/article/details/52128773
http://stackoverflow.com/questions/24937948/nsbundle-mainbundle-urlforresource-always-returns-nil
网友评论