I have a strange problem. I have a .bundle, with a lot images in it. Now the problem, when I build it on my iPhone everything works, every image is there, but not on my iPad, some images are not there. I already tryed to clean xcode, delete the old app and reinstall it again, reboot my iPad, reboot my mac, clean the project data. Can anyone tell me how to fix this strange issue?
EDIT:
Here is the image loading code:
UIImage *img = [UIImage imageNamed:@"icons.bundle/icon-default.png"];