Why Playground not allowing me to execute the code?

Viewed 44

I have tried quit and re-open my xCode, also restart my mac several time but still facing this issue.

Unable to run my code because of this:

Failed to launch process: debugserver is running in translation

1 Answers

It's probably because of Rosetta.
Go to Application -> Xcode -> Get Info -> uncheck Rosetta.
And restart your mac.

Related