Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Watch Images not showing on simulator

I am working with the apple watch and I would like to just simply set an image in the storyboard. It is a png file and I set it in the storyboard, but it doesn't show up in the simulator. I have tried all of the aspect and fitting options. I believe the view is called a wkinterfaceimage. I have also tried adding programmatically and that does not show up either. Hidden is not checked. Any ideas of what I might be missing?

like image 498
Caleb L Avatar asked Dec 04 '14 16:12

Caleb L


1 Answers

If you have your image included as a file in your app's bundle select the file, choose File Inspector and add the target under Target Membership:

enter image description here

like image 101
zisoft Avatar answered Oct 05 '22 16:10

zisoft