Yalamandarao
Yalamandarao

Reputation: 3862

How to create Apple Watch target in Xcode 6.2 beta 4

I want to create iWatch app in my project. How to create iWatch traget by using xcode 6.2 beta 4

Any idea about iWatchkit.

Upvotes: 0

Views: 710

Answers (1)

Yalamandarao
Yalamandarao

Reputation: 3862

To create an iWatch target follow these steps:

  1. Create a new project for iOS and after that, add a new target

first screenshot

  1. Select WatchKit App and click Next

second screenshot

  1. It automatically created WatchKit. Now we can select it's storyboard file. When building the project for iWatch, you need to select that target.

third screenshot

Upvotes: 1

Related Questions