[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).

김선욱·2022년 10월 10일
0

Resolving Errors

목록 보기
1/5
post-thumbnail

iOS Build Error


Solution

1) 본인의 프로젝트/ios/에 있는 Podfile 파일을 연다.
2) # platform :ios, '11.0' 해당 부분의 주석을 지워준다.
3) 현재 경로에서 pod repo update 명령어를 실행한다.
4) 본인의 프로젝트 경로로 가서 flutter run 명령어를 실행한다.

profile
💻 Flutter Developer

1개의 댓글

comment-user-thumbnail
2023년 3월 26일
  • 다른 방법
    1) Podfile.lock 삭제
    2) /ios 경로에서 pod install --repo-update 명령어 실행
답글 달기