Why is XCode Organizer console sometimes empty whe

2019-02-04 09:45发布

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.

2条回答
唯我独甜
2楼-- · 2019-02-04 10:08

It seems to be a new bug in 3.2.3 - older versions worked fine.

查看更多
3楼-- · 2019-02-04 10:23

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.

查看更多
登录 后发表回答