-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't find results with Xcode 11 #39
Comments
I am facing the same issue. Have you found any work around or any solution? |
Unfortunately the only solution was to use another tool: xcpretty. |
We have the same issue with Xcode 11.2 and Mojave 10.14.6. The current workaround we applied is to copy the last
Xcode only keep the latest 2 xcresult bundles. If "latest bundle" is not safe enough, for sure, |
Issue I found after switching to rely on xcpretty is it can only handle basic use cases. For me I needed it to work with multiple devices so I put together this plugin |
@bitcoder The following configuration worked for me.
|
Hi,
i'm running "fastlane test" in a simple example project and using the "trainer" plugin to generate JUnit XML report.
However, whenever I run fastlane it is not able of finding the results.
This is my "fastlane/Fastfile"
This is the output obtained:
This is the content of the build directory, under the "DerivedData" default one:
The "Run-UnitTest-Calculator-2019.10.24_12-05-37-+0100.xcresult" is not a file but a directory instead.
It does not contain any TestSummaries.plist neither a .xcresult file.
Am I missing something basic in the configuration of fastlane or in the build itself to generate .xresult file? As it seems, XCode 11 is generating a .xcresult directory with many files.
From the trainer code, from my understanding it does not go into .xcresult directories under the DerivedData folder.. but anyway, I don't see a specific .xcresult there.
The text was updated successfully, but these errors were encountered: