NSLog messages while using Leaks
How do I see NSLog messages while using Leak开发者_StackOverflow社区s? It does not show the console output?
While using instruments, NSLog statements do not show in the Debugger Console. If you want to see your NSLog statements, you will need to load the system Console application (/Applications/Utilities/Console).
I hope it helps
精彩评论