Flutter integration tests for iOS

848 Views Asked by At

I have followed documentation from https://github.com/flutter/flutter/tree/master/packages/integration_test#ios-device-testing to set up Flutter integration tests for iOS on Firebase Test Lab. However I’m stuck and get various errors when running the tests locally with the command when trying to run the command 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

Does anybody know how to fix this error and to get Flutter integration tests for iOS running? Thanks in advance!

0

There are 0 best solutions below