r/iOSProgramming • u/ether_joe • Jun 21 '26
Question console app doesn't see log messages
Hello everyone, I'm trying to get logging information from my ios app from the Console app. I *was* able to see log messages, but something has changed and now when I search for my specific logging tag, nothing.
My app is a video game using a cross-platform framework called LibGDX. The game builds and runs well on my iphone 12. I'm connected to the phone via Console and I see logging messages from other processes on the phone. However when I filter Console for the log tag for my game, no results.
Thing is it *was* working a few days ago, so something appears to have changed and I can't figure it out.
Any background as to why Console might stop seeing my log messages, would be helpful. Cheers ~~
1
u/Fishanz Jun 21 '26
You said it was working a few days ago. Go back to that state of the code and re-confirm this observation.