79433103

Date: 2025-02-12 12:51:10
Score: 0.5
Natty:
Report link

you have to change the source of the repo.

Go to node_modules -> react-native -> third-party-podspec -> boost.podspec

change the spec.source from jfrog to sourceforge Only change line

spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2',
                            :sha256 => '6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e' }

to

spec.source = { :http => 'https://sourceforge.net/projects/boost/files/boost/1.83.0/boost_1_83_0.tar.bz2',
                            :sha256 => '6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e' }

it will work.

Why it does that ? i don't know.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Amaury Andrade