Search code examples
xcodeios8apple-watch

Cant find Apple Watch template in xcode 6.2


I have just downloaded xcode 6.2 to work on apple watch sdk. but i cant find template for apple watch .

enter image description here


Solution

  • There is no template for Apple Watch, it is a target instead. So create your app (or open an existing one), select a project and add a new target. You are going to see an Apple Watch extension.

    first screenshot

    second screenshot