Output to console intermittently fails

I'm developing an iOS app. The first few months I was using xCode I had no issues with output to the Console. However, now about 70% of the time when I debug running in the simulator I will get no Console output at all. If I stop and restat the app in the debugger several times eventually it will begin working.


Is this a known bug?


Any ideas on how I can fix this?


Thanks,

Keith

>Is this a known bug?


Any idea which version Xcode? Once you learn that info, you can scan release notes for known issues here:

https://developer.apple.com/library/ios/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html

I've been dealing with this problem for months now. It is wasting a lot of my time, I sure would love to get a solution.


Thanks,

Keith B

I just had the same issue with the updated Xcode 8.3 release. Luckily, I was able to fix the issue by going into Product > Scheme > Edit Scheme...

Once you're in the window, select Run on the left list and choose Options on the top line.

Scroll down to Console and select Use Terminal.


Once I switched to using Terminal for the console, my program was able to run without any issues.


Thanks,

Chris

Output to console intermittently fails
 
 
Q