I am using several CocoaPods in my project. Some of them print lines to the console through NSLog().
How to disable all logging from CocoaPods?
Also, is there a way to do this while keeping all mine NSLog?
Note: it seems this function can solve the problem, but are there any alternatives that I can use meanwhile?
Update: looks like this: has been requested .
source
share