구글 소셜로그인을 진행하려고 새로 pub add를 했더니 다음과 같은 에러가 발생하며 실행을 하지 못했다.
mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')
서치해보니 맥북 m1 환경에서 발생하는 오류인듯했다. 다음 두 명령어를 통해 해결되었다.
$ arch -arm64 brew install llvm $ sudo gem install ffi
참고 https://stackoverflow.com/questions/71882029/mach-o-file-but-is-an-incompatible-architecture-have-arm64-need-x86-64-i