Xcode 10 - Getting unit test log files

前端 未结 1 1538
无人及你
无人及你 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
              \
                \ 
    

    again and there it is.

    For there is also a folder with log from simulator.

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