Xcode does not display print statement output

I am using xcode 11.3.1(11C504). It will not display any output from print statements into the debug area. Any help to correct this would be appreciated! Thanks.

You mean to say if you add the code
print(“Hello World”)
Nothing appears in the console at the bottom of your Xcode window?

That is correct. Without those print statements, it is tough to debug!

Are you using SwiftUI and preview in Xcode?

If so, correct. Run the app ina simulator and they will display.

Blessings
—Mark

Mark:

That worked! Thanks for the help!!

Wayne