Console output now working in xcode?

When trying to access the console to view device output (iPadPro) I always get the spinning wheel of death and nothing opens. I can’t view any device output with the new xcode version.

Is there a way to still get the device output somehow? I need to find a runtime error and have no idea on how to do this right now.

Any help welcome!

Unfortunately I was not able to reproduce the error in the simulator.

I use the console. Works better than xcode every did. You can filter by Library.

Can you please tell me which console exactly and how you manage to see the output of the device?

It is usually in Application => Utility. It is just the generic MacOS console.

Then:

  1. Plug in your phone and select it on the left.

  2. Type your application name or part of it.

  3. Select “Library” from the pulldown menu instead of the default “All”.

Thank you very much for your help!

I use the console. Works better than xcode every did. You can filter by Library.

Can you please tell me which console exactly and how you manage to see the output of the device?

It is usually in Application => Utility. It is just the generic MacOS console.

Then:

  1. Plug in your phone and select it on the left.

  2. Type your application name or part of it.

  3. Select “Library” from the pulldown menu instead of the default “All”.

Thank you very much for your help!