Error installing boost 报错处理
在使用RN 0.71.14时,pod install 报错。这一般是由于在安装 boost 库时校验和不匹配问题导致。
·
在使用RN 0.71.14时,pod install 报错
[!] Error installing boost
Verification checksum was incorrect, expected f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41, got 07911da8fe22fb10e3918528a8f0a5676f03c0b3b135ac19c26779f6804baebe

这一般是由于在安装 boost 库时校验和不匹配问题导致
我们可以导航到该boost.podspec文件并替换以下链接:
'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2'
到
'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2'
再重新pod install 即可解决
更多推荐




所有评论(0)