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

【Xcode/Swift】ビルドエラー:Could not attach to pid : “15585”

事象

ビルドすると、以下のようなエラーが表示された。

Could not attach to pid : “15585”
debugserver is x86_64 binary running in translation, attached failed.

解決方法

Rossetaを使用して開くのチェックを外してXcode再起動する

STEP.1

①アプリケーション
②Xcode.appを選択して、command + i
 (右クリックして情報を見るでもOK)

STEP.2

Rosettaを使用して開くのチェックを外す。

STEP.3

Xcode再起動

これでビルドが通るようになったかと思います。

評価