tapthaker/DebugView

NO_DEBUG_VIEW in prefix file not disabling debug view mode

Opened this issue · 2 comments

I added "#define NO_DEBUG_VIEW" in the project prefix.pch file but the debug lines are still shown. Testing in Xcode 6 + iOS 8.0.2 + iPad?

ops, if we use cocopods "NO_DEBUG_VIEW" macro should be added in cocopod's prefix.pch file.

Still opening this issue, because the current method to disable view debugging isn't that great.