79341587

Date: 2025-01-09 06:45:13
Score: 1.5
Natty:
Report link

in react bative node_modules/react-native/third-party-podspecs. In boost.podspec, only change the line

spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2', :sha256 => 'f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41' }

to

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

for me its Work with platform :ios, 13.0

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: dhanush_Raj