I am using Xcode 5.1.1 and images.xcassets to store a significant amount of my app's images (I realize now that by doing this, building and running my app now takes significantly longer). Anywho, everything works as expected. When I hook up by device and run it, all the images show up fine.
The problem is, when I archive my project to send to my beta testers, upon installing it through those means, the app does not show any of my images that are stored in images.xcassets, but other images stored normally do appear (The icons stored in images.xcassets do appear though).
What could be wrong here?