spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

issue-111 update XCLogParser to v0.2.37 #112

Closed LouieAtFetch closed 5 months ago

LouieAtFetch commented 5 months ago

With the current version of XCLogParser v0.2.35, you can get the following error when parsing logs:

Job failed with error: Error parsing the log: Unexpected className found parsing IDEActivityLogMessage IDEActivityLogActionMessage.

This PR updates XCLogParser to v0.2.37 and updates the Package.resolved file.

Issue: https://github.com/spotify/XCMetrics/issues/111

BalestraPatrick commented 5 months ago

Hey @LouieAtFetch! We just released a new version 0.2.38 of XCLogParser with a bug fix, could you upgrade to that version instead?

LouieAtFetch commented 5 months ago

@BalestraPatrick - Updated!