XCLogParser
XCLogParser copied to clipboard
Please build a new version to include https://github.com/MobileNativeFoundation/XCLogParser/pull/217
Several of our reporting tools are crashing due to a known issue (now merged), but a new release incorporating the fix is not yet available. This same issue is also affecting xcactivitylog files, causing the "xcactivitylog is not a valid xcactivitylog file" error in Xcode 16. Could we please get an update on when a release with this fix will be available?
Thank you.
Same problem with Xcode 16
Same here, this is really needed 🙏
Workaround:
cloned repo, swift build a release, and in .build/release you can run ./xclogparser on your app logs.
or run swift run xclogparser <arguments>, e.g. swift run xclogparser --file file.xcactivitylog --reporter html
Any news on this?
There is new release https://github.com/MobileNativeFoundation/XCLogParser/releases/tag/v0.2.41
@aleksandergrzyb Hi, thanks for the new release. Is it possible to install it via Homebrew? Seems like Homebrew doesn't see v0.2.41 version
Warning: xclogparser 0.2.40 is already installed and up-to-date.
To reinstall 0.2.40, run:
brew reinstall xclogparser
Yeah, there are some issues https://github.com/Homebrew/homebrew-core/pull/213256/files 😕 I will have time next week to check, or course I encourage you to check that.
Yeah, there are some issues https://github.com/Homebrew/homebrew-core/pull/213256/files 😕 I will have time next week to check, or course I encourage you to check that.
@aleksandergrzyb this is the issue, https://github.com/MobileNativeFoundation/XCLogParser/pull/223, I will update it, can you merge it after? Thanks!
@aleksandergrzyb Hi, thanks for the new release. Is it possible to install it via Homebrew? Seems like Homebrew doesn't see v0.2.41 version
Warning: xclogparser 0.2.40 is already installed and up-to-date. To reinstall 0.2.40, run: brew reinstall xclogparser
@rcek2 should be good to go with https://github.com/Homebrew/homebrew-core/pull/213256