0

we are trying to get TestSummaries.plist. Previously, it was inside xcodebuild_result.bundle.zip as describe in the blog

Now in Xcode 9, I couldn't find it.

enter image description here

Thanks in advance!

Ted
  • 22,696
  • 11
  • 95
  • 109

1 Answers1

1

The "xcodebuild_result.bundle.zip" still appears to have a Test Summaries plist. In a recent integration, I found a "TestSummaries.plist" at the root of the archive, as well as a "action_TestSummaries.plist" in each of the tested devices folders.

enter image description here

richardpiazza
  • 1,487
  • 10
  • 23