How to fix Error Cocoapods pod install in mac m1
Andi Rustianto
Posted on June 23, 2022
If you got error while trying pod install. Try this way!
Try this command in terminal.
sudo arch -x86_64 gem install ffi
Then
arch -x86_64 pod install
Or
arch -x86_64 pod install --repo-update
💖 💪 🙅 🚩
Andi Rustianto
Posted on June 23, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.