iOS build failing due to "No file found at path" error

When uploading test results, I am currently facing the following error:
Error during parsing test results: %!(EXTRA *errors.errorString=No file found at path: /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/test_results532517436/test_result489868446/[REDACTED]/Test.xcresult/TestSummaries.plist)

This is obviously after running the xcode-test step. The output of the tests state that they should be available.

Exporting test results
$ cp "-a" "/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/XCUITestOutput624749553/Test.xcresult" "/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/test_results532517436/test_result489868446/[REDACTED]/"

This is using the latest version of deploy to bitrise.io, 1.4.2.
Running on the Xcode 11.0.x stack.

I created an issue on Github as well, here

Hi @saudeoncovr!

Let me reply here too :slight_smile: A fix was released with the step version 1.5.0, can you check if it solves the problem?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.