카테고리 없음
[ERROR]Cocopod 설치 - You may have encountered a bug in the Ruby interpreter or extension libraries. 해결 방법
0lynny
2022. 5. 7. 00:39
오류
M1맥북에서 pod install 을 하니 다음과 같은 오류가 떴다.
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: https://www.ruby-lang.org/bugreport.html
[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
-> 설치 완료!