Trying to port existing iPhone and Watch apps to iOS 14/WatchOS 7, and while there are no issues debugging the iPhone app, I cannot initiate a debugging session on the Watch simulator. Xcode stays stuck with this message in the debug pane:
<My WatchOS app name> Waiting to attach
Does anyone know why this is failing with a fresh install of Xcode 12? I'm on Catalina - 10.15.6.
Unfortunately because of the pandemic, I cannot debug on a real device - only the simulator, so this is a major issue.
Any suggestions would be highly appreciated.
Thanks
<My WatchOS app name> Waiting to attach
Does anyone know why this is failing with a fresh install of Xcode 12? I'm on Catalina - 10.15.6.
Unfortunately because of the pandemic, I cannot debug on a real device - only the simulator, so this is a major issue.
Any suggestions would be highly appreciated.
Thanks
The issue must be uniquely related to my WatchOS app. Xcode 12 works fine with sample programs. For now I will debug by starting the WatchOS app manually and attaching to it. The shortcoming of this strategy is that all the debug statements no longer go to the Xcode console but rather to the OS X console's WatchOS simulator. It's the best I can do at the moment.
Thanks
Thanks