I'm just learning to use cocoapods and am encountering an error when trying to install a pod.
Top of error:
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/library.rb:275: [BUG] Bus Error at 0x00000001045b8000 ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]
Bottom of error:
zsh: abort pod install
Have tried the following, as suggested on some threads here and GitHub:
- Uninstalling and re-installing cocoapod
- sudo gem install xcodeproj
- sudo gem update
but nothing seems to be working; the error persists and the .xcworkspace file doesn't appear.
Any help would be much appreciated. Thank you!