-
Notifications
You must be signed in to change notification settings - Fork 599
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
Snapshot tests crashes on CircleCI using Xcode 14.2 #707
Comments
It looks like we got the same issue in our project, but we think it is tied to macOS Version rather than Xcode Version. We use our own CI Agents with Xcode 14.0 and just upgrade them to Ventura (13.2.1). |
For us an unstable build environment was the root cause. The Swift toolchain crashed because the OS had some inconsistencies. |
This is a known architectural issue if your local is Apple Silicon (arm64) and the CI runner is intel or vice versa. |
Hello all. We are having the same crashes @ bitrise Xcode 15.2 with an M1 runner. Has anyone figured out what causes those crashes maybe? |
My problem was git LFS. I have configured on local machine, but I missed this on Github Actions.
|
Hello team, I am updating the Xcode image on Circle CI for my app, to use Xcode 14.2.
So far, with Xcode 14.0.1 and 14.1, the snapshot tests worked on the cloud.
But I noticed in the Xcode image of Circle CI for 14.2, the snapshot tests are only crashing. The log is showing me this current line in the code.
From initial debugging, it seems the saved image data is not being able to be converted to UIImage.
I'd like to understand with you if you can think of possible scenarios where this could happen. I'm running a little of out ideas about it.
Locally it works fine, but the CI image is somehow causing this effect. I don't know if could be permission related or something else, to make the image not able to be saved and generated later.
Crash log:
Any kind of insight would be really appreciated!
Thank you!
The text was updated successfully, but these errors were encountered: