Reputation: 1577
I'm trying to run the Apple WatchKit Catalog example code in iOS simulator.
But i have always Apple Watch simulator disabled.
What i have to do?
Upvotes: 17
Views: 15726
Reputation: 136
You need to to Editor > Add Target > Apple Watch
.
First, you need to select your root folder in Xcode.
Hope this helps.
Upvotes: 1
Reputation: 23623
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.
Upvotes: 23
Reputation: 727
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
Then run your app in the simulator, and select any of the following iPhones 5/5c/5s/6/6p
Upvotes: 13