for some strange reason NSLog() in ShareViewController.m calls seem to not produce any output for me. I tried them in other places (eg OpenWithPlugin.m) and there they work fine.
For example I added a call directly on the beginning of didSelectPost():
Hi,
for some strange reason NSLog() in ShareViewController.m calls seem to not produce any output for me. I tried them in other places (eg OpenWithPlugin.m) and there they work fine.
For example I added a call directly on the beginning of didSelectPost():
Neither NSLog() nor debug() produce any output in the device log after the user selects "Post".
Any ideas how to approach this?