iOS-Universal-Framework
iOS-Universal-Framework copied to clipboard
Loading a ressource from a bundle fails (Xcode 4.4, fake framework)
I try to use loading images from a bundle (not part of the framework) via [UIImage imageNamed:@"Artwork.bundle/imageName.png"]. That fails and even loading images from the main bundle is failing.
What can I do about that?