Martino Bonfiglioli
Martino Bonfiglioli

Reputation: 1577

Running Apple Watch in iOS simulator issue

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?

Upvotes: 17

Views: 15726

Answers (3)

PuravTheGreat
PuravTheGreat

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

Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia

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

Ravin Sardal
Ravin Sardal

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

enter image description here

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

Upvotes: 13

Related Questions