For anyone who is running into issues installing boost while doing pod install
[!] Error installing boost
Verification checksum was incorrect, expected 753e0dd54f28c4f7009b9c0b18a68aed175416bd8b7d134858264586eaac56f0, got 79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848
or
[!] Error installing boost
[!] /usr/bin/tar xf /var/folders/5k/m1rxw8vj0k91ns3vcf8mt0740000gn/T/d20250112-10048-k1eiq5/file.tbz -C /var/folders/5k/m1rxw8vj0k91ns3vcf8mt0740000gn/T/d20250112-10048-k1eiq5
tar: Error opening archive: Unrecognized archive format
Go to ../node_modules/react-native/third-party-podspecs/boost.podspec
and put a new source instead of an old one
spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2',
:sha256 => 'f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41' }
For anyone who is running into issues installing boost while doing
pod installor
Go to
../node_modules/react-native/third-party-podspecs/boost.podspecand put a new source instead of an old one