Xcode 6 iOS 8 UIImage imageNamed from bundle issue
问题 I build my project using iOS 7.1 and try to load UIImage view with image that is stored in the /images/cars/car_1.png All images are located in the folder images as on picture below in project tree: So it works perfect for iOS 7.1 and Xcode 5, but when I try to use Xcode 6 and iOS 8 the UIImage instance is equal nil when I try crate image. UIImage *image = [UIImage imageNamed:@"/images/cars/car_1.png"]; po image nil (for iOS 8) it can be also UIImage *image = [UIImage imageNamed:@"/images