1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] CocoaPods Error Installing `BoringSSL-GRPC` during `pod install` – RPC failed, curl...

Discussão em 'Mobile' iniciado por Stack, Outubro 10, 2024 às 14:52.

  1. Stack

    Stack Membro Participativo

    I’m trying to run pod install for my Flutter project, but I keep running into an error while installing BoringSSL-GRPC. Here's the full error message:

    [​IMG]

    Manually cloning the boringssl repository into the directory that CocoaPods uses for temporary files:

    git clone https://github.com/google/boringssl.git/var/folders/_j/y2bmb3f57vv3ngw1nfzqs_zr0000gn/T/d20241010-72238-37tuvs


    Shallow clone of the repository:

    git clone --depth 1 https://github.com/google/boringssl.git/var/folders/_j/y2bmb3f57vv3ngw1nfzqs_zr0000gn/T/d20241010-72238-37tuvs


    Increasing Git buffer size using:

    git config --global http.postBuffer 524288000

    Running pod install with arch -x86_64 to ensure compatibility with my Apple Silicon Mac:

    arch -x86_64 pod install --repo-update

    Despite all of this, I keep getting the same error. My internet connection is stable, and I’ve tried multiple times to install this dependency, but I keep running into the RPC failed issue.

    Has anyone experienced this or knows how to resolve this issue? I’d appreciate any suggestions!

    Continue reading...

Compartilhe esta Página