Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: NSLog() not working in ShareViewController.m #105

Open
perelin opened this issue Jun 27, 2020 · 0 comments
Open

iOS: NSLog() not working in ShareViewController.m #105

perelin opened this issue Jun 27, 2020 · 0 comments

Comments

@perelin
Copy link

perelin commented Jun 27, 2020

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():

- (void) didSelectPost {
    
    NSLog(@"Post!");
    
    [self setup];
    [self debug:@"[didSelectPost]"];
    ...

Neither NSLog() nor debug() produce any output in the device log after the user selects "Post".

Any ideas how to approach this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant