I recently upgraded to Xcode 13.3.
Since that time NotificationService extension has completely stopped working. Notifications work correctly but cannot be changed. In debug when a notification arrives with "mutable-content" = 1, sometimes the process switches from "Waiting for attach" to "Running", but not always. The notification remains blocked until debugging is stopped, then all notifications with "mutable-content" = 1 are shown without changes to the content.
I also have another problem when debugging the main app: when a breakpoint is hit it's not possible to go forward, XCode freezes and the only thing possible is to stop debugging with dozens of stop button clicks which seems to be unresponsive.
Could you help me please?