当方マックユーザーです。
現在Xcodeを使っています。
ターミナルで
sudo gem install cocoapodsは成功したのですが、
pod initしてviエディターでPodfileを修正した後、
pod install すると、うまくいかず、下記のように表示されました。
(sudo gem install ffiも試してみました)
Analyzing dependencies
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.4/lib/ffi/library.rb:275: [BUG] Bus Error at 0x00000001006f4000
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
Don't forget to include the above Crash Report log file in bug reports.
--Control frame information--------------------------------------------
(大量のファイル名)
--Ruby level backtrace information------------------------------------
(大量のファイル名)
--Other runtime information---------------------------------------------
-
Loaded script: /usr/local/bin/pod
-
Loaded features:
(番号つきの636個のファイル名)
[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.
zsh: abort pod install
何が問題でしょうか?
どうすればpod installがうまくいくでしょうか?
どなたかご教示いただけると幸いです。
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー