m1 맥북에서 플러터 프로젝트에 파이어베이스를 연동하고 flutter run
을 실행했더니 아래와 같은 에러메시지가 나왔다.
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.
To update the CocoaPods specs, run:
pod repo update
Error running pod install
Error launching application on iPhone 12 Pro Max.
cd ios
rm podfile.lock
sudo arch -x86_64 gem install ffi
arch -x86_64 pod repo update
arch -x86_64 pod install
에러 해결!
참고로 저는 가장 최신버전의 firebase_core 1.6.0, firebase_auth 3.1.0 을 사용했습니다. (2021.08.27 기준)