2
votes

I recently upgraded to xcode 7. I noticed that when I run the apple watch simulator, none of my images are showing up.

When I look at the storyboard, all of the images are present. They are also there within the Images.xcassets folder.

Why would they show up in the storyboard file but not in the actual apple watch simulator? Did I need to do something when I upgraded to xcode 7?

Target membership is correctly checked for the Watchkit app storyboard and image assets folder

1

1 Answers

1
votes

Check whether you specified in your Images.xcasssets Target Membership option Watch Extension and Watch App at the same time. Watch App membership is necessary to get access to your resources from a storyboard whereas Watch Extension to get access programmatically from an extension.