Missing TestSummeries.plist file in DerivedData
问题 I am running unit tests on iOS 13.0 device by using xcode 11 beta. After the test execution it should generate a testsummeries.plist file inside /Users/YourUsername/Library/Developer/Xcode/DerivedData/XXX/Logs/Test/xxx.xcresult for the corresponding test case. But it is only generating data folder and info.plist file inside .xcresult. So i am not able get my report of the test cases that i have executed In Xcode 10 it was working properly and with each test run i was able to see my test