[Flutter-iOS] 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 SE (3rd generation).
1) 본인의 프로젝트/ios/에 있는 Podfile 파일을 연다.
2) # platform :ios, '11.0' 해당 부분의 주석을 지워준다.
3) 현재 경로에서 pod repo update 명령어를 실행한다.
4) 본인의 프로젝트 경로로 가서 flutter run 명령어를 실행한다.
1) Podfile.lock 삭제
2) /ios 경로에서 pod install --repo-update 명령어 실행