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

Broken for Xcode 15.3? #115

Open oonoo opened 2 months ago

oonoo commented 2 months ago

I can't see any builds in the XCMetrics database since we updated from Xcode 15.1 to Xcode 15.3. I assume XCMetrics is not compatible with Xcode 15.3. Could that be the problem?

oonoo commented 2 months ago

Maybe it is related to the fix mentioned in the newest XCLogParser version here: https://github.com/MobileNativeFoundation/XCLogParser/releases/tag/v0.2.39

oonoo commented 2 months ago

Feels a bit like this tool is no longer maintained. I also saw Xcode 14 is still used.

oonoo commented 2 months ago

I think one issue was me being confused a bit how XCMetrics works. Now I got it working, I can see my build metrics coming from builds with Xcode 15.3.

Would it be possible to use the newest XCLogParser version and push out a new version of the spotify/xcmetrics docker image with that? Currently I am using my self-build image. But I would like to use the official image again.