Search code examples
resourcesiconstvosxcassetlaunchimage

tvOS icon not showing


I have created a tvOS app and I have added images for the Top Shelf, both icons, and the Launch Image. When I compile and run the app in the Simulator those images don't show up. It's like the OS can't find the images and I don't understand why.

The xcassets file is in the Copy Bundle Resources build phase and it's a target member. The "Asset Catalog App Icon Set Name" under build settings is set correctly. The images are in png format and of the appropriate size.

Any ideas why the images are not being displayed?

EDIT: In case it is relevant the project is using CocoaPods with a privet Pod.


Solution

  • Delete the app from the simulator, clean the project, remove the images, add the images back, and build and run the application again.