Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: react native boost package #2336

Closed
wants to merge 4 commits into from
Closed

fix: react native boost package #2336

wants to merge 4 commits into from

Conversation

jleach
Copy link
Member

@jleach jleach commented Jan 7, 2025

JFrog shut down their package mirror so the boost package was no longer being found in react native version 0.72.5. It has been fixed in the latest v72 release 0.72.17

  ➜  ios git:(feat/fix-rn-boost) ✗ cat ../node_modules/react-native/third-party-podspecs/boost.podspec|grep "spec.source"
  spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2',
  ➜  ios git:(feat/fix-rn-boost) ✗ cat ../node_modules/react-native/third-party-podspecs/boost.podspec|grep "spec.source"
  spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2',

jleach added 4 commits January 7, 2025 10:58
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Copy link

sonarqubecloud bot commented Jan 7, 2025

@jleach jleach closed this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant