NO_DEBUG_VIEW in prefix file not disabling debug view mode
Opened this issue · 2 comments
clementprem commented
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?
clementprem commented
ops, if we use cocopods "NO_DEBUG_VIEW" macro should be added in cocopod's prefix.pch file.
tapthaker commented
Still opening this issue, because the current method to disable view debugging isn't that great.