pod install시 [IMPORTANT] Don't forget to include the Crash Report log file under DiagnosticReports directory in bug reports 에러 발생시

시작하기

React Native 프로젝트에서 패키지를 추가 하고 나서 pod install 명령어를 입력해서 패키지를 설치하려고 했는데,
다음과 같은 에러가 나왔다.
[IMPORTANT] Don't forget to include the Crash Report log file under DiagnosticReports directory in bug reports.
해결책은 간단합니다.(m1 맥미니, Monterey, node v14.17.0버전에서 테스트를 했습니다.)
에러

솔루션

React native 초기 설정하기에서 포스팅한것처럼 rosetta 터미널에서 pod install 명령입력해주면 정상적으로 설치되는 것을 확인 할 수 있습니다.

느낀점

React native에서 패키지를 설치하거나 환경설정을 해야할때 터미널을 이용한다면 rosetta를 이용하는 편이 마음이 편하다.

Share