"Checksum doesn't match" error on Apple M1/M2/M3 #81
-
Running snap camera server on MacOS 14.1 In the Snap Camera log, there is an error: Any ideas on how to fix? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Looks like the patch was not applied. Something went wrong. You can upload your binary to MD5 File Checksum and compare it to the values below. MD5 checksums of macOS binary
|
Beta Was this translation helpful? Give feedback.
-
You need to read and follow these steps if you want assistance.
|
Beta Was this translation helpful? Give feedback.
I finally got this working. I don't know the exact cause but it definitely seems to be a conflict with Mac OS 14/Apple Silicon
Steps to resolve:
sudo codesign --force --deep --sign - "/Applications/Snap Camera.app"
(You may need to unsign first, I didn't)-NOTE: Make sure your Terminal has full disk access, Patrick walks you through how to do that in the Mac video
After following the steps above, I no longer get the checksum error and my lenses activate properly.