[Flutter-error] CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Core"

Hee Tae Shin·2023년 3월 30일
0

상황

구글 로그인 하려고 google_sign_in 설치하고 ios inpo.plist 에 설정을 완료후 build 시도했지만, 빌드가 실패한 상황이다.

에러내용

...
CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Core"
...
[!] Automatically assigning platform 'iOS' with version '8.0' on target 'Runner' because no platform was specified. 
Please specify a platform for this target in your Podfile. 
See "https://guides.cocoapods.org/syntax/podfile.html#platform".

podfile 에서 IOS build시 타겟 설정을 안해줘서 에러가 난다는 것이다.
그래서 IOS 8.0으로 빌드시 에러발생!

해결방법

cd ios
pop install

만약 이렇게 해도 진행이 안된다면,

podfile 을 찾아서 주석을 지워주자
# platform :ios, '9.0'  

참초 글

profile
안녕하세요

0개의 댓글