How can I simulate the Apple Watch for development purposes?

Undo picture Undo · Sep 10, 2014 · Viewed 27.7k times · Source

I just downloaded the Xcode 6 GM, and I'd like to see how my apps work with an Apple Watch connected to the simulated iPhone.

How can I simulate this new device on my MacBook?

Answer

Artem Loginov picture Artem Loginov · Nov 18, 2014
  1. Install Xcode (starting from 6.2) (link)
  2. Add Apple Watch target to your project (New->Target->Apple Watch->Watch App)
  3. Go to iOS Simulator -> Hardware -> External displays and select any Apple Watch options
  4. Choose '[your project] Watch App' target and Run

Have fun! :)