Running Apple Watch in iOS simulator issue

前端 未结 3 1624
北荒
北荒 2020-12-16 13:32

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

But i have always Apple Watch simulator disabled.

相关标签:
3条回答
  • 2020-12-16 13:53

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

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

    Hope this helps.

    0 讨论(0)
  • 2020-12-16 13:58

    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.

    0 讨论(0)
  • 2020-12-16 14:05

    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

    0 讨论(0)
提交回复
热议问题