I have a share extension allowing users to upload videos directly from other applications (eg. photos). It has a custom view (not SLComposeServiceViewController).
It was working just fine but currently I'm having strange issue that share extension won't showing up without any reason in particular. I tried to breakpoint in the viewDidLoad
& viewWillAppear
methods. But non of these methods are called. It seems like nothing happen when I press the app icon in the share sheet.
The only time I'm able to make it work is after cleaning project and run it. Does anybody experience problem like this before? And any suggestion what could be the reason? Thanks in advance.