I\'d like to do the following in Xcode:
Find all NSLog commands without comments, and replace it with //NSLog...
In other words, I want to comment all NSLog
Add the following line to your .pch file
#define NSLog
for enable comment it