Work around ffi "symbol not found" error from CocoaPods on ARM Macs with x86_64 ffi gem #70796
Labels
P1
High-priority issues at the top of the work list
platform-host-arm
Building on an ARM-based platform
platform-ios
iOS applications specifically
tool
Affects the "flutter" command-line tool. See also t: labels.
Running CocoaPods in Rosetta on an ARM mac to embed plugins (
arch -x86_64 pod install
) fails:The workaround is to install the
ffi
gem in x86:Figure out how to install this from
flutter
(promptsudo
) without making bundler people mad, or at least add a doctor check similar to the one where CocoaPods isn't installed and prompt them to run that command.The text was updated successfully, but these errors were encountered: