iOS-Universal-Framework icon indicating copy to clipboard operation
iOS-Universal-Framework copied to clipboard

Loading a ressource from a bundle fails (Xcode 4.4, fake framework)

Open HHuckebein opened this issue 12 years ago • 0 comments

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?

HHuckebein avatar Sep 11 '12 09:09 HHuckebein