问题描述
我已基于UIWebview示例创建了一个示例应用程序,并添加了一些NSLog语句来检查该应用程序是否正常运行?
I have created one sample application , based on UIWebview sample and i added some NSLog statements to check whether the application run correctly ?
它工作正常,所以我建立了.app文件并提供给我的朋友.他通过iTunes安装在他的iPhone中.
Its work fine.So i build the .app file and given to my friend.He is installed in his iphone via itunes.
它工作正常.我的朋友如何查看NSLog语句(我在代码中添加了什么)?这可能吗 ?请帮助我.
Its work fine. How my friend can view the NSLog statement (What i added in the code)? Is this possible ? plz help me .
谢谢...
推荐答案
我认为您的朋友可以从Apple下载此应用,以便他可以在iPhone上查看控制台日志:
I think this app from Apple can be downloaded by your friend so he can view the console logs on his iPhone:
http://support.apple.com/kb/DL851
这篇关于如何从iPhone .app文件查看NSLog语句的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!