본문 바로가기
모바일 앱/React Native

[React Native] [!] error installing crashlytics

by 테크케찰 2021. 7. 9.

react native에서 pod install 명령어를 실행하던 중 위와 같은 에러를 마주쳤습니다.

구글링 해보니 인증 만료 문제 등 여러 해결 방법이 나왔지만, 결국 프로젝트 경로에 아래의 명령어를 추가해 문제를 해결했습니다.

echo insecure >> ~/.curlrc

참고

https://stackoverflow.com/questions/32566447/ssl-certificate-installation-failed-while-installing-pod/32570335

 

SSL Certificate installation failed while installing pod?

I get this error while I try to install a podfile which has crashlytics in it as well: Installing Crashlytics (3.3.1) [!] Error installing Crashlytics [!] /Applications/XAMPP/xamppfiles/bin/curl ...

stackoverflow.com