I'm not being able to use the debugger in a UNNotificationServiceExtension.
Here's what I do when attempting to attach the debugger to the UNNotificationServiceExtension:
- Run app
- Set the breakpoint in the "Testing" UNNotificationServiceExtension
- Select Debug > Attach to Process by PID or Name > Select the "Testing" UNNotificationServiceExtension
- XCode indicates that the "Testing is waiting to attach"
- I then send a push notification and my iPhone displays the notification, but the debugger doesn't hit the breakpoint. Instead, XCode shows a "Thread1: signal SIGKILL".
Does anyone know how to get the debugger to work in a UNNotificationServiceExtension?