Hello I'm having an issue setting up my mobile environment for IOS. When I try to install the pods I get an error that I've been unable to resolve. If anyone has an idea how to resolve this issue that would be greatly appreciated.
When setting up my environment I run the following commands:
rm -rf node_modules yarn.lock cd ios rm -rf Pods Podfile.lock cd .. yarn cache clean yarn cd ios pod deintegrate pod install cd ..
Each time I try this, I encounter the error:
[!] Error installing boost Verification checksum was incorrect, expected f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41, got 79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848
Any idea how to resolve this issue?