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

c# - Move local mssql database to webhosted MYSQL -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

java - How to pass parameters between Request-Scoped Controllers? -