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":
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.