Search code examples
iosxcodeapple-watch

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.


Solution

  • 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