개발(합니다)/시나브로(이슈) [Flutter-mac] arning: cocoapods not installed. skipping pod install. otrodevym 2021. 10. 24. 00:00 반응형 상황 mac에서 flutter를 개발하던 중 갑자기 빌드가 되지 않았습니다. 문제 파악 에러 메시지처럼 Cocoapods에 문제가 생긴걸로 파악했습니다. 재설치와 업데이트를 하라는 내용을 찾았습니다. 해결 방법 1. Cocoapods 업데이트 2. Cocoapods 재설치 글쓴이는 1번 업데이트로 진행했으며 정상적으로 동작을 했습니다. sudo gem install cocoapods 반응형 공유하기 게시글 관리 미니 블로그 : 메모하는 습관 저작자표시 비영리 변경금지 (새창열림) '개발(합니다) > 시나브로(이슈)' 카테고리의 다른 글 [Flutter] 갑자기 움직이지도 터치도 안되고 멈춰있는 페이지 (0) 2021.10.26 [Flutter] minSdkVersion - the library might be using APIs not available in 16 (0) 2021.10.25 [Centos] Problem: package podman-3.2.3-0.11.module_el8.4.0+942+d25aada8.x86_64 requires runc >= 1.0.0-57, but none of the providers can be installed (0) 2021.10.20 [Flutter] type ‘List‘ is not a subtype of type ‘List‘ in Flutter (0) 2021.10.16 [Flutter] OS Error: No address associated with hostname (0) 2021.10.08 '개발(합니다)/시나브로(이슈)' Related Articles [Flutter] 갑자기 움직이지도 터치도 안되고 멈춰있는 페이지 [Flutter] minSdkVersion - the library might be using APIs not available in 16 [Centos] Problem: package podman-3.2.3-0.11.module_el8.4.0+942+d25aada8.x86_64 requires runc >= 1.0.0-57, but none of the providers can be installed [Flutter] type ‘List‘ is not a subtype of type ‘List‘ in Flutter