-
Notifications
You must be signed in to change notification settings - Fork 127
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
Invalid xcactivitylog file #139
Comments
Similar to myself however for me it depends on the size of the project.
When I run |
Yes, I found if I use hmap replace header search path, it can generate .xcactivitylog correctly. So I think it may be an |
Thanks for responding, could you give a bit more information on what "hmap replace header search path" is? |
I've switched to using Xcode directly to build instead of |
me too. I think is xcodebuild bug, but I don't know how to submit bug to xcodebuid |
It looks like |
The other thing is that
I was able to work around using |
I had this problem as well, and I "fixed" it by adding |
I'm seeing the same problem as well using Xcode Version 13.2.1 (13C100).
|
any updates? |
Just adding as a user of XCMetrics (which relies on this project), I too am running into problems where the underlying Open to any workarounds or fixes to this. Xcode 14.1. |
As written above, this seems to be because Xcode closes the file handler or similar way too early without letting the file writer flush the contents of the file completely to disk. This should be a bug report to Xcode, and you can workaround it as described above by adding a sleep or running another action (such as a |
Feels extremely janky, but this has worked for us. Though this exasperate an issue on XCMetrics where clean builds are pushing up their logs. |
We've faced the same issue by using fastlane's |
Hi, When I use Xcode to build, It will generate xcactivitylog.
But When I use xcodebuild cli, For example
it will generate two xcactivitylog, One is a clean job log, and one is a build job log. But the build job log is not a valid gzip.
I have to wait one day, but nothing changes.
So, Is it possible to crash in generate xcactivitylog?
The text was updated successfully, but these errors were encountered: