pod install / cap sync error on Apple Silicon M1 Mac #4475
Unanswered
berkayyildiz
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got an error when I try to sync capacitor on M1 Mac, I solved issue with solve with this solution: CocoaPods/CocoaPods#10518 (comment)
As summary, run this on terminal
sudo arch -x86_64 gem install ffi
And run this when you do sync
arch -x86_64 npx cap sync
I hope this help others who have same problem
Beta Was this translation helpful? Give feedback.
All reactions