pod install 시 에러

silverCastle·2022년 2월 11일
0

필자는 M1맥북 환경에서 사용 중인데 Cocoapod에서 pod install 명령어를 실행했을 때 다음과 같은 상황에 맞닥뜨렸다.

[IMPORTANT]
Don't forget to include the Crash Report log file under
DiagnosticReports directory in bug reports.


이러한 문제를 해결하기 위해서, 아래의 명령어를 실행하면 된다.

sudo arch -x86_64 gem install ffi
arch -x86_64 pod install

0개의 댓글