Preview Not Printing to Console

I'm new to iOS programming and haven't been able to figure this out.
My app (I'm following a tutorial) will not print to the console as it should. When I'm using the preview, both running "Live Preview" and "Debug" it doesn't print to the Console. If I run it in the Simulator or on a physical device it works fine. However, doing that means I need to work through three of four screens to get to the screen I want to sets.
Having exactly the same issue.
There are answers here
In Xcode 12.3, printing a log to Xcode's console seems still not working :(
Messages sent with os_log or NSLog will go to system log (which can be viewed in Console.app).
Preview Not Printing to Console
 
 
Q