有時候想取工程中的文件路徑,比如圖片巨缘,用NSBundle的 pathForResource: ofType: 返回卻是nil
屏幕快照 2017-09-25 18.32.46.png
[[NSBundle mainBundle] pathForResource:@"img_1" ofType:@"jpg"]; 返回的結(jié)果為nil采呐。
這是因為 在添加這些圖片的時候,這些文件沒有添加到mainBundle中又固,需要在項目設(shè)置:targets -> build phases -> copy bundle resources 下面添加自己的數(shù)據(jù)就可以了煤率。
2b7c90cb-0e1e-4f50-a6a9-a1ddbc047685.png