I have done everything in this order:
- Run watch app.
- Open from the simulator you iOS app
- Attach the debugger to the iOS app
- Finally execute the code that calls handleWatchKitExtensionRequest:reply:on your watch.
But when I call openParentApplication:reply: from watch app extension , all NSLog from handleWatchKitExtensionRequest:reply: doesn't prints out to console.
Breakpoints in handleWatchKitExtensionRequest:reply: works fine. That means app attached fine.
Watch app extension logs still works too.
Seems like debugger is redirecting all NSLogs somewhere else.
