Disable NSLog for CocoaPods

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 .

+4
source share

Source: https://habr.com/ru/post/1543703/


All Articles