Xcode doesn't write anything to output console

前端 未结 15 1273
执笔经年
执笔经年 2020-12-06 09:00

I am working on an iPhone/iPad app. All of a sudden output console stopped displaying ANY messages AT ALL. I tried to open older project - works just fine. So I thought that

15条回答
  •  Happy的楠姐
    2020-12-06 09:38

    In my case it was due to hitting resource limits. iTerm was unable to fork new processes.

    Quitting some apps or increasing resource limits may help.

提交回复
热议问题