0

Error: To set up CocoaPods for ARM macOS, run: arch -x86_64 sudo gem install ffi

Error running pod install Error launching application on iPhone 12 Pro Max.

  • 1
    Seems like duplication of this [question](https://stackoverflow.com/questions/72751206/error-to-set-up-cocoapods-for-arm-macos-run-arch-x86-64-sudo-gem-install-ffi) – Flex Chan Aug 03 '22 at 09:59
  • Does this answer your question? [Error "To set up CocoaPods for ARM macOS, run: arch -x86\_64 sudo gem install ffi Unable to solve error"](https://stackoverflow.com/questions/72751206/error-to-set-up-cocoapods-for-arm-macos-run-arch-x86-64-sudo-gem-install-ffi) – jraufeisen Oct 24 '22 at 07:45

1 Answers1

0

Seems like duplication link

Run this commands in terminal

arch -x86_64 sudo gem install ffi

Then inside the ios folder of your project run this command

arch -x86_64 pod install
Flex Chan
  • 51
  • 8