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 boost sourceforge download URL #14361

Closed
wants to merge 1 commit into from
Closed

Fix boost sourceforge download URL #14361

wants to merge 1 commit into from

Commits on Jan 1, 2018

  1. Fix sourceforge download URL

    # Problem
    
    Would get this error when trying to install boost@1.5.9 via `pod install`
    
    # Related Issues
    
    expo/create-react-native-app#436
    CocoaPods/CocoaPods#4830
    
    ```
    [!] Error installing boost
    [!] /usr/bin/tar xfz /var/folders/33/7fl5rh4s41q86s0crtk4lncr0000gn/T/d20180101-59101-erix56/file.tgz -C /var/folders/33/7fl5rh4s41q86s0crtk4lncr0000gn/T/d20180101-59101-erix56
    
    tar: Unrecognized archive format
    tar: Error exit delayed from previous errors.
    ```
    
    # Solution
    
    Update boost podspec to use correct download URL from sourceforge
    larsonjj committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    8a50b14 View commit details
    Browse the repository at this point in the history