Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/dart/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flutter iOS的颤振集成测试_Flutter_Dart_Integration Testing_Firebase Test Lab_Flutter Integration Test - Fatal编程技术网

Flutter iOS的颤振集成测试

Flutter iOS的颤振集成测试,flutter,dart,integration-testing,firebase-test-lab,flutter-integration-test,Flutter,Dart,Integration Testing,Firebase Test Lab,Flutter Integration Test,我已经按照的文档在Firebase测试实验室上为iOS设置了颤振集成测试。但是,当我尝试运行命令xcodebuild Test而不构建-xctestrun… xcodebuild: error: Failed to build workspace temporary with scheme Transient Testing. Reason: Cannot test target "RunnerTests" on "iPhone 12 Pro Max

我已经按照的文档在Firebase测试实验室上为iOS设置了颤振集成测试。但是,当我尝试运行命令
xcodebuild Test而不构建-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的颤振集成测试运行吗?提前谢谢

有进展吗?我对此也很好奇,我们甚至在尝试这个设备farm@nAndroid我已经在GitHub上提交了一个问题,请对此发表评论,以表明这是一个紧迫的问题:Firebase测试实验室和Android工作正常。