I am using several CocoaPods in my project. Some of them are outputting strings to the console via NSLog()
.
How can I disable all logging from CocoaPods?
Also, is there a way to do so while still keeping all of my NSLog
s enabled?
Note: it seems like this feature may resolve the issue, but are there alternatives I can use meanwhile?
Update: looks like this feature was requested.