2

My Watch OS2 app is running on Simulator okay but all the breakpoints I set in awakeWithContext, willActivate ... even when they have run and produced the result, the breakpoints are not hit.

In Debug Navigator, all I can see is "Installing and Waiting to Attach":

Illustration

How to get these breakpoints hit for the Watch app?

The breakpoints for iPhone app hit normally when I run the iPhone app.

I have done many things - restart the Xcode, reset both Simulators, uninstall Watch app inside iPhone Simulator ... Nothing works, still "installing and waiting to attach"

Can anyone help? Thanks a lot.

P.S: Here is a relevant question.

Community
  • 1
  • 1
Felix
  • 751
  • 5
  • 10
  • Have you tried to attach the process manually? Debug -> attach to process and choose your extension – bolnad Jul 11 '15 at 12:51

1 Answers1

1

I have installed Xcode 7 beta3, and this is not happening anymore. Now the breakpoints are hit. Cheers!

Felix
  • 751
  • 5
  • 10