Payground not showing output

Hi
I have a Xcode 12.2 on iMac running Catalina 10.15.7
I can open the playground but no display shows on the right for the line below. Neither i get any in console with print.

let myEmail = "eskimo"
print(myEmail)

any idea why?
I have exactly the same configuration (Xcode and MacOS).
And unsurprisingly, everything's works OK.

So a few questions to try to figure out what's going on.
  • Does the problem occur with a new project as well ?

  • Is the problem recent ?

  • Did it occur after you upgraded to 12.2. or 10.15.7 ?

  • Did it occur with previous Xcode version ?

A few things to try:
  • Close and restart XCode

  • Reboot the Mac

Payground not showing output
 
 
Q