17

I'm trying to run the Apple WatchKit Catalog example code in iOS simulator.

But i have always Apple Watch simulator disabled.

enter image description here

What i have to do?

Jeremy Huddleston Sequoia
  • 22,938
  • 5
  • 78
  • 86
Martino Bonfiglioli
  • 1,567
  • 1
  • 15
  • 29
  • Isn't it under NDA? Xcode 6.2 is still in beta. – gagarwal Nov 18 '14 at 22:19
  • Yes Xcode build (6C86e) – Martino Bonfiglioli Nov 18 '14 at 22:20
  • 6
    @gagarwal We don't need to worry about NDA as SO users, that's why SE has lawyers. Also, Apple has greatly relaxed the NDA. See http://meta.stackexchange.com/questions/94465/should-moderators-enforce-ndas-for-software-vendors – Undo Nov 18 '14 at 22:23
  • The NDA has been relaxed for the most part. – Viper Nov 19 '14 at 01:44
  • 1
    @Undo Also, I wouldn't bank on SE paying their lawyers to litigate on your behalf. Better to stick by your agreements ;) – Jeremy Huddleston Sequoia Nov 19 '14 at 03:03
  • @JeremyHuddlestonSequoia I'm not encouraging people to break their agreements, far from it, the agreements people have signed are of utmost importance... to them. What I was saying (and I probably could have made this clearer) is that as users *looking at questions* (not asking them), we don't need to take special action to enforce agreements that we aren't a part of. Thanks for pointing that out! – Undo Nov 19 '14 at 03:06
  • @Undo Yeah, that is definitely true. Good advice. If you are not an ADC member and haven't signed anything, go nuts with what you're asking and comment on. If you have signed an NDA, pay close attention to it. My general rule of thumb for the Apple NDA is that if a link to provide reference for my answer requires logging in to a secure area or is somewhere other than apple.com, I shouldn't post it. If it can be found on apple.com without logging in, then it's fair game. – Jeremy Huddleston Sequoia Nov 19 '14 at 16:48

3 Answers3

22

Apple Watch is only supported with iPhone 5 and newer phones. Make sure you are running a simulated device that supports pairing with an Apple Watch.

Jeremy Huddleston Sequoia
  • 22,938
  • 5
  • 78
  • 86
12

Go here and click on your app name, in my case it is "watch kit test"

Then click on edit scheme and then this view should show up. Make sure to go to executable and click on "yourappname.app

Finally close it and go back to the menu in the first step and click "Your App Name" Watch App

enter image description here

Then run your app in the simulator, and select any of the following iPhones 5/5c/5s/6/6p

Ravin Sardal
  • 717
  • 1
  • 13
  • 23
1

You need to to Editor > Add Target > Apple Watch.

First, you need to select your root folder in Xcode.

Hope this helps.

Sandy Muspratt
  • 31,719
  • 12
  • 116
  • 122
PuravTheGreat
  • 136
  • 12