先日やっとMacBookを買い替え、IntelからM1になりました!詳しくはこちらで、早速cocoaPodsでエラー出たのでそ解決方法を解説します。
エラー内容
pod installをすると、以下のようにエラーになってしまいます。
[IMPORTANT]
Don’t forget to include the Crash Report log file under
DiagnosticReports directory in bug reports.
Don’t forget to include the Crash Report log file under
DiagnosticReports directory in bug reports.
解決方法
以下のコマンドを打って、もう一度pod isntall
をするだけ
gem install --user-install ffi -- --enable-libffi-alloc