objective c - How do I disable NSLog? -



objective c - How do I disable NSLog? -

i'd next in xcode:

find nslog commands without comments, , replace //nslog...

in other words, want comment nslog calls. possible? there easy way this?

there little hack do. search nslog , replace them //nslog , search ////nslog , replace them //nslog.

objective-c xcode

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -