-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
Incorrect targets are presented in HTML report file.
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

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
Asavarkhul and tomassun99
Metadata
Metadata
Assignees
Labels
No labels