React Native

Xcodeで実機debugビルドしているときに「Could not launch “アプリ名” failed to get the task for process プロセスID」と表示された場合

React Native
この記事は約1分で読めます。

前提

Xcode Version 12.4

対応方法

Xcodeの画面で、

command + shift + ,

を押下する

Run > Info > Launch を

Automatically

から、

Wait for the executable to be launched

に設定する。

その後、アプリをビルドして動作確認する。

ビルド後は、手動でアプリをタップしアプリを起動する。