-
Notifications
You must be signed in to change notification settings - Fork 214
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
different images on Intel and Apple M1 #174
Comments
I've seen the same issue. I have to use Rosetta on the project to keep compatibility with CI and other team members. |
The issue is well known and tracked here |
This project already supports a Here's a convenience wrapper in Swift:
And in Objective-C:
Hope this helps! |
This works for me, when the snapshot was created on an M1 I need to add |
We record screenshots in the same environment we verify them (i.e. we never record on developer devices). That solves the problem quite well. |
I'm seeing some tests with different binary image results on a Mac with Intel and a Mac with Apple M1.
The diff image is all grey, so I guess it's just some bits.
Has anyone also seen this problem?
The text was updated successfully, but these errors were encountered: