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

ios - Fragment Shader GLSL for texture, color and texture/color -

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -