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