I'm trying to run an iOS7 project under Xcode6 on an iOS7 device. At first all seemed to be A-OK, but then I noticed that all images that reside in Images.xcassets don't show up at runtime.
I can see then correctly in design (storyboard), and I see them if I run the app in the simulator.
Anyone having an idea how to fix this? Thanks!
NOTE: the project runs fine on Xcode5.x therefore it's not the usual culprit (mismatch in the image name "casing").
ADDITIONAL NOTE: I've just tried with another iOS7 project: same problem...
ADDITIONAL NOTE: I've tried using image assets in a brand new project created under Xcode and... images show up.