Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Playground Failed to lunch

I can't run any Xcode Swift Playground project without getting the error:

Failed to launch process. Failed to attach to stub for playground execution: error: attach failed ((os/kern) invalid argument)

Does anyone know how to solve this?

like image 492
Steve Code Brain Avatar asked Nov 03 '21 18:11

Steve Code Brain


1 Answers

I've the same issue. If I launch Xcode using rosetta, it doesn't show anything. You must switch off rosetta and it works perfect.

like image 125
E.P Avatar answered Jan 03 '23 20:01

E.P