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

Hey, this overrides every NSLog statements to empty. #36

Closed
Geri-Borbas opened this issue Mar 24, 2014 · 3 comments
Closed

Hey, this overrides every NSLog statements to empty. #36

Geri-Borbas opened this issue Mar 24, 2014 · 3 comments
Assignees
Labels

Comments

@Geri-Borbas
Copy link

It took me 1,5 hour until I found this out (me also use logging macros, so this issue was hidden beneath my own defines). Should do something with this, some runtime switch on class or something.

@hackiftekhar
Copy link
Owner

I removed my NSLog macro and now only using compile time check by #if IQKEYBOARDMANAGER_DEBUG
MY NSLog statement
#endif

Please check new code.

@Geri-Borbas
Copy link
Author

Thankns for the fast response!
I saw that line, but somehow it still supresses every NSLog.
I removed this pod, and NSLog reappeared.

@hackiftekhar
Copy link
Owner

Actually I didn't updated the podfile yet. That's why you are getting this issue.

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

No branches or pull requests

2 participants