啊啊啊,这个问题遇到好多次,但是时间长了今天居然忘了怎么回事了。
把storyboard与xib 与图片资源都打入自定义bundle中,在nib文件中图片可以正常显示。
当run起了的时候会提示Could not load the "XXX" image referenced from a nib in the bundle with identifier XXX
排查
右键Products中的主工程,show in finder,显示包内容。确认打包后的app中包含xxx.bundle.
右键xxx.bundle显示包内容。发现所有的图片都被变成了.tiff格式。
解决
bundle target => build setting =>COMBINE_HIDPI_IMAGES 从YES设置成NO即可
转载请注明:天狐博客 » Bundle打包Could not load the "XXX" image referenced from a nib in the bundle with identifier XXX