Zohaib
Zohaib

Reputation: 2865

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

Upvotes: 1

Views: 576

Answers (2)

interrupt
interrupt

Reputation: 2070

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

Upvotes: 10

Zohaib
Zohaib

Reputation: 2865

That shows in new->Project. I just created new target and it shows in that tab.. New->Target->AppleWatch

Upvotes: 0

Related Questions