1

I have an iOS application with several targets. I want to create multiple apple watchkit app for different targets in single iPhone app.

EX: iOS application having two targets name like "ABC" and "XYZ". Now I want to add two apple watchkit app for both targets.

Is there an option to do?

Christian Gollhardt
  • 16,510
  • 17
  • 74
  • 111
  • 3
    Hi and welcome to SO. Please edit your post to contain your attempts so far and what issues you've encountered. – Noich Apr 14 '15 at 13:15
  • When adding a WatchKit app target, the Xcode assistant will ask which iOS app target the new WatchKit app should be associated with. Just run through the Add Target assistant multiple times, selecting the WatchKit App template and a different iOS app target each time. – Dex Apr 15 '15 at 05:58

1 Answers1

0

When adding the WatchKit target, in he opening window, select the targets you want your WatchKit app and extension to associate with.

Seyed Parsa Neshaei
  • 3,470
  • 18
  • 30