Right now i'm trying to create a Share Extension for my application. Everything works fine except of breakpoints in ShareViewController (subclass of SLComposeServiceViewController).
Each and every breakpoint is not working. When i'm testing my extension in Photos or Safari app the actual share pop-up appears, but i can't make an app stop on breakpoints or even make it print logs.
But, when i'm running extension on the Simulator at least i can see output of my "print()" functions.
Have somebody witnessed same behaivior?