The os version installed on apple watch does not support the watchkit app prodct

1.5k Views Asked by At

I am using Xcode 7. My apple watch app works fine in the simulator. It also can be successfully built on device. However, the app seems not to be installed neither on iPhone 5 or apple watch (1.0).

The iPhone and watch pair is ineligible. And it states "The OS version installed on apple watch does not support watchkit app product. I tried everything in SwampThingTom's Question, but I still change the status of the phone-watch pair. The app on phone without watch works well. The problem only comes when watch is included to test app on watch. Does it mean something is wrong with apple watch?

I am new in app developing. Can anyone help me? I appreciate any help.

1

There are 1 best solutions below

1
On

Since you marked your question with watch-os-2, it is possible that this is correct and you develop against watch OS 2.

If this is the case: you can't run a watch OS 2 app on watch OS 1.

I see to ways to tolve this:

You could set your development target to iOS 8.x and Watch OS 2.

Or you could wait a few weeks until you can install the new OS version on your devices. Since developing for watch OS 2 is much more fun I'd suggest the latter.