I have a published iOS app and am trying to add a WatchKit
extension for it.
For now, all I have is a watch interface.storyboard
with a single label
just to verify the entire building process. The app runs fine on the simulator (iPhone 6 (8.3)) and the Watch simulator.
When I run it on the iPhone and Apple Watch, it runs on the iPhone, installs on the Apple Watch, but then just displays a wait status when trying to run it on the Apple Watch.
The error in Xcode says "Waiting to attach", and when I try to attach it via Xcode > Debug > Attach to Process
, it says "Lost connection to iPhone".
I am using Xcode 6.3.1.