我在图像资源目录中引用图像时发现了一些奇怪的行为。我目前正在开发一个静态框架供其他应用程序使用,我的框架提供了一些通用的用户界面,它有一些图像资产可供参考。我的部署目标是iOS 7.0我无法在iOS 7中专门从我的框架包中读取图像,并且通过使用它在iOS 8.0中正确地工作,
[UIImage imageNamed:name inBundle:[Utilities getCurrentBundle] compatibleWithTraitCollection:nil];
但遗憾的是我未能在iOS 7.0中找到等效的方法
对于您的善意信息,我已经从Stackoverflow中提到了以下答案,
Could not load the "" image referenced from a nib in the bundle with identifier
Could not load the image referenced from a nib in the bundle running on device
非常感谢任何帮助。
谢谢