为什么当我连接 iPhone 时,XCode Organizer 控制台有时是空的
在测试我的 iPhone 应用程序时,我发现将信息记录到控制台窗口非常有用。我认为我可以向我的同事发送临时版本,如果他们遇到问题,我可以将他们的 iPhone 插入我的 Mac 并获取他们的控制台输出,这真是太棒了。然而,有时当我们这样做时,控制台窗口是空白的。为什么会这样呢?该代码是在启用日志记录的情况下构建的。除此之外,当我看到控制台输出时,它似乎不仅包含有关我的应用程序的信息,还包含有关其他 iphone 系统日志记录的信息。
感谢您提供的任何见解。
When testing my iPhone app I have found it incredibly useful to log information to the console window. I think it is amazing that I can send out an adhoc build to my co-workers and if they experience problems I am able to plug their iPhone into my mac and grab their console output. However, sometimes the console window is blank when we do this. Why is this the case? The code has been built with logging enabled. Besides that, it seems that the console output, when I see it, contains information about not only my app, but other iphone system logging.
Thanks for any insight you can provide.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来如果我重新启动 XCode,控制台就会正确填充。一定是 XCode 中的错误,但重新启动似乎总是有效。
It looks like if I restart XCode then the console gets populated properly. Must be a bug in XCode, but restarting seems to always work.
这似乎是 3.2.3 中的一个新错误 - 旧版本工作正常。
It seems to be a new bug in 3.2.3 - older versions worked fine.