https://github.com/flutter/flutter/tree/master/packages/integration_test#ios-device-testingのドキュメントに従って、Firebase Test Lab で iOS の Flutter 統合テストをセットアップしました。ただし、コマンドを実行しようとすると、コマンドを使用してローカルでテストを実行すると、スタックしてさまざまなエラーが発生しますxcodebuild test-without-building -xctestrun ...
xcodebuild: error: Failed to build workspace temporary with scheme Transient Testing.
Reason: Cannot test target "RunnerTests" on "iPhone 12 Pro Max": Unable to determine the executable path for Runner.app
このエラーを修正し、iOS の Flutter 統合テストを実行する方法を知っている人はいますか? 前もって感謝します!