-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: xcactivitylog is not a valid xcactivitylog file #159
Comments
Hi we also had the same issue when using the |
Yes, it is a known problem. 😔 Currently I am investigating why it happens. I will give an update here if I would be able to figure out what's wrong. |
We've noticed that in our case In your case please execute following and check if that helps:
|
Interesting, that seems to work most of the time. Through sometimes it looks like the This also meant that the But at least we've got some stats to work with now, thanks! But we're still slightly limited by another issue #148. |
Closing this and moving the conversation to #148 |
We're currently getting the following error after running xclogparser.
At first we thought it was from
EnableSwiftBuildSystemIntegration
in Xcode 13.2+ but disabling it and going down to Xcode 13.1 have the same issue.The file is created at the shown location and is 15.9 MB. I don't know what else I could look for to troubleshoot the issue. There's previous issues with the same error, but the solutions don't apply (like adding
-resultBundlePath
since we already have it).Versions
XCLogParser: 0.2.32
Xcode: 13.1, 13.2.1, 13.3 beta 1
Script we're running
The text was updated successfully, but these errors were encountered: