SwiftUIの基本を身につけたい方はこちら

【Xcode/Swift】Playgroundでのビルドエラー:Failed to launch process. Failed to attach to stub for playground execution: error: attach failed ((os/kern) invalid argument)

事象

Playgroundで実行すると、succeededは表示されるが、動かない。

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

引用元:Zenn- (XcodeのPlaygroundでfail to launch processしてしまう)

画像がなかったので引用する。

原因

不明。。。

解決方法

[Rosettaを使用して開く]のチェックをオフにし、Xcodeを再起動する。

①アプリケーションフォルダーを開く
②Xcodeを右クリック
③情報を見る
④Rosettaを使用して開くのチェックを外す
⑤Xcodeを再起動

評価