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
Post a Comment