XCLogParser icon indicating copy to clipboard operation
XCLogParser copied to clipboard

Incorrect targets presented in HTML report file

Open mollyIV opened this issue 1 year ago • 0 comments

Incorrect targets are presented in HTML report file.

The setup: image

Steps to reproduce:

  • use attached POC project: ios_app_with_tests.zip
  • remove Xcode Derived Data
  • build the POC app xcodebuild build -scheme App -workspace App.xcworkspace -resultBundlePath /path/to/generate/report
  • generate HTML report by calling xclogparser parse --project App --reporter html
  • open the HTML report file

Actual results:

  • I see targets / modules like "Create build description" in the Slowest targets section of the report
Screenshot 2024-11-26 at 19 08 07

Expected results:

  • I should see only 2 targets, App and FrameworkA, in the Slowest targets section of the report

System Info:

  • macOS 15.1.1
  • Xcode: 16.0

mollyIV avatar Nov 26 '24 18:11 mollyIV