Skip to main content

I am trying to read my logs on development, in iOS, using the Console (not console log), to find messages as per docs.  However, I can’t find any messages within the Console filter.  On Android `abd logcat` I see them fine.

 

What’s the trick for iOS log viewing?

Hi @lucksp,

You’re using Console.app? It should work, but a more straightforward way to view iOS logs is to build and run the app directly in Xcode (the UI, not the command line) and the logs will pop up in the built in console window. If that doesn’t work, then there’s probably a more significant issue going on that we can investigate.