Controlling Apple Watch app views

I just downloaded Xcode 6.2

(beta) and tried my first app on Apple Watch

. I tested the app successfully by putting a simple static label and executed the app perfectly. However, when I try to set the element Image

to Interface Controller

, it shows up in the storyboard, but not when the app is launched in Apple Watch Simulator

. Here's what the storyboard shows

enter image description here

But this is what happens when I run the application

enter image description here

I'm not an expert, not even an intermediate iPhone developer, but just an apprentice, so maybe I missed something basic.

Any help would be appreciated.

thank

+3


source to share


1 answer


  • Select the image file in Xcode
  • Open utilities in Xcode (rightmost icon in the screenshot below)



  • Select the check box in the Application Target Application under the Target Membership heading.
+4


source







All Articles