POD2 [React Native] [!] error installing crashlytics 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 crashlytic.. 2021. 7. 9. [React Native] iOS pod 삭제, 클린, 설치 명령어 1. pod 삭제 pod deintegrate 2. pod 클린 pod cache clean --all 3. pod 설치 pod install 2021. 7. 6. 이전 1 다음