Skip to content

Incorrect targets presented in HTML report file  #220

@mollyIV

Description

@mollyIV

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions