iOS Xcode project test workflow fails with file copy error

Exporting test results

I’m a newbie, I created a new iOS Framework project, ran it locally, it fails when run in Bitrise:

$ cp “-a” “/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/XCUITestOutput879936299/Test.xcresult” “/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/test_results290283936/test_result544083492/ORRouting/”

Failed to export test results, error: copy failed, error: exit status 1, output: cp: /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/XCUITestOutput879936299/Test.xcresult: No such file or directory

Any suggestions about what is going wrong in my configuration here?

Thx,
Jeff

Hi @jpedigo!
Unfortunately it’s really hard, if not completely impossible to provide an explicit explanation based on an error messages alone. Feel free to send us an URL for the build so we can take a look :slight_smile:

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