I use Xcode 5.1.1 and images.xcassets to store a significant number of images of my applications (now I understand that doing this, creating and launching my application now takes much longer). Anywho, everything works as expected. When I connect to the device and start it, all images are displayed normally.
The problem is that when I archive my project for sending to my beta testers, when installing using these tools, the application does not display any of my images that are stored on .xcassets images, but other images that are usually stored appear (Icons, stored on .xcassets images appear though).
What could be wrong here?
