XCLogParser icon indicating copy to clipboard operation
XCLogParser copied to clipboard

Please build a new version to include https://github.com/MobileNativeFoundation/XCLogParser/pull/217

Open mandariino opened this issue 10 months ago • 10 comments

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.

mandariino avatar Feb 02 '25 23:02 mandariino

Same problem with Xcode 16

rcek2 avatar Feb 03 '25 12:02 rcek2

Same here, this is really needed 🙏

jarnal avatar Feb 03 '25 15:02 jarnal

Workaround: cloned repo, swift build a release, and in .build/release you can run ./xclogparser on your app logs.

nedimf avatar Feb 06 '25 20:02 nedimf

or run swift run xclogparser <arguments>, e.g. swift run xclogparser --file file.xcactivitylog --reporter html

ldomaradzki avatar Feb 06 '25 21:02 ldomaradzki

Any news on this?

mandariino avatar Mar 18 '25 04:03 mandariino

There is new release https://github.com/MobileNativeFoundation/XCLogParser/releases/tag/v0.2.41

aleksandergrzyb avatar Mar 21 '25 06:03 aleksandergrzyb

@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 avatar Mar 21 '25 09:03 rcek2

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 avatar Mar 21 '25 10:03 aleksandergrzyb

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!

chenrui333 avatar Mar 21 '25 15:03 chenrui333

@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

chenrui333 avatar Mar 21 '25 15:03 chenrui333