Xcode 10 - Getting unit test log files

前端 未结 1 1511
无人及你
无人及你 2021-01-03 15:56

After running unit tests, I used to find two files in the Tests folder for the Derived Data of Xcode - StandardOutputAndStandardError.txt and TestSummaries.plist files. Howe

相关标签:
1条回答
  • 2021-01-03 16:38

    StandardOutputAndStandardError.txt file, you are looking for, is now located in:

    Derived data
      \your project folder
        \Logs\Test
          \.xcresult file
            \Diagnostics
              \<YourAppNameUITests folder>
                \<YourAppNameUITests folder> 
    

    again and there it is.

    For <YourAppNameUITests folder> there is also a folder with log from simulator.

    0 讨论(0)
提交回复
热议问题