I have just updated and right away getting this error:
"error: A cryptographic verification failure has occurred."
Any ide
From your project's root folder:
find . -type f -name '*.jpeg' -exec xattr -c {} \; find . -type f -name '*.jpg' -exec xattr -c {} \; find . -type f -name '*.png' -exec xattr -c {} \; find . -type f -name '*.json' -exec xattr -c {} \;