XCLogParser: HTML parser is not working anymore
Hey There, I don’t know what happened but out of nowhere after everything was working and the html page generated was showing all the errors and logs, now whenever I try to generate with html parser the html page is generated but displays empty data then the html page just breaks and does not want to load anymore.
I tried the following approaches
xclogparser parse --file pathtologfile.xcactivitylog --reporter html
xclogparser parse --workspace pathtoworkspacefile.xcworkspace --reporter html
xclogparser parse --project mytaxi --reporter html
any clue why this might be happening? my Xcode version is 11.5 xclogparser version: XCLogParser 0.2.18 and I am sure we are using Swift5
Thank you
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 25
I think the solution is to not use the full json for the HTML report, it’s actually not needed. I will try to work on a new version that uses a smaller
jsonwith only the data we need next weekI also have the same problem. for some reason the html works on safari, but it shows a warning that the report is taking up a lot of memory. Maybe that’s why google chrome breaks.