에러메세지
Warning: CocoaPods minimum required version 1.9.0 or greater not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To upgrade see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
설치
sudo gem uninstall cocoapods && sudo gem install cocoapods
링크
https://stackoverflow.com/questions/62593939/cocoapods-not-installed-or-not-in-valid-state
'App > iOS' 카테고리의 다른 글
[ iOS ] 카카오 로그인 콜백 (0) | 2022.03.16 |
---|---|
[ iOS ] Organize 에서 App 목록을 삭제하고 싶은 경우 (0) | 2022.01.29 |
[ iOS ] IPHONEOS_DEPLOYMENT_TARGET is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99 (0) | 2021.09.29 |
[ iOS ] 설치된 에뮬레이터 체크 (0) | 2021.07.07 |
[ iOS ] 출시 환경 설정 (0) | 2021.05.06 |