(Xcode 6.0.1, iOS 7.1.1, iPad2)
- Added 3 new images to Images.xcassets
- Checked "Copy items if necessary" in the import dialog
- Assembly Phases -> Copy Resources: Removed and Added Images.xcassets Images
- Validated image names to avoid case sensitivity issues.
- Cleared and rebuilt.
- Close Xcode and reload
- Remote application from device for clean installation
Trying to set the image as the button background.
Images are displayed in the simulator, but not on the device. This makes me think that they are not related to the application, despite the fact that I included images.xcassets in the assembly.
I would like to check and see if three new sets of images are included, but there seems to be no way to expand images.xcassets in the Copy Bundle Resources branch in the Build Settings section.
I set the background image of the image to the storyboard by clicking on the image, selecting the Inspector Attribute button, and then choosing the image name from the drop-down list in Background.
The work of other images; these are only recently added images that are not displayed.
I'm stumped ... any advice?
ios image xcode ipad bundle
kmiklas
source share