0
votes

I've added an Apple Watch target to my app and now it will only run in the simulator. I've written the code in Swift and it ran fine; once adding the Apple Watch target, I get a message that it cannot run on my iOS device because it does not have a paired Apple Watch.

1
Which target are you trying to run? Make sure you have selected the app and not the watch app in the top bar of Xcode - Paulw11
Doh! That was the issue! Thanks! If you add it as an answer, I'll accept it. :) - Michael Harrison

1 Answers

0
votes

Which target are you trying to run? Make sure you have selected the app and not the watch app in the top bar of Xcode