Xcode doesn't write anything to output console

前端 未结 15 1256
执笔经年
执笔经年 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条回答
  •  情深已故
    2020-12-06 09:48

    This happened to me as well and it turned to be the following:

    • installed release build of my app OTA
    • installed over top of release build in XCode/debugger

    Only once I deleted the app from the iPhone's home screen and reinstalled again by running the app in the debugger did console output start working again.

提交回复
热议问题